diff -Nru evolution-2.24.1.1/a11y/calendar/ea-cal-view.c evolution-2.24.2/a11y/calendar/ea-cal-view.c --- evolution-2.24.1.1/a11y/calendar/ea-cal-view.c 2008-10-13 10:43:58.000000000 +0200 +++ evolution-2.24.2/a11y/calendar/ea-cal-view.c 2008-11-20 05:07:26.000000000 +0100 @@ -277,7 +277,7 @@ } g_object_notify (G_OBJECT (ea_cal_view), "accessible-name"); g_signal_emit_by_name (ea_cal_view, "visible_data_changed"); - g_signal_emit_by_name (ea_cal_view, "children_changed", NULL); + g_signal_emit_by_name (ea_cal_view, "children_changed", NULL, NULL, NULL); #ifdef ACC_DEBUG printf ("AccDebug: cal view date changed\n"); #endif diff -Nru evolution-2.24.1.1/a11y/ChangeLog evolution-2.24.2/a11y/ChangeLog --- evolution-2.24.1.1/a11y/ChangeLog 2008-10-13 10:44:03.000000000 +0200 +++ evolution-2.24.2/a11y/ChangeLog 2008-11-20 05:07:26.000000000 +0100 @@ -1,3 +1,10 @@ +2008-11-19 Li Yuan + + ** Fix for bug #560329 + + * calendar/ea-cal-view.c (idle_dates_changed): Fix the signature of + the "children-changed" signal emission. + 2008-09-24 Sankar P License Changes diff -Nru evolution-2.24.1.1/calendar/ChangeLog evolution-2.24.2/calendar/ChangeLog --- evolution-2.24.1.1/calendar/ChangeLog 2008-11-07 07:38:04.000000000 +0100 +++ evolution-2.24.2/calendar/ChangeLog 2008-11-20 05:07:26.000000000 +0100 @@ -1,6 +1,13 @@ +2008-11-10 Suman Manjunath + + ** Fix for bug #443190 (bugzilla.novell.com) + + * gui/dialogs/comp-editor.c (fill_widgets), (real_edit_comp): + Block signals from attachment-bar while still filling the widgets. + 2008-11-07 Bharath Acharya - ** Fix for bug #440007 (bnc) + ** Fix for bug #440007 (bugzilla.novell.com) * gui/print.c: (print_comp_draw_real): Print the attendees only if its the first page. diff -Nru evolution-2.24.1.1/calendar/gui/dialogs/comp-editor.c evolution-2.24.2/calendar/gui/dialogs/comp-editor.c --- evolution-2.24.1.1/calendar/gui/dialogs/comp-editor.c 2008-11-07 05:34:08.000000000 +0100 +++ evolution-2.24.2/calendar/gui/dialogs/comp-editor.c 2008-11-20 05:07:26.000000000 +0100 @@ -2903,7 +2903,9 @@ if (e_cal_component_has_attachments (priv->comp)) { GSList *attachment_list = NULL; e_cal_component_get_attachment_list (priv->comp, &attachment_list); + g_signal_handlers_block_by_func(priv->attachment_bar, G_CALLBACK (attachment_bar_changed_cb), editor); set_attachment_list (editor, attachment_list); + g_signal_handlers_unblock_by_func(priv->attachment_bar, G_CALLBACK (attachment_bar_changed_cb), editor); g_slist_foreach (attachment_list, (GFunc)g_free, NULL); g_slist_free (attachment_list); } @@ -2916,7 +2918,6 @@ real_edit_comp (CompEditor *editor, ECalComponent *comp) { CompEditorPrivate *priv; - const char *uid; g_return_if_fail (IS_COMP_EDITOR (editor)); @@ -2935,7 +2936,6 @@ priv->warned = FALSE; update_window_border (editor, NULL); - e_cal_component_get_uid (comp, &uid); fill_widgets (editor); diff -Nru evolution-2.24.1.1/ChangeLog evolution-2.24.2/ChangeLog --- evolution-2.24.1.1/ChangeLog 2008-11-07 07:55:54.000000000 +0100 +++ evolution-2.24.2/ChangeLog 2008-11-24 05:53:14.000000000 +0100 @@ -1,3 +1,7 @@ +2008-11-24 Srinivasa Ragavan + + * NEWS: Evolution 2.24.2 release + 2008-11-07 Srinivasa Ragavan * NEWS, configure.in: Evolution 2.24.1.1 release diff -Nru evolution-2.24.1.1/configure evolution-2.24.2/configure --- evolution-2.24.1.1/configure 2008-11-07 06:23:11.000000000 +0100 +++ evolution-2.24.2/configure 2008-11-17 07:37:52.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for evolution 2.24.1.1. +# Generated by GNU Autoconf 2.62 for evolution 2.24.2. # # Report bugs to . # @@ -750,8 +750,8 @@ # Identity of this package. PACKAGE_NAME='evolution' PACKAGE_TARNAME='evolution' -PACKAGE_VERSION='2.24.1.1' -PACKAGE_STRING='evolution 2.24.1.1' +PACKAGE_VERSION='2.24.2' +PACKAGE_STRING='evolution 2.24.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution' ac_unique_file="README" @@ -1858,7 +1858,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures evolution 2.24.1.1 to adapt to many kinds of systems. +\`configure' configures evolution 2.24.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1932,7 +1932,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of evolution 2.24.1.1:";; + short | recursive ) echo "Configuration of evolution 2.24.2:";; esac cat <<\_ACEOF @@ -2233,7 +2233,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -evolution configure 2.24.1.1 +evolution configure 2.24.2 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -2247,7 +2247,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by evolution $as_me 2.24.1.1, which was +It was created by evolution $as_me 2.24.2, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -3203,7 +3203,7 @@ # Define the identity of the package. PACKAGE=evolution - VERSION=2.24.1.1 + VERSION=2.24.2 cat >>confdefs.h <<_ACEOF @@ -41040,7 +41040,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by evolution $as_me 2.24.1.1, which was +This file was extended by evolution $as_me 2.24.2, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -41093,7 +41093,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -evolution config.status 2.24.1.1 +evolution config.status 2.24.2 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -Nru evolution-2.24.1.1/configure.in evolution-2.24.2/configure.in --- evolution-2.24.1.1/configure.in 2008-11-07 06:15:32.000000000 +0100 +++ evolution-2.24.2/configure.in 2008-11-12 07:28:55.000000000 +0100 @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 2.24.1.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.24.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names diff -Nru evolution-2.24.1.1/debian/changelog evolution-2.24.2/debian/changelog --- evolution-2.24.1.1/debian/changelog 2008-11-24 18:57:10.000000000 +0100 +++ evolution-2.24.2/debian/changelog 2008-11-24 18:57:17.000000000 +0100 @@ -1,3 +1,19 @@ +evolution (2.24.2-0ubuntu1) intrepid-proposed; urgency=low + + * New upstream version: + Bug Fixes: + - #434320: When the popup is clicked close the status icon + - #446286: Remove the header check as we do a e_gw_connection_get_item for + tracking the status + - #555276: Don't load vfolder as subfolder. + - #559810: Do not localize empty label names, also localize them + only first time + - #560329: Fix the signature of the "children-changed" signal emission + - #560882: Left-align header labels instead of centering them, and adjust + the header padding so they look purdy + + -- Sebastien Bacher Mon, 24 Nov 2008 15:28:57 +0100 + evolution (2.24.1.1-0ubuntu1) intrepid-proposed; urgency=low * New upstream version: diff -Nru evolution-2.24.1.1/debian/patches/04_autoconf.patch evolution-2.24.2/debian/patches/04_autoconf.patch --- evolution-2.24.1.1/debian/patches/04_autoconf.patch 2008-11-24 18:57:10.000000000 +0100 +++ evolution-2.24.2/debian/patches/04_autoconf.patch 2008-11-24 18:57:17.000000000 +0100 @@ -1,11 +1,11 @@ -diff -Nur -x '*.orig' -x '*~' evolution-2.24.1.1/configure evolution-2.24.1.1.new/configure ---- evolution-2.24.1.1/configure 2008-11-07 06:23:11.000000000 +0100 -+++ evolution-2.24.1.1.new/configure 2008-11-13 11:09:49.000000000 +0100 +diff -Nur -x '*.orig' -x '*~' evolution-2.24.2/configure evolution-2.24.2.new/configure +--- evolution-2.24.2/configure 2008-11-17 07:37:52.000000000 +0100 ++++ evolution-2.24.2.new/configure 2008-11-24 15:37:01.000000000 +0100 @@ -1,11 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. --# Generated by GNU Autoconf 2.62 for evolution 2.24.1.1. -+# Generated by GNU Autoconf 2.61 for evolution 2.24.1.1. +-# Generated by GNU Autoconf 2.62 for evolution 2.24.2. ++# Generated by GNU Autoconf 2.61 for evolution 2.24.2. # # Report bugs to . # @@ -663,7 +663,7 @@ @@ -2234,10 +2095,10 @@ if $ac_init_version; then cat <<\_ACEOF - evolution configure 2.24.1.1 + evolution configure 2.24.2 -generated by GNU Autoconf 2.62 +generated by GNU Autoconf 2.61 @@ -676,7 +676,7 @@ @@ -2248,7 +2109,7 @@ running configure, to aid debugging if configure makes a mistake. - It was created by evolution $as_me 2.24.1.1, which was + It was created by evolution $as_me 2.24.2, which was -generated by GNU Autoconf 2.62. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was @@ -21642,7 +21642,7 @@ @@ -41041,7 +40256,7 @@ # values after options handling. ac_log=" - This file was extended by evolution $as_me 2.24.1.1, which was + This file was extended by evolution $as_me 2.24.2, which was -generated by GNU Autoconf 2.62. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was @@ -21685,7 +21685,7 @@ -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ - evolution config.status 2.24.1.1 + evolution config.status 2.24.2 -configured by $0, generated by GNU Autoconf 2.62, - with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.61, diff -Nru evolution-2.24.1.1/e-util/ChangeLog evolution-2.24.2/e-util/ChangeLog --- evolution-2.24.1.1/e-util/ChangeLog 2008-11-07 05:34:07.000000000 +0100 +++ evolution-2.24.2/e-util/ChangeLog 2008-11-20 05:07:26.000000000 +0100 @@ -1,3 +1,10 @@ +2008-11-12 Milan Crha + + ** Fix for bug #559810 + + * e-util-labels.c: (e_util_labels_parse): + Do not localize empty label names, also localize them only first time. + 2008-11-02 Matthew Barnes * e-util.c (do_format_number_as_float): diff -Nru evolution-2.24.1.1/e-util/e-util-labels.c evolution-2.24.2/e-util/e-util-labels.c --- evolution-2.24.1.1/e-util/e-util-labels.c 2008-10-13 10:43:22.000000000 +0200 +++ evolution-2.24.2/e-util/e-util-labels.c 2008-11-20 05:07:26.000000000 +0100 @@ -79,7 +79,7 @@ /* Needed for Backward Compatibility */ if (num < LABEL_DEFAULTS_NUM) { - label->name = g_strdup (_(buf)); + label->name = g_strdup ((buf && *buf) ? buf : _(label_defaults[num].name)); label->tag = g_strdup (label_defaults[num].tag); num++; } else if (!tag) { diff -Nru evolution-2.24.1.1/help/ChangeLog evolution-2.24.2/help/ChangeLog --- evolution-2.24.1.1/help/ChangeLog 2008-11-07 05:34:07.000000000 +0100 +++ evolution-2.24.2/help/ChangeLog 2008-11-20 05:07:26.000000000 +0100 @@ -1,3 +1,11 @@ +2008-11-15 Petr Kovar + + * cs/cs.po: Updated Czech translation of manual by Jiri Eischmann. + +2008-11-09 Petr Kovar + + * cs/cs.po: Updated Czech translation of manual by Jiri Eischmann. + 2008-10-26 Jorge Gonzalez * es/es.po: Updated Spanish translation diff -Nru evolution-2.24.1.1/help/cs/cs.po evolution-2.24.2/help/cs/cs.po --- evolution-2.24.1.1/help/cs/cs.po 2008-11-07 08:00:58.000000000 +0100 +++ evolution-2.24.2/help/cs/cs.po 2008-11-24 05:57:48.000000000 +0100 @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: evolution documentation\n" -"POT-Creation-Date: 2008-09-29 12:21+0000\n" -"PO-Revision-Date: 2008-09-21 14:52+0100\n" -"Last-Translator: Jiří Eischmann \n" +"POT-Creation-Date: 2008-09-29 14:25+0000\n" +"PO-Revision-Date: 2008-11-12 12:26+0100\n" +"Last-Translator: Jiri Eischmann \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,416 +17,285 @@ #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:230(None) -msgid "" -"@@image: 'figures/evo_identity_a.png'; md5=51fef803bd3083b0b2c2583221d1c151" -msgstr "" -"@@image: 'figures/evo_identity_a.png'; md5=51fef803bd3083b0b2c2583221d1c151" +msgid "@@image: 'figures/evo_identity_a.png'; md5=51fef803bd3083b0b2c2583221d1c151" +msgstr "@@image: 'figures/evo_identity_a.png'; md5=51fef803bd3083b0b2c2583221d1c151" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:260(None) -msgid "" -"@@image: 'figures/evo_receive_setup_a.png'; " -"md5=5add6d290b2df212516dda2463930759" -msgstr "" -"@@image: 'figures/evo_receive_setup_a.png'; " -"md5=5add6d290b2df212516dda2463930759" +msgid "@@image: 'figures/evo_receive_setup_a.png'; md5=5add6d290b2df212516dda2463930759" +msgstr "@@image: 'figures/evo_receive_setup_a.png'; md5=5add6d290b2df212516dda2463930759" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:418(None) -msgid "" -"@@image: 'figures/evo_gwreceive_a.png'; md5=ef64e581e652d0f03e4e6dd4a3b6d5a2" -msgstr "" -"@@image: 'figures/evo_gwreceive_a.png'; md5=ef64e581e652d0f03e4e6dd4a3b6d5a2" +msgid "@@image: 'figures/evo_gwreceive_a.png'; md5=ef64e581e652d0f03e4e6dd4a3b6d5a2" +msgstr "@@image: 'figures/evo_gwreceive_a.png'; md5=ef64e581e652d0f03e4e6dd4a3b6d5a2" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:428(None) -msgid "" -"@@image: 'figures/evo_mereceive_a.png'; md5=c3c759f902c2584ee218dc40d6e46806" -msgstr "" -"@@image: 'figures/evo_mereceive_a.png'; md5=c3c759f902c2584ee218dc40d6e46806" +msgid "@@image: 'figures/evo_mereceive_a.png'; md5=c3c759f902c2584ee218dc40d6e46806" +msgstr "@@image: 'figures/evo_mereceive_a.png'; md5=c3c759f902c2584ee218dc40d6e46806" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:469(None) -msgid "" -"@@image: 'figures/evo_imapreceive_a.png'; " -"md5=5948a0fbc61dc3b0efa0e4229f1fbf29" -msgstr "" -"@@image: 'figures/evo_imapreceive_a.png'; " -"md5=5948a0fbc61dc3b0efa0e4229f1fbf29" +msgid "@@image: 'figures/evo_imapreceive_a.png'; md5=5948a0fbc61dc3b0efa0e4229f1fbf29" +msgstr "@@image: 'figures/evo_imapreceive_a.png'; md5=5948a0fbc61dc3b0efa0e4229f1fbf29" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:512(None) -msgid "" -"@@image: 'figures/evo_popreceive_a.png'; md5=a635f0e8d9bb4f0bcda34221c258f273" -msgstr "" -"@@image: 'figures/evo_popreceive_a.png'; md5=a635f0e8d9bb4f0bcda34221c258f273" +msgid "@@image: 'figures/evo_popreceive_a.png'; md5=a635f0e8d9bb4f0bcda34221c258f273" +msgstr "@@image: 'figures/evo_popreceive_a.png'; md5=a635f0e8d9bb4f0bcda34221c258f273" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:534(None) -msgid "" -"@@image: 'figures/evo_usereceive_a.png'; md5=3c14cafdde81fca95d480851aee9db0f" -msgstr "" -"@@image: 'figures/evo_usereceive_a.png'; md5=3c14cafdde81fca95d480851aee9db0f" +msgid "@@image: 'figures/evo_usereceive_a.png'; md5=3c14cafdde81fca95d480851aee9db0f" +msgstr "@@image: 'figures/evo_usereceive_a.png'; md5=3c14cafdde81fca95d480851aee9db0f" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:584(None) -msgid "" -"@@image: 'figures/evo_mhreceive_a.png'; md5=c7b97b4a2e9b9cf1c550244cca15a189" -msgstr "" -"@@image: 'figures/evo_mhreceive_a.png'; md5=c7b97b4a2e9b9cf1c550244cca15a189" +msgid "@@image: 'figures/evo_mhreceive_a.png'; md5=c7b97b4a2e9b9cf1c550244cca15a189" +msgstr "@@image: 'figures/evo_mhreceive_a.png'; md5=c7b97b4a2e9b9cf1c550244cca15a189" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:605(None) -msgid "" -"@@image: 'figures/evo_maildirreceive_a.png'; " -"md5=bdd9dfc00800338dc906e2fd12b07f62" -msgstr "" -"@@image: 'figures/evo_maildirreceive_a.png'; " -"md5=bdd9dfc00800338dc906e2fd12b07f62" +msgid "@@image: 'figures/evo_maildirreceive_a.png'; md5=bdd9dfc00800338dc906e2fd12b07f62" +msgstr "@@image: 'figures/evo_maildirreceive_a.png'; md5=bdd9dfc00800338dc906e2fd12b07f62" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. -#: C/evolution.xml:627(None) C/evolution.xml:650(None) -msgid "" -"@@image: 'figures/evo_mboxreceive_a.png'; " -"md5=a04753f7615eab6ac349f50caa39a7a8" -msgstr "" -"@@image: 'figures/evo_mboxreceive_a.png'; " -"md5=a04753f7615eab6ac349f50caa39a7a8" +#: C/evolution.xml:627(None) +#: C/evolution.xml:650(None) +msgid "@@image: 'figures/evo_mboxreceive_a.png'; md5=a04753f7615eab6ac349f50caa39a7a8" +msgstr "@@image: 'figures/evo_mboxreceive_a.png'; md5=a04753f7615eab6ac349f50caa39a7a8" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:678(None) -msgid "" -"@@image: 'figures/evo_send_setup_a.png'; md5=82760a1733ccb49ffa8424d265278b42" -msgstr "" -"@@image: 'figures/evo_send_setup_a.png'; md5=82760a1733ccb49ffa8424d265278b42" +msgid "@@image: 'figures/evo_send_setup_a.png'; md5=82760a1733ccb49ffa8424d265278b42" +msgstr "@@image: 'figures/evo_send_setup_a.png'; md5=82760a1733ccb49ffa8424d265278b42" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:725(None) -msgid "" -"@@image: 'figures/evo_timezone_a.png'; md5=4ee80aae45be18c238c25329ab5ce59a" -msgstr "" -"@@image: 'figures/evo_timezone_a.png'; md5=4ee80aae45be18c238c25329ab5ce59a" +msgid "@@image: 'figures/evo_timezone_a.png'; md5=4ee80aae45be18c238c25329ab5ce59a" +msgstr "@@image: 'figures/evo_timezone_a.png'; md5=4ee80aae45be18c238c25329ab5ce59a" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:753(None) -msgid "" -"@@image: 'figures/evo_mail_callout_a.png'; " -"md5=4fa6dda9663d554197736dd2feb79575" -msgstr "" -"@@image: 'figures/evo_mail_callout_a.png'; " -"md5=4fa6dda9663d554197736dd2feb79575" +msgid "@@image: 'figures/evo_mail_callout_a.png'; md5=4fa6dda9663d554197736dd2feb79575" +msgstr "@@image: 'figures/evo_mail_callout_a.png'; md5=4fa6dda9663d554197736dd2feb79575" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:928(None) msgid "@@image: 'figures/evo_mail_a.png'; md5=cf315e85737412c6ee3c3202b8807701" -msgstr "" -"@@image: 'figures/evo_mail_a.png'; md5=cf315e85737412c6ee3c3202b8807701" +msgstr "@@image: 'figures/evo_mail_a.png'; md5=cf315e85737412c6ee3c3202b8807701" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:946(None) -msgid "" -"@@image: 'figures/evo_cal_callout_a.png'; " -"md5=6de000ad9c7b3fe42ed1996cad46432f" -msgstr "" -"@@image: 'figures/evo_cal_callout_a.png'; " -"md5=6de000ad9c7b3fe42ed1996cad46432f" +msgid "@@image: 'figures/evo_cal_callout_a.png'; md5=6de000ad9c7b3fe42ed1996cad46432f" +msgstr "@@image: 'figures/evo_cal_callout_a.png'; md5=6de000ad9c7b3fe42ed1996cad46432f" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:966(None) -msgid "" -"@@image: 'figures/contacts_mainwindow_a.png'; " -"md5=41335f17f056cb0b06e3df4900d08865" -msgstr "" -"@@image: 'figures/contacts_mainwindow_a.png'; " -"md5=41335f17f056cb0b06e3df4900d08865" +msgid "@@image: 'figures/contacts_mainwindow_a.png'; md5=41335f17f056cb0b06e3df4900d08865" +msgstr "@@image: 'figures/contacts_mainwindow_a.png'; md5=41335f17f056cb0b06e3df4900d08865" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:980(None) msgid "@@image: 'figures/evo_backup.png'; md5=45f1608179074557b35d6a31fbd49cec" -msgstr "" -"@@image: 'figures/evo_backup.png'; md5=45f1608179074557b35d6a31fbd49cec" +msgstr "@@image: 'figures/evo_backup.png'; md5=45f1608179074557b35d6a31fbd49cec" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:983(None) -msgid "" -"@@image: 'figures/evo_backup_warning.png'; " -"md5=80e1ce9a9be3f660bdfbae7dd7b9488b" -msgstr "" -"@@image: 'figures/evo_backup_warning.png'; " -"md5=80e1ce9a9be3f660bdfbae7dd7b9488b" +msgid "@@image: 'figures/evo_backup_warning.png'; md5=80e1ce9a9be3f660bdfbae7dd7b9488b" +msgstr "@@image: 'figures/evo_backup_warning.png'; md5=80e1ce9a9be3f660bdfbae7dd7b9488b" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:991(None) -msgid "" -"@@image: 'figures/evo_backup_prgsbar.png'; " -"md5=046642d35e096154508269063d672b07" -msgstr "" -"@@image: 'figures/evo_backup_prgsbar.png'; " -"md5=046642d35e096154508269063d672b07" +msgid "@@image: 'figures/evo_backup_prgsbar.png'; md5=046642d35e096154508269063d672b07" +msgstr "@@image: 'figures/evo_backup_prgsbar.png'; md5=046642d35e096154508269063d672b07" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1009(None) -msgid "" -"@@image: 'figures/evo_restore.png'; md5=95ef78344a50e05dbf01da9633dcd71f" -msgstr "" -"@@image: 'figures/evo_restore.png'; md5=95ef78344a50e05dbf01da9633dcd71f" +msgid "@@image: 'figures/evo_restore.png'; md5=95ef78344a50e05dbf01da9633dcd71f" +msgstr "@@image: 'figures/evo_restore.png'; md5=95ef78344a50e05dbf01da9633dcd71f" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1181(None) -msgid "" -"@@image: 'figures/evo_newmail.png'; md5=426590d03b7b0bc88b16cc61b2ec1000" -msgstr "" -"@@image: 'figures/evo_newmail.png'; md5=426590d03b7b0bc88b16cc61b2ec1000" +msgid "@@image: 'figures/evo_newmail.png'; md5=426590d03b7b0bc88b16cc61b2ec1000" +msgstr "@@image: 'figures/evo_newmail.png'; md5=426590d03b7b0bc88b16cc61b2ec1000" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1183(None) -msgid "" -"@@image: 'figures/evo_mailnotification.png'; " -"md5=3ec09c3f9b49aee5be6f5fc2df69350d" -msgstr "" -"@@image: 'figures/evo_mailnotification.png'; " -"md5=3ec09c3f9b49aee5be6f5fc2df69350d" +msgid "@@image: 'figures/evo_mailnotification.png'; md5=3ec09c3f9b49aee5be6f5fc2df69350d" +msgstr "@@image: 'figures/evo_mailnotification.png'; md5=3ec09c3f9b49aee5be6f5fc2df69350d" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1258(None) msgid "@@image: 'figures/ver_view_a.png'; md5=f3075b70b9eebf8f2b8f3b587143ef8b" -msgstr "" -"@@image: 'figures/ver_view_a.png'; md5=f3075b70b9eebf8f2b8f3b587143ef8b" +msgstr "@@image: 'figures/ver_view_a.png'; md5=f3075b70b9eebf8f2b8f3b587143ef8b" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1273(None) -msgid "" -"@@image: 'figures/collap_head_a.png'; md5=82c5d5ae3f5499f17bdb08eebfe9c557" -msgstr "" -"@@image: 'figures/collap_head_a.png'; md5=82c5d5ae3f5499f17bdb08eebfe9c557" +msgid "@@image: 'figures/collap_head_a.png'; md5=82c5d5ae3f5499f17bdb08eebfe9c557" +msgstr "@@image: 'figures/collap_head_a.png'; md5=82c5d5ae3f5499f17bdb08eebfe9c557" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1448(None) -msgid "" -"@@image: 'figures/evo_newmess_a.png'; md5=3bd7f656fa4d7fa3d5b337241e56f575" -msgstr "" -"@@image: 'figures/evo_newmess_a.png'; md5=3bd7f656fa4d7fa3d5b337241e56f575" +msgid "@@image: 'figures/evo_newmess_a.png'; md5=3bd7f656fa4d7fa3d5b337241e56f575" +msgstr "@@image: 'figures/evo_newmess_a.png'; md5=3bd7f656fa4d7fa3d5b337241e56f575" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1506(None) -msgid "" -"@@image: 'figures/evo_customheader.png'; md5=469f72793711212ce624d602e08e3a98" -msgstr "" -"@@image: 'figures/evo_customheader.png'; md5=469f72793711212ce624d602e08e3a98" +msgid "@@image: 'figures/evo_customheader.png'; md5=469f72793711212ce624d602e08e3a98" +msgstr "@@image: 'figures/evo_customheader.png'; md5=469f72793711212ce624d602e08e3a98" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1514(None) -msgid "" -"@@image: 'figures/evo_custom_header.png'; " -"md5=10dfa4db26e3354551653fffb9ec23de" -msgstr "" -"@@image: 'figures/evo_custom_header.png'; " -"md5=10dfa4db26e3354551653fffb9ec23de" +msgid "@@image: 'figures/evo_custom_header.png'; md5=10dfa4db26e3354551653fffb9ec23de" +msgstr "@@image: 'figures/evo_custom_header.png'; md5=10dfa4db26e3354551653fffb9ec23de" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1560(None) -msgid "" -"@@image: 'figures/evo_offline.png'; md5=1efa5688aaa2aa59a37e614e32c4f7eb" -msgstr "" -"@@image: 'figures/evo_offline.png'; md5=1efa5688aaa2aa59a37e614e32c4f7eb" +msgid "@@image: 'figures/evo_offline.png'; md5=1efa5688aaa2aa59a37e614e32c4f7eb" +msgstr "@@image: 'figures/evo_offline.png'; md5=1efa5688aaa2aa59a37e614e32c4f7eb" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1614(None) -msgid "" -"@@image: 'figures/attach_reminder_a.png'; " -"md5=66e32d56d961c67ff24d8b1c4ac6c9eb" -msgstr "" -"@@image: 'figures/attach_reminder_a.png'; " -"md5=66e32d56d961c67ff24d8b1c4ac6c9eb" +msgid "@@image: 'figures/attach_reminder_a.png'; md5=66e32d56d961c67ff24d8b1c4ac6c9eb" +msgstr "@@image: 'figures/attach_reminder_a.png'; md5=66e32d56d961c67ff24d8b1c4ac6c9eb" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1627(None) -msgid "" -"@@image: 'figures/evo_attachreminder_plugin.png'; " -"md5=25f7db7cd7d310110847354c62702ecf" -msgstr "" -"@@image: 'figures/evo_attachreminder_plugin.png'; " -"md5=25f7db7cd7d310110847354c62702ecf" +msgid "@@image: 'figures/evo_attachreminder_plugin.png'; md5=25f7db7cd7d310110847354c62702ecf" +msgstr "@@image: 'figures/evo_attachreminder_plugin.png'; md5=25f7db7cd7d310110847354c62702ecf" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1955(None) -msgid "" -"@@image: 'figures/evo_account_editor_a.png'; " -"md5=39b83104a4e6ecb9473cbb84121e6be3" -msgstr "" -"@@image: 'figures/evo_account_editor_a.png'; " -"md5=39b83104a4e6ecb9473cbb84121e6be3" +msgid "@@image: 'figures/evo_account_editor_a.png'; md5=39b83104a4e6ecb9473cbb84121e6be3" +msgstr "@@image: 'figures/evo_account_editor_a.png'; md5=39b83104a4e6ecb9473cbb84121e6be3" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:1995(None) -msgid "" -"@@image: 'figures/account_editor_a.png'; md5=cd9c4e71a53f8f03424c1432d7d46e30" -msgstr "" -"@@image: 'figures/account_editor_a.png'; md5=cd9c4e71a53f8f03424c1432d7d46e30" +msgid "@@image: 'figures/account_editor_a.png'; md5=cd9c4e71a53f8f03424c1432d7d46e30" +msgstr "@@image: 'figures/account_editor_a.png'; md5=cd9c4e71a53f8f03424c1432d7d46e30" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2537(None) -msgid "" -"@@image: 'figures/evo_import_asst_a.png'; " -"md5=e86638d0b3a01478fd4f12e33781a8a0" -msgstr "" -"@@image: 'figures/evo_import_asst_a.png'; " -"md5=e86638d0b3a01478fd4f12e33781a8a0" +msgid "@@image: 'figures/evo_import_asst_a.png'; md5=e86638d0b3a01478fd4f12e33781a8a0" +msgstr "@@image: 'figures/evo_import_asst_a.png'; md5=e86638d0b3a01478fd4f12e33781a8a0" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2564(None) -msgid "" -"@@image: 'figures/mail-threaded.png'; md5=ab1b9eb0f0735f4fcc4c51ead5ce1ff2" -msgstr "" -"@@image: 'figures/mail-threaded.png'; md5=ab1b9eb0f0735f4fcc4c51ead5ce1ff2" +msgid "@@image: 'figures/mail-threaded.png'; md5=ab1b9eb0f0735f4fcc4c51ead5ce1ff2" +msgstr "@@image: 'figures/mail-threaded.png'; md5=ab1b9eb0f0735f4fcc4c51ead5ce1ff2" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2715(None) -msgid "" -"@@image: 'figures/evo_flag_follow_up_a.png'; " -"md5=6a4790a789cf4b3b8b73cb43aa8d065b" -msgstr "" -"@@image: 'figures/evo_flag_follow_up_a.png'; " -"md5=6a4790a789cf4b3b8b73cb43aa8d065b" +msgid "@@image: 'figures/evo_flag_follow_up_a.png'; md5=6a4790a789cf4b3b8b73cb43aa8d065b" +msgstr "@@image: 'figures/evo_flag_follow_up_a.png'; md5=6a4790a789cf4b3b8b73cb43aa8d065b" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2732(None) -msgid "" -"@@image: 'figures/evo_select_folder.png'; " -"md5=7b99ef6be9990bc1c1d869512ae2f617" -msgstr "" -"@@image: 'figures/evo_select_folder.png'; " -"md5=7b99ef6be9990bc1c1d869512ae2f617" +msgid "@@image: 'figures/evo_select_folder.png'; md5=7b99ef6be9990bc1c1d869512ae2f617" +msgstr "@@image: 'figures/evo_select_folder.png'; md5=7b99ef6be9990bc1c1d869512ae2f617" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2735(None) -msgid "" -"@@image: 'figures/evo_message_filters_a.png'; " -"md5=3b7067638063c6aad2c316db838d2273" -msgstr "" -"@@image: 'figures/evo_message_filters_a.png'; " -"md5=3b7067638063c6aad2c316db838d2273" +msgid "@@image: 'figures/evo_message_filters_a.png'; md5=3b7067638063c6aad2c316db838d2273" +msgstr "@@image: 'figures/evo_message_filters_a.png'; md5=3b7067638063c6aad2c316db838d2273" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2898(None) -msgid "" -"@@image: 'figures/evo_adv_search_a.png'; md5=676d35d686745650c9bcfa832763362c" -msgstr "" -"@@image: 'figures/evo_adv_search_a.png'; md5=676d35d686745650c9bcfa832763362c" +msgid "@@image: 'figures/evo_adv_search_a.png'; md5=676d35d686745650c9bcfa832763362c" +msgstr "@@image: 'figures/evo_adv_search_a.png'; md5=676d35d686745650c9bcfa832763362c" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2928(None) -msgid "" -"@@image: 'figures/evo_edit_search.png'; md5=2ce150b3eb63cc4ec0f0292e13167be8" -msgstr "" -"@@image: 'figures/evo_edit_search.png'; md5=2ce150b3eb63cc4ec0f0292e13167be8" +msgid "@@image: 'figures/evo_edit_search.png'; md5=2ce150b3eb63cc4ec0f0292e13167be8" +msgstr "@@image: 'figures/evo_edit_search.png'; md5=2ce150b3eb63cc4ec0f0292e13167be8" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2934(None) -msgid "" -"@@image: 'figures/evo_edit_rule_a.png'; md5=0ae423517b27dfd34cfcb54550335fbb" -msgstr "" -"@@image: 'figures/evo_edit_rule_a.png'; md5=0ae423517b27dfd34cfcb54550335fbb" +msgid "@@image: 'figures/evo_edit_rule_a.png'; md5=0ae423517b27dfd34cfcb54550335fbb" +msgstr "@@image: 'figures/evo_edit_rule_a.png'; md5=0ae423517b27dfd34cfcb54550335fbb" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:2961(None) -msgid "" -"@@image: 'figures/filter-new-fig.png'; md5=75a2b8ccfe0f7a4982859827c867d578" -msgstr "" -"@@image: 'figures/filter-new-fig.png'; md5=75a2b8ccfe0f7a4982859827c867d578" +msgid "@@image: 'figures/filter-new-fig.png'; md5=75a2b8ccfe0f7a4982859827c867d578" +msgstr "@@image: 'figures/filter-new-fig.png'; md5=75a2b8ccfe0f7a4982859827c867d578" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:3209(None) msgid "@@image: 'figures/evo_rule_a.png'; md5=5f8fb34b77c0d3abe7aff767edd53aaa" -msgstr "" -"@@image: 'figures/evo_rule_a.png'; md5=5f8fb34b77c0d3abe7aff767edd53aaa" +msgstr "@@image: 'figures/evo_rule_a.png'; md5=5f8fb34b77c0d3abe7aff767edd53aaa" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:3300(None) -msgid "" -"@@image: 'figures/evo_select_add_folder.png'; " -"md5=01d57d01ff1650d91c1d73de1f4301ab" -msgstr "" -"@@image: 'figures/evo_select_add_folder.png'; " -"md5=01d57d01ff1650d91c1d73de1f4301ab" +msgid "@@image: 'figures/evo_select_add_folder.png'; md5=01d57d01ff1650d91c1d73de1f4301ab" +msgstr "@@image: 'figures/evo_select_add_folder.png'; md5=01d57d01ff1650d91c1d73de1f4301ab" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:3393(None) -msgid "" -"@@image: 'figures/evo_contacteditor_a.png'; " -"md5=4f188bd5d34a9fea7d91fdf5fb943f28" -msgstr "" -"@@image: 'figures/evo_contacteditor_a.png'; " -"md5=4f188bd5d34a9fea7d91fdf5fb943f28" +msgid "@@image: 'figures/evo_contacteditor_a.png'; md5=4f188bd5d34a9fea7d91fdf5fb943f28" +msgstr "@@image: 'figures/evo_contacteditor_a.png'; md5=4f188bd5d34a9fea7d91fdf5fb943f28" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:3431(None) -msgid "" -"@@image: 'figures/quick_add_a.png'; md5=2a3d3007ec4cd18bb7e3a208bcbfb252" -msgstr "" -"@@image: 'figures/quick_add_a.png'; md5=2a3d3007ec4cd18bb7e3a208bcbfb252" +msgid "@@image: 'figures/quick_add_a.png'; md5=2a3d3007ec4cd18bb7e3a208bcbfb252" +msgstr "@@image: 'figures/quick_add_a.png'; md5=2a3d3007ec4cd18bb7e3a208bcbfb252" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:3452(None) -msgid "" -"@@image: 'figures/evo_googlecontacts.png'; " -"md5=2357233124d1191cdbb2279f6f998207" -msgstr "" -"@@image: 'figures/evo_googlecontacts.png'; " -"md5=2357233124d1191cdbb2279f6f998207" +msgid "@@image: 'figures/evo_googlecontacts.png'; md5=2357233124d1191cdbb2279f6f998207" +msgstr "@@image: 'figures/evo_googlecontacts.png'; md5=2357233124d1191cdbb2279f6f998207" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:3744(None) -msgid "" -"@@image: 'figures/categories_a.png'; md5=362ebe93a74beec4fd820776c7f2db77" -msgstr "" -"@@image: 'figures/categories_a.png'; md5=362ebe93a74beec4fd820776c7f2db77" +msgid "@@image: 'figures/categories_a.png'; md5=362ebe93a74beec4fd820776c7f2db77" +msgstr "@@image: 'figures/categories_a.png'; md5=362ebe93a74beec4fd820776c7f2db77" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. @@ -437,131 +306,97 @@ #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:3922(None) -msgid "" -"@@image: 'figures/evo_cal_prop_a.png'; md5=f28511f098847b4fc9278ba6c54c9c3d" -msgstr "" -"@@image: 'figures/evo_cal_prop_a.png'; md5=f28511f098847b4fc9278ba6c54c9c3d" +msgid "@@image: 'figures/evo_cal_prop_a.png'; md5=f28511f098847b4fc9278ba6c54c9c3d" +msgstr "@@image: 'figures/evo_cal_prop_a.png'; md5=f28511f098847b4fc9278ba6c54c9c3d" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:3954(None) -msgid "" -"@@image: 'figures/google_cal_view.png'; md5=6574c207d4b219a80da96982ee650ce2" -msgstr "" -"@@image: 'figures/google_cal_view.png'; md5=6574c207d4b219a80da96982ee650ce2" +msgid "@@image: 'figures/google_cal_view.png'; md5=6574c207d4b219a80da96982ee650ce2" +msgstr "@@image: 'figures/google_cal_view.png'; md5=6574c207d4b219a80da96982ee650ce2" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:4053(None) -msgid "" -"@@image: 'figures/evo_calender_appointmnt.png'; " -"md5=730ed74addbca4b0638f03cbcde99e71" -msgstr "" -"@@image: 'figures/evo_calender_appointmnt.png'; " -"md5=730ed74addbca4b0638f03cbcde99e71" +msgid "@@image: 'figures/evo_calender_appointmnt.png'; md5=730ed74addbca4b0638f03cbcde99e71" +msgstr "@@image: 'figures/evo_calender_appointmnt.png'; md5=730ed74addbca4b0638f03cbcde99e71" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:4121(None) -msgid "" -"@@image: 'figures/evo_allday_a.png'; md5=3641b70c5110bb275d553c00d559636f" -msgstr "" -"@@image: 'figures/evo_allday_a.png'; md5=3641b70c5110bb275d553c00d559636f" +msgid "@@image: 'figures/evo_allday_a.png'; md5=3641b70c5110bb275d553c00d559636f" +msgstr "@@image: 'figures/evo_allday_a.png'; md5=3641b70c5110bb275d553c00d559636f" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. -#: C/evolution.xml:4317(None) C/evolution.xml:5592(None) +#: C/evolution.xml:4317(None) +#: C/evolution.xml:5592(None) #: C/evolution.xml:5978(None) msgid "@@image: 'figures/free_busy.png'; md5=e9401be3e2c00fa9389a81aa438bc67d" msgstr "@@image: 'figures/free_busy.png'; md5=e9401be3e2c00fa9389a81aa438bc67d" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. -#: C/evolution.xml:4413(None) C/evolution.xml:4727(None) +#: C/evolution.xml:4413(None) +#: C/evolution.xml:4727(None) #: C/evolution.xml:4965(None) -msgid "" -"@@image: 'figures/evo_cal_advsearch.png'; " -"md5=a99f9f9f5c13ba8cf237b7a79a5af7f1" -msgstr "" -"@@image: 'figures/evo_cal_advsearch.png'; " -"md5=a99f9f9f5c13ba8cf237b7a79a5af7f1" +msgid "@@image: 'figures/evo_cal_advsearch.png'; md5=a99f9f9f5c13ba8cf237b7a79a5af7f1" +msgstr "@@image: 'figures/evo_cal_advsearch.png'; md5=a99f9f9f5c13ba8cf237b7a79a5af7f1" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:4876(None) msgid "@@image: 'figures/evo_memo_a.png'; md5=d3e1bb4520b51afabc1b396fdd4ab82c" -msgstr "" -"@@image: 'figures/evo_memo_a.png'; md5=d3e1bb4520b51afabc1b396fdd4ab82c" +msgstr "@@image: 'figures/evo_memo_a.png'; md5=d3e1bb4520b51afabc1b396fdd4ab82c" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5272(None) -msgid "" -"@@image: 'figures/exchng-identity.png'; md5=51fef803bd3083b0b2c2583221d1c151" -msgstr "" -"@@image: 'figures/exchng-identity.png'; md5=51fef803bd3083b0b2c2583221d1c151" +msgid "@@image: 'figures/exchng-identity.png'; md5=51fef803bd3083b0b2c2583221d1c151" +msgstr "@@image: 'figures/exchng-identity.png'; md5=51fef803bd3083b0b2c2583221d1c151" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5277(None) -msgid "" -"@@image: 'figures/exchng-rec-mails.png'; md5=29dcaf684be7ea3554afe4f96885bc4e" -msgstr "" -"@@image: 'figures/exchng-rec-mails.png'; md5=29dcaf684be7ea3554afe4f96885bc4e" +msgid "@@image: 'figures/exchng-rec-mails.png'; md5=29dcaf684be7ea3554afe4f96885bc4e" +msgstr "@@image: 'figures/exchng-rec-mails.png'; md5=29dcaf684be7ea3554afe4f96885bc4e" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5284(None) -msgid "" -"@@image: 'figures/exchng-rec-options.png'; " -"md5=c3c759f902c2584ee218dc40d6e46806" -msgstr "" -"@@image: 'figures/exchng-rec-options.png'; " -"md5=c3c759f902c2584ee218dc40d6e46806" +msgid "@@image: 'figures/exchng-rec-options.png'; md5=c3c759f902c2584ee218dc40d6e46806" +msgstr "@@image: 'figures/exchng-rec-options.png'; md5=c3c759f902c2584ee218dc40d6e46806" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5298(None) -msgid "" -"@@image: 'figures/exchg-identity.png'; md5=3733884734da6765870c652f1651bbd2" -msgstr "" -"@@image: 'figures/exchg-identity.png'; md5=3733884734da6765870c652f1651bbd2" +msgid "@@image: 'figures/exchg-identity.png'; md5=3733884734da6765870c652f1651bbd2" +msgstr "@@image: 'figures/exchg-identity.png'; md5=3733884734da6765870c652f1651bbd2" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5306(None) -msgid "" -"@@image: 'figures/exchng-rec-mail.png'; md5=fe7f5e7b758b0306998ec477abf790f3" -msgstr "" -"@@image: 'figures/exchng-rec-mail.png'; md5=fe7f5e7b758b0306998ec477abf790f3" +msgid "@@image: 'figures/exchng-rec-mail.png'; md5=fe7f5e7b758b0306998ec477abf790f3" +msgstr "@@image: 'figures/exchng-rec-mail.png'; md5=fe7f5e7b758b0306998ec477abf790f3" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5314(None) -msgid "" -"@@image: 'figures/exchng-rec-option.png'; " -"md5=6c0f84b7541a044e900d9d7c5fc4a49b" -msgstr "" -"@@image: 'figures/exchng-rec-option.png'; " -"md5=6c0f84b7541a044e900d9d7c5fc4a49b" +msgid "@@image: 'figures/exchng-rec-option.png'; md5=6c0f84b7541a044e900d9d7c5fc4a49b" +msgstr "@@image: 'figures/exchng-rec-option.png'; md5=6c0f84b7541a044e900d9d7c5fc4a49b" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. -#: C/evolution.xml:5347(None) C/evolution.xml:5584(None) -msgid "" -"@@image: 'figures/exchng-settings.png'; md5=7e82c0934afd2de5fca76c164d6342f4" -msgstr "" -"@@image: 'figures/exchng-settings.png'; md5=7e82c0934afd2de5fca76c164d6342f4" +#: C/evolution.xml:5347(None) +#: C/evolution.xml:5584(None) +msgid "@@image: 'figures/exchng-settings.png'; md5=7e82c0934afd2de5fca76c164d6342f4" +msgstr "@@image: 'figures/exchng-settings.png'; md5=7e82c0934afd2de5fca76c164d6342f4" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5389(None) -msgid "" -"@@image: 'figures/evo_send_option_a.png'; " -"md5=c1cca904625d1a7de13c851cd15235f6" -msgstr "" -"@@image: 'figures/evo_send_option_a.png'; " -"md5=c1cca904625d1a7de13c851cd15235f6" +msgid "@@image: 'figures/evo_send_option_a.png'; md5=c1cca904625d1a7de13c851cd15235f6" +msgstr "@@image: 'figures/evo_send_option_a.png'; md5=c1cca904625d1a7de13c851cd15235f6" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. @@ -572,118 +407,80 @@ #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5478(None) -msgid "" -"@@image: 'figures/evo_delegate_permission_a.png'; " -"md5=05df38ad69b20f9bd7c1e14044ca10fd" -msgstr "" -"@@image: 'figures/evo_delegate_permission_a.png'; " -"md5=05df38ad69b20f9bd7c1e14044ca10fd" +msgid "@@image: 'figures/evo_delegate_permission_a.png'; md5=05df38ad69b20f9bd7c1e14044ca10fd" +msgstr "@@image: 'figures/evo_delegate_permission_a.png'; md5=05df38ad69b20f9bd7c1e14044ca10fd" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5513(None) -msgid "" -"@@image: 'figures/sub-others-folder.png'; " -"md5=5e385ee9524f93b65b307f83e1888138" -msgstr "" -"@@image: 'figures/sub-others-folder.png'; " -"md5=5e385ee9524f93b65b307f83e1888138" +msgid "@@image: 'figures/sub-others-folder.png'; md5=5e385ee9524f93b65b307f83e1888138" +msgstr "@@image: 'figures/sub-others-folder.png'; md5=5e385ee9524f93b65b307f83e1888138" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5543(None) -msgid "" -"@@image: 'figures/sub-pub-fold.png'; md5=e8e8b7d0b6ae8214ca1ef51dac06a1f7" -msgstr "" -"@@image: 'figures/sub-pub-fold.png'; md5=e8e8b7d0b6ae8214ca1ef51dac06a1f7" +msgid "@@image: 'figures/sub-pub-fold.png'; md5=e8e8b7d0b6ae8214ca1ef51dac06a1f7" +msgstr "@@image: 'figures/sub-pub-fold.png'; md5=e8e8b7d0b6ae8214ca1ef51dac06a1f7" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5872(None) -msgid "" -"@@image: 'figures/evo_identityedit_a.png'; " -"md5=78418c3f6214b7494c323df12bc6921f" -msgstr "" -"@@image: 'figures/evo_identityedit_a.png'; " -"md5=78418c3f6214b7494c323df12bc6921f" +msgid "@@image: 'figures/evo_identityedit_a.png'; md5=78418c3f6214b7494c323df12bc6921f" +msgstr "@@image: 'figures/evo_identityedit_a.png'; md5=78418c3f6214b7494c323df12bc6921f" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5880(None) -msgid "" -"@@image: 'figures/evo_gwreceiveedit_a.png'; " -"md5=3f5fc5b802eba3ef1a68e6ff675577b0" -msgstr "" -"@@image: 'figures/evo_gwreceiveedit_a.png'; " -"md5=3f5fc5b802eba3ef1a68e6ff675577b0" +msgid "@@image: 'figures/evo_gwreceiveedit_a.png'; md5=3f5fc5b802eba3ef1a68e6ff675577b0" +msgstr "@@image: 'figures/evo_gwreceiveedit_a.png'; md5=3f5fc5b802eba3ef1a68e6ff675577b0" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5893(None) -msgid "" -"@@image: 'figures/evo_gwreceiveoptedit_a.png'; " -"md5=1c9e818bb39bb288511cf1cebdd83569" -msgstr "" -"@@image: 'figures/evo_gwreceiveoptedit_a.png'; " -"md5=1c9e818bb39bb288511cf1cebdd83569" +msgid "@@image: 'figures/evo_gwreceiveoptedit_a.png'; md5=1c9e818bb39bb288511cf1cebdd83569" +msgstr "@@image: 'figures/evo_gwreceiveoptedit_a.png'; md5=1c9e818bb39bb288511cf1cebdd83569" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5939(None) -msgid "" -"@@image: 'figures/evo_rmdrnotes_a.png'; md5=ae24ed3554b8359af96ef2374ccd261a" -msgstr "" -"@@image: 'figures/evo_rmdrnotes_a.png'; md5=ae24ed3554b8359af96ef2374ccd261a" +msgid "@@image: 'figures/evo_rmdrnotes_a.png'; md5=ae24ed3554b8359af96ef2374ccd261a" +msgstr "@@image: 'figures/evo_rmdrnotes_a.png'; md5=ae24ed3554b8359af96ef2374ccd261a" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:5971(None) -msgid "" -"@@image: 'figures/evo_shd_memo_a.png'; md5=dd7069c9f52641dd13101c1dd935feb8" -msgstr "" -"@@image: 'figures/evo_shd_memo_a.png'; md5=dd7069c9f52641dd13101c1dd935feb8" +msgid "@@image: 'figures/evo_shd_memo_a.png'; md5=dd7069c9f52641dd13101c1dd935feb8" +msgstr "@@image: 'figures/evo_shd_memo_a.png'; md5=dd7069c9f52641dd13101c1dd935feb8" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6042(None) -msgid "" -"@@image: 'figures/evo_gwstatustrack.png'; " -"md5=d4eb84e2d55870af1408c430ce8c0e66" -msgstr "" -"@@image: 'figures/evo_gwstatustrack.png'; " -"md5=d4eb84e2d55870af1408c430ce8c0e66" +msgid "@@image: 'figures/evo_gwstatustrack.png'; md5=d4eb84e2d55870af1408c430ce8c0e66" +msgstr "@@image: 'figures/evo_gwstatustrack.png'; md5=d4eb84e2d55870af1408c430ce8c0e66" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6097(None) -msgid "" -"@@image: 'figures/evo_sendstatus_a.png'; md5=36ca2211056c859eb776124bfc364705" -msgstr "" -"@@image: 'figures/evo_sendstatus_a.png'; md5=36ca2211056c859eb776124bfc364705" +msgid "@@image: 'figures/evo_sendstatus_a.png'; md5=36ca2211056c859eb776124bfc364705" +msgstr "@@image: 'figures/evo_sendstatus_a.png'; md5=36ca2211056c859eb776124bfc364705" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6155(None) -msgid "" -"@@image: 'figures/evo_calstatus_a.png'; md5=99fb98faa3e644f6433c078ba71a0353" -msgstr "" -"@@image: 'figures/evo_calstatus_a.png'; md5=99fb98faa3e644f6433c078ba71a0353" +msgid "@@image: 'figures/evo_calstatus_a.png'; md5=99fb98faa3e644f6433c078ba71a0353" +msgstr "@@image: 'figures/evo_calstatus_a.png'; md5=99fb98faa3e644f6433c078ba71a0353" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6296(None) -msgid "" -"@@image: 'figures/evo_proxyadd_a.png'; md5=51357617967f0610eb95dab5814540ad" -msgstr "" -"@@image: 'figures/evo_proxyadd_a.png'; md5=51357617967f0610eb95dab5814540ad" +msgid "@@image: 'figures/evo_proxyadd_a.png'; md5=51357617967f0610eb95dab5814540ad" +msgstr "@@image: 'figures/evo_proxyadd_a.png'; md5=51357617967f0610eb95dab5814540ad" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6319(None) -msgid "" -"@@image: 'figures/proxy-login.png'; md5=7adee93cffbeea4636df9bb1a8923b07" -msgstr "" -"@@image: 'figures/proxy-login.png'; md5=7adee93cffbeea4636df9bb1a8923b07" +msgid "@@image: 'figures/proxy-login.png'; md5=7adee93cffbeea4636df9bb1a8923b07" +msgstr "@@image: 'figures/proxy-login.png'; md5=7adee93cffbeea4636df9bb1a8923b07" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. @@ -694,74 +491,61 @@ #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6471(None) -msgid "" -"@@image: 'figures/mailer_preferences.png'; " -"md5=ad0be84fb36edefd01851653b69b65bb" -msgstr "" -"@@image: 'figures/mailer_preferences.png'; " -"md5=ad0be84fb36edefd01851653b69b65bb" +msgid "@@image: 'figures/mailer_preferences.png'; md5=ad0be84fb36edefd01851653b69b65bb" +msgstr "@@image: 'figures/mailer_preferences.png'; md5=ad0be84fb36edefd01851653b69b65bb" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6573(None) -msgid "" -"@@image: 'figures/evo_imapheader_a.png'; md5=b11aa6167ce03769ce3084d32f4b4459" -msgstr "" -"@@image: 'figures/evo_imapheader_a.png'; md5=b11aa6167ce03769ce3084d32f4b4459" +msgid "@@image: 'figures/evo_imapheader_a.png'; md5=b11aa6167ce03769ce3084d32f4b4459" +msgstr "@@image: 'figures/evo_imapheader_a.png'; md5=b11aa6167ce03769ce3084d32f4b4459" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6668(None) -msgid "" -"@@image: 'figures/evo_labels_a.png'; md5=847d1bebd5d64b9f63e14d6d88f741de" -msgstr "" -"@@image: 'figures/evo_labels_a.png'; md5=847d1bebd5d64b9f63e14d6d88f741de" +msgid "@@image: 'figures/evo_labels_a.png'; md5=847d1bebd5d64b9f63e14d6d88f741de" +msgstr "@@image: 'figures/evo_labels_a.png'; md5=847d1bebd5d64b9f63e14d6d88f741de" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6694(None) -msgid "" -"@@image: 'figures/evo_label_a.png'; md5=bc5d8fe2485b9678a4911ac6e1469dfa" -msgstr "" -"@@image: 'figures/evo_label_a.png'; md5=bc5d8fe2485b9678a4911ac6e1469dfa" +msgid "@@image: 'figures/evo_label_a.png'; md5=bc5d8fe2485b9678a4911ac6e1469dfa" +msgstr "@@image: 'figures/evo_label_a.png'; md5=bc5d8fe2485b9678a4911ac6e1469dfa" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6739(None) msgid "@@image: 'figures/evo_junk_a.png'; md5=9ea63d33ed9dae0df3a8a62a85063340" -msgstr "" -"@@image: 'figures/evo_junk_a.png'; md5=9ea63d33ed9dae0df3a8a62a85063340" +msgstr "@@image: 'figures/evo_junk_a.png'; md5=9ea63d33ed9dae0df3a8a62a85063340" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:6930(None) -msgid "" -"@@image: 'figures/network_pref.png'; md5=477a6b35cd47e61b32b9aee6451ec2e1" -msgstr "" -"@@image: 'figures/network_pref.png'; md5=477a6b35cd47e61b32b9aee6451ec2e1" +msgid "@@image: 'figures/network_pref.png'; md5=477a6b35cd47e61b32b9aee6451ec2e1" +msgstr "@@image: 'figures/network_pref.png'; md5=477a6b35cd47e61b32b9aee6451ec2e1" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:7207(None) -msgid "" -"@@image: 'figures/evo_debuglogs_a.png'; md5=07f28e4574670558cf11897915b2ce7e" -msgstr "" -"@@image: 'figures/evo_debuglogs_a.png'; md5=07f28e4574670558cf11897915b2ce7e" +msgid "@@image: 'figures/evo_debuglogs_a.png'; md5=07f28e4574670558cf11897915b2ce7e" +msgstr "@@image: 'figures/evo_debuglogs_a.png'; md5=07f28e4574670558cf11897915b2ce7e" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/evolution.xml:7359(None) -msgid "" -"@@image: 'figures/quick_reference.png'; md5=86fe7457150de2e7efe735c10cd324f5" -msgstr "" -"@@image: 'figures/quick_reference.png'; md5=86fe7457150de2e7efe735c10cd324f5" +msgid "@@image: 'figures/quick_reference.png'; md5=86fe7457150de2e7efe735c10cd324f5" +msgstr "@@image: 'figures/quick_reference.png'; md5=86fe7457150de2e7efe735c10cd324f5" -#: C/evolution.xml:15(title) C/evolution.xml:7749(para) +#: C/evolution.xml:15(title) +#: C/evolution.xml:7749(para) msgid "Evolution 2.24 User Guide" msgstr "Uživatelská příručka k Evolution 2.24" -#: C/evolution.xml:20(firstname) C/evolution.xml:22(corpauthor) -#: C/evolution.xml:38(para) C/evolution.xml:46(para) C/evolution.xml:54(para) +#: C/evolution.xml:20(firstname) +#: C/evolution.xml:22(corpauthor) +#: C/evolution.xml:38(para) +#: C/evolution.xml:46(para) +#: C/evolution.xml:54(para) #: C/evolution.xml:62(para) msgid "Novell, Inc" msgstr "Novell, Inc" @@ -774,7 +558,8 @@ msgid "2002-2008" msgstr "2002-2008" -#: C/evolution.xml:34(revnumber) C/evolution.xml:77(productnumber) +#: C/evolution.xml:34(revnumber) +#: C/evolution.xml:77(productnumber) msgid "2.24" msgstr "2.24" @@ -782,7 +567,9 @@ msgid "March 2008" msgstr "Březen 2008" -#: C/evolution.xml:37(para) C/evolution.xml:45(para) C/evolution.xml:61(para) +#: C/evolution.xml:37(para) +#: C/evolution.xml:45(para) +#: C/evolution.xml:61(para) msgid "Radhika PC" msgstr "Radhika PC" @@ -819,14 +606,11 @@ msgstr "Tento manuál popisuje verzi 2.24 aplikace Evolution" #: C/evolution.xml:71(para) -msgid "" -"A user's guide to Evolution which explains how to use its mail, calendar, " -"addressbook, and task list features." -msgstr "" -"Uživatelská příručka aplikace Evolution, která vysvětluje, jak používat její " -"funkce pro elekronickou poštu, kalendář, adresář a seznam úkolů." +msgid "A user's guide to Evolution which explains how to use its mail, calendar, addressbook, and task list features." +msgstr "Uživatelská příručka aplikace Evolution, která vysvětluje, jak používat její funkce pro elekronickou poštu, kalendář, adresář a seznam úkolů." -#: C/evolution.xml:76(productname) C/evolution.xml:5776(para) +#: C/evolution.xml:76(productname) +#: C/evolution.xml:5776(para) #: C/evolution.xml:7558(glossterm) msgid "Evolution" msgstr "Evolution" @@ -844,68 +628,76 @@ msgstr "O této příručce" #: C/evolution.xml:85(para) -msgid "" -"This guide describes how to use and manage Evolution " -"2.24 client software. This guide is intended for users and is divided into " -"the following sections:" -msgstr "" -"Tato příručka popisuje, jak používat a spravovat klientský software " -"Evolution 2.24. Je určená pro uživatele a rozdělená " -"do následujících sekcí:" +msgid "This guide describes how to use and manage Evolution 2.24 client software. This guide is intended for users and is divided into the following sections:" +msgstr "Tato příručka popisuje, jak používat a spravovat klientský software Evolution 2.24. Je určená pro uživatele a rozdělená do následujících sekcí:" -#: C/evolution.xml:88(link) C/evolution.xml:149(title) +#: C/evolution.xml:88(link) +#: C/evolution.xml:149(title) msgid "Getting Started" msgstr "Začínáme" -#: C/evolution.xml:91(link) C/evolution.xml:1107(title) +#: C/evolution.xml:91(link) +#: C/evolution.xml:1107(title) msgid "Sending and Receiving Email" msgstr "Posílání a přijímání e-mailů" -#: C/evolution.xml:94(link) C/evolution.xml:2440(title) +#: C/evolution.xml:94(link) +#: C/evolution.xml:2440(title) msgid "Organizing Your Email" msgstr "Organizování pošty" -#: C/evolution.xml:97(link) C/evolution.xml:3334(title) +#: C/evolution.xml:97(link) +#: C/evolution.xml:3334(title) msgid "Evolution Contacts: the Address Book" msgstr "Kontakty v Evolutionu: adresář" -#: C/evolution.xml:100(link) C/evolution.xml:3800(title) +#: C/evolution.xml:100(link) +#: C/evolution.xml:3800(title) msgid "Evolution Calendar" msgstr "Kalendář v Evolutionu" -#: C/evolution.xml:103(link) C/evolution.xml:5093(title) +#: C/evolution.xml:103(link) +#: C/evolution.xml:5093(title) msgid "Connecting to Exchange Servers" msgstr "Spojení s Exchange servery" -#: C/evolution.xml:106(link) C/evolution.xml:5648(title) +#: C/evolution.xml:106(link) +#: C/evolution.xml:5648(title) msgid "Connecting to GroupWise" msgstr "Spojení s GroupWise" -#: C/evolution.xml:109(link) C/evolution.xml:6442(title) +#: C/evolution.xml:109(link) +#: C/evolution.xml:6442(title) msgid "Advanced Configuration" msgstr "Pokročilá konfigurace" -#: C/evolution.xml:112(link) C/evolution.xml:7221(title) +#: C/evolution.xml:112(link) +#: C/evolution.xml:7221(title) msgid "Synchronizing Your Handheld Device" msgstr "Synchronizace s přenosným zařízením" -#: C/evolution.xml:115(link) C/evolution.xml:7278(title) +#: C/evolution.xml:115(link) +#: C/evolution.xml:7278(title) msgid "Migration from Outlook to Evolution" msgstr "Přechod z Outlooku na Evolution" -#: C/evolution.xml:118(link) C/evolution.xml:7340(title) +#: C/evolution.xml:118(link) +#: C/evolution.xml:7340(title) msgid "Quick Reference" msgstr "Stručná příručka" -#: C/evolution.xml:121(link) C/evolution.xml:7454(title) +#: C/evolution.xml:121(link) +#: C/evolution.xml:7454(title) msgid "Known Bugs and Limitations" msgstr "Známé chyby a omezení" -#: C/evolution.xml:124(link) C/evolution.xml:7460(title) +#: C/evolution.xml:124(link) +#: C/evolution.xml:7460(title) msgid "Authors" msgstr "Autoři" -#: C/evolution.xml:127(link) C/evolution.xml:7519(title) +#: C/evolution.xml:127(link) +#: C/evolution.xml:7519(title) msgid "Glossary" msgstr "Rejstřík" @@ -918,14 +710,8 @@ msgstr "Můžete najít další pomoc na třech místech:" #: C/evolution.xml:136(para) -msgid "" -"Evolution has a number of command line options that you can use. For " -"information about command line options, open a terminal window and type " -"evolution --help." -msgstr "" -"Evolution má celou řadu voleb pro příkazovou řádku, které můžete použít. " -"Pokud chcete zjistit informace o volbách pro příkazovou řádku, otevřete okno " -"terminálu a napište evolution --help." +msgid "Evolution has a number of command line options that you can use. For information about command line options, open a terminal window and type evolution --help." +msgstr "Evolution má celou řadu voleb pro příkazovou řádku, které můžete použít. Pokud chcete zjistit informace o volbách pro příkazovou řádku, otevřete okno terminálu a napište evolution --help." #: C/evolution.xml:139(para) msgid "In the Evolution interface, click Help > Contents." @@ -936,36 +722,20 @@ msgstr "Konvence dokumentace:" #: C/evolution.xml:144(para) -msgid "" -"In Novell documentation, a greater-than symbol (>) is used to separate " -"actions within a step and items in a cross-reference path. A trademark " -"symbol (, , etc.) denotes a " -"Novell trademark. An asterisk (*) denotes a third-party trademark." -msgstr "" -"V dokumentaci Novellu je symbol větší než (>) používán pro oddělení akcí " -"do kroků a položek napříč návodem. Symbol (, , atd.) označuje obchodní známku Novellu. A hvězdička (*) " -"označuje obchodní známky třetích stran." +msgid "In Novell documentation, a greater-than symbol (>) is used to separate actions within a step and items in a cross-reference path. A trademark symbol (, , etc.) denotes a Novell trademark. An asterisk (*) denotes a third-party trademark." +msgstr "V dokumentaci Novellu je symbol větší než (>) používán pro oddělení akcí do kroků a položek napříč návodem. Symbol (, , atd.) označuje obchodní známku Novellu. A hvězdička (*) označuje obchodní známky třetích stran." #: C/evolution.xml:150(para) -msgid "" -"Evolution is a groupware application that helps you work in a group by handling email, address, " -"memos, tasks, and one or more calendars. This makes the tasks of storing, " -"organizing, and retrieving your personal information easy, so you can work " -"and communicate more effectively with others." -msgstr "" -"Evolution je groupware aplikace, která vám pomáhá pracovat v týmu tak, že obsluhuje e-maily, " -"adresy, poznámky, úkoly a jeden nebo více kalendářů. To zjednodušuje úlohy " -"uložení, organizace a získání vašich osobních informací tak, že můžete " -"pracovat a s ostatními komunikovat efektivněji." +msgid "Evolution is a groupware application that helps you work in a group by handling email, address, memos, tasks, and one or more calendars. This makes the tasks of storing, organizing, and retrieving your personal information easy, so you can work and communicate more effectively with others." +msgstr "Evolution je groupware aplikace, která vám pomáhá pracovat v týmu tak, že obsluhuje e-maily, adresy, poznámky, úkoly a jeden nebo více kalendářů. To zjednodušuje úlohy uložení, organizace a získání vašich osobních informací tak, že můžete pracovat a s ostatními komunikovat efektivněji." -#: C/evolution.xml:153(link) C/evolution.xml:161(title) +#: C/evolution.xml:153(link) +#: C/evolution.xml:161(title) msgid "Starting Evolution for the First Time" msgstr "Začínáme poprvé s Evolutionem" -#: C/evolution.xml:156(link) C/evolution.xml:751(title) +#: C/evolution.xml:156(link) +#: C/evolution.xml:751(title) msgid "Using Evolution: An Overview" msgstr "Používání Evolutionu: Přehled" @@ -1002,64 +772,48 @@ msgstr "Asistent při prvním spuštění" #: C/evolution.xml:202(para) -msgid "" -"The first time you run Evolution, it creates a directory ." -"evolution in your home directory, where it stores all of its " -"local data. Then, it opens a First-Run Assistant to help you set up email " -"accounts and import data from other applications." -msgstr "" -"Když poprvé spustíte Evolution, vytvoří adresář .evolution ve vašem domovském adresáři, kde bude ukládat všechna lokální " -"data. Potom spustí Asistenta při prvním spuštění, který vám pomůže nastavit " -"e-mailové účty a importovat data z ostatních aplikací." +msgid "The first time you run Evolution, it creates a directory .evolution in your home directory, where it stores all of its local data. Then, it opens a First-Run Assistant to help you set up email accounts and import data from other applications." +msgstr "Když poprvé spustíte Evolution, vytvoří adresář .evolution ve vašem domovském adresáři, kde bude ukládat všechna lokální data. Potom spustí Asistenta při prvním spuštění, který vám pomůže nastavit e-mailové účty a importovat data z ostatních aplikací." #: C/evolution.xml:203(para) msgid "Using the first-run assistant takes two to five minutes." msgstr "Práce s asistentem při prvním spuštění zabere od dvou do pěti minut." #: C/evolution.xml:204(para) -msgid "" -"Later on, if you want to change this account, or if you want to create a new " -"one, click Edit > Preferences, then click Mail Accounts. Select the " -"account you want to change, then click Edit. Alternately, add a new account " -"by clicking Add. See Mail Preferences for details." -msgstr "" -"Později, pokud budete chtít změnit tento účet nebo pokud budete chtít " -"vytvořit nový, kliknete na Upravit > Nastavení a potom kliknete na Účty e-" -"mailů. Vyberete účet, který chcete změnit, a kliknete na Upravit. Případně " -"přidáte nový účet kliknutím na Přidat. Více v Nastavení pošty." +msgid "Later on, if you want to change this account, or if you want to create a new one, click Edit > Preferences, then click Mail Accounts. Select the account you want to change, then click Edit. Alternately, add a new account by clicking Add. See Mail Preferences for details." +msgstr "Později, pokud budete chtít změnit tento účet nebo pokud budete chtít vytvořit nový, kliknete na Upravit > Nastavení a potom kliknete na Účty e-mailů. Vyberete účet, který chcete změnit, a kliknete na Upravit. Případně přidáte nový účet kliknutím na Přidat. Více v Nastavení pošty." #: C/evolution.xml:205(para) -msgid "" -"The First-Run Assistant helps you provide the information Evolution needs to " -"get started." -msgstr "" -"Asistent při prvním spuštění vám pomůže poskytnout informace, které " -"Evolution při startu potřebuje." +msgid "The First-Run Assistant helps you provide the information Evolution needs to get started." +msgstr "Asistent při prvním spuštění vám pomůže poskytnout informace, které Evolution při startu potřebuje." -#: C/evolution.xml:208(link) C/evolution.xml:228(title) +#: C/evolution.xml:208(link) +#: C/evolution.xml:228(title) msgid "Defining Your Identity" msgstr "Určení vaší identity" -#: C/evolution.xml:211(link) C/evolution.xml:258(title) +#: C/evolution.xml:211(link) +#: C/evolution.xml:258(title) msgid "Receiving Mail" msgstr "Přijímání pošty" -#: C/evolution.xml:214(link) C/evolution.xml:353(title) +#: C/evolution.xml:214(link) +#: C/evolution.xml:353(title) msgid "Receiving Mail Options" msgstr "Možnosti přijímání pošty" -#: C/evolution.xml:217(link) C/evolution.xml:659(title) +#: C/evolution.xml:217(link) +#: C/evolution.xml:659(title) msgid "Sending Mail" msgstr "Posílání pošty" -#: C/evolution.xml:220(link) C/evolution.xml:713(title) +#: C/evolution.xml:220(link) +#: C/evolution.xml:713(title) msgid "Account Management" msgstr "Správa účtu" -#: C/evolution.xml:223(link) C/evolution.xml:719(title) +#: C/evolution.xml:223(link) +#: C/evolution.xml:719(title) msgid "Time Zone" msgstr "Časová zóna" @@ -1068,21 +822,12 @@ msgstr "Okno s identitou je prvním krokem v asistentovi." #: C/evolution.xml:231(para) -msgid "" -"Here, you enter some basic personal information. You can define multiple " -"identities later by clicking Edit > Preferences, then clicking Mail " -"Accounts." -msgstr "" -"Zde můžete zadat základní osobní informace. Později můžete definovat více " -"identit kliknutím na Upravit > Nastavení a potom na Účty e-mailu." +msgid "Here, you enter some basic personal information. You can define multiple identities later by clicking Edit > Preferences, then clicking Mail Accounts." +msgstr "Zde můžete zadat základní osobní informace. Později můžete definovat více identit kliknutím na Upravit > Nastavení a potom na Účty e-mailu." #: C/evolution.xml:232(para) -msgid "" -"When the First-Run Assistant starts, the Welcome page is displayed. Click " -"Forward to proceed to the Identity window." -msgstr "" -"V okamžiku, kdy se Asistent při prvním spuštění zapne, zobrazí se úvodní " -"stránka. Klikněte na Vpřed a přesunete se na okno s identitou." +msgid "When the First-Run Assistant starts, the Welcome page is displayed. Click Forward to proceed to the Identity window." +msgstr "V okamžiku, kdy se Asistent při prvním spuštění zapne, zobrazí se úvodní stránka. Klikněte na Vpřed a přesunete se na okno s identitou." #: C/evolution.xml:235(para) msgid "Type your full name in the Full Name field." @@ -1098,53 +843,45 @@ #: C/evolution.xml:244(para) msgid "(Optional) Type a reply to address in the Reply-To field." -msgstr "" -"(Volitelně) Napište adresu, na kterou mají chodit odpovědi, do pole " -"Odpovědět-komu." +msgstr "(Volitelně) Napište adresu, na kterou mají chodit odpovědi, do pole Odpovědět-komu." #: C/evolution.xml:245(para) -msgid "" -"Use this field if you want replies to messages sent to a different address." -msgstr "" -"Toto pole použijte, pokud chcete si chcete nechat zasílat odpovědi na " -"odeslané zprávy na jinou adresu." +msgid "Use this field if you want replies to messages sent to a different address." +msgstr "Toto pole použijte, pokud chcete si chcete nechat zasílat odpovědi na odeslané zprávy na jinou adresu." #: C/evolution.xml:248(para) msgid "(Optional) Type your organization name in the Organization field." msgstr "(Volitelně) Napište jméno vaší organizace do pole Organizace." #: C/evolution.xml:249(para) -msgid "" -"This is the company where you work, or the organization you represent when " -"you send email." -msgstr "" -"To je společnost, ve které pracujete, nebo organizace, kterou " -"reprezentujete, když posíláte e-mail." +msgid "This is the company where you work, or the organization you represent when you send email." +msgstr "To je společnost, ve které pracujete, nebo organizace, kterou reprezentujete, když posíláte e-mail." -#: C/evolution.xml:252(para) C/evolution.xml:339(para) -#: C/evolution.xml:417(para) C/evolution.xml:460(para) -#: C/evolution.xml:504(para) C/evolution.xml:526(para) -#: C/evolution.xml:550(para) C/evolution.xml:565(para) -#: C/evolution.xml:583(para) C/evolution.xml:604(para) -#: C/evolution.xml:626(para) C/evolution.xml:649(para) -#: C/evolution.xml:705(para) C/evolution.xml:2507(para) +#: C/evolution.xml:252(para) +#: C/evolution.xml:339(para) +#: C/evolution.xml:417(para) +#: C/evolution.xml:460(para) +#: C/evolution.xml:504(para) +#: C/evolution.xml:526(para) +#: C/evolution.xml:550(para) +#: C/evolution.xml:565(para) +#: C/evolution.xml:583(para) +#: C/evolution.xml:604(para) +#: C/evolution.xml:626(para) +#: C/evolution.xml:649(para) +#: C/evolution.xml:705(para) +#: C/evolution.xml:2507(para) #: C/evolution.xml:2529(para) msgid "Click Forward." msgstr "Klikněte na Vpřed." #: C/evolution.xml:259(para) msgid "The Receiving Email option lets you determine where you get your email." -msgstr "" -"Volba přijmu e-mailů vás nechá rozchodnout, kde dostanete vaše e-maily." +msgstr "Volba přijmu e-mailů vás nechá rozchodnout, kde dostanete vaše e-maily." #: C/evolution.xml:261(para) -msgid "" -"You need to specify the type of server you want to receive mail with. If you " -"are unsure about the type of server to choose, ask your system administrator " -"or ISP." -msgstr "" -"Musíte specifikovat typ serveru, z kterého chcete získávat e-maily. Pokud si " -"nejste jistí typem serveru, zeptejte se vašeho administrátora nebo ISP." +msgid "You need to specify the type of server you want to receive mail with. If you are unsure about the type of server to choose, ask your system administrator or ISP." +msgstr "Musíte specifikovat typ serveru, z kterého chcete získávat e-maily. Pokud si nejste jistí typem serveru, zeptejte se vašeho administrátora nebo ISP." #: C/evolution.xml:264(para) msgid "Select a server type in the Server Type list." @@ -1159,590 +896,419 @@ msgstr "Novell GroupWise:" #: C/evolution.xml:268(para) -msgid "" -"Select this option if you connect to Novell GroupWise. Novell GroupWise keeps email, calendar, and " -"contact information on the server. For configuration instructions, see Remote Configuration Options." -msgstr "" -"Vyberte tuto volbu, pokud jste připojení do Novell GroupWise. Novell GroupWise uchovává vaši poštu, " -"kalendář a kontakty na serveru. Více instrukcí o nastavení zjistíte na Možnosti vzdálené konfigurace." +msgid "Select this option if you connect to Novell GroupWise. Novell GroupWise keeps email, calendar, and contact information on the server. For configuration instructions, see Remote Configuration Options." +msgstr "Vyberte tuto volbu, pokud jste připojení do Novell GroupWise. Novell GroupWise uchovává vaši poštu, kalendář a kontakty na serveru. Více instrukcí o nastavení zjistíte na Možnosti vzdálené konfigurace." #: C/evolution.xml:271(title) msgid "Microsoft Exchange:" msgstr "Microsoft Exchange:" #: C/evolution.xml:272(para) -msgid "" -"Available only if you have installed the Connector for Microsoft* Exchange. " -"It allows you to connect to a Microsoft Exchange 2000 or 2003 server, which " -"stores email, calendar, and contact information on the server. For " -"configuration instructions, see Remote " -"Configuration Options." -msgstr "" -"K dispozici pouze, pokud máte nainstalovaný Connector pro Microsoft* " -"Exchange. Umožňuje vám se připojit k serverům Microsoft Exchange 2000 a " -"2003, které na serveru uchovávají vaši poštu, kalendář a kontakty. Více " -"instrukcí k nastavení zjistíte na Možnosti " -"vzdálené konfigurace." +msgid "Available only if you have installed the Connector for Microsoft* Exchange. It allows you to connect to a Microsoft Exchange 2000 or 2003 server, which stores email, calendar, and contact information on the server. For configuration instructions, see Remote Configuration Options." +msgstr "K dispozici pouze, pokud máte nainstalovaný Connector pro Microsoft* Exchange. Umožňuje vám se připojit k serverům Microsoft Exchange 2000 a 2003, které na serveru uchovávají vaši poštu, kalendář a kontakty. Více instrukcí k nastavení zjistíte na Možnosti vzdálené konfigurace." #: C/evolution.xml:275(title) msgid "IMAP:" msgstr "IMAP:" #: C/evolution.xml:276(para) -msgid "" -"Keeps the email on your server so you can access your email from multiple " -"systems. For configuration instructions, see Remote Configuration Options." -msgstr "" -"Ponechává vaši poštu na serveru, takže k ní můžete přistupovat z více míst. " -"Více instrukcí k nastavení zjistíte na Možnosti " -"vzdálené konfigurace." +msgid "Keeps the email on your server so you can access your email from multiple systems. For configuration instructions, see Remote Configuration Options." +msgstr "Ponechává vaši poštu na serveru, takže k ní můžete přistupovat z více míst. Více instrukcí k nastavení zjistíte na Možnosti vzdálené konfigurace." #: C/evolution.xml:279(title) msgid "POP:" msgstr "POP:" #: C/evolution.xml:280(para) -msgid "" -"Downloads your email to your hard disk for permanent storage, freeing up " -"space on the email server. For configuration instructions, see Remote Configuration Options." -msgstr "" -"Stahuje vaši poštu na harddisk k trvalému uložení, uvolňuje místo na " -"poštovním serveru. Více instrukcí k nastavení zjistíte na Možnosti vzdálené konfigurace." +msgid "Downloads your email to your hard disk for permanent storage, freeing up space on the email server. For configuration instructions, see Remote Configuration Options." +msgstr "Stahuje vaši poštu na harddisk k trvalému uložení, uvolňuje místo na poštovním serveru. Více instrukcí k nastavení zjistíte na Možnosti vzdálené konfigurace." #: C/evolution.xml:283(title) msgid "USENET News:" msgstr "Diskusní skupiny USENET:" #: C/evolution.xml:284(para) -msgid "" -"Connects to the news server and downloads a list of available news digests. " -"For configuration instructions, see Remote " -"Configuration Options." -msgstr "" -"Připojí se na server diskusních skupin a stáhne seznam dostupných výběrů " -"diskusí. Více instrukcí k nastavení zjistíte na Možnosti vzdálené konfigurace." +msgid "Connects to the news server and downloads a list of available news digests. For configuration instructions, see Remote Configuration Options." +msgstr "Připojí se na server diskusních skupin a stáhne seznam dostupných výběrů diskusí. Více instrukcí k nastavení zjistíte na Možnosti vzdálené konfigurace." #: C/evolution.xml:287(title) msgid "Local Delivery:" msgstr "Místní doručení:" #: C/evolution.xml:288(para) -msgid "" -"Choose this option if you want to move email from the spool (the location " -"where mail waits for delivery) and store it in your home directory. You need " -"to provide the path to the mail spool you want to use. If you want to leave " -"email in your system's spool files, choose the Standard Unix Mbox Spool " -"option instead. For configuration instructions, see Local Configuration Options." -msgstr "" -"Zvolte tuto možnost, pokud chcete přesunout poštu ze složky schránky (místa, " -"kde pošta čeká na doručení) a uložit je ve vašem domovském adresáři. Musíte " -"zadat cestu ke složce, kterou chcete použít. Pokud poštu chcete ponechat ve " -"vašich systémových souborech poštovních schránky, zvolte místo toho možnost " -"Standardní Unixový soubor. Více instrukcí k nastavení se dozvíte na Možnosti místní konfigurace." +msgid "Choose this option if you want to move email from the spool (the location where mail waits for delivery) and store it in your home directory. You need to provide the path to the mail spool you want to use. If you want to leave email in your system's spool files, choose the Standard Unix Mbox Spool option instead. For configuration instructions, see Local Configuration Options." +msgstr "Zvolte tuto možnost, pokud chcete přesunout poštu ze složky schránky (místa, kde pošta čeká na doručení) a uložit je ve vašem domovském adresáři. Musíte zadat cestu ke složce, kterou chcete použít. Pokud poštu chcete ponechat ve vašich systémových souborech poštovních schránky, zvolte místo toho možnost Standardní Unixový soubor. Více instrukcí k nastavení se dozvíte na Možnosti místní konfigurace." #: C/evolution.xml:291(title) msgid "MH Format Mail Directories:" msgstr "Adresáře pošty ve formátu MH:" #: C/evolution.xml:292(para) -msgid "" -"If you download your email using mh or another MH-style program, you should " -"use this option. You need to provide the path to the mail directory you want " -"to use. For configuration instructions, see Local " -"Configuration Options." -msgstr "" -"Pokud stahujete poštu pomocí mh nebo jiného MH programu, měli byste použít " -"tuto volbu. Musíte zadat cestu k adresáři pošty, který chcete použít. Více " -"instrukcí k nastavení se dozvíte na Možnosti " -"místní konfigurace." +msgid "If you download your email using mh or another MH-style program, you should use this option. You need to provide the path to the mail directory you want to use. For configuration instructions, see Local Configuration Options." +msgstr "Pokud stahujete poštu pomocí mh nebo jiného MH programu, měli byste použít tuto volbu. Musíte zadat cestu k adresáři pošty, který chcete použít. Více instrukcí k nastavení se dozvíte na Možnosti místní konfigurace." #: C/evolution.xml:295(title) msgid "Maildir Format Mail Directories:" msgstr "Adresáře pošty ve formátu Maildir:" #: C/evolution.xml:296(para) -msgid "" -"If you download your email using Qmail or another maildir-style program, you " -"should use this option. You need to provide the path to the mail directory " -"you want to use. For configuration instructions, see Local Configuration Options." -msgstr "" -"Pokud stahujete poštu pomocí Qmail nebo jiného programu pro maildir, měli " -"byste použít tuto volbu. Musíte zadat cestu k adresáři pošty, který chcete " -"použít. Více instrukcí k nastavení se dozvíte na Možnosti místní konfigurace." +msgid "If you download your email using Qmail or another maildir-style program, you should use this option. You need to provide the path to the mail directory you want to use. For configuration instructions, see Local Configuration Options." +msgstr "Pokud stahujete poštu pomocí Qmail nebo jiného programu pro maildir, měli byste použít tuto volbu. Musíte zadat cestu k adresáři pošty, který chcete použít. Více instrukcí k nastavení se dozvíte na Možnosti místní konfigurace." #: C/evolution.xml:299(title) msgid "Standard Unix mbox spool file:" msgstr "Standardní Unixový soubor mbox:" #: C/evolution.xml:300(para) -msgid "" -"If you want to read and store email in the mail spool file on your local " -"system, choose this option. You need to provide the path to the mail spool " -"file you want to use. For configuration instructions, see Local Configuration Options." -msgstr "" -"Pokud chcete číst a uchovávat poštu v souboru uloženém ve vašem systému, " -"zvolte tuto možnost. Musíte zadat cestu k adresáři pošty, který chcete " -"použít. Více instrukcí k nastavení se dozvíte na Možnosti místní konfigurace." +msgid "If you want to read and store email in the mail spool file on your local system, choose this option. You need to provide the path to the mail spool file you want to use. For configuration instructions, see Local Configuration Options." +msgstr "Pokud chcete číst a uchovávat poštu v souboru uloženém ve vašem systému, zvolte tuto možnost. Musíte zadat cestu k adresáři pošty, který chcete použít. Více instrukcí k nastavení se dozvíte na Možnosti místní konfigurace." #: C/evolution.xml:303(title) msgid "Standard Unix mbox spool directory:" msgstr "Standardní Unixový adresář mbox:" #: C/evolution.xml:304(para) -msgid "" -"If you want to read and store email in the mail spool directory on your " -"local system, choose this option. You need to provide the path to the mail " -"spool directory you want to use. For configuration instructions, see Local Configuration Options." -msgstr "" -"Pokud chcete číst a uchovávat poštu v adresáři ve vašem systému, zvolte tuto " -"možnost. Musíte zadat cestu k adresáři pošty, který chcete použít. Více " -"instrukcí k nastavení se dozvíte na Možnosti " -"místní konfigurace." +msgid "If you want to read and store email in the mail spool directory on your local system, choose this option. You need to provide the path to the mail spool directory you want to use. For configuration instructions, see Local Configuration Options." +msgstr "Pokud chcete číst a uchovávat poštu v adresáři ve vašem systému, zvolte tuto možnost. Musíte zadat cestu k adresáři pošty, který chcete použít. Více instrukcí k nastavení se dozvíte na Možnosti místní konfigurace." -#: C/evolution.xml:307(title) C/evolution.xml:5484(title) +#: C/evolution.xml:307(title) +#: C/evolution.xml:5484(title) msgid "None:" msgstr "Žádný:" #: C/evolution.xml:308(para) -msgid "" -"Select this if you do not plan to check email with this account. If you " -"select this, there are no configuration options." -msgstr "" -"Toto zvolte, pokud neplánujete kontrolovat s tímto účtem poštu. Pokud " -"zvolíte toto, nejsou k dispozici žádné možnosti konfigurace." +msgid "Select this if you do not plan to check email with this account. If you select this, there are no configuration options." +msgstr "Toto zvolte, pokud neplánujete kontrolovat s tímto účtem poštu. Pokud zvolíte toto, nejsou k dispozici žádné možnosti konfigurace." #: C/evolution.xml:314(title) msgid "Remote Configuration Options" msgstr "Možnosti vzdálené konfigurace" #: C/evolution.xml:315(para) -msgid "" -"If you selected Novell GroupWise, IMAP, POP, or USENET News as your server, " -"you need to specify additional information." -msgstr "" -"Pokud jste vybrali Novell GroupWise, IMAP, POP nebo Diskusní skupiny USENET " -"jako váš server, musíte doplnit další informace." +msgid "If you selected Novell GroupWise, IMAP, POP, or USENET News as your server, you need to specify additional information." +msgstr "Pokud jste vybrali Novell GroupWise, IMAP, POP nebo Diskusní skupiny USENET jako váš server, musíte doplnit další informace." -#: C/evolution.xml:318(para) C/evolution.xml:681(para) +#: C/evolution.xml:318(para) +#: C/evolution.xml:681(para) msgid "Type the server name of your email server in the Server field." msgstr "Napište jméno vašeho poštovního serveru do pole Server." -#: C/evolution.xml:319(para) C/evolution.xml:682(para) -msgid "" -"If you are unsure what your Server address is, contact your system " -"administrator." -msgstr "" -"Pokud si nejste jistí, jaká je adresa vašeho serveru, kontaktujte svého " -"administrátora." +#: C/evolution.xml:319(para) +#: C/evolution.xml:682(para) +msgid "If you are unsure what your Server address is, contact your system administrator." +msgstr "Pokud si nejste jistí, jaká je adresa vašeho serveru, kontaktujte svého administrátora." -#: C/evolution.xml:322(para) C/evolution.xml:694(para) +#: C/evolution.xml:322(para) +#: C/evolution.xml:694(para) msgid "Type your username in the Username field." msgstr "Napište vaše uživatelské jméno do pole Jméno uživatele." -#: C/evolution.xml:325(para) C/evolution.xml:702(para) +#: C/evolution.xml:325(para) +#: C/evolution.xml:702(para) msgid "Select if you want to use a secure connection (SSL or TLS)." msgstr "Vyberte, pokud chcete používat zabezpečené připojení (SSL nebo TLS)." #: C/evolution.xml:326(para) msgid "You should enable this option if your server supports it." -msgstr "" +msgstr "Pokud ji server podporuje, měli byste tuto volbu povolit." -#: C/evolution.xml:327(para) C/evolution.xml:333(para) -msgid "" -"Free webmail providers usually supply information about which of these " -"options can be used. If you are in an organizational environment, you may " -"want to contact your system administrator for more information." -msgstr "" +#: C/evolution.xml:327(para) +#: C/evolution.xml:333(para) +msgid "Free webmail providers usually supply information about which of these options can be used. If you are in an organizational environment, you may want to contact your system administrator for more information." +msgstr "Poskytovatelé freemailů obvykle poskytují informace možnostech, které můžete využít. Pokud jste v prostředí organizace, můžete kontaktovat vašeho správce systému, abyste získali více informací." -#: C/evolution.xml:330(para) C/evolution.xml:689(para) +#: C/evolution.xml:330(para) +#: C/evolution.xml:689(para) #: C/evolution.xml:5313(para) msgid "Select your authentication type in the Authentication list." msgstr "Zvolte druh autentizace v seznamu Autentizace." -#: C/evolution.xml:331(para) C/evolution.xml:690(para) -#: C/evolution.xml:723(para) C/evolution.xml:2021(para) -#: C/evolution.xml:2246(para) C/evolution.xml:2254(para) -#: C/evolution.xml:2421(para) C/evolution.xml:3199(para) -#: C/evolution.xml:3204(para) C/evolution.xml:3687(para) -#: C/evolution.xml:3702(para) C/evolution.xml:3710(para) -#: C/evolution.xml:4043(para) C/evolution.xml:4045(para) -#: C/evolution.xml:4047(para) C/evolution.xml:4067(para) -#: C/evolution.xml:4078(para) C/evolution.xml:4083(para) -#: C/evolution.xml:4104(para) C/evolution.xml:4112(para) -#: C/evolution.xml:4228(para) C/evolution.xml:4239(para) -#: C/evolution.xml:4244(para) C/evolution.xml:4255(para) -#: C/evolution.xml:4263(para) C/evolution.xml:4268(para) -#: C/evolution.xml:4614(para) C/evolution.xml:4633(para) -#: C/evolution.xml:4665(para) C/evolution.xml:4678(para) -#: C/evolution.xml:4900(para) C/evolution.xml:6342(para) -#: C/evolution.xml:7125(para) C/evolution.xml:7191(para) +#: C/evolution.xml:331(para) +#: C/evolution.xml:690(para) +#: C/evolution.xml:723(para) +#: C/evolution.xml:2021(para) +#: C/evolution.xml:2246(para) +#: C/evolution.xml:2254(para) +#: C/evolution.xml:2421(para) +#: C/evolution.xml:3199(para) +#: C/evolution.xml:3204(para) +#: C/evolution.xml:3687(para) +#: C/evolution.xml:3702(para) +#: C/evolution.xml:3710(para) +#: C/evolution.xml:4043(para) +#: C/evolution.xml:4045(para) +#: C/evolution.xml:4047(para) +#: C/evolution.xml:4067(para) +#: C/evolution.xml:4078(para) +#: C/evolution.xml:4083(para) +#: C/evolution.xml:4104(para) +#: C/evolution.xml:4112(para) +#: C/evolution.xml:4228(para) +#: C/evolution.xml:4239(para) +#: C/evolution.xml:4244(para) +#: C/evolution.xml:4255(para) +#: C/evolution.xml:4263(para) +#: C/evolution.xml:4268(para) +#: C/evolution.xml:4614(para) +#: C/evolution.xml:4633(para) +#: C/evolution.xml:4665(para) +#: C/evolution.xml:4678(para) +#: C/evolution.xml:4900(para) +#: C/evolution.xml:6342(para) +#: C/evolution.xml:7125(para) +#: C/evolution.xml:7191(para) msgid "or" msgstr "nebo" -#: C/evolution.xml:332(para) C/evolution.xml:691(para) -msgid "" -"Click Check for Supported Types to have Evolution check for supported types. " -"Some servers do not announce the authentication mechanisms they support, so " -"clicking this button is not a guarantee that available mechanisms actually " -"work." -msgstr "" -"Klikněte na Zjistit podporované typy a Evolution zjistí, který typ je " -"podporován. Některé servery neoznamují, které autentizační mechanismy " -"podporují, takže kliknutí na toto tlačítko nezaručuje, že dostupné " -"mechanismy opravdu fungují." +#: C/evolution.xml:332(para) +#: C/evolution.xml:691(para) +msgid "Click Check for Supported Types to have Evolution check for supported types. Some servers do not announce the authentication mechanisms they support, so clicking this button is not a guarantee that available mechanisms actually work." +msgstr "Klikněte na Zjistit podporované typy a Evolution zjistí, který typ je podporován. Některé servery neoznamují, které autentizační mechanismy podporují, takže kliknutí na toto tlačítko nezaručuje, že dostupné mechanismy opravdu fungují." -#: C/evolution.xml:336(para) C/evolution.xml:697(para) +#: C/evolution.xml:336(para) +#: C/evolution.xml:697(para) msgid "Select if you want Evolution to remember your password." msgstr "Zvolte, pokud chcete, aby si Evolution pamatoval vaše heslo." #: C/evolution.xml:342(para) -msgid "" -"(Conditional) If you chose Microsoft Exchange as the server type, provide " -"your username in the Username field and your Outlook Web Access (OWA) URL in " -"the OWA URL field. The URL and the usernames should use the Outlook format. " -"If the mailbox path is different from the username, the OWA path should also " -"include mailbox path, for example http://server name/" -"exchange/mail box path." -msgstr "" -"(Podmíněné) Pokud zvolíte Microsoft Exchange jako typ serveru, zadejte vaše " -"uživatelské jméno do pole Uživatelské jméno a vaše Outlook Web Access (OWA) " -"URL do pole OWA URL. URL a uživatelská jména by měly používat formát " -"Outlooku. Pokud je cesta k poštovní schránce jiná než uživatelské jméno, OWA " -"by mělo obsahovat i cestu k poštovní schránce, např. http://jmeno " -"serveru/exchange/cesta k postovni schrance." +msgid "(Conditional) If you chose Microsoft Exchange as the server type, provide your username in the Username field and your Outlook Web Access (OWA) URL in the OWA URL field. The URL and the usernames should use the Outlook format. If the mailbox path is different from the username, the OWA path should also include mailbox path, for example http://server name/exchange/mail box path." +msgstr "(Podmíněné) Pokud zvolíte Microsoft Exchange jako typ serveru, zadejte vaše uživatelské jméno do pole Uživatelské jméno a vaše Outlook Web Access (OWA) URL do pole OWA URL. URL a uživatelská jména by měly používat formát Outlooku. Pokud je cesta k poštovní schránce jiná než uživatelské jméno, OWA by mělo obsahovat i cestu k poštovní schránce, např. http://jmeno serveru/exchange/cesta k postovni schrance." #: C/evolution.xml:343(para) -msgid "" -"When you have finished, continue with Receiving Mail Options." -msgstr "" -"Pokud jste hotovi, pokračujte na Možnosti příjmu pošty." +msgid "When you have finished, continue with Receiving Mail Options." +msgstr "Pokud jste hotovi, pokračujte na Možnosti příjmu pošty." #: C/evolution.xml:347(title) msgid "Local Configuration Options" msgstr "Možnosti místní konfigurace" #: C/evolution.xml:348(para) -msgid "" -"If you selected Local Delivery, MH-Format Mail Directories, Maildir-Format " -"Mail Directories, Standard Unix mbox spool file or Standard Unix mbox spool " -"directory, you must specify the path to the local files in the path field. " -"Continue withReceiving Mail Options." -msgstr "" -"Pokud jste vybrali Místní doručení, Adresáře pošty ve formátu MH, Standardní " -"Unixový soubor mbox nebo Standardní Unixový adresář mbox, musíte zadat cestu " -"k lokálním souborům do pole cesty. Pokračujte na Možnosti přijímání pošty." +msgid "If you selected Local Delivery, MH-Format Mail Directories, Maildir-Format Mail Directories, Standard Unix mbox spool file or Standard Unix mbox spool directory, you must specify the path to the local files in the path field. Continue withReceiving Mail Options." +msgstr "Pokud jste vybrali Místní doručení, Adresáře pošty ve formátu MH, Standardní Unixový soubor mbox nebo Standardní Unixový adresář mbox, musíte zadat cestu k lokálním souborům do pole cesty. Pokračujte na Možnosti přijímání pošty." #: C/evolution.xml:354(para) -msgid "" -"After you have selected a mail delivery mechanism, you can set some " -"preferences for its behavior." -msgstr "" -"Poté, co nastavíte mechanismus doručení pošty, můžete nastavit jeho chování." +msgid "After you have selected a mail delivery mechanism, you can set some preferences for its behavior." +msgstr "Poté, co nastavíte mechanismus doručení pošty, můžete nastavit jeho chování." -#: C/evolution.xml:357(link) C/evolution.xml:386(title) +#: C/evolution.xml:357(link) +#: C/evolution.xml:386(title) msgid "Novell GroupWise Receiving Options" msgstr "Možnosti přijímání Novell GroupWise" -#: C/evolution.xml:360(link) C/evolution.xml:426(title) +#: C/evolution.xml:360(link) +#: C/evolution.xml:426(title) msgid "Microsoft Exchange Receiving Options" msgstr "Možnosti přijímání Microsoft Exchange" -#: C/evolution.xml:363(link) C/evolution.xml:467(title) +#: C/evolution.xml:363(link) +#: C/evolution.xml:467(title) msgid "IMAP Receiving Options" msgstr "Možnosti přijímání IMAPu" -#: C/evolution.xml:366(link) C/evolution.xml:511(title) +#: C/evolution.xml:366(link) +#: C/evolution.xml:511(title) msgid "POP Receiving Options" msgstr "Možnosti přijímání POP" -#: C/evolution.xml:369(link) C/evolution.xml:533(title) +#: C/evolution.xml:369(link) +#: C/evolution.xml:533(title) msgid "USENET News Receiving Options" msgstr "Možnosti přijímání Diskusních skupin USENET" -#: C/evolution.xml:372(link) C/evolution.xml:557(title) +#: C/evolution.xml:372(link) +#: C/evolution.xml:557(title) msgid "Local Delivery Receiving Options" msgstr "Možnosti přijímání Místního doručení" -#: C/evolution.xml:375(link) C/evolution.xml:572(title) +#: C/evolution.xml:375(link) +#: C/evolution.xml:572(title) msgid "MH-Format Mail Directories Receiving Options" msgstr "Možnosti přijímání Adresářů pošty ve formátu MH" -#: C/evolution.xml:378(link) C/evolution.xml:592(title) +#: C/evolution.xml:378(link) +#: C/evolution.xml:592(title) msgid "Maildir-Format Mail Directories Receiving Options" msgstr "Možnosti přijímání Adresářů pošty ve formátu maildir" -#: C/evolution.xml:381(link) C/evolution.xml:613(title) +#: C/evolution.xml:381(link) +#: C/evolution.xml:613(title) msgid "Standard Unix mbox spool file Receiving Options" msgstr "Možnosti přijímání Standardního Unixového souboru mbox" #: C/evolution.xml:387(para) -msgid "" -"If you select Novell GroupWise as your receiving server type, you need to " -"specify the following options:" -msgstr "" -"Pokud zvolíte Novell GroupWise jako typ serveru, z kterého budete přijímat " -"poštu, musíte zadat následující volby:" +msgid "If you select Novell GroupWise as your receiving server type, you need to specify the following options:" +msgstr "Pokud zvolíte Novell GroupWise jako typ serveru, z kterého budete přijímat poštu, musíte zadat následující volby:" -#: C/evolution.xml:390(para) C/evolution.xml:431(para) -#: C/evolution.xml:472(para) C/evolution.xml:516(para) -#: C/evolution.xml:538(para) C/evolution.xml:561(para) -#: C/evolution.xml:576(para) C/evolution.xml:596(para) -#: C/evolution.xml:616(para) C/evolution.xml:639(para) +#: C/evolution.xml:390(para) +#: C/evolution.xml:431(para) +#: C/evolution.xml:472(para) +#: C/evolution.xml:516(para) +#: C/evolution.xml:538(para) +#: C/evolution.xml:561(para) +#: C/evolution.xml:576(para) +#: C/evolution.xml:596(para) +#: C/evolution.xml:616(para) +#: C/evolution.xml:639(para) #: C/evolution.xml:5891(para) msgid "Select if you want Evolution to automatically check for new mail." msgstr "Zvolte, zda chcete, aby Evolution automaticky kontroloval novou poštu." -#: C/evolution.xml:391(para) C/evolution.xml:432(para) -#: C/evolution.xml:473(para) C/evolution.xml:517(para) -#: C/evolution.xml:539(para) C/evolution.xml:562(para) -#: C/evolution.xml:577(para) C/evolution.xml:597(para) -#: C/evolution.xml:617(para) C/evolution.xml:640(para) +#: C/evolution.xml:391(para) +#: C/evolution.xml:432(para) +#: C/evolution.xml:473(para) +#: C/evolution.xml:517(para) +#: C/evolution.xml:539(para) +#: C/evolution.xml:562(para) +#: C/evolution.xml:577(para) +#: C/evolution.xml:597(para) +#: C/evolution.xml:617(para) +#: C/evolution.xml:640(para) #: C/evolution.xml:5892(para) -msgid "" -"If you select this option, you need to specify how often Evolution should " -"check for new messages." -msgstr "" -"Pokud zvolíte tuto možnost, musíte zadat, jak často má Evolution kontrolovat " -"nové zprávy." +msgid "If you select this option, you need to specify how often Evolution should check for new messages." +msgstr "Pokud zvolíte tuto možnost, musíte zadat, jak často má Evolution kontrolovat nové zprávy." -#: C/evolution.xml:394(para) C/evolution.xml:435(para) +#: C/evolution.xml:394(para) +#: C/evolution.xml:435(para) #: C/evolution.xml:5897(para) msgid "Select if you want to check for new messages in all folders." -msgstr "" -"Zvolte, pokud chcete, aby se nové zprávy kontrolovaly ve všech složkách." +msgstr "Zvolte, pokud chcete, aby se nové zprávy kontrolovaly ve všech složkách." -#: C/evolution.xml:397(para) C/evolution.xml:453(para) -#: C/evolution.xml:488(para) C/evolution.xml:600(para) -#: C/evolution.xml:620(para) C/evolution.xml:643(para) +#: C/evolution.xml:397(para) +#: C/evolution.xml:453(para) +#: C/evolution.xml:488(para) +#: C/evolution.xml:600(para) +#: C/evolution.xml:620(para) +#: C/evolution.xml:643(para) #: C/evolution.xml:5900(para) -msgid "" -"Select Apply filters to new messages in inbox on this server if you want to " -"apply filters." -msgstr "" -"Vyberte Použít filtry na nové zprávy v Příchozích na tomto serveru, pokud " -"chcete filtry použít." +msgid "Select Apply filters to new messages in inbox on this server if you want to apply filters." +msgstr "Vyberte Použít filtry na nové zprávy v Příchozích na tomto serveru, pokud chcete filtry použít." -#: C/evolution.xml:398(para) C/evolution.xml:489(para) -#: C/evolution.xml:601(para) C/evolution.xml:5901(para) -msgid "" -"For additional information on filtering, see Creating New Filter Rules." -msgstr "" -"Více informací o filtrování na Vytvoření nových pravidel filtrování." - -#: C/evolution.xml:401(para) C/evolution.xml:456(para) -#: C/evolution.xml:492(para) C/evolution.xml:5904(para) +#: C/evolution.xml:398(para) +#: C/evolution.xml:489(para) +#: C/evolution.xml:601(para) +#: C/evolution.xml:5901(para) +msgid "For additional information on filtering, see Creating New Filter Rules." +msgstr "Více informací o filtrování na Vytvoření nových pravidel filtrování." + +#: C/evolution.xml:401(para) +#: C/evolution.xml:456(para) +#: C/evolution.xml:492(para) +#: C/evolution.xml:5904(para) msgid "Select if you want to check new messages for junk content." msgstr "Zvolte, pokud chcete kontrolovat nevyžádanou poštu v nových zprávách." -#: C/evolution.xml:402(para) C/evolution.xml:457(para) +#: C/evolution.xml:402(para) +#: C/evolution.xml:457(para) #: C/evolution.xml:493(para) -msgid "" -"For additional information on junk content, see Stopping Junk Mail (Spam) and Junk." -msgstr "" -"Více informací o nevyžádané poště se dozvíte v Zastavení nevyžádané pošty (spamu) a Nevyžádaná pošta." +msgid "For additional information on junk content, see Stopping Junk Mail (Spam) and Junk." +msgstr "Více informací o nevyžádané poště se dozvíte v Zastavení nevyžádané pošty (spamu) a Nevyžádaná pošta." -#: C/evolution.xml:405(para) C/evolution.xml:5908(para) +#: C/evolution.xml:405(para) +#: C/evolution.xml:5908(para) msgid "Select if you want to only check for junk messages in the Inbox folder." -msgstr "" -"Zvolte, pokud chcete kontrolovat nevyžádanou poštu pouze ve složce Příchozí." +msgstr "Zvolte, pokud chcete kontrolovat nevyžádanou poštu pouze ve složce Příchozí." -#: C/evolution.xml:408(para) C/evolution.xml:450(para) +#: C/evolution.xml:408(para) +#: C/evolution.xml:450(para) #: C/evolution.xml:499(para) -msgid "" -"Select Automatically synchronize remote mail locally to download the " -"messages to your local system." -msgstr "" -"Vyberte Automaticky synchronizovat vzdálenou poštu lokálně, abyste stáhli " -"zprávy do vašeho lokálního systému." - -#: C/evolution.xml:409(para) C/evolution.xml:500(para) -msgid "" -"Evolution, by default downloads only the header information such as From, " -"Subject, and Date. The body of the message and the attachments are " -"downloaded only when you click the message. Thus you can save time and " -"network usage. This is useful when you don't read all the messages you " -"receive." -msgstr "" -"Evolution ve výchozím nastavení stahuje informace v hlavičce jako Od, " -"Předmět, Datum. Tělo zprávy a přílohy jsou staženy pouze, když kliknete na " -"zprávu. Takže můžete šetřit čas a zatížení sítě. Toto je užitečné, když " -"nečtete všechny právy, které dostanete." +msgid "Select Automatically synchronize remote mail locally to download the messages to your local system." +msgstr "Vyberte Automaticky synchronizovat vzdálenou poštu lokálně, abyste stáhli zprávy do vašeho lokálního systému." -#: C/evolution.xml:410(para) C/evolution.xml:501(para) -msgid "" -"If you check this option, evolution fetches the headers as well as the body " -"of the message simultaneously. In this case, the time taken to open a " -"message is comparatively less. In addition to that, you can download the " -"mail for reading them offline, when you have checked this option." -msgstr "" -"Pokud zatrhnete tuto volbu, Evolution bude stahovat jak hlavičky tak tělo " -"zprávy zároveň. V tomto případě zabere otevření zprávy méně času. K tomu " -"můžete stahovat e-maily pro off-line čtení v případě, že zatrhnete tuto " -"volbu." +#: C/evolution.xml:409(para) +#: C/evolution.xml:500(para) +msgid "Evolution, by default downloads only the header information such as From, Subject, and Date. The body of the message and the attachments are downloaded only when you click the message. Thus you can save time and network usage. This is useful when you don't read all the messages you receive." +msgstr "Evolution ve výchozím nastavení stahuje informace v hlavičce jako Od, Předmět, Datum. Tělo zprávy a přílohy jsou staženy pouze, když kliknete na zprávu. Takže můžete šetřit čas a zatížení sítě. Toto je užitečné, když nečtete všechny právy, které dostanete." + +#: C/evolution.xml:410(para) +#: C/evolution.xml:501(para) +msgid "If you check this option, evolution fetches the headers as well as the body of the message simultaneously. In this case, the time taken to open a message is comparatively less. In addition to that, you can download the mail for reading them offline, when you have checked this option." +msgstr "Pokud zatrhnete tuto volbu, Evolution bude stahovat jak hlavičky tak tělo zprávy zároveň. V tomto případě zabere otevření zprávy méně času. K tomu můžete stahovat e-maily pro off-line čtení v případě, že zatrhnete tuto volbu." #: C/evolution.xml:413(para) -msgid "" -"Type your Post Office Agent SOAP port in the Post Office Agent SOAP Port " -"field." -msgstr "" -"Napište váš port SOAP pro Post Office Agent do pole Port SOAP pro Post " -"Office." +msgid "Type your Post Office Agent SOAP port in the Post Office Agent SOAP Port field." +msgstr "Napište váš port SOAP pro Post Office Agent do pole Port SOAP pro Post Office." -#: C/evolution.xml:414(para) C/evolution.xml:5919(para) -msgid "" -"If you are unsure what your Post Office Agent SOAP port is, contact your " -"system administrator." -msgstr "" -"Pokud si nejste jistí, jaký je váš port SOAP pro Post Office Agent, " -"kontaktujte svého administrátora." - -#: C/evolution.xml:422(para) C/evolution.xml:463(para) -#: C/evolution.xml:507(para) C/evolution.xml:529(para) -#: C/evolution.xml:553(para) C/evolution.xml:568(para) -#: C/evolution.xml:588(para) C/evolution.xml:609(para) -#: C/evolution.xml:631(para) C/evolution.xml:654(para) -msgid "" -"When you have finished, continue with Sending " -"Mail." -msgstr "" -"Když jste hotoví, pokračujte na Odesílání " -"pošty." +#: C/evolution.xml:414(para) +#: C/evolution.xml:5919(para) +msgid "If you are unsure what your Post Office Agent SOAP port is, contact your system administrator." +msgstr "Pokud si nejste jistí, jaký je váš port SOAP pro Post Office Agent, kontaktujte svého administrátora." + +#: C/evolution.xml:422(para) +#: C/evolution.xml:463(para) +#: C/evolution.xml:507(para) +#: C/evolution.xml:529(para) +#: C/evolution.xml:553(para) +#: C/evolution.xml:568(para) +#: C/evolution.xml:588(para) +#: C/evolution.xml:609(para) +#: C/evolution.xml:631(para) +#: C/evolution.xml:654(para) +msgid "When you have finished, continue with Sending Mail." +msgstr "Když jste hotoví, pokračujte na Odesílání pošty." #: C/evolution.xml:427(para) -msgid "" -"If you select Microsoft Exchange as your receiving server type, you need to " -"specify the following options:" -msgstr "" -"Pokud vyberete Microsoft Exchange jako typ serveru, z kterého přijímate " -"poštu, musíte zadat následující volby:" +msgid "If you select Microsoft Exchange as your receiving server type, you need to specify the following options:" +msgstr "Pokud vyberete Microsoft Exchange jako typ serveru, z kterého přijímate poštu, musíte zadat následující volby:" #: C/evolution.xml:438(para) -msgid "" -"Specify the Global Catalog server name in the Global Catalog Server Name " -"field." -msgstr "" -"Zadejte název serveru Global Catalog do pole Název serveru Global Catalog. " +msgid "Specify the Global Catalog server name in the Global Catalog Server Name field." +msgstr "Zadejte název serveru Global Catalog do pole Název serveru Global Catalog. " #: C/evolution.xml:439(para) -msgid "" -"The Global Catalog Server contains the user information for users. If you " -"are unsure what your Global Catalog server name is, contact your system " -"administrator." -msgstr "" -"Server Global Catalog obsahuje uživatelské informace pro uživatele. Pokud si " -"nejste jistí, co je název serveru Global Catalog, kontaktujte svého " -"administrátora." +msgid "The Global Catalog Server contains the user information for users. If you are unsure what your Global Catalog server name is, contact your system administrator." +msgstr "Server Global Catalog obsahuje uživatelské informace pro uživatele. Pokud si nejste jistí, co je název serveru Global Catalog, kontaktujte svého administrátora." #: C/evolution.xml:442(para) msgid "Select if you want to limit the number of Global Address Lists (GAL)." msgstr "Zvolte, pokud chcete omezit počet globálních seznamů adres (GAL)." #: C/evolution.xml:443(para) -msgid "" -"The GAL contains a list of all email addresses. If you select this option, " -"you need to specify the maximum number of responses." -msgstr "" -"GAL obsahuje seznam všech e-mailových adres. Pokud zvolíte tuto volbu, " -"musíte zadat maximální počet odpovědí." +msgid "The GAL contains a list of all email addresses. If you select this option, you need to specify the maximum number of responses." +msgstr "GAL obsahuje seznam všech e-mailových adres. Pokud zvolíte tuto volbu, musíte zadat maximální počet odpovědí." #: C/evolution.xml:446(para) msgid "Select if you want to use a password expire warning time period." msgstr "Zvolte, pokud chcete použít Dobu varování na vypršení hesla." #: C/evolution.xml:447(para) -msgid "" -"If you select this option, you need to specify how often Evolution should " -"send the password expire message." -msgstr "" -"Pokud zvolíte tuto možnost, musíte zadat, jak často má Evolution posílat " -"zprávu o vypršení platnosti hesla." +msgid "If you select this option, you need to specify how often Evolution should send the password expire message." +msgstr "Pokud zvolíte tuto možnost, musíte zadat, jak často má Evolution posílat zprávu o vypršení platnosti hesla." #: C/evolution.xml:468(para) -msgid "" -"If you select IMAP as your receiving server type, you need to specify the " -"following options:" -msgstr "" -"Pokud zvolíte IMAP jako typ serveru pro příjem zpráv, musíte zadat " -"následující volby:" +msgid "If you select IMAP as your receiving server type, you need to specify the following options:" +msgstr "Pokud zvolíte IMAP jako typ serveru pro příjem zpráv, musíte zadat následující volby:" #: C/evolution.xml:476(para) -msgid "" -"Select if you want Evolution to use custom commands to connect to the IMAP " -"server." -msgstr "" -"Zvolte, pokud chcete, aby Evolution používal vlastní příkazy pro připojení k " -"IMAP serveru." +msgid "Select if you want Evolution to use custom commands to connect to the IMAP server." +msgstr "Zvolte, pokud chcete, aby Evolution používal vlastní příkazy pro připojení k IMAP serveru." #: C/evolution.xml:477(para) -msgid "" -"If you select this option, specify the custom command you want Evolution to " -"use." -msgstr "" -"Pokud vyberete tuto volbu, zadejte vlastní příkazy, které má Evolution " -"používat." +msgid "If you select this option, specify the custom command you want Evolution to use." +msgstr "Pokud vyberete tuto volbu, zadejte vlastní příkazy, které má Evolution používat." #: C/evolution.xml:480(para) msgid "Select if you want Evolution to show only subscribed folders." msgstr "Zvolte, pokud chcete, aby Evolution ukazoval pouze přihlášené složky." #: C/evolution.xml:481(para) -msgid "" -"Subscribed folders are folders that you have chosen to receive mail from by " -"subscribing to them." -msgstr "" -"Přihlášené složky jsou ty složky, které jste vybrali pro příjem pošty tak, " -"že jste se k nim přihlásili." +msgid "Subscribed folders are folders that you have chosen to receive mail from by subscribing to them." +msgstr "Přihlášené složky jsou ty složky, které jste vybrali pro příjem pošty tak, že jste se k nim přihlásili." #: C/evolution.xml:484(para) -msgid "" -"Select if you want Evolution to override server-supplied folder namespaces." -msgstr "" -"Zvolte, pokud chcete, aby Evolution přepsal serverem nabízené názvy složek." +msgid "Select if you want Evolution to override server-supplied folder namespaces." +msgstr "Zvolte, pokud chcete, aby Evolution přepsal serverem nabízené názvy složek." #: C/evolution.xml:485(para) -msgid "" -"By choosing this option you can rename the folders that the server provides. " -"If you select this option, you need to specify the namespace to use." -msgstr "" -"Vybráním této možnosti můžete přejmenovat složky, které nabízí server. Pokud " -"vyberete tuto možnost, musíte zadat názvy, které chcete použít." +msgid "By choosing this option you can rename the folders that the server provides. If you select this option, you need to specify the namespace to use." +msgstr "Vybráním této možnosti můžete přejmenovat složky, které nabízí server. Pokud vyberete tuto možnost, musíte zadat názvy, které chcete použít." #: C/evolution.xml:496(para) msgid "Select if you want to check for junk messages in the Inbox folder." msgstr "Zvolte, pokud chcete kontrolovat nevyžádanou poštu ve složce Příchozí." #: C/evolution.xml:513(para) -msgid "" -"If you select POP as your receiving server type, you need to specify the " -"following options:" -msgstr "" -"Pokud zvolíte POP jako typ serveru pro příjem pošty, musíte zadat " -"následující volby:" +msgid "If you select POP as your receiving server type, you need to specify the following options:" +msgstr "Pokud zvolíte POP jako typ serveru pro příjem pošty, musíte zadat následující volby:" #: C/evolution.xml:520(para) msgid "Select if you want to leave messages on the server." @@ -1753,12 +1319,8 @@ msgstr "Zvolte, pokud chcete vypnout podporu pro všechna rozšíření POP3." #: C/evolution.xml:535(para) -msgid "" -"If you select USENET News as your receiving server type, you need to specify " -"the following options:" -msgstr "" -"Pokud vyberete Diskusní skupiny USENET jako typ serveru pro příjem, musíte " -"zadat následující volby:" +msgid "If you select USENET News as your receiving server type, you need to specify the following options:" +msgstr "Pokud vyberete Diskusní skupiny USENET jako typ serveru pro příjem, musíte zadat následující volby:" #: C/evolution.xml:542(para) msgid "Select if you want to show folders in short notation." @@ -1769,78 +1331,45 @@ msgstr "Například comp.os.linux by se zobrazilo jako c.o.linux." #: C/evolution.xml:546(para) -msgid "" -"Select if you want to show relative folder names in the subscription dialog " -"box." -msgstr "" -"Zvolte, pokud chcete zobrazit názvy příbuzných složek v dialogovém boxu pro " -"přihlášení." +msgid "Select if you want to show relative folder names in the subscription dialog box." +msgstr "Zvolte, pokud chcete zobrazit názvy příbuzných složek v dialogovém boxu pro přihlášení." #: C/evolution.xml:547(para) -msgid "" -"If you select to show relative folder names in the subscription page, only " -"the name of the folder is displayed. For example the folder evolution.mail " -"would appear as evolution." -msgstr "" -"Pokud vyberete zobrazit názvy příbuzných složek na přihlašovací stránce, " -"bude zobrazen pouze název složky. Například složka evolution.mail se zobrazí " -"jako evolution." +msgid "If you select to show relative folder names in the subscription page, only the name of the folder is displayed. For example the folder evolution.mail would appear as evolution." +msgstr "Pokud vyberete zobrazit názvy příbuzných složek na přihlašovací stránce, bude zobrazen pouze název složky. Například složka evolution.mail se zobrazí jako evolution." #: C/evolution.xml:558(para) -msgid "" -"If you select Local Delivery as your receiving server type, you need to " -"specify the following options:" -msgstr "" -"Pokud zvolíte Místní doručení jako typ serveru pro příjem, musíte zadat " -"následující volby:" +msgid "If you select Local Delivery as your receiving server type, you need to specify the following options:" +msgstr "Pokud zvolíte Místní doručení jako typ serveru pro příjem, musíte zadat následující volby:" #: C/evolution.xml:573(para) -msgid "" -"If you select MH-Format Mail Directories as your receiving server type, you " -"need to specify the following options:" -msgstr "" -"Pokud zvolíte Adresáře pošty ve formátu MH jako typ serveru pro příjem, " -"musíte zadat následující volby:" +msgid "If you select MH-Format Mail Directories as your receiving server type, you need to specify the following options:" +msgstr "Pokud zvolíte Adresáře pošty ve formátu MH jako typ serveru pro příjem, musíte zadat následující volby:" #: C/evolution.xml:580(para) -msgid "" -"Select if you want to use the .folders summary file." -msgstr "" -"Zvolte, pokud chcete použít souhrnný soubor .folders" +msgid "Select if you want to use the .folders summary file." +msgstr "Zvolte, pokud chcete použít souhrnný soubor .folders" #: C/evolution.xml:593(para) -msgid "" -"If you select Maildir-Format Mail Directories as your receiving server type, " -"you need to specify the following options:" -msgstr "" -"Pokud zvolíte Adresáře pošty ve formátu maildir jako typ serveru pro příjem, " -"musíte zadat následující volby:" +msgid "If you select Maildir-Format Mail Directories as your receiving server type, you need to specify the following options:" +msgstr "Pokud zvolíte Adresáře pošty ve formátu maildir jako typ serveru pro příjem, musíte zadat následující volby:" -#: C/evolution.xml:623(para) C/evolution.xml:646(para) -msgid "" -"Select if you want to store status headers in Elm, Pine, and Mutt formats." -msgstr "" -"Zvolte, pokud chcete zvolit hlavičky stavu ve formátech Elm, Pine nebo Mutt." +#: C/evolution.xml:623(para) +#: C/evolution.xml:646(para) +msgid "Select if you want to store status headers in Elm, Pine, and Mutt formats." +msgstr "Zvolte, pokud chcete zvolit hlavičky stavu ve formátech Elm, Pine nebo Mutt." #: C/evolution.xml:635(title) msgid "Standard Unix mbox spool directory Receiving Options" msgstr "Možnosti příjmu Standardního Unixového sdíleného adresáře mbox" -#: C/evolution.xml:636(para) -msgid "" -"If you select Standard Unix mbox Spool directory as your receiving server " -"type, you need to specify the following options:" -msgstr "" -"Pokud zvolíte Standardní Unixový sdílený adresář mbox jako typ serveru pro " -"příjem, musíte zadat následující volby:" +#: C/evolution.xml:636(para) +msgid "If you select Standard Unix mbox Spool directory as your receiving server type, you need to specify the following options:" +msgstr "Pokud zvolíte Standardní Unixový sdílený adresář mbox jako typ serveru pro příjem, musíte zadat následující volby:" #: C/evolution.xml:660(para) -msgid "" -"Now that you have entered information about how you plan to get mail, " -"Evolution needs to know about how you want to send it." -msgstr "" -"Nyní, když jste vložili informace o tom, jak hodláte získávat e-maily, " -"Evolution potřebuje znát, jak je chcete posílat." +msgid "Now that you have entered information about how you plan to get mail, Evolution needs to know about how you want to send it." +msgstr "Nyní, když jste vložili informace o tom, jak hodláte získávat e-maily, Evolution potřebuje znát, jak je chcete posílat." #: C/evolution.xml:663(para) msgid "Select a server type from the Server Type list." @@ -1855,29 +1384,16 @@ msgstr "Sendmail:" #: C/evolution.xml:667(para) -msgid "" -"Uses the Sendmail program to send mail from your system. Sendmail is more " -"flexible, but is not as easy to configure, so you should select this option " -"only if you know how to set up a Sendmail service." -msgstr "" -"Pro posílání pošty z vašeho systému používá program Sendmail. Sendmail je " -"flexibilnější, ale není tak jednoduše nastavitelný, takže byste měli vybrat " -"tuto volbu, pouze pokud víte, jak službu Sendmail nastavit." +msgid "Uses the Sendmail program to send mail from your system. Sendmail is more flexible, but is not as easy to configure, so you should select this option only if you know how to set up a Sendmail service." +msgstr "Pro posílání pošty z vašeho systému používá program Sendmail. Sendmail je flexibilnější, ale není tak jednoduše nastavitelný, takže byste měli vybrat tuto volbu, pouze pokud víte, jak službu Sendmail nastavit." #: C/evolution.xml:670(title) msgid "SMTP:" msgstr "SMTP:" #: C/evolution.xml:671(para) -msgid "" -"Sends mail using an outbound mail server. This is the most common choice for " -"sending mail. If you choose SMTP, there are additional configuration " -"options. See SMTP Configuration for more " -"information." -msgstr "" -"Posílá poštu pomocí odchozího mail serveru. Toto je nejpoužívanější možnost " -"posílání pošty. Pokud vyberete SMTP, narazíte na další možnosti nastavení. " -"Více informací naleznete v Nastavení SMTP." +msgid "Sends mail using an outbound mail server. This is the most common choice for sending mail. If you choose SMTP, there are additional configuration options. See SMTP Configuration for more information." +msgstr "Posílá poštu pomocí odchozího mail serveru. Toto je nejpoužívanější možnost posílání pošty. Pokud vyberete SMTP, narazíte na další možnosti nastavení. Více informací naleznete v Nastavení SMTP." #: C/evolution.xml:677(title) msgid "SMTP Configuration" @@ -1888,34 +1404,20 @@ msgstr "Vyberte, pokud váš server vyžaduje autentizaci." #: C/evolution.xml:686(para) -msgid "" -"If you selected that your server requires authentication, you need to " -"provide the following information:" -msgstr "" -"Pokud jste vybrali, že váš server vyžaduje autentizaci, musíte poskytnout " -"následující informace:" +msgid "If you selected that your server requires authentication, you need to provide the following information:" +msgstr "Pokud jste vybrali, že váš server vyžaduje autentizaci, musíte poskytnout následující informace:" #: C/evolution.xml:708(para) msgid "Continue with Account Management." msgstr "Pokračujte na Správu účtu." #: C/evolution.xml:714(para) -msgid "" -"Now that you have finished the email configuration process you need to give " -"the account a name. The name can be any name you prefer. Type your account " -"name on the Name field, then click Forward." -msgstr "" -"Nyní, když jste dokončili proces nastavení e-mailu, musíte zadat jméno účtu. " -"Jménem může být cokoliv, co chcete. Napište vaše jméno účtu do pole Jméno a " -"klikněte na Vpřed. " +msgid "Now that you have finished the email configuration process you need to give the account a name. The name can be any name you prefer. Type your account name on the Name field, then click Forward." +msgstr "Nyní, když jste dokončili proces nastavení e-mailu, musíte zadat jméno účtu. Jménem může být cokoliv, co chcete. Napište vaše jméno účtu do pole Jméno a klikněte na Vpřed. " #: C/evolution.xml:715(para) -msgid "" -"Continue with Time Zone." -msgstr "" -"Pokračujte na Časové pásmo." +msgid "Continue with Time Zone." +msgstr "Pokračujte na Časové pásmo." #: C/evolution.xml:722(para) msgid "Select your time zone on the map." @@ -1934,210 +1436,115 @@ msgstr "Evolution se otevře s vašim nových účtem." #: C/evolution.xml:733(para) -msgid "" -"If you want to import email from another email client, continue with Importing Mail (Optional). If not, skip to " -"Using Evolution: An Overview." -msgstr "" -"Pokud chcete importovat poštu z jiného poštovního klienta, pokračujte na " -"Import pošty (volitelné). Pokud ne, " -"přeskočte na Používání Evolutionu: Přehled." +msgid "If you want to import email from another email client, continue with Importing Mail (Optional). If not, skip to Using Evolution: An Overview." +msgstr "Pokud chcete importovat poštu z jiného poštovního klienta, pokračujte na Import pošty (volitelné). Pokud ne, přeskočte na Používání Evolutionu: Přehled." #: C/evolution.xml:737(title) msgid "Importing Mail (Optional)" msgstr "Import pošty (volitelné)" #: C/evolution.xml:738(para) -msgid "" -"After selecting your time zone, if Evolution finds email or address files " -"from another application, it offers to import them. For a full description " -"of the import feature, see Importing Single " -"Files." -msgstr "" -"Poté, co vyberete časové pásmo, nabídne vám Evolution import souborů pošty " -"nebo adres z jiné aplikace, pokud je nalezne. Úplný popis funkce importu " -"naleznete v Importu jednotlivých souborů." +msgid "After selecting your time zone, if Evolution finds email or address files from another application, it offers to import them. For a full description of the import feature, see Importing Single Files." +msgstr "Poté, co vyberete časové pásmo, nabídne vám Evolution import souborů pošty nebo adres z jiné aplikace, pokud je nalezne. Úplný popis funkce importu naleznete v Importu jednotlivých souborů." -#: C/evolution.xml:739(para) C/evolution.xml:2538(para) -msgid "" -"Microsoft Outlook* and versions of Outlook Express after version 4 use " -"proprietary formats that Evolution cannot read or import." -msgstr "" +#: C/evolution.xml:739(para) +#: C/evolution.xml:2538(para) +msgid "Microsoft Outlook* and versions of Outlook Express after version 4 use proprietary formats that Evolution cannot read or import." +msgstr "Microsoft Outlook* a verze Outlooku Express verze 4 a vyšší používají proprietární formáty, které Evolution neumí přečíst nebo importovat." #: C/evolution.xml:740(para) -msgid "" -"To import information, you might want to use the Export tool under Windows*. " -"See the instructions in Migrating " -"Local Outlook Mail Folders." -msgstr "" -"Abyste informace importovali, budete možná potřebovat nástroj Exportu pod " -"Windows*. Instrukce naleznete v Migraci lokálních poštovních složek Outlooku." +msgid "To import information, you might want to use the Export tool under Windows*. See the instructions in Migrating Local Outlook Mail Folders." +msgstr "Abyste informace importovali, budete možná potřebovat nástroj Exportu pod Windows*. Instrukce naleznete v Migraci lokálních poštovních složek Outlooku." -#: C/evolution.xml:741(para) C/evolution.xml:2543(para) -msgid "" -"Before importing email from Netscape*, Mozilla and Netscape users need to " -"click File > Compact > All Folders from within the Netscape or Mozilla " -"mail tool. Otherwise, Evolution imports and undeletes the messages in your " -"Trash folders." -msgstr "" -"Před importováním pošty z Netscape*, musí uživatelé Mozilly a Netscape " -"kliknout na Soubor > Provést údržbu služeb > Všechny složky v " -"poštovním nástroji Netscapu a Mozilly. Jinak Evolution importuje a obnoví " -"všechny zprávy ze složky Koš." +#: C/evolution.xml:741(para) +#: C/evolution.xml:2543(para) +msgid "Before importing email from Netscape*, Mozilla and Netscape users need to click File > Compact > All Folders from within the Netscape or Mozilla mail tool. Otherwise, Evolution imports and undeletes the messages in your Trash folders." +msgstr "Před importováním pošty z Netscape*, musí uživatelé Mozilly a Netscape kliknout na Soubor > Provést údržbu služeb > Všechny složky v poštovním nástroji Netscapu a Mozilly. Jinak Evolution importuje a obnoví všechny zprávy ze složky Koš." #: C/evolution.xml:743(para) -msgid "" -"Evolution uses standard file types for email and calendar information, so " -"you can copy those files from your ~/.evolution " -"directory. The file formats used are mbox for email and " -"iCal for calendar information." -msgstr "" -"Evolution používá standardní typy souborů pro poštu a kalendář, takže můžete " -"tyto soubory kopírovat z vašeho adresáře ~/.evolution. " -"Použité formáty souborů jsou mbox pro poštu a iCal pro " -"kalendář." +msgid "Evolution uses standard file types for email and calendar information, so you can copy those files from your ~/.evolution directory. The file formats used are mbox for email and iCal for calendar information." +msgstr "Evolution používá standardní typy souborů pro poštu a kalendář, takže můžete tyto soubory kopírovat z vašeho adresáře ~/.evolution. Použité formáty souborů jsou mbox pro poštu a iCal pro kalendář." #: C/evolution.xml:744(para) -msgid "" -"Contacts files are stored in a database, but can be saved as a standard " -"vCard*. To export an addressbook, click File > Save Address Book As VCard" -"\". If you want to export only one contact, click File > Save Contact as " -"VCard." -msgstr "" -"Soubory kontaktů jsou uloženy v databázi, ale mohou být uloženy jako " -"standardní vCard*. Abyste exportovali data kontaktů, otevřete váš nástroj " -"kontaktů a vyberte kontakty, které chcete exportovat (pro výběr všech " -"stiskněte Ctrl+A). Klikněte na Soubor > Uložit kontakt jako VCard." +msgid "Contacts files are stored in a database, but can be saved as a standard vCard*. To export an addressbook, click File > Save Address Book As VCard\". If you want to export only one contact, click File > Save Contact as VCard." +msgstr "Soubory kontaktů jsou uloženy v databázi, ale mohou být uloženy jako standardní vCard*. Abyste exportovali data kontaktů, otevřete váš nástroj kontaktů a vyberte kontakty, které chcete exportovat (pro výběr všech stiskněte Ctrl+A). Klikněte na Soubor > Uložit kontakt jako VCard." #: C/evolution.xml:752(para) -msgid "" -"Now that the first-run configuration has finished, you're ready to begin " -"using Evolution. Here's a quick explanation of what's happening in your main " -"Evolution window." -msgstr "" -"Nyní, když je nastavení po prvním spuštění dokončeno, můžete začít Evolution " -"používat. Zde je rychlé vysvětlení toho, co se děje v hlavním okně " -"Evolutionu." +msgid "Now that the first-run configuration has finished, you're ready to begin using Evolution. Here's a quick explanation of what's happening in your main Evolution window." +msgstr "Nyní, když je nastavení po prvním spuštění dokončeno, můžete začít Evolution používat. Zde je rychlé vysvětlení toho, co se děje v hlavním okně Evolutionu." #: C/evolution.xml:755(title) msgid "Menu Bar:" msgstr "Lišta nabídky:" #: C/evolution.xml:756(para) -msgid "" -"The menu bar gives you access to most Evolution features. For additional " -"information, see The Menu Bar." -msgstr "" -"Lišta nabídky vám zpřístupňuje většinu funkcí Evolutionu. Více informací v " -"Panelu nabídky." +msgid "The menu bar gives you access to most Evolution features. For additional information, see The Menu Bar." +msgstr "Lišta nabídky vám zpřístupňuje většinu funkcí Evolutionu. Více informací v Panelu nabídky." #: C/evolution.xml:759(title) msgid "Folder List:" msgstr "Seznam složek:" #: C/evolution.xml:760(para) -msgid "" -"The folder list gives you a list of the available folders for each account. " -"To see the contents of a folder, click the folder name and the contents are " -"displayed in the message list." -msgstr "" -"Seznam složek vám dává seznam všech dostupných složek v jednotlivých účtech. " -"Pokud chcete vidět obsah složky, klikněte na jméno složky a obsah se zobrazí " -"v seznamu zpráv." +msgid "The folder list gives you a list of the available folders for each account. To see the contents of a folder, click the folder name and the contents are displayed in the message list." +msgstr "Seznam složek vám dává seznam všech dostupných složek v jednotlivých účtech. Pokud chcete vidět obsah složky, klikněte na jméno složky a obsah se zobrazí v seznamu zpráv." #: C/evolution.xml:763(title) msgid "Toolbar:" msgstr "Lišta nástrojů:" #: C/evolution.xml:764(para) -msgid "" -"The toolbar gives you fast and easy access to the frequently used features " -"in each component." -msgstr "" -"Lišta nástrojů vám umožňuje rychlý přístup k často používaným funkcím " -"jednotlivých komponent." +msgid "The toolbar gives you fast and easy access to the frequently used features in each component." +msgstr "Lišta nástrojů vám umožňuje rychlý přístup k často používaným funkcím jednotlivých komponent." #: C/evolution.xml:767(title) msgid "Search Tool:" msgstr "Nástroj hledání:" #: C/evolution.xml:768(para) -msgid "" -"The search tool lets you search your email, contacts, calendar, and tasks to " -"easily find what you're looking for." -msgstr "" -"Nástroj hledání vám umožňuje prohledávat vaše e-maily, kontakty, kalendář a " -"úkoly tak, že jednoduše naleznete, co hledáte." +msgid "The search tool lets you search your email, contacts, calendar, and tasks to easily find what you're looking for." +msgstr "Nástroj hledání vám umožňuje prohledávat vaše e-maily, kontakty, kalendář a úkoly tak, že jednoduše naleznete, co hledáte." -#: C/evolution.xml:771(title) C/evolution.xml:930(title) +#: C/evolution.xml:771(title) +#: C/evolution.xml:930(title) msgid "Message List:" msgstr "Seznam zpráv:" #: C/evolution.xml:772(para) -msgid "" -"The message list displays a list of email that you have received. To view an " -"email in the preview pane, click the email in the message list." -msgstr "" -"Seznam zpráv zobrazuje seznam e-mailů, které jste dostali. Pro zobrazení e-" -"mailu v panelu náhledu, klikněte na e-mail v seznamu zpráv." +msgid "The message list displays a list of email that you have received. To view an email in the preview pane, click the email in the message list." +msgstr "Seznam zpráv zobrazuje seznam e-mailů, které jste dostali. Pro zobrazení e-mailu v panelu náhledu, klikněte na e-mail v seznamu zpráv." #: C/evolution.xml:775(title) msgid "Side bar:" msgstr "Boční panel:" #: C/evolution.xml:776(para) -msgid "" -"The side bar lets you switch between folders and between Evolution tools. At " -"the bottom of the side bar is the switcher that let you switch Evolution " -"tools, and above that is a list of all the available folders for the current " -"tool. For additional information, see The Side Bar." -msgstr "" -"Boční panel vám umožňuje přepínat mezi složkami a mezi nástroji Evolutionu. " -"V dolní části bočního panelu je přepínač, který vám umožňuje přepínat mezi " -"nástroji Evolutionu, nad ním je seznam všech dostupných složek aktuálního " -"nástroje. Další informace naleznete v Bočním panelu." +msgid "The side bar lets you switch between folders and between Evolution tools. At the bottom of the side bar is the switcher that let you switch Evolution tools, and above that is a list of all the available folders for the current tool. For additional information, see The Side Bar." +msgstr "Boční panel vám umožňuje přepínat mezi složkami a mezi nástroji Evolutionu. V dolní části bočního panelu je přepínač, který vám umožňuje přepínat mezi nástroji Evolutionu, nad ním je seznam všech dostupných složek aktuálního nástroje. Další informace naleznete v Bočním panelu." #: C/evolution.xml:779(title) msgid "Switcher:" msgstr "Přepínač:" #: C/evolution.xml:780(para) -msgid "" -"The switcher at the bottom of the side bar lets you switch between the " -"Evolution tools - Mail, Contacts, Calendars, Memos and Tasks." -msgstr "" -"Přepínač v dolní části bočního panelu vám umožňuje přepínat mezi nástroji " -"Evolutionu - Poštou, Kontakty, Kalendáři, Poznámkami a Úkoly." +msgid "The switcher at the bottom of the side bar lets you switch between the Evolution tools - Mail, Contacts, Calendars, Memos and Tasks." +msgstr "Přepínač v dolní části bočního panelu vám umožňuje přepínat mezi nástroji Evolutionu - Poštou, Kontakty, Kalendáři, Poznámkami a Úkoly." #: C/evolution.xml:783(title) msgid "Status Bar:" msgstr "Stavový řádek:" #: C/evolution.xml:784(para) -msgid "" -"The status bar periodically displays a message, or tells you the progress of " -"a task. This most often happens when you're checking or sending email. These " -"progress queues are shown in the previous figure. The Online/Offline " -"indicator is here, too, in the lower left of the window." -msgstr "" -"Stavový řádek pravidelně ukazuje zprávu nebo vám ukazuje průběh úlohy. To se " -"nejčastěji stává, když kontrolujete nebo odesíláte poštu. Tyto průběhy jsou " -"zobrazeny na předchozím obrázku. Indikátor online/offline režimu je zde " -"také, v levé dolní části okna." +msgid "The status bar periodically displays a message, or tells you the progress of a task. This most often happens when you're checking or sending email. These progress queues are shown in the previous figure. The Online/Offline indicator is here, too, in the lower left of the window." +msgstr "Stavový řádek pravidelně ukazuje zprávu nebo vám ukazuje průběh úlohy. To se nejčastěji stává, když kontrolujete nebo odesíláte poštu. Tyto průběhy jsou zobrazeny na předchozím obrázku. Indikátor online/offline režimu je zde také, v levé dolní části okna." -#: C/evolution.xml:787(title) C/evolution.xml:934(title) +#: C/evolution.xml:787(title) +#: C/evolution.xml:934(title) msgid "Preview Pane:" msgstr "Panel náhledu:" #: C/evolution.xml:788(para) -msgid "" -"The preview pane displays the contents of the email that is selected in the " -"message list." +msgid "The preview pane displays the contents of the email that is selected in the message list." msgstr "Panel náhledu ukazuje obsah e-mailu, který je vybrán v seznamu zpráv." #: C/evolution.xml:792(title) @@ -2145,96 +1552,56 @@ msgstr "Lišta nabídky" #: C/evolution.xml:793(para) -msgid "" -"The menu bar's contents always provide all the possible actions for any " -"given view of your data. If you're looking at your Inbox, most of the menu " -"items relate to email. Some content relates to other components of Evolution " -"and some, especially in the File menu, relates to the application as a whole." -msgstr "" -"Obsah lišty nabídky vždy nabízí všechny možné akce pro aktuální zobrazení " -"dat. Pokud se díváte na složku Příchozí, většina z položek v nabídce bude " -"patřit poště. Některá položka může příslušet jiné komponentě Evolutionu " -"anebo, zvláště nabídka Soubor, celé aplikaci." +msgid "The menu bar's contents always provide all the possible actions for any given view of your data. If you're looking at your Inbox, most of the menu items relate to email. Some content relates to other components of Evolution and some, especially in the File menu, relates to the application as a whole." +msgstr "Obsah lišty nabídky vždy nabízí všechny možné akce pro aktuální zobrazení dat. Pokud se díváte na složku Příchozí, většina z položek v nabídce bude patřit poště. Některá položka může příslušet jiné komponentě Evolutionu anebo, zvláště nabídka Soubor, celé aplikaci." #: C/evolution.xml:795(title) msgid "File:" msgstr "Soubor:" #: C/evolution.xml:796(para) -msgid "" -"Anything related to a file or to the operations of the application is listed " -"in this menu, such as creating things, saving them to disk, printing them, " -"and quitting the program itself." -msgstr "" -"Všechno náležející k souboru nebo operace aplikace jsou uvedené v této " -"nabídce, jako tvoření věcí, jejich ukládání na disk, tisk, ukončení programu." +msgid "Anything related to a file or to the operations of the application is listed in this menu, such as creating things, saving them to disk, printing them, and quitting the program itself." +msgstr "Všechno náležející k souboru nebo operace aplikace jsou uvedené v této nabídce, jako tvoření věcí, jejich ukládání na disk, tisk, ukončení programu." #: C/evolution.xml:799(title) msgid "Edit:" msgstr "Upravit:" #: C/evolution.xml:800(para) -msgid "" -"Holds useful tools that help you edit text and move it around. Lets you " -"access the settings and configuration options in the Edit menu." -msgstr "" -"Obsahuje užitečné nástroje, které vám pomáhají upravovat text nebo ho " -"přesouvat. Umožňuje vám přístup k nastavení." +msgid "Holds useful tools that help you edit text and move it around. Lets you access the settings and configuration options in the Edit menu." +msgstr "Obsahuje užitečné nástroje, které vám pomáhají upravovat text nebo ho přesouvat. Umožňuje vám přístup k nastavení." #: C/evolution.xml:803(title) msgid "View:" msgstr "Zobrazit:" #: C/evolution.xml:804(para) -msgid "" -"Lets you decide how Evolution should look. Some of the features control the " -"appearance of Evolution as a whole, and others the way a particular kind of " -"information appears." -msgstr "" -"Umožňuje vám se rozhodovat, jak má Evolution vypadat. Některé z funkcí " -"kontrolují vzhled Evolutionu jako celku a jiné zase způsob, jak se zobrazují " -"jednotlivé informace." +msgid "Lets you decide how Evolution should look. Some of the features control the appearance of Evolution as a whole, and others the way a particular kind of information appears." +msgstr "Umožňuje vám se rozhodovat, jak má Evolution vypadat. Některé z funkcí kontrolují vzhled Evolutionu jako celku a jiné zase způsob, jak se zobrazují jednotlivé informace." #: C/evolution.xml:807(title) msgid "Folder:" msgstr "Složka:" #: C/evolution.xml:808(para) -msgid "" -"Holds actions that can be performed on folders. You can find things like " -"copy, rename, delete, and so on." -msgstr "" -"Obsahuje akce, které mohou být použity na složky. Najdete zde věci jako " -"kopírování, přejmenování, vymazání atd." +msgid "Holds actions that can be performed on folders. You can find things like copy, rename, delete, and so on." +msgstr "Obsahuje akce, které mohou být použity na složky. Najdete zde věci jako kopírování, přejmenování, vymazání atd." #: C/evolution.xml:811(title) msgid "Message:" msgstr "Zpráva:" #: C/evolution.xml:812(para) -msgid "" -"Holds actions that can be applied to a message. If there is only one target " -"for the action, such as replying to a message, you can normally find it in " -"the Message menu." -msgstr "" -"Obsahuje akce, které mohou být použity na zprávy. Pokud je pouze jeden cíl " -"pro akci jako odpověď na zprávu, můžete ji normálně najít v nabídce Zpráva." +msgid "Holds actions that can be applied to a message. If there is only one target for the action, such as replying to a message, you can normally find it in the Message menu." +msgstr "Obsahuje akce, které mohou být použity na zprávy. Pokud je pouze jeden cíl pro akci jako odpověď na zprávu, můžete ji normálně najít v nabídce Zpráva." #: C/evolution.xml:815(title) msgid "Search:" msgstr "Hledat:" #: C/evolution.xml:816(para) -msgid "" -"Lets you search for messages, or for phrases within a message. You can also " -"see previous searches you have made. In addition to the Search menu, there " -"is a text entry box in the toolbar that you can use to search for messages. " -"You can also create a search folder from a search." -msgstr "" -"Umožňuje vám vyhledávat zprávy nebo fráze ve zprávách. Taktéž se můžete " -"podívat na předchozí vyhledávání, které jste provedli. Kromě nabídky Hledat, " -"je zde ještě pole pro vložení textu v liště nástrojů, které můžete používat " -"pro hledání zpráv. Taktéž si můžete z hledání vytvořit složku hledání." +msgid "Lets you search for messages, or for phrases within a message. You can also see previous searches you have made. In addition to the Search menu, there is a text entry box in the toolbar that you can use to search for messages. You can also create a search folder from a search." +msgstr "Umožňuje vám vyhledávat zprávy nebo fráze ve zprávách. Taktéž se můžete podívat na předchozí vyhledávání, které jste provedli. Kromě nabídky Hledat, je zde ještě pole pro vložení textu v liště nástrojů, které můžete používat pro hledání zpráv. Taktéž si můžete z hledání vytvořit složku hledání." #: C/evolution.xml:819(title) msgid "Help:" @@ -2249,47 +1616,16 @@ msgstr "Boční panel" #: C/evolution.xml:826(para) -msgid "" -"Sidebar is the vertical panel on the left side of the Evolution main window. " -"At the bottom of the sidebar is the Switcher, that lets you switch between " -"the Evolution tools like Mail, Memo,Tasks and Contacts. Above the Switcher " -"you can see a list of folders for the current Evolution tool." -msgstr "" -"Boční panel je vertikální panel v levé části hlavního okna Evolutionu. Ve " -"spodní části panelu je Přepínač, který vám umožňuje přepínat mezi nástroji " -"Evolutionu jako jsou Pošta, Poznámky, Úkoly a Kontakty. Nad nimi je seznam " -"složek aktuálního nástroje Evolutionu." +msgid "Sidebar is the vertical panel on the left side of the Evolution main window. At the bottom of the sidebar is the Switcher, that lets you switch between the Evolution tools like Mail, Memo,Tasks and Contacts. Above the Switcher you can see a list of folders for the current Evolution tool." +msgstr "Boční panel je vertikální panel v levé části hlavního okna Evolutionu. Ve spodní části panelu je Přepínač, který vám umožňuje přepínat mezi nástroji Evolutionu jako jsou Pošta, Poznámky, Úkoly a Kontakty. Nad nimi je seznam složek aktuálního nástroje Evolutionu." #: C/evolution.xml:827(para) -msgid "" -"The folder list organizes your email, calendars, address books, task lists " -"and memo lists in a tree, similar to a file tree. Most people find one to four folders at the base of the tree, " -"depending on the tool and their system configuration. Each Evolution tool " -"has at least one folder, called On This Computer, for local information. For " -"example, the folder list for the email tool shows any remote email storage " -"you have set up, plus local folders and search folders, which are discussed " -"in Using Search Folders." -msgstr "" -"Seznam složek organizuje vaši poštu, kalendáře, seznamy kontaktů a seznamy " -"poznámek do stromu podobného stromu souborů. Většina lidí nalezne od jedné do čtyř složek v základu stromu v " -"závislosti na nástroji a nastavení vašeho systému. Každý nástroj Evolutionu " -"má aspoň jednu složku pro lokální informace zvanou V tomto počítači. Např. " -"seznam složek pro poštovní nástroj ukazuje všechny vzdálené e-mailové " -"úložiště, které jste nastavili plus místní složky a složky hledání, kterým " -"se věnuje Používání složek " -"hledání." +msgid "The folder list organizes your email, calendars, address books, task lists and memo lists in a tree, similar to a file tree. Most people find one to four folders at the base of the tree, depending on the tool and their system configuration. Each Evolution tool has at least one folder, called On This Computer, for local information. For example, the folder list for the email tool shows any remote email storage you have set up, plus local folders and search folders, which are discussed in Using Search Folders." +msgstr "Seznam složek organizuje vaši poštu, kalendáře, seznamy kontaktů a seznamy poznámek do stromu podobného stromu souborů. Většina lidí nalezne od jedné do čtyř složek v základu stromu v závislosti na nástroji a nastavení vašeho systému. Každý nástroj Evolutionu má aspoň jednu složku pro lokální informace zvanou V tomto počítači. Např. seznam složek pro poštovní nástroj ukazuje všechny vzdálené e-mailové úložiště, které jste nastavili plus místní složky a složky hledání, kterým se věnuje Používání složek hledání." #: C/evolution.xml:828(para) -msgid "" -"If you get large amounts of email, you might want more folders than just " -"your Inbox. You can create multiple calendar, task, or contacts folders." -msgstr "" -"Pokud dostáváte velké množství e-mailů, možná budete chtít více složek než " -"jen složku Příchozí. Můžete vytvořit více složek kalendáře, úkolů nebo " -"kontaktů." +msgid "If you get large amounts of email, you might want more folders than just your Inbox. You can create multiple calendar, task, or contacts folders." +msgstr "Pokud dostáváte velké množství e-mailů, možná budete chtít více složek než jen složku Příchozí. Můžete vytvořit více složek kalendáře, úkolů nebo kontaktů." #: C/evolution.xml:829(para) msgid "To create a new folder:" @@ -2307,31 +1643,56 @@ msgid "Select the location of the new folder." msgstr "Vyberte umístění nové složky." -#: C/evolution.xml:841(para) C/evolution.xml:1308(para) -#: C/evolution.xml:1334(para) C/evolution.xml:1346(para) -#: C/evolution.xml:1521(para) C/evolution.xml:1605(para) -#: C/evolution.xml:1887(para) C/evolution.xml:1989(para) -#: C/evolution.xml:2005(para) C/evolution.xml:2323(para) -#: C/evolution.xml:2362(para) C/evolution.xml:2428(para) -#: C/evolution.xml:2908(para) C/evolution.xml:2941(para) -#: C/evolution.xml:3137(para) C/evolution.xml:3179(para) -#: C/evolution.xml:3312(para) C/evolution.xml:3406(para) -#: C/evolution.xml:3421(para) C/evolution.xml:3439(para) -#: C/evolution.xml:3497(para) C/evolution.xml:3543(para) -#: C/evolution.xml:3757(para) C/evolution.xml:3761(para) -#: C/evolution.xml:3988(para) C/evolution.xml:4357(para) -#: C/evolution.xml:4423(para) C/evolution.xml:4545(para) -#: C/evolution.xml:4588(para) C/evolution.xml:4920(para) -#: C/evolution.xml:4975(para) C/evolution.xml:5426(para) -#: C/evolution.xml:5501(para) C/evolution.xml:5523(para) -#: C/evolution.xml:5547(para) C/evolution.xml:5581(para) -#: C/evolution.xml:5925(para) C/evolution.xml:6060(para) -#: C/evolution.xml:6087(para) C/evolution.xml:6107(para) -#: C/evolution.xml:6122(para) C/evolution.xml:6145(para) -#: C/evolution.xml:6171(para) C/evolution.xml:6303(para) -#: C/evolution.xml:6326(para) C/evolution.xml:6404(para) -#: C/evolution.xml:6434(para) C/evolution.xml:7097(para) -#: C/evolution.xml:7195(para) C/evolution.xml:7330(para) +#: C/evolution.xml:841(para) +#: C/evolution.xml:1308(para) +#: C/evolution.xml:1334(para) +#: C/evolution.xml:1346(para) +#: C/evolution.xml:1521(para) +#: C/evolution.xml:1605(para) +#: C/evolution.xml:1887(para) +#: C/evolution.xml:1989(para) +#: C/evolution.xml:2005(para) +#: C/evolution.xml:2323(para) +#: C/evolution.xml:2362(para) +#: C/evolution.xml:2428(para) +#: C/evolution.xml:2908(para) +#: C/evolution.xml:2941(para) +#: C/evolution.xml:3137(para) +#: C/evolution.xml:3179(para) +#: C/evolution.xml:3312(para) +#: C/evolution.xml:3406(para) +#: C/evolution.xml:3421(para) +#: C/evolution.xml:3439(para) +#: C/evolution.xml:3497(para) +#: C/evolution.xml:3543(para) +#: C/evolution.xml:3757(para) +#: C/evolution.xml:3761(para) +#: C/evolution.xml:3988(para) +#: C/evolution.xml:4357(para) +#: C/evolution.xml:4423(para) +#: C/evolution.xml:4545(para) +#: C/evolution.xml:4588(para) +#: C/evolution.xml:4920(para) +#: C/evolution.xml:4975(para) +#: C/evolution.xml:5426(para) +#: C/evolution.xml:5501(para) +#: C/evolution.xml:5523(para) +#: C/evolution.xml:5547(para) +#: C/evolution.xml:5581(para) +#: C/evolution.xml:5925(para) +#: C/evolution.xml:6060(para) +#: C/evolution.xml:6087(para) +#: C/evolution.xml:6107(para) +#: C/evolution.xml:6122(para) +#: C/evolution.xml:6145(para) +#: C/evolution.xml:6171(para) +#: C/evolution.xml:6303(para) +#: C/evolution.xml:6326(para) +#: C/evolution.xml:6404(para) +#: C/evolution.xml:6434(para) +#: C/evolution.xml:7097(para) +#: C/evolution.xml:7195(para) +#: C/evolution.xml:7330(para) msgid "Click OK." msgstr "Klikněte na OK." @@ -2340,13 +1701,8 @@ msgstr "Změna vzhledu přepínače:" #: C/evolution.xml:847(para) -msgid "" -"To change the appearance of your switcher click View > Switcher " -"Appearance from the Menu bar. Under Switcher Appearance you can " -"select:" -msgstr "" -"Chcete-li změnit vzhled přepínače, klikněte na Zobrazit > " -"Vzhled přepínače" +msgid "To change the appearance of your switcher click View > Switcher Appearance from the Menu bar. Under Switcher Appearance you can select:" +msgstr "Chcete-li změnit vzhled přepínače, klikněte na Zobrazit > Vzhled přepínače" #: C/evolution.xml:849(title) msgid "Icons and Text:" @@ -2393,24 +1749,16 @@ msgstr "Správa složek" #: C/evolution.xml:872(para) -msgid "" -"Right-click a folder or subfolder to display a menu with the following " -"options:" -msgstr "" -"Klikněte pravým tlačítkem na složku nebo podsložku a zobrazí se vám nabídka " -"s následujícími možnostmi:" +msgid "Right-click a folder or subfolder to display a menu with the following options:" +msgstr "Klikněte pravým tlačítkem na složku nebo podsložku a zobrazí se vám nabídka s následujícími možnostmi:" #: C/evolution.xml:874(title) msgid "Copy:" msgstr "Kopírovat:" #: C/evolution.xml:875(para) -msgid "" -"Copies the folder to a different location. When you select this item, " -"Evolution offers a choice of locations to copy the folder to." -msgstr "" -"Zkopíruje složku do jiného umístění. Když vyberete tuto položku, Evolution " -"vám nabídne výběr umístění, kde složku zkopírovat." +msgid "Copies the folder to a different location. When you select this item, Evolution offers a choice of locations to copy the folder to." +msgstr "Zkopíruje složku do jiného umístění. Když vyberete tuto položku, Evolution vám nabídne výběr umístění, kde složku zkopírovat." #: C/evolution.xml:878(title) msgid "Move:" @@ -2436,7 +1784,8 @@ msgid "Creates another folder in the same location." msgstr "Vytvoří další složku se stejným umístěním." -#: C/evolution.xml:890(title) C/evolution.xml:3067(title) +#: C/evolution.xml:890(title) +#: C/evolution.xml:3067(title) msgid "Delete:" msgstr "Odstranit:" @@ -2465,27 +1814,16 @@ msgstr "Vlastnosti:" #: C/evolution.xml:903(para) -msgid "" -"Checks the number of total and unread messages in a folder, and, for remote " -"folders, lets you select whether to copy the folder to your local system for " -"offline operation." -msgstr "" -"Kontroluje počet všech zpráv a nepřečtených zpráv ve složce a ve vzdálených " -"složkách vám umožňuje vybrat, zda kopírovat složku do lokálního systému pro " -"offline operace." +msgid "Checks the number of total and unread messages in a folder, and, for remote folders, lets you select whether to copy the folder to your local system for offline operation." +msgstr "Kontroluje počet všech zpráv a nepřečtených zpráv ve složce a ve vzdálených složkách vám umožňuje vybrat, zda kopírovat složku do lokálního systému pro offline operace." #: C/evolution.xml:905(para) -msgid "" -"You can also rearrange folders and messages by dragging and dropping them." +msgid "You can also rearrange folders and messages by dragging and dropping them." msgstr "Můžete také složky a zprávy přeskupovat uchopením a přesunutím. " #: C/evolution.xml:906(para) -msgid "" -"Any time new email arrives in a email folder, that folder label is displayed " -"in bold text, along with the number of new messages in that folder." -msgstr "" -"Kdykoliv přijde do složky nová pošta, popis složky se zobrazí tučně s počtem " -"novým zpráv ve složce." +msgid "Any time new email arrives in a email folder, that folder label is displayed in bold text, along with the number of new messages in that folder." +msgstr "Kdykoliv přijde do složky nová pošta, popis složky se zobrazí tučně s počtem novým zpráv ve složce." #: C/evolution.xml:911(title) msgid "Email" @@ -2493,140 +1831,59 @@ #: C/evolution.xml:912(para) msgid "Evolution email is like other email programs in several ways:" -msgstr "" -"E-mailový klient Evolution je jako jiné e-mailové programy v několika " -"směrech:" +msgstr "E-mailový klient Evolution je jako jiné e-mailové programy v několika směrech:" #: C/evolution.xml:915(para) -msgid "" -"It can send and receive email in HTML or as plain text, and makes it easy to " -"send and receive multiple file attachments." -msgstr "" -"Může posílat a přijímat e-maily v HTML nebo prostém textu a zjednodušuje " -"posílání a přijímaní přílohy o více souborech." +msgid "It can send and receive email in HTML or as plain text, and makes it easy to send and receive multiple file attachments." +msgstr "Může posílat a přijímat e-maily v HTML nebo prostém textu a zjednodušuje posílání a přijímaní přílohy o více souborech." #: C/evolution.xml:918(para) -msgid "" -"It supports multiple email sources, including IMAP, POP3, and local mbox or mh spools and " -"files created by other email programs." -msgstr "" -"Podporuje různé e-mailové zdroje včetně IMAPu, " -"POP3, místního mboxu nebo adresářů a souborů mh " -"vytvořených jinými programy." +msgid "It supports multiple email sources, including IMAP, POP3, and local mbox or mh spools and files created by other email programs." +msgstr "Podporuje různé e-mailové zdroje včetně IMAPu, POP3, místního mboxu nebo adresářů a souborů mh vytvořených jinými programy." #: C/evolution.xml:921(para) -msgid "" -"It can sort and organize your email in a wide variety of ways with folders, " -"searches, and filters." -msgstr "" -"Může třídit a organizovat vaši poštu mnoha způsoby za pomoci složek, " -"vyhledávání a filtrů." +msgid "It can sort and organize your email in a wide variety of ways with folders, searches, and filters." +msgstr "Může třídit a organizovat vaši poštu mnoha způsoby za pomoci složek, vyhledávání a filtrů." #: C/evolution.xml:924(para) msgid "It lets you guard your privacy with encryption." msgstr "Umožňuje vám hlídat si vlastní soukromí pomocí šifrování." #: C/evolution.xml:927(para) -msgid "" -"However, Evolution has some important differences from other email programs. " -"First, It is built to handle very large amounts of email. The junk email, message filtering and searching functions were built for speed and " -"efficiency. There's also the search folder, an advanced organizational feature not found in " -"some email clients. If you get a lot of email, or if you keep every message " -"you get in case you need to refer to it later, you will find this feature " -"especially useful. Here's a quick explanation of what's happening in your " -"main Evolution email window." -msgstr "" -"Nicméně se Evolution v některých důležitých věcech od ostatních e-mailových " -"programů liší. Zaprvé je vytvořen tak, aby pracoval s velkým množstvím e-" -"mailů. Funkce nevyžádané pošty, filtrování zpráv " -"a vyhledávání vytvořeny " -"pro rychlou a efektivní práci. V některých jiných klientech také nenajdete " -"složky hledání a " -"pokročilé organizační funkce. Pokud dostáváte hodně e-mailů nebo si " -"ponecháváte všechny zprávy, které dostanete, pro případ, že na ně budete " -"chtít později odkázat, budou se vám tyto funkce obzvláště hodit. Zde je " -"rychlé vysvětlení toho, co se děje v hlavním okně e-mailu Evolutionu." +msgid "However, Evolution has some important differences from other email programs. First, It is built to handle very large amounts of email. The junk email, message filtering and searching functions were built for speed and efficiency. There's also the search folder, an advanced organizational feature not found in some email clients. If you get a lot of email, or if you keep every message you get in case you need to refer to it later, you will find this feature especially useful. Here's a quick explanation of what's happening in your main Evolution email window." +msgstr "Nicméně se Evolution v některých důležitých věcech od ostatních e-mailových programů liší. Zaprvé je vytvořen tak, aby pracoval s velkým množstvím e-mailů. Funkce nevyžádané pošty, filtrování zpráv a vyhledávání vytvořeny pro rychlou a efektivní práci. V některých jiných klientech také nenajdete složky hledání a pokročilé organizační funkce. Pokud dostáváte hodně e-mailů nebo si ponecháváte všechny zprávy, které dostanete, pro případ, že na ně budete chtít později odkázat, budou se vám tyto funkce obzvláště hodit. Zde je rychlé vysvětlení toho, co se děje v hlavním okně e-mailu Evolutionu." #: C/evolution.xml:931(para) -msgid "" -"The message list displays all the messages that you have. This includes all " -"your read and unread messages, and email that is flagged to be deleted." -msgstr "" -"Seznam zpráv zobrazuje všechny zprávy, které máte. To znamená všechny vaše " -"přečtené a nepřečtené zprávy a poštu označenou pro smazání." +msgid "The message list displays all the messages that you have. This includes all your read and unread messages, and email that is flagged to be deleted." +msgstr "Seznam zpráv zobrazuje všechny zprávy, které máte. To znamená všechny vaše přečtené a nepřečtené zprávy a poštu označenou pro smazání." #: C/evolution.xml:935(para) -msgid "" -"The preview pane displays the message that is currently chosen in the " -"message list." +msgid "The preview pane displays the message that is currently chosen in the message list." msgstr "Panel náhledu ukazuje zprávu, která je vybrána v seznamu zpráv." #: C/evolution.xml:937(para) -msgid "" -"If you find the preview pane too small, you can resize the pane, enlarge the " -"whole window, or double-click the message in the message list to have it " -"open in a new window. To change the size of a pane, drag the divider between " -"the two panes." -msgstr "" -"Pokud vám přijde panel náhledů příliš malý, můžete změnit velikost panelu, " -"zvětšit celé okno nebo poklikat na zprávu v seznamu zpráv, která se poté " -"otevře v novém okně. Velikost panelu změníte tak, že táhnete dělící lištu " -"mezi dvěma panely." +msgid "If you find the preview pane too small, you can resize the pane, enlarge the whole window, or double-click the message in the message list to have it open in a new window. To change the size of a pane, drag the divider between the two panes." +msgstr "Pokud vám přijde panel náhledů příliš malý, můžete změnit velikost panelu, zvětšit celé okno nebo poklikat na zprávu v seznamu zpráv, která se poté otevře v novém okně. Velikost panelu změníte tak, že táhnete dělící lištu mezi dvěma panely." #: C/evolution.xml:938(para) -msgid "" -"As with folders, you can right-click messages in the message list and get a " -"menu of possible actions, including moving or deleting them, creating " -"filters or search folders based on them, and marking them as junk mail." -msgstr "" -"Stejně jako u složek můžete kliknout pravým tlačítkem na zprávy v seznamu " -"práv a dostanete nabídku možných akcí, včetně přesouvání nebo ostranění, " -"vytváření filtrů nebo složek hledání a označování zpráv jako nevyžádanou " -"poštu." +msgid "As with folders, you can right-click messages in the message list and get a menu of possible actions, including moving or deleting them, creating filters or search folders based on them, and marking them as junk mail." +msgstr "Stejně jako u složek můžete kliknout pravým tlačítkem na zprávy v seznamu práv a dostanete nabídku možných akcí, včetně přesouvání nebo ostranění, vytváření filtrů nebo složek hledání a označování zpráv jako nevyžádanou poštu." #: C/evolution.xml:939(para) -msgid "" -"Most of the email-related actions you want to perform are listed in the " -"Message Menu and Folder Menu in the menu bar. The most frequently used ones, " -"like Reply and Forward, also appear as buttons in the toolbar. Most of them " -"are also located in the right-click menu and as keyboard shortcuts." -msgstr "" -"Většina akcí týkajících se pošty, které chcete provádět, je v nabídce Zpráva " -"a Složka v liště nabídky. Ty nejpoužívanější jako Odpovědět a Přeposlat se " -"nachází také jako tlačítka liště nástrojů. Většina z nich je také umístěná v " -"kontextové nabídce a jako klávesové zkratky." +msgid "Most of the email-related actions you want to perform are listed in the Message Menu and Folder Menu in the menu bar. The most frequently used ones, like Reply and Forward, also appear as buttons in the toolbar. Most of them are also located in the right-click menu and as keyboard shortcuts." +msgstr "Většina akcí týkajících se pošty, které chcete provádět, je v nabídce Zpráva a Složka v liště nabídky. Ty nejpoužívanější jako Odpovědět a Přeposlat se nachází také jako tlačítka liště nástrojů. Většina z nich je také umístěná v kontextové nabídce a jako klávesové zkratky." #: C/evolution.xml:940(para) -msgid "" -"For an in-depth guide to the email capabilities of Evolution, read Sending and Receiving Email." -msgstr "" -"Hlubšího průvodce poštovními schopnostmi Evolutionu naleznete v Posílání a přijímání e-mailů." +msgid "For an in-depth guide to the email capabilities of Evolution, read Sending and Receiving Email." +msgstr "Hlubšího průvodce poštovními schopnostmi Evolutionu naleznete v Posílání a přijímání e-mailů." #: C/evolution.xml:944(title) msgid "The Calendar" msgstr "Kalendář" #: C/evolution.xml:945(para) -msgid "" -"To begin using the calendar, click Calendar in the switcher. By default, the " -"calendar shows today's schedule on a ruled background. At the left bottom, " -"there is a monthly calendar you can use to switch days. At the upper right, " -"there is a Task list, where you can keep a list of tasks separate from your " -"calendar appointments. Below that, there is a Memo list." -msgstr "" -"Chcete-li začít používat kalendář, klikněte na Kalendář v přepínači. " -"Implicitně kalendář zobrazuje rozvrh pro dnešní den na linkovaném pozadí. " -"Vlevo dole je kalendář, kde můžete přepínat mezi dny. Vpravo nahoře je " -"Seznam úkolů, kde můžete uchovávat seznam úkolů odděleně od událostí v " -"kalendáři. Pod ním je Seznam poznámek." +msgid "To begin using the calendar, click Calendar in the switcher. By default, the calendar shows today's schedule on a ruled background. At the left bottom, there is a monthly calendar you can use to switch days. At the upper right, there is a Task list, where you can keep a list of tasks separate from your calendar appointments. Below that, there is a Memo list." +msgstr "Chcete-li začít používat kalendář, klikněte na Kalendář v přepínači. Implicitně kalendář zobrazuje rozvrh pro dnešní den na linkovaném pozadí. Vlevo dole je kalendář, kde můžete přepínat mezi dny. Vpravo nahoře je Seznam úkolů, kde můžete uchovávat seznam úkolů odděleně od událostí v kalendáři. Pod ním je Seznam poznámek." #: C/evolution.xml:948(title) msgid "Appointment List:" @@ -2641,147 +1898,79 @@ msgstr "Měsíční panel:" #: C/evolution.xml:953(para) -msgid "" -"The month pane is a small view of a calendar month. To display additional " -"months, drag the column border to the right. You can also select a range of " -"days in the month pane to display a custom range of days in the appointment " -"list." -msgstr "" -"Měsíční panel je malý náhled kalendářního měsíce. Chcete-li zobrazit další " -"měsíce, táhněte okraj sloupce doprava. Můžete také vybrat rozsah dnů v " -"měsíčním panelu pro zobrazení vlastního rozsahu dnů v seznamu událostí." +msgid "The month pane is a small view of a calendar month. To display additional months, drag the column border to the right. You can also select a range of days in the month pane to display a custom range of days in the appointment list." +msgstr "Měsíční panel je malý náhled kalendářního měsíce. Chcete-li zobrazit další měsíce, táhněte okraj sloupce doprava. Můžete také vybrat rozsah dnů v měsíčním panelu pro zobrazení vlastního rozsahu dnů v seznamu událostí." #: C/evolution.xml:956(title) msgid "Task List:" msgstr "Seznam úkolů:" #: C/evolution.xml:957(para) -msgid "" -"Tasks are distinct from appointments because they generally don't have times " -"associated with them. You can use the list in a larger window by clicking " -"the Tasks button in the side bar." -msgstr "" -"Úkoly jsou odlišné od událostí, protože zpravidla nemají přidělený čas. " -"Kliknutím na Úkoly v bočním panelu můžete mít seznam ve větším okně." +msgid "Tasks are distinct from appointments because they generally don't have times associated with them. You can use the list in a larger window by clicking the Tasks button in the side bar." +msgstr "Úkoly jsou odlišné od událostí, protože zpravidla nemají přidělený čas. Kliknutím na Úkoly v bočním panelu můžete mít seznam ve větším okně." #: C/evolution.xml:959(para) -msgid "" -"For more information about the calendar, see Evolution Calendar." -msgstr "" -"Více informací o kalendáři naleznete v Kalendáři Evolution" +msgid "For more information about the calendar, see Evolution Calendar." +msgstr "Více informací o kalendáři naleznete v Kalendáři Evolution" #: C/evolution.xml:963(title) msgid "The Contacts" msgstr "Kontakty" #: C/evolution.xml:964(para) -msgid "" -"The Evolution contacts can handle all of the functions of an address book or " -"phone book. However, it is easier to update Evolution than it is to change " -"an actual paper book, in part because Evolution can synchronize with Palm " -"OS* devices and use LDAP directories on a " -"network." -msgstr "" -"Kontakty Evolution umí zacházet se všemi funkcemi adresáře a telefonního " -"seznamu. Nicméně je jednodušší aktualizovat Evolution než měnit opravdový " -"papírový blok, protože Evolution umí synchronizaci se zařízeními s Palm OS* " -"a umí používat adresáře LDAP v síti." +msgid "The Evolution contacts can handle all of the functions of an address book or phone book. However, it is easier to update Evolution than it is to change an actual paper book, in part because Evolution can synchronize with Palm OS* devices and use LDAP directories on a network." +msgstr "Kontakty Evolution umí zacházet se všemi funkcemi adresáře a telefonního seznamu. Nicméně je jednodušší aktualizovat Evolution než měnit opravdový papírový blok, protože Evolution umí synchronizaci se zařízeními s Palm OS* a umí používat adresáře LDAP v síti." #: C/evolution.xml:965(para) -msgid "" -"To use the contacts tool, click Contacts in the switcher. By default, the " -"display shows all your contacts in alphabetical order, in a minicard view. " -"You can select other views from the View menu, and adjust the width of the " -"columns by clicking and dragging the gray column dividers." -msgstr "" -"Chcete-li používat nástroj kontaktů, klikněte na Kontakty v přepínači. " -"Implicitně jsou kontakty zobrazeny v abecedním pořadí v zobrazení minikart. " -"Můžete vybrat jiná zobrazení z nabídky Zobrazit a upravit šířku sloupce " -"kliknutím na šedé rozdělující lišty a táhnutím." +msgid "To use the contacts tool, click Contacts in the switcher. By default, the display shows all your contacts in alphabetical order, in a minicard view. You can select other views from the View menu, and adjust the width of the columns by clicking and dragging the gray column dividers." +msgstr "Chcete-li používat nástroj kontaktů, klikněte na Kontakty v přepínači. Implicitně jsou kontakty zobrazeny v abecedním pořadí v zobrazení minikart. Můžete vybrat jiná zobrazení z nabídky Zobrazit a upravit šířku sloupce kliknutím na šedé rozdělující lišty a táhnutím." #: C/evolution.xml:967(para) -msgid "" -"Another advantage of the Evolution contacts is its integration with the rest " -"of the application. For example, you can right-click an email address in " -"Evolution mail to instantly create a contact entry." -msgstr "" -"Další výhodou kontaktů Evolutionu je jejich integrace se zbytkem aplikací. " -"Např. můžete kliknout pravým tlačítkem na e-mailovou adresu v poště " -"Evolutionu a ihned vytvořit záznam v kontaktech." +msgid "Another advantage of the Evolution contacts is its integration with the rest of the application. For example, you can right-click an email address in Evolution mail to instantly create a contact entry." +msgstr "Další výhodou kontaktů Evolutionu je jejich integrace se zbytkem aplikací. Např. můžete kliknout pravým tlačítkem na e-mailovou adresu v poště Evolutionu a ihned vytvořit záznam v kontaktech." #: C/evolution.xml:968(emphasis) msgid "Contact List" msgstr "Seznam kontaktů" #: C/evolution.xml:969(para) -msgid "" -"The largest section of the contacts display shows a list of individual " -"contacts. You can also search the contacts in the same way that you search " -"email folders, using the search tool on the right side of the toolbar." -msgstr "" -"Největší část kontaktů zobrazuje seznam jednotlivé kontakty. Můžete také " -"vyhledávat kontakty stejným způsobem jako e-maily, pomocí vyhledávacího " -"nástroje v pravé části lišty nástrojů. " +msgid "The largest section of the contacts display shows a list of individual contacts. You can also search the contacts in the same way that you search email folders, using the search tool on the right side of the toolbar." +msgstr "Největší část kontaktů zobrazuje seznam jednotlivé kontakty. Můžete také vyhledávat kontakty stejným způsobem jako e-maily, pomocí vyhledávacího nástroje v pravé části lišty nástrojů. " #: C/evolution.xml:970(para) -msgid "" -"For detailed instructions on how to use the address book, read Evolution Contacts: the Address Book." -msgstr "" -"Detailnější informace o tom, jak používat adresář naleznete v Kontakty Evolution: adresář " +msgid "For detailed instructions on how to use the address book, read Evolution Contacts: the Address Book." +msgstr "Detailnější informace o tom, jak používat adresář naleznete v Kontakty Evolution: adresář " #: C/evolution.xml:975(title) msgid "Backing Up And Restoring Evolution" msgstr "Zálohování a obnova Evolutionu" #: C/evolution.xml:976(para) -msgid "" -"With the Backup and Restore plug-in enabled, you can successfully back up " -"Evolution to your machine and restore it whenever it is required. The backup " -"saves your Evolution gconf settings, mail, contacts, tasks, memos, and " -"calendars and creates an archive." -msgstr "" -"Se zapnutým zásuvným modulem zálohování a obnovy můžete úspěšně zálohovat " -"Evolution do svého počítače a obnovit jej, kdekoliv chcete. Zálohování uloží " -"nastavení gconf, e-maily, kontakty, úkoly, poznámky a kalendáře a vytvoří " -"archiv." +msgid "With the Backup and Restore plug-in enabled, you can successfully back up Evolution to your machine and restore it whenever it is required. The backup saves your Evolution gconf settings, mail, contacts, tasks, memos, and calendars and creates an archive." +msgstr "Se zapnutým zásuvným modulem zálohování a obnovy můžete úspěšně zálohovat Evolution do svého počítače a obnovit jej, kdekoliv chcete. Zálohování uloží nastavení gconf, e-maily, kontakty, úkoly, poznámky a kalendáře a vytvoří archiv." #: C/evolution.xml:979(para) -msgid "" -"Select File > Backup Settings to select the folder where you want to save " -"the backup." -msgstr "" -"Vyberte Soubor > Zálohovat nastavení a vyberte složku, kde se má záloha " -"uložit." +msgid "Select File > Backup Settings to select the folder where you want to save the backup." +msgstr "Vyberte Soubor > Zálohovat nastavení a vyberte složku, kde se má záloha uložit." #: C/evolution.xml:981(para) msgid "Evolution is always backed up as evolution-backup.tar.gz." msgstr "Evolution se vždy zálohuje do evolution-backup.tar.gz." #: C/evolution.xml:982(para) -msgid "" -"Before the backup process starts, it asks you to close Evolution and " -"displays a warning as shown below:" -msgstr "" -"Před tím, než začne zálohovací proces, požádá vás, abyste zavřeli Evolution " -"a zobrazí varování ukázané níže:" +msgid "Before the backup process starts, it asks you to close Evolution and displays a warning as shown below:" +msgstr "Před tím, než začne zálohovací proces, požádá vás, abyste zavřeli Evolution a zobrazí varování ukázané níže:" #: C/evolution.xml:987(para) -msgid "" -"Select Restart Evolution after backup to restart Evolution immediately after " -"the backup process." -msgstr "" -"Vyberte Restartovat Evolution po záloze a Evolution se restartuje okamžitě " -"po skončení zálohovacího procesu." +msgid "Select Restart Evolution after backup to restart Evolution immediately after the backup process." +msgstr "Vyberte Restartovat Evolution po záloze a Evolution se restartuje okamžitě po skončení zálohovacího procesu." #: C/evolution.xml:990(para) msgid "Click Yes to close Evolution and start the backup." msgstr "Klikněte na Ano pro ukončení Evolutionu a započetí zálohování." -#: C/evolution.xml:992(para) C/evolution.xml:1010(para) +#: C/evolution.xml:992(para) +#: C/evolution.xml:1010(para) msgid "Evolution will auto-restart after the process." msgstr "Evolution se znovu zapne po skončení procesu." @@ -2794,56 +1983,39 @@ msgstr "Tato funkce obnovuje vaše nastavení z archivu." #: C/evolution.xml:1001(para) -msgid "" -"Select File > Restore Settings to open the available evolution.tar.gz " -"files." -msgstr "" -"vyberte Soubor > Obnovit nastavení a otevřete dostupné soubory evolution." -"tar.gz" +msgid "Select File > Restore Settings to open the available evolution.tar.gz files." +msgstr "vyberte Soubor > Obnovit nastavení a otevřete dostupné soubory evolution.tar.gz" #: C/evolution.xml:1004(para) msgid "Select the evolution.tar.gz and click Save." msgstr "Vyberte evolution.tar.gz a klikněte na Uložit." #: C/evolution.xml:1005(para) -msgid "" -"Before the process starts, a pop-up window appears and asks you to close " -"Evolution. Close all the windows and then click Restore in the pop-up window." -msgstr "" -"Před tím, než začne proces, vyskočí okno a požádá vás, abyste ukončili " -"Evolution. Zavřete okna a klikněte na ve vyskočeném okně na Obnovit." +msgid "Before the process starts, a pop-up window appears and asks you to close Evolution. Close all the windows and then click Restore in the pop-up window." +msgstr "Před tím, než začne proces, vyskočí okno a požádá vás, abyste ukončili Evolution. Zavřete okna a klikněte na ve vyskočeném okně na Obnovit." #: C/evolution.xml:1007(para) -msgid "" -"If you are creating your first account via the Startup Wizard, you can use " -"the option to restore from the archive if it is available locally." -msgstr "" -"Pokud vytváříte svůj první účet pomocí Spouštěcího průvodce, máte možnost " -"obnovy z archivu, pokud je lokálně dostupný." +msgid "If you are creating your first account via the Startup Wizard, you can use the option to restore from the archive if it is available locally." +msgstr "Pokud vytváříte svůj první účet pomocí Spouštěcího průvodce, máte možnost obnovy z archivu, pokud je lokálně dostupný." #: C/evolution.xml:1017(title) msgid "Command Line Options" msgstr "Volby pro příkazovou řádku" #: C/evolution.xml:1018(para) -msgid "" -"Evolution has a number of command line options that you can use. For more " -"information about command line options, open a terminal window and type " -"evolution --help." -msgstr "" -"Evolution má celou řadu voleb pro příkazovou řádku, které můžete použít. " -"Pokud chcete zjistit informace o volbách pro příkazovou řádku, otevřete okno " -"terminálu a napište evolution --help." +msgid "Evolution has a number of command line options that you can use. For more information about command line options, open a terminal window and type evolution --help." +msgstr "Evolution má celou řadu voleb pro příkazovou řádku, které můžete použít. Pokud chcete zjistit informace o volbách pro příkazovou řádku, otevřete okno terminálu a napište evolution --help." #: C/evolution.xml:1019(para) msgid "The most important command line options are:" -msgstr "" +msgstr "Nejdůležitější volby pro příkazovou řádku jsou:" #: C/evolution.xml:1027(para) msgid "Command" msgstr "Příkaz" -#: C/evolution.xml:1030(para) C/evolution.xml:1792(para) +#: C/evolution.xml:1030(para) +#: C/evolution.xml:1792(para) #: C/evolution.xml:6957(para) msgid "Description" msgstr "Popis" @@ -2865,22 +2037,15 @@ msgstr "Zakáže všechny panely náhledu, když spouštíte Evolution." #: C/evolution.xml:1049(para) -msgid "" -"It lets Evolution not to open the last crashed message, task or contact when " -"you restart Evolution. Thus, it provides a way to avoid system crash caused " -"by previewing message, task or contact." -msgstr "" -"Umožňuje Evolutionu neotevírat poslední rozbitou zprávu, úkol nebo kontakt, " -"když restartujete Evolution. Tedy nabízí způsob, jak se vyhnout pádu systému " -"způsobeného zobrazením zprávy, úkolu nebo kontaktu." +msgid "It lets Evolution not to open the last crashed message, task or contact when you restart Evolution. Thus, it provides a way to avoid system crash caused by previewing message, task or contact." +msgstr "Umožňuje Evolutionu neotevírat poslední rozbitou zprávu, úkol nebo kontakt, když restartujete Evolution. Tedy nabízí způsob, jak se vyhnout pádu systému způsobeného zobrazením zprávy, úkolu nebo kontaktu." #: C/evolution.xml:1054(para) msgid "evolution mailto:joe@somewhere.net" msgstr "evolution mailto:joe@somewhere.net" #: C/evolution.xml:1057(para) -msgid "" -"Starts Evolution and begins composing a message to the email address listed." +msgid "Starts Evolution and begins composing a message to the email address listed." msgstr "Zapne Evolution a začne tvořit zprávu pro uvedenou e-mailovou adresu." #: C/evolution.xml:1062(para) @@ -2920,114 +2085,77 @@ msgstr "evolution %s" #: C/evolution.xml:1097(para) -msgid "" -"Makes Evolution your default email handler for your Web browser and in the " -"GNOME* Control Center." -msgstr "" -"Udělá z Evolutionu výchozího poštovního klienta v Ovládacím centru GNOME* a " -"pro váš prohlížeč." +msgid "Makes Evolution your default email handler for your Web browser and in the GNOME* Control Center." +msgstr "Udělá z Evolutionu výchozího poštovního klienta v Ovládacím centru GNOME* a pro váš prohlížeč." #: C/evolution.xml:1108(para) -msgid "" -"This section, and Organizing Your " -"Email, provide you with an in-depth guide to the capabilities of " -"Evolution as a mail client. For information about how " -"to customize your mail account, see Mail " -"Preferences." -msgstr "" -"Tato sekce a Organizování pošty " -"vám nabízí hlubšího průvodce schopnostmi Evolutionu " -"jako poštovního klienta. Více informací o tom, jak si přizpůsobit svůj " -"poštovní účet se dozvíte v Nastavení " -"pošty." +msgid "This section, and Organizing Your Email, provide you with an in-depth guide to the capabilities of Evolution as a mail client. For information about how to customize your mail account, see Mail Preferences." +msgstr "Tato sekce a Organizování pošty vám nabízí hlubšího průvodce schopnostmi Evolutionu jako poštovního klienta. Více informací o tom, jak si přizpůsobit svůj poštovní účet se dozvíte v Nastavení pošty." -#: C/evolution.xml:1111(link) C/evolution.xml:1131(title) +#: C/evolution.xml:1111(link) +#: C/evolution.xml:1131(title) msgid "Reading Mail" msgstr "Čtení pošty" -#: C/evolution.xml:1114(link) C/evolution.xml:1444(title) +#: C/evolution.xml:1114(link) +#: C/evolution.xml:1444(title) msgid "Composing New Email Messages" msgstr "Vytváření novým e-mailových zpráv" -#: C/evolution.xml:1117(link) C/evolution.xml:2064(title) +#: C/evolution.xml:1117(link) +#: C/evolution.xml:2064(title) msgid "Templates" -msgstr "" +msgstr "Šablony" -#: C/evolution.xml:1120(link) C/evolution.xml:2165(title) +#: C/evolution.xml:1120(link) +#: C/evolution.xml:2165(title) msgid "Sending Invitations by Mail" msgstr "Posílání pozvánek poštou" -#: C/evolution.xml:1123(link) C/evolution.xml:2188(title) +#: C/evolution.xml:1123(link) +#: C/evolution.xml:2188(title) msgid "IMAP Subscriptions Manager" msgstr "Správce příhlášených IMAP." -#: C/evolution.xml:1126(link) C/evolution.xml:2212(title) +#: C/evolution.xml:1126(link) +#: C/evolution.xml:2212(title) msgid "Encryption" msgstr "Šifrování" #: C/evolution.xml:1132(para) -msgid "" -"If you are not already viewing mail, switch to the mail tool by clicking the " -"Mail shortcut button, or press Ctrl+1. To read a message, select it in the " -"message list; if you'd like to see it in its own window, either double-click " -"it, press Enter, or press Ctrl+O." -msgstr "" -"Pokud zrovna neprohlížíte poštu, přepněte do nástroje pošty kliknutím na " -"tlačítko Pošta nebo stiskněte Ctrl+1. Chcete-li číst zprávu, vyberte ji ze " -"seznamu zpráv; chcete-li ji zobrazit v novém okně, buď na ni poklikejte, " -"stiskněte Enter nebo Ctrl+O." +msgid "If you are not already viewing mail, switch to the mail tool by clicking the Mail shortcut button, or press Ctrl+1. To read a message, select it in the message list; if you'd like to see it in its own window, either double-click it, press Enter, or press Ctrl+O." +msgstr "Pokud zrovna neprohlížíte poštu, přepněte do nástroje pošty kliknutím na tlačítko Pošta nebo stiskněte Ctrl+1. Chcete-li číst zprávu, vyberte ji ze seznamu zpráv; chcete-li ji zobrazit v novém okně, buď na ni poklikejte, stiskněte Enter nebo Ctrl+O." #: C/evolution.xml:1134(para) -msgid "" -"To read mail with the keyboard, you can click the Spacebar to page down and " -"press Backspace to page up while reading an email. Ensure that you use the " -"keys when the message list is enabled." -msgstr "" -"Chcete-li číst poštu pomocí klávesnice, můžete během čtení e-mailu mačkat " -"Mezerník pro posouvání dolů a Backspace pro posouvání nahorů. Ujistěte se, " -"že tyto klávesy používáte, když je seznam zpráv aktivní." +msgid "To read mail with the keyboard, you can click the Spacebar to page down and press Backspace to page up while reading an email. Ensure that you use the keys when the message list is enabled." +msgstr "Chcete-li číst poštu pomocí klávesnice, můžete během čtení e-mailu mačkat Mezerník pro posouvání dolů a Backspace pro posouvání nahorů. Ujistěte se, že tyto klávesy používáte, když je seznam zpráv aktivní." #: C/evolution.xml:1135(para) -msgid "" -"Navigate the message list by using the arrow keys on the keyboard. To go to " -"the next and previous unread messages, press the period (.) or comma (,) " -"keys. On some keyboards, these keys are also marked with the > and < " -"symbols, which is a convenient way to remember that they move you forward " -"and backward in your message list. You can also use the right square bracket " -"(]) for the next unread message, and the left square bracket ([) for the " -"previous unread message." -msgstr "" -"Pohybujte se seznamem zpráv pomocí šipek na klávesnici. Pro přechod na další " -"nebo předchozí zprávu stiskněte klávesy tečka (.) nebo čárka (,). Na " -"některých klávesnicích jsou tyto klávesy označeny symboly > a <, což " -"představuje pohodlný způsob, jak si zapamatovat, že vás posunou dopředu nebo " -"dozadu v seznamu zpráv. Taktéž můžete použít pravou hranatou závorku (]) pro " -"další nepřečtenou zprávu a levou hranatou závorku ([) pro předchozí " -"nepřečtenou zprávu." +msgid "Navigate the message list by using the arrow keys on the keyboard. To go to the next and previous unread messages, press the period (.) or comma (,) keys. On some keyboards, these keys are also marked with the > and < symbols, which is a convenient way to remember that they move you forward and backward in your message list. You can also use the right square bracket (]) for the next unread message, and the left square bracket ([) for the previous unread message." +msgstr "Pohybujte se seznamem zpráv pomocí šipek na klávesnici. Pro přechod na další nebo předchozí zprávu stiskněte klávesy tečka (.) nebo čárka (,). Na některých klávesnicích jsou tyto klávesy označeny symboly > a <, což představuje pohodlný způsob, jak si zapamatovat, že vás posunou dopředu nebo dozadu v seznamu zpráv. Taktéž můžete použít pravou hranatou závorku (]) pro další nepřečtenou zprávu a levou hranatou závorku ([) pro předchozí nepřečtenou zprávu." #: C/evolution.xml:1139(title) msgid "Magic Spacebar For Reading Mail" msgstr "Magický mezerník pro čtení pošty" #: C/evolution.xml:1140(para) -msgid "" -"With Magic Spacebar, you can easily read the unread messages in all the mail " -"folders. You can read mail, scroll through mail and switch folders by using " -"the Spacebar on your keyboard." -msgstr "" -"S Magickým mezerníkem můžete jednoduše číst nepřečtené zprávy ve všech " -"složkách pošty. Můžete číst poštu, posouvat se v poště a přepínat mezi " -"složkami pomocí mezerníku na vaší klávesnici." +msgid "With Magic Spacebar, you can easily read the unread messages in all the mail folders. You can read mail, scroll through mail and switch folders by using the Spacebar on your keyboard." +msgstr "S Magickým mezerníkem můžete jednoduše číst nepřečtené zprávy ve všech složkách pošty. Můžete číst poštu, posouvat se v poště a přepínat mezi složkami pomocí mezerníku na vaší klávesnici." #: C/evolution.xml:1141(para) msgid "To enable Magic Spacebar:" msgstr "Pro povolení Magického mezerníku:" -#: C/evolution.xml:1144(para) C/evolution.xml:1301(para) -#: C/evolution.xml:2311(para) C/evolution.xml:2350(para) -#: C/evolution.xml:2411(para) C/evolution.xml:5293(para) -#: C/evolution.xml:5566(para) C/evolution.xml:5849(para) -#: C/evolution.xml:5865(para) C/evolution.xml:6283(para) +#: C/evolution.xml:1144(para) +#: C/evolution.xml:1301(para) +#: C/evolution.xml:2311(para) +#: C/evolution.xml:2350(para) +#: C/evolution.xml:2411(para) +#: C/evolution.xml:5293(para) +#: C/evolution.xml:5566(para) +#: C/evolution.xml:5849(para) +#: C/evolution.xml:5865(para) +#: C/evolution.xml:6283(para) msgid "Select Edit > Preferences, then select Mail Accounts." msgstr "Klikněte na Upravit > Nastavení, potom vyberte Účty e-mailu." @@ -3040,192 +2168,121 @@ msgstr "Když jste na náhledu pošty, mezerník má následující chování:" #: C/evolution.xml:1153(para) -msgid "" -"When you press the Spacebar for the first time, it takes you to the next " -"unread message." -msgstr "" -"Když stisknete mezerník poprvé, přesune vás na následující nepřečtenou " -"zprávu." +msgid "When you press the Spacebar for the first time, it takes you to the next unread message." +msgstr "Když stisknete mezerník poprvé, přesune vás na následující nepřečtenou zprávu." #: C/evolution.xml:1156(para) -msgid "" -"If the message is more than one screen long, the Spacebar works as Page Down " -"key." -msgstr "" -"Pokud se zpráva nevejde celá do náhledu, mezerník funguje jako posuvník." +msgid "If the message is more than one screen long, the Spacebar works as Page Down key." +msgstr "Pokud se zpráva nevejde celá do náhledu, mezerník funguje jako posuvník." #: C/evolution.xml:1159(para) -msgid "" -"If you press the Spacebar after you reach the bottom of the page, it takes " -"you to the next unread message." -msgstr "" -"Pokud stisknete mezerník poté, co jste se dostali na konec stránky, vezme " -"vás na další nepřečtenou zprávu." +msgid "If you press the Spacebar after you reach the bottom of the page, it takes you to the next unread message." +msgstr "Pokud stisknete mezerník poté, co jste se dostali na konec stránky, vezme vás na další nepřečtenou zprávu." #: C/evolution.xml:1162(para) -msgid "" -"If there are no more unread messages in the mailbox, pressing the Spacebar " -"takes you to the next unread message in the next folder." -msgstr "" -"Pokud se v poštovní schránce nenachází žádné další nepřečtené právy, " -"stisknutí mezerníku vás přenese na nepřečtenou zprávu v další složce." +msgid "If there are no more unread messages in the mailbox, pressing the Spacebar takes you to the next unread message in the next folder." +msgstr "Pokud se v poštovní schránce nenachází žádné další nepřečtené právy, stisknutí mezerníku vás přenese na nepřečtenou zprávu v další složce." #: C/evolution.xml:1165(para) -msgid "" -"If new messages arrive in a number of folders, the Spacebar toggles between " -"those folders. This feature allows you to switch to the next unread message " -"in a different folder without clicking the folder." -msgstr "" -"Pokud nové zprávy přicházejí do více složek, mezerník bude přepínat mezi " -"těmito složkami. Tato funkce vám umožňuje přeskočit na další nepřečtenou " -"zprávu v jiné složce, aniž byste klikali na složku." +msgid "If new messages arrive in a number of folders, the Spacebar toggles between those folders. This feature allows you to switch to the next unread message in a different folder without clicking the folder." +msgstr "Pokud nové zprávy přicházejí do více složek, mezerník bude přepínat mezi těmito složkami. Tato funkce vám umožňuje přeskočit na další nepřečtenou zprávu v jiné složce, aniž byste klikali na složku." #: C/evolution.xml:1171(title) msgid "Checking for New Mail" msgstr "Kontrola nové pošty" #: C/evolution.xml:1172(para) -msgid "" -"To check your mail, click Send/Receive in the toolbar. If you haven't " -"created any mail accounts yet, the setup assistant asks you for the " -"information it needs to check your email. For information on creating mail " -"accounts, see Starting Evolution " -"for the First Time." -msgstr "" -"Chcete-li zkontrolovat poštu, klikněte na Odeslat/přijmout v liště nástrojů. " -"Pokud jste dosud žádný poštovní účet nevytvořili, asistent nastavení vás " -"požádá o informace, které potřebuje k tomu, aby mohl poštu zkontrolovat. " -"Více informací o vytváření poštovních účtů naleznete v Začínáme poprvé s Evolutionem." +msgid "To check your mail, click Send/Receive in the toolbar. If you haven't created any mail accounts yet, the setup assistant asks you for the information it needs to check your email. For information on creating mail accounts, see Starting Evolution for the First Time." +msgstr "Chcete-li zkontrolovat poštu, klikněte na Odeslat/přijmout v liště nástrojů. Pokud jste dosud žádný poštovní účet nevytvořili, asistent nastavení vás požádá o informace, které potřebuje k tomu, aby mohl poštu zkontrolovat. Více informací o vytváření poštovních účtů naleznete v Začínáme poprvé s Evolutionem." #: C/evolution.xml:1173(para) -msgid "" -"If this is your first time checking mail, or you haven't asked Evolution to " -"store your password, you are prompted for the password. Enter your password " -"to download your email." -msgstr "" -"Pokud je to vaše první kontrola pošty nebo jste ještě Evolution nepožádali o " -"uložení hesla, budete vyzváni, abyste zadali heslo. Chcete-li poštu " -"stáhnout, zadejte vaše heslo." +msgid "If this is your first time checking mail, or you haven't asked Evolution to store your password, you are prompted for the password. Enter your password to download your email." +msgstr "Pokud je to vaše první kontrola pošty nebo jste ještě Evolution nepožádali o uložení hesla, budete vyzváni, abyste zadali heslo. Chcete-li poštu stáhnout, zadejte vaše heslo." #: C/evolution.xml:1174(para) -msgid "" -"If you get an error message instead of mail, you probably need to check your " -"network settings. To learn how to do that, see Mail Header Preferences, or ask your system administrator." -msgstr "" -"Pokud místo pošty dostanete chybovou hlášku, budete muset pravděpodobně " -"zkontrolovat nastavení vaší sítě. Jak to udělat, se dozvíte v Nastavení hlavičky e-mailu" +msgid "If you get an error message instead of mail, you probably need to check your network settings. To learn how to do that, see Mail Header Preferences, or ask your system administrator." +msgstr "Pokud místo pošty dostanete chybovou hlášku, budete muset pravděpodobně zkontrolovat nastavení vaší sítě. Jak to udělat, se dozvíte v Nastavení hlavičky e-mailu" #: C/evolution.xml:1178(title) msgid "New Mail Notification" msgstr "Upozornění na novou poštu" #: C/evolution.xml:1179(para) -msgid "" -"Evolution can notify you of new messages. When you receive a new message in " -"your inbox, a blinking icon appears on the Switcher." -msgstr "" -"Evolution vás upozorní na nové příchozí e-maily. Když dostanete do " -"Příchozích novou zprávu, na přepínači se objeví blikající ikona." +msgid "Evolution can notify you of new messages. When you receive a new message in your inbox, a blinking icon appears on the Switcher." +msgstr "Evolution vás upozorní na nové příchozí e-maily. Když dostanete do Příchozích novou zprávu, na přepínači se objeví blikající ikona." #: C/evolution.xml:1180(para) -msgid "" -"You can also view a blinking icon in the notification area that disappears when " -"you open the new message. Mouse over the icon to view the notification " -"message." -msgstr "" -"Také můžete vidět blikající ikonu v oznamovací oblasti, která zmizí, když nový e-" -"mail otevřete. Oznamovací zprávu můžete vidět tak, že podržíte myš nad " -"ikonou." +msgid "You can also view a blinking icon in the notification area that disappears when you open the new message. Mouse over the icon to view the notification message." +msgstr "Také můžete vidět blikající ikonu v oznamovací oblasti, která zmizí, když nový e-mail otevřete. Oznamovací zprávu můžete vidět tak, že podržíte myš nad ikonou." #: C/evolution.xml:1182(para) -msgid "" -"To enable this feature, select Edit > Plugins, then select the Mail " -"Notification check box. You can configure the plugin by specifing the " -"following in the Plugin Manager." -msgstr "" +msgid "To enable this feature, select Edit > Plugins, then select the Mail Notification check box. You can configure the plugin by specifing the following in the Plugin Manager." +msgstr "Chcete-li povolit tuto funkci, vyberte Upravit > Zásuvné moduly, potom zaškrtněte Upozornění na novou poštu. Tento zásuvný modul můžete nastavit specifikováním následujících informací ve Správci zásuvných modulů." #: C/evolution.xml:1185(title) msgid "Notify new messages for Inbox only:" -msgstr "" +msgstr "Upozorňovat pouze na nové zprávy v Příchozí:" #: C/evolution.xml:1186(para) -msgid "" -"Select this option to restrict the mail notification to Inbox. With this " -"option enabled, you are notified of each new message arrival in the Inbox." -msgstr "" +msgid "Select this option to restrict the mail notification to Inbox. With this option enabled, you are notified of each new message arrival in the Inbox." +msgstr "Vyberte tuto možnost, pokud chcete upozornění na novou poštu omezit pouze na Příchozí. Povolením této možnosti budete upozorňováni na každou novou zprávu, která dorazí do složky Příchozí." #: C/evolution.xml:1189(title) msgid "Generate D-Bus message:" -msgstr "" +msgstr "Vytvořit zprávu D-Bus:" #: C/evolution.xml:1190(para) -msgid "" -"D-Bus is a fast, lightweight message bus system that allows applications to " -"communicate with each other. Select this option to generate a D-Bus message " -"on the session bus whenever a new message arrives." -msgstr "" +msgid "D-Bus is a fast, lightweight message bus system that allows applications to communicate with each other. Select this option to generate a D-Bus message on the session bus whenever a new message arrives." +msgstr "D-Bus je rychlý a lehký systém bus zpráv, který aplikacím umožňuje komunikovat mezi sebou. Vyberte tuto možnost, pokud chcete vytvářet zprávy D-Bus, kdykoliv nová zpráva dorazí." #: C/evolution.xml:1193(title) msgid "Show icon in the notification area:" -msgstr "" +msgstr "Zobrazovat ikonu v oznamovací oblasti:" #: C/evolution.xml:1194(para) -msgid "" -"Select this option to display a new mail icon in the notification area when " -"a new message arrives. You have two options to select from:" -msgstr "" +msgid "Select this option to display a new mail icon in the notification area when a new message arrives. You have two options to select from:" +msgstr "Vyberte tuto možnost, chcete-li, aby se v oznamovací oblasti zobrazovala ikona nové pošty, když dorazí nová zpráva. Máte na výběr dvě možnosti:" #: C/evolution.xml:1199(title) msgid "Blinking icon in the notification area:" -msgstr "" +msgstr "Blikat s ikonou v oznamovací oblasti:" #: C/evolution.xml:1200(para) -msgid "" -"Select this option to make the new mail icon blink in the notification area " -"on arrival of a new message." -msgstr "" +msgid "Select this option to make the new mail icon blink in the notification area on arrival of a new message." +msgstr "Vyberte tuto možnost, pokud chcete, aby ikona nové pošty při příchodu nové zprávy v oznamovací oblasti blikala." #: C/evolution.xml:1205(title) msgid "Popup message together with the icon:" -msgstr "" +msgstr "Vyskakovací zpráva společně s ikonou:" #: C/evolution.xml:1206(para) -msgid "" -"Select this option to make the new message pop up along with the new mail " -"icon." -msgstr "" +msgid "Select this option to make the new message pop up along with the new mail icon." +msgstr "Vyberte tuto možnost, pokud chcete, aby s ikonou nové pošty vyskočila i zpráva o nové poště." #: C/evolution.xml:1211(title) msgid "Play sound when new messages arrive:" -msgstr "" +msgstr "Zahrát zvuk, když přijde nová pošta:" #: C/evolution.xml:1212(para) msgid "You have two options to select from:" -msgstr "" +msgstr "Máte na výběr dvě možnosti:" -#: C/evolution.xml:1217(title) C/evolution.xml:3109(title) +#: C/evolution.xml:1217(title) +#: C/evolution.xml:3109(title) msgid "Beep:" msgstr "Pípnout:" #: C/evolution.xml:1218(para) -msgid "" -"Select this option to play a beep sound on the arrival of a new message." -msgstr "" +msgid "Select this option to play a beep sound on the arrival of a new message." +msgstr "Vyberte tuto možnost, pokud chcete, aby se s příchodem nové zprávy ozvalo pípnutí." #: C/evolution.xml:1223(title) msgid "Play sound file:" msgstr "Přehrát zvukový soubor:" #: C/evolution.xml:1224(para) -msgid "" -"Select this option to play a sound file of your choice on the arrival of a " -"new message." -msgstr "" +msgid "Select this option to play a sound file of your choice on the arrival of a new message." +msgstr "Vyberte tuto možnost, pokud chcete, aby se s příchodem nové zprávy přehrál zvukový soubor dle vašeho výběru." #: C/evolution.xml:1228(para) msgid "To specify the sound file you want to play:" @@ -3237,7 +2294,7 @@ #: C/evolution.xml:1234(para) msgid "Browse to find the sound file of your choice." -msgstr "" +msgstr "Najděte požadovaný soubor." #: C/evolution.xml:1237(para) msgid "Click Open to select the sound file." @@ -3245,24 +2302,15 @@ #: C/evolution.xml:1240(para) msgid "Click Play to confirm the selection." -msgstr "" +msgstr "Výběr potvrďte kliknutím na Přehrát." #: C/evolution.xml:1246(title) msgid "Vertical View Versus Classical View" msgstr "Svislé vs. klasické zobrazení" #: C/evolution.xml:1247(para) -msgid "" -"Evolution provides you vertical view in addition to the classical view. In " -"the vertical view, message preview pane is located at the right side of the " -"message list when compared to the Classical view where the message preview " -"pane is placed below the message list. Vertical View enables you to use the " -"extra width of the wide screen monitors." -msgstr "" -"Evolution vám nabízí kromě klasického zobrazení také svislé. Ve svislém " -"zobrazení je panel náhledu zpráv umístěn napravo seznamu zpráv, zatímco v " -"klasickém zobrazení je panel náhledu zpráv umístěn pod seznamem zpráv. " -"Svislé zobrazení vám umožňuje využít šířku na širokoúhlých monitorech." +msgid "Evolution provides you vertical view in addition to the classical view. In the vertical view, message preview pane is located at the right side of the message list when compared to the Classical view where the message preview pane is placed below the message list. Vertical View enables you to use the extra width of the wide screen monitors." +msgstr "Evolution vám nabízí kromě klasického zobrazení také svislé. Ve svislém zobrazení je panel náhledu zpráv umístěn napravo seznamu zpráv, zatímco v klasickém zobrazení je panel náhledu zpráv umístěn pod seznamem zpráv. Svislé zobrazení vám umožňuje využít šířku na širokoúhlých monitorech." #: C/evolution.xml:1249(title) msgid "Vertical View:" @@ -3277,16 +2325,8 @@ msgstr "Klikněte na Zobrazit > Náhled > Svislé zobrazení" #: C/evolution.xml:1257(para) -msgid "" -"In Vertical view, default message list contains a double line compressed " -"headers, which enables you to consume the extra width in the preview column. " -"The compressed columns have Sender Name and Email, Attachment Icon, Date and " -"Subject in the second line." -msgstr "" -"Ve svislém zobrazení výchozí seznam zpráv obsahuje hlavičky zhuštěné do dvou " -"řádků, což vám umožňuje použít zbylou šířku na sloupec s náhledem. Zhuštěné " -"sloupce obsahují jméno odesílatele, e-mail, ikonu přílohy, datum a předmět " -"na druhém řádku." +msgid "In Vertical view, default message list contains a double line compressed headers, which enables you to consume the extra width in the preview column. The compressed columns have Sender Name and Email, Attachment Icon, Date and Subject in the second line." +msgstr "Ve svislém zobrazení výchozí seznam zpráv obsahuje hlavičky zhuštěné do dvou řádků, což vám umožňuje použít zbylou šířku na sloupec s náhledem. Zhuštěné sloupce obsahují jméno odesílatele, e-mail, ikonu přílohy, datum a předmět na druhém řádku." #: C/evolution.xml:1260(title) msgid "Classical View:" @@ -3305,65 +2345,45 @@ msgstr "Zasouvací hlavičky zprávy" #: C/evolution.xml:1272(para) -msgid "" -"Evolution compresses the TO, CC, BCC headers of received mail and shows only " -"limited addresses. You can set the limit of the number of addresses to be " -"displayed in the preview pane." -msgstr "" -"Evolution komprimuje hlavičky Komu, Kopie, Skrytá kopie přijatých e-mailů a " -"zobrazuje pouze omezený počet adres. Můžete nastavit limit na počet adres " -"zobrazených v panelu náhledu." +msgid "Evolution compresses the TO, CC, BCC headers of received mail and shows only limited addresses. You can set the limit of the number of addresses to be displayed in the preview pane." +msgstr "Evolution komprimuje hlavičky Komu, Kopie, Skrytá kopie přijatých e-mailů a zobrazuje pouze omezený počet adres. Můžete nastavit limit na počet adres zobrazených v panelu náhledu." #: C/evolution.xml:1274(para) -msgid "" -"Use the following procedure to set the limit of addresses to be displayed:" +msgid "Use the following procedure to set the limit of addresses to be displayed:" msgstr "Použijte následující postup pro nastavení limitu zobrazených adres:" -#: C/evolution.xml:1277(para) C/evolution.xml:1959(para) -#: C/evolution.xml:2387(para) C/evolution.xml:5268(para) -#: C/evolution.xml:5462(para) C/evolution.xml:6566(para) +#: C/evolution.xml:1277(para) +#: C/evolution.xml:1959(para) +#: C/evolution.xml:2387(para) +#: C/evolution.xml:5268(para) +#: C/evolution.xml:5462(para) +#: C/evolution.xml:6566(para) msgid "Select Edit > Preferences." -msgstr "" +msgstr "Vyberte Upravit > Nastavení." #: C/evolution.xml:1280(para) msgid "Select Mail Preferences." msgstr "Vyberte Nastavení pošty." #: C/evolution.xml:1283(para) -msgid "" -"Check Shrink To/CC/Bcc headers to column to limit the " -"address." -msgstr "" -"Zatrhněte Zmenšit hlavičky Komu/Kopie/Skrytá kopie do sloupce pro omezení adres." +msgid "Check Shrink To/CC/Bcc headers to column to limit the address." +msgstr "Zatrhněte Zmenšit hlavičky Komu/Kopie/Skrytá kopie do sloupce pro omezení adres." #: C/evolution.xml:1286(para) msgid "Enter the limit in the field." msgstr "Vložte do pole limit." #: C/evolution.xml:1289(para) -msgid "" -"You can expand the message headers by clicking the icon or the ... " -"in the message preview pane. To collapse click icon in the preview pane." -msgstr "" -"Rozbalit hlavičky můžete kliknutím na ikonu nebo na ... v panelu " -"náhledu zprávy. Pro sbalení klikněte na ikonu v panelu náhledu." +msgid "You can expand the message headers by clicking the icon or the ... in the message preview pane. To collapse click icon in the preview pane." +msgstr "Rozbalit hlavičky můžete kliknutím na ikonu nebo na ... v panelu náhledu zprávy. Pro sbalení klikněte na ikonu v panelu náhledu." #: C/evolution.xml:1293(title) msgid "Sharing Mailboxes with Other Mail Programs" msgstr "Sdílení poštovních schránek s jinými poštovními programy" #: C/evolution.xml:1294(para) -msgid "" -"If you want to use Evolution and another email client, such as Mutt, at the " -"same time, use the following procedure:" -msgstr "" -"Chcete-li zároveň používat Evolution a jiné e-mailového klienta, jako je " -"např. Mutt, použijte následující postup:" +msgid "If you want to use Evolution and another email client, such as Mutt, at the same time, use the following procedure:" +msgstr "Chcete-li zároveň používat Evolution a jiné e-mailového klienta, jako je např. Mutt, použijte následující postup:" #: C/evolution.xml:1297(para) msgid "Download your mail in the other application as you would normally." @@ -3374,90 +2394,45 @@ msgstr "V Evolutionu:" #: C/evolution.xml:1302(para) -msgid "" -"Select the account you want to use to share mail and click Edit. Instead of " -"Edit, you might want to create a new account just for this source of mail by " -"clicking New." -msgstr "" -"Vyberte účet, který chcete použít pro sdílenou poštu a klikněte na Upravit. " -"Možná budete chtít místo úpravy vytvořit nový účet, potom klikněte na Přidat." +msgid "Select the account you want to use to share mail and click Edit. Instead of Edit, you might want to create a new account just for this source of mail by clicking New." +msgstr "Vyberte účet, který chcete použít pro sdílenou poštu a klikněte na Upravit. Možná budete chtít místo úpravy vytvořit nový účet, potom klikněte na Přidat." #: C/evolution.xml:1305(para) -msgid "" -"Under the Receiving Mail tab, select the type of mail file that your other " -"mail application uses, then specify the full path to that location. A " -"typical choice would be mbox files, with the path /home/username/Mail/." -msgstr "" -"Pod kartou Příjem pošty vyberte vyberte typ souboru pošty, který používá " -"druhá aplikace, potom zadejte celou cestu k umístění. Typická volba je " -"soubor mbox s cestou /home/uzivatel/Mail/." +msgid "Under the Receiving Mail tab, select the type of mail file that your other mail application uses, then specify the full path to that location. A typical choice would be mbox files, with the path /home/username/Mail/." +msgstr "Pod kartou Příjem pošty vyberte vyberte typ souboru pošty, který používá druhá aplikace, potom zadejte celou cestu k umístění. Typická volba je soubor mbox s cestou /home/uzivatel/Mail/." #: C/evolution.xml:1311(para) -msgid "" -"You can only use one mail client at a time. The mail files are locked by the " -"mail program that is currently using them, so the mail files can't be " -"accessed by any other mail program." -msgstr "" -"Můžete používat pouze jednoho klienta najednou. Soubory pošty jsou zamčeny " -"programem, který je zrovna používá, takže nejsou přístupné pro jiného " -"klienta." +msgid "You can only use one mail client at a time. The mail files are locked by the mail program that is currently using them, so the mail files can't be accessed by any other mail program." +msgstr "Můžete používat pouze jednoho klienta najednou. Soubory pošty jsou zamčeny programem, který je zrovna používá, takže nejsou přístupné pro jiného klienta." #: C/evolution.xml:1315(title) msgid "Working with Attachments and HTML Mail" msgstr "Práce s přílohami a HTML e-maily" #: C/evolution.xml:1316(para) -msgid "" -"If someone sends you an attachment, " -"Evolution displays a file icon at the end of the message to which it is " -"attached. Text, including HTML formatting and embedded images appears as " -"part of the message, rather than as a separate attachment. Attachments are " -"also listed under the address list. To view the attachments, click the arrow " -"to expand the attachment window. To open an attachment, double-click it. " -"Click the Save All button to save all the attachments." -msgstr "" -"Pokud vám někdo pošle přílohu, Evolution " -"zobrazí ikonu souboru na konci zprávy, ke které je připojena. Text, včetně " -"HTML formátování a vložených obrázků, se zobrazuje jako část zprávy, ne jako " -"oddělená příloha. Přílohy jsou také uvedené pod seznamem adres. Pro " -"zobrazení příloh klikněte na šipku, která rozbalí okno s přílohami. Přílohu " -"otevřete tak, že na ni dvakrát poklikáte. Chcete-li uložit všechny přílohy, " -"klikněte na tlačítko Uložit vše." +msgid "If someone sends you an attachment, Evolution displays a file icon at the end of the message to which it is attached. Text, including HTML formatting and embedded images appears as part of the message, rather than as a separate attachment. Attachments are also listed under the address list. To view the attachments, click the arrow to expand the attachment window. To open an attachment, double-click it. Click the Save All button to save all the attachments." +msgstr "Pokud vám někdo pošle přílohu, Evolution zobrazí ikonu souboru na konci zprávy, ke které je připojena. Text, včetně HTML formátování a vložených obrázků, se zobrazuje jako část zprávy, ne jako oddělená příloha. Přílohy jsou také uvedené pod seznamem adres. Pro zobrazení příloh klikněte na šipku, která rozbalí okno s přílohami. Přílohu otevřete tak, že na ni dvakrát poklikáte. Chcete-li uložit všechny přílohy, klikněte na tlačítko Uložit vše." #: C/evolution.xml:1319(title) msgid "Saving or Opening Attachments" msgstr "Ukládání a otevírání příloh" #: C/evolution.xml:1320(para) -msgid "" -"If you get an email message with an attachment, Evolution can help you save " -"the attachment or open it with the appropriate applications." -msgstr "" -"Pokud dostanete e-mailovou zprávu s přílohou, Evolution vám umí pomoci " -"přílohu uložit nebo otevřít v odpovídající aplikaci." +msgid "If you get an email message with an attachment, Evolution can help you save the attachment or open it with the appropriate applications." +msgstr "Pokud dostanete e-mailovou zprávu s přílohou, Evolution vám umí pomoci přílohu uložit nebo otevřít v odpovídající aplikaci." #: C/evolution.xml:1321(para) -msgid "" -"Evolution shows a right-arrow icon, the number of attachments, and a Save or " -"Save All button to save all the attachments. Click the right-arrow icon to " -"show the attachment bar." -msgstr "" -"Evolution zobrazuje ikonu šipky, počet příloh a tlačítko Uložit nebo Uložit " -"vše pro uložení všech příloh. Klikněte na ikonu šipky pro zobrazení lišty " -"příloh." +msgid "Evolution shows a right-arrow icon, the number of attachments, and a Save or Save All button to save all the attachments. Click the right-arrow icon to show the attachment bar." +msgstr "Evolution zobrazuje ikonu šipky, počet příloh a tlačítko Uložit nebo Uložit vše pro uložení všech příloh. Klikněte na ikonu šipky pro zobrazení lišty příloh." #: C/evolution.xml:1322(para) msgid "To save an attachment to disk:" msgstr "Pro uložení přílohy na disk:" -#: C/evolution.xml:1325(para) C/evolution.xml:1340(para) -msgid "" -"Click the down-arrow on the attachment icon or right-click the attachment " -"icon in the attachment bar." -msgstr "" -"Klikněte na šipku směřující dolů na ikoně přílohy nebo klikněte pravým " -"tlačítkem na ikonu přílohy v liště příloh." +#: C/evolution.xml:1325(para) +#: C/evolution.xml:1340(para) +msgid "Click the down-arrow on the attachment icon or right-click the attachment icon in the attachment bar." +msgstr "Klikněte na šipku směřující dolů na ikoně přílohy nebo klikněte pravým tlačítkem na ikonu přílohy v liště příloh." #: C/evolution.xml:1328(para) msgid "Click Save As." @@ -3476,49 +2451,20 @@ msgstr "Vyberte, v které aplikaci přílohu otevřít." #: C/evolution.xml:1349(para) -msgid "" -"The options available for an attachment vary depending on the type of " -"attachment and the applications your system has installed. For example, " -"attached word processor files can be opened in OpenOffice.org or another " -"word processor, and compressed archive files can be opened in the File " -"Roller application." -msgstr "" -"Dostupné možnosti pro přílohu závisí na typu přílohy a aplikacích, které " -"jsou ve vašem systému nainstalované. Např. přiložený soubory textového " -"procesoru mohou být otevřeny v OpenOffice.org nebo jiném textovém procesoru " -"a soubory komprimovaných archivů mohou být otevřeny v aplikaci File Roller." +msgid "The options available for an attachment vary depending on the type of attachment and the applications your system has installed. For example, attached word processor files can be opened in OpenOffice.org or another word processor, and compressed archive files can be opened in the File Roller application." +msgstr "Dostupné možnosti pro přílohu závisí na typu přílohy a aplikacích, které jsou ve vašem systému nainstalované. Např. přiložený soubory textového procesoru mohou být otevřeny v OpenOffice.org nebo jiném textovém procesoru a soubory komprimovaných archivů mohou být otevřeny v aplikaci File Roller." #: C/evolution.xml:1353(title) msgid "Inline Images in HTML Mail" msgstr "Vložené obrázky do pošty v HTML." #: C/evolution.xml:1354(para) -msgid "" -"When someone sends you HTML mail that includes an image in the body of the " -"message (for example, the welcome message in your Inbox), Evolution displays " -"the image inside the message. You can create messages like this by using the " -"Insert Image tool in the message composer. Alternately, just drag an image " -"into the message composition area." -msgstr "" -"Když vám někdo pošle poštu v HTML, která obsahuje obrázky v těle zprávy " -"(např. uvítací zpráva ve složce Příchozí), Evolution zobrazí obrázky uvnitř " -"zprávy. Můžete tvořit takovéto zprávy pomocí nástroje Vložit obrázek v " -"editoru zpráv. Nebo jen přetáhněte obrázek do prostoru pro vytváření zprávy." +msgid "When someone sends you HTML mail that includes an image in the body of the message (for example, the welcome message in your Inbox), Evolution displays the image inside the message. You can create messages like this by using the Insert Image tool in the message composer. Alternately, just drag an image into the message composition area." +msgstr "Když vám někdo pošle poštu v HTML, která obsahuje obrázky v těle zprávy (např. uvítací zpráva ve složce Příchozí), Evolution zobrazí obrázky uvnitř zprávy. Můžete tvořit takovéto zprávy pomocí nástroje Vložit obrázek v editoru zpráv. Nebo jen přetáhněte obrázek do prostoru pro vytváření zprávy." #: C/evolution.xml:1355(para) -msgid "" -"Some images are links in a message, rather than being part of the message. " -"Evolution can download those images from the Internet, but does not do so " -"unless you request it. This is because remotely servered images can be slow " -"to load and display, and can even be used by spammers to track who reads the " -"email. Not automatically loading images helps protect your privacy." -msgstr "" -"Některé obrázky jsou ve zprávě pouze linkovány místo, aby byly přímo její " -"součastí. Evolution umí tyto obrázky stáhnout z internetu, ale dělá to, " -"pouze pokud ho k tomu vyzvete. To je proto, že vzdálené obrázky se mohou " -"dlouho stahovat a zobrazovat a mohou být dokonce použity spammery k " -"vysledování toho, kdo e-maily čte. Tím, že obrázky automaticky nenačítá, " -"pomáhá chránit vaše soukromí." +msgid "Some images are links in a message, rather than being part of the message. Evolution can download those images from the Internet, but does not do so unless you request it. This is because remotely servered images can be slow to load and display, and can even be used by spammers to track who reads the email. Not automatically loading images helps protect your privacy." +msgstr "Některé obrázky jsou ve zprávě pouze linkovány místo, aby byly přímo její součastí. Evolution umí tyto obrázky stáhnout z internetu, ale dělá to, pouze pokud ho k tomu vyzvete. To je proto, že vzdálené obrázky se mohou dlouho stahovat a zobrazovat a mohou být dokonce použity spammery k vysledování toho, kdo e-maily čte. Tím, že obrázky automaticky nenačítá, pomáhá chránit vaše soukromí." #: C/evolution.xml:1356(para) msgid "To load the images for one message:" @@ -3541,19 +2487,21 @@ msgstr "Klikněte na kartu Pošta v HTML." #: C/evolution.xml:1371(para) -msgid "" -"Select one of the items: Never Load Images Off the Net, Load Images in Mail " -"From Contacts, or Always Load Images Off the Net." -msgstr "" -"Vyberte jednu z položek: Nikdy nenačítat obrázky z internetu, Načítat " -"obrázky ve zprávách od kontaktů, Vždy načítat obrázky z internetu." +msgid "Select one of the items: Never Load Images Off the Net, Load Images in Mail From Contacts, or Always Load Images Off the Net." +msgstr "Vyberte jednu z položek: Nikdy nenačítat obrázky z internetu, Načítat obrázky ve zprávách od kontaktů, Vždy načítat obrázky z internetu." -#: C/evolution.xml:1374(para) C/evolution.xml:1422(para) -#: C/evolution.xml:1637(para) C/evolution.xml:1872(para) -#: C/evolution.xml:1906(para) C/evolution.xml:1929(para) -#: C/evolution.xml:2326(para) C/evolution.xml:2365(para) -#: C/evolution.xml:2399(para) C/evolution.xml:2431(para) -#: C/evolution.xml:5926(para) C/evolution.xml:6304(para) +#: C/evolution.xml:1374(para) +#: C/evolution.xml:1422(para) +#: C/evolution.xml:1637(para) +#: C/evolution.xml:1872(para) +#: C/evolution.xml:1906(para) +#: C/evolution.xml:1929(para) +#: C/evolution.xml:2326(para) +#: C/evolution.xml:2365(para) +#: C/evolution.xml:2399(para) +#: C/evolution.xml:2431(para) +#: C/evolution.xml:5926(para) +#: C/evolution.xml:6304(para) msgid "Click Close." msgstr "Klikněte na zavřít." @@ -3563,23 +2511,20 @@ #: C/evolution.xml:1380(para) msgid "Click the menu icon > System > Configuration > Yast." -msgstr "" -"Klikněte na ikonu nabídky > Systém > Nastavení > Yast. (pouze " -"rodinu distrubucí SUSE)" +msgstr "Klikněte na ikonu nabídky > Systém > Nastavení > Yast. (pouze rodinu distrubucí SUSE)" -#: C/evolution.xml:1383(para) C/evolution.xml:1398(para) +#: C/evolution.xml:1383(para) +#: C/evolution.xml:1398(para) msgid "Click Network Services, then click Proxy." msgstr "Klikněte na Síťové služby a potom na Proxy." -#: C/evolution.xml:1386(para) C/evolution.xml:1401(para) -msgid "" -"Specify your proxy settings (if you don't know your proxy settings, contact " -"your ISP or system administrator)." -msgstr "" -"Zadejte nastavení vaší proxy (pokud neznáte nastavení vaší proxy, " -"kontaktujte svého ISP nebo systémového administrátora)." +#: C/evolution.xml:1386(para) +#: C/evolution.xml:1401(para) +msgid "Specify your proxy settings (if you don't know your proxy settings, contact your ISP or system administrator)." +msgstr "Zadejte nastavení vaší proxy (pokud neznáte nastavení vaší proxy, kontaktujte svého ISP nebo systémového administrátora)." -#: C/evolution.xml:1389(para) C/evolution.xml:1404(para) +#: C/evolution.xml:1389(para) +#: C/evolution.xml:1404(para) msgid "Click Finish, then click Close." msgstr "Klikněte na Dokončit a potom na Zavřít." @@ -3588,302 +2533,162 @@ msgstr "Nastavení proxy v GNOME:" #: C/evolution.xml:1395(para) -msgid "" -"Click System > Administrative Settings (enter your root password if " -"needed)." -msgstr "" -"Klikněte na Systém > Administrátorská nastavení (vložte administrátorské " -"heslo, pokud je potřeba)." +msgid "Click System > Administrative Settings (enter your root password if needed)." +msgstr "Klikněte na Systém > Administrátorská nastavení (vložte administrátorské heslo, pokud je potřeba)." #: C/evolution.xml:1411(title) msgid "Using Evolution for News" msgstr "Používání Evolutionu pro diskuse" #: C/evolution.xml:1412(para) -msgid "" -"USENET newsgroups are similar to mail, so it is often convenient to read " -"news and mail side by side. You can add a news source, called an NNTP " -"server, the same way you would add new email " -"account, selecting USENET News as the Server type. The news server " -"appear as a remote mail server, and each newsgroup works like an IMAP " -"folder. When you click Send/Receive, Evolution also checks for news messages." -msgstr "" -"Diskusní skupiny USENET jsou podobné e-mailu, často je pohodlné číst diskusi " -"a poštu bok po boku. Můžete si přidat zdroj diskuse zvaný NNTP server, " -"stejným způsobem, jako byste přidávali nový e-" -"mailový účet tak, že jako Typ serveru vyberete Diskusní skupiny " -"USENET. Server diskusí se objeví jako vzdálený poštovní server a každá " -"diskusní skupina funguje jako složka IMAP. Když kliknete na Odeslat/" -"přijmout, Evolution taktéž zkontroluje zprávy z diskusí." +msgid "USENET newsgroups are similar to mail, so it is often convenient to read news and mail side by side. You can add a news source, called an NNTP server, the same way you would add new email account, selecting USENET News as the Server type. The news server appear as a remote mail server, and each newsgroup works like an IMAP folder. When you click Send/Receive, Evolution also checks for news messages." +msgstr "Diskusní skupiny USENET jsou podobné e-mailu, často je pohodlné číst diskusi a poštu bok po boku. Můžete si přidat zdroj diskuse zvaný NNTP server, stejným způsobem, jako byste přidávali nový e-mailový účet tak, že jako Typ serveru vyberete Diskusní skupiny USENET. Server diskusí se objeví jako vzdálený poštovní server a každá diskusní skupina funguje jako složka IMAP. Když kliknete na Odeslat/přijmout, Evolution taktéž zkontroluje zprávy z diskusí." #: C/evolution.xml:1413(para) -msgid "" -"When you create a newsgroup account, you are not subscribed to any groups. " -"To subscribe to a newsgroup:" -msgstr "" -"Když vytvoříte účet pro diskusní skupinu, nejste k žádné skupině přihlášeni. " -"Pro přihlášení do diskusní skupiny:" +msgid "When you create a newsgroup account, you are not subscribed to any groups. To subscribe to a newsgroup:" +msgstr "Když vytvoříte účet pro diskusní skupinu, nejste k žádné skupině přihlášeni. Pro přihlášení do diskusní skupiny:" -#: C/evolution.xml:1416(para) C/evolution.xml:5536(para) +#: C/evolution.xml:1416(para) +#: C/evolution.xml:5536(para) msgid "Click Folder > Subscriptions." msgstr "Klikněte na Složka > Příhlášení." #: C/evolution.xml:1419(para) -msgid "" -"Select your NNTP account, select the groups you want to subscribe to, then " -"click Subscribe." -msgstr "" -"Vyberte váš NNTP účet, vyberte skupiny, do kterých se chcete přihlásit a " -"klikněte na Přihlásit." +msgid "Select your NNTP account, select the groups you want to subscribe to, then click Subscribe." +msgstr "Vyberte váš NNTP účet, vyberte skupiny, do kterých se chcete přihlásit a klikněte na Přihlásit." #: C/evolution.xml:1428(title) msgid "Deleting Mail" msgstr "Mazání pošty" #: C/evolution.xml:1429(para) -msgid "" -"Evolution allows you to delete unwanted messages. To delete a message, " -"select it and press the Delete key, or click the delete tool in the toolbar, " -"press Ctrl+D, or right-click the message, then click Delete." -msgstr "" -"Evolution vám umožňuje odstranit nepotřebné zprávy. Chcete-li odstranit " -"zprávu, vyberte ji a stiskněte klávesu Delete nebo klikněte na tlačítko " -"Odstranit v liště nástrojů, stikněte Ctrl+D, nebo klikněte pravým tlačítkem " -"na zprávu a vyberte Odstranit." +msgid "Evolution allows you to delete unwanted messages. To delete a message, select it and press the Delete key, or click the delete tool in the toolbar, press Ctrl+D, or right-click the message, then click Delete." +msgstr "Evolution vám umožňuje odstranit nepotřebné zprávy. Chcete-li odstranit zprávu, vyberte ji a stiskněte klávesu Delete nebo klikněte na tlačítko Odstranit v liště nástrojů, stikněte Ctrl+D, nebo klikněte pravým tlačítkem na zprávu a vyberte Odstranit." #: C/evolution.xml:1430(para) -msgid "" -"When you press Delete or click the Trash folder, your mail is not actually " -"deleted, but is marked for deletion. Your email is recoverable until you " -"have expunged your mail. When you expunge a folder, you remove all the mail " -"that you have marked for deletion.To show deleted messages, uncheck Hide " -"Deleted Messages option from the View menu. You can view the messages " -"striken off for later deletion. You can also find deleted messages in your " -"Trash folder." -msgstr "" -"Když stisknete Delete nebo kliknete na složku Koše, e-mail není opravdu " -"smazaný, ale označený pro odstranění. E-mail je obnovitelný, dokud e-mail " -"nevyčistíte. Když vyčistíte složku, odstraníte všechny zprávy, které byly " -"označeny pro odstranění. Chcete-li zobrazit odstraněné zprávy, odškrtněte " -"volbu Skrýt odstraněné zprávy v nabídce Zobrazit. Můžete podívat na zprávy " -"vyškrtnuté pro pozdější odstranění. Také můžete nalézt odstraněné zprávy ve " -"složce Koš." +msgid "When you press Delete or click the Trash folder, your mail is not actually deleted, but is marked for deletion. Your email is recoverable until you have expunged your mail. When you expunge a folder, you remove all the mail that you have marked for deletion.To show deleted messages, uncheck Hide Deleted Messages option from the View menu. You can view the messages striken off for later deletion. You can also find deleted messages in your Trash folder." +msgstr "Když stisknete Delete nebo kliknete na složku Koše, e-mail není opravdu smazaný, ale označený pro odstranění. E-mail je obnovitelný, dokud e-mail nevyčistíte. Když vyčistíte složku, odstraníte všechny zprávy, které byly označeny pro odstranění. Chcete-li zobrazit odstraněné zprávy, odškrtněte volbu Skrýt odstraněné zprávy v nabídce Zobrazit. Můžete podívat na zprávy vyškrtnuté pro pozdější odstranění. Také můžete nalézt odstraněné zprávy ve složce Koš." #: C/evolution.xml:1431(para) -msgid "" -"To permanently erase all the deleted messages in a folder, click Folder > " -"Expunge or press Ctrl+E." -msgstr "" -"Pro trvalé vymazání všech odstraněných zpráv ve složce, klikněte na Složka " -"> Vyčistit nebo stiskněte Ctrl+E." +msgid "To permanently erase all the deleted messages in a folder, click Folder > Expunge or press Ctrl+E." +msgstr "Pro trvalé vymazání všech odstraněných zpráv ve složce, klikněte na Složka > Vyčistit nebo stiskněte Ctrl+E." #: C/evolution.xml:1432(para) -msgid "" -"Trash folders in GroupWise, local and IMAP accounts are actually virtual " -"search folders that display all messages you have marked for later deletion. " -"Hence, emptying Trash is nothing but expunging deleted mail from all your " -"folders in the account." -msgstr "" -"Složky Koše v GroupWise, místních a IMAP účtech jsou ve skutečnosti " -"virtuální složky hledání, které zobrazují všechny zprávy, které jste " -"označili pro pozdější ostranění. Z tohoto důvodu vyprázdnění Koše narozdíl " -"od vyčištění odstraněných e-mailů ze všech složek nic nezpůsobí." +msgid "Trash folders in GroupWise, local and IMAP accounts are actually virtual search folders that display all messages you have marked for later deletion. Hence, emptying Trash is nothing but expunging deleted mail from all your folders in the account." +msgstr "Složky Koše v GroupWise, místních a IMAP účtech jsou ve skutečnosti virtuální složky hledání, které zobrazují všechny zprávy, které jste označili pro pozdější ostranění. Z tohoto důvodu vyprázdnění Koše narozdíl od vyčištění odstraněných e-mailů ze všech složek nic nezpůsobí." #: C/evolution.xml:1433(para) -msgid "" -"However, this is not true for the Trash folder on Exchange servers, which " -"behaves just the same as it does in Outlook. It is a normal folder with " -"actual messages in it. For more information about search folders, see Using Search Folders." -msgstr "" -"Avšak neplatí to pro složku Koš na serveru Exchange, který se chová stejně " -"jako Outlook. Je to normální složka obsahující opravdové zprávy. Více " -"informací o složkách hledání se dozvíte v Používání složek hledání" +msgid "However, this is not true for the Trash folder on Exchange servers, which behaves just the same as it does in Outlook. It is a normal folder with actual messages in it. For more information about search folders, see Using Search Folders." +msgstr "Avšak neplatí to pro složku Koš na serveru Exchange, který se chová stejně jako Outlook. Je to normální složka obsahující opravdové zprávy. Více informací o složkách hledání se dozvíte v Používání složek hledání" #: C/evolution.xml:1437(title) msgid "Undeleting Messages" msgstr "Zrušení odstranění zpráv" #: C/evolution.xml:1438(para) -msgid "" -"You can undelete a message that has been deleted but not expunged. To " -"undelete a message, select the message, click Edit > Undelete. Note that " -"View > Hide Deleted messages in the menubar must be disabled for this." -msgstr "" -"Můžete zrušit odstranění zprávy, která byla odstraněna, ale ne smazána. Pro " -"zrušení odstranění zprávy, vyberte zprávu a klikněte na Upravit > Zrušit " -"odstranění zprávy. Všimněte si, že volbaZobrazit > Skrýt odstraněné " -"zprávy musí být zakázána, abyste toto mohli provést." +msgid "You can undelete a message that has been deleted but not expunged. To undelete a message, select the message, click Edit > Undelete. Note that View > Hide Deleted messages in the menubar must be disabled for this." +msgstr "Můžete zrušit odstranění zprávy, která byla odstraněna, ale ne smazána. Pro zrušení odstranění zprávy, vyberte zprávu a klikněte na Upravit > Zrušit odstranění zprávy. Všimněte si, že volbaZobrazit > Skrýt odstraněné zprávy musí být zakázána, abyste toto mohli provést." #: C/evolution.xml:1439(para) -msgid "" -"If you have marked a message for deletion, undeleting it unmarks it, and the " -"message is removed from the Trash folder." -msgstr "" -"Pokud jste nějakou zprávu označili pro odstranění, zrušení odstranění toto " -"označení zase ruší a zprávy odebere ze složky Koš." +msgid "If you have marked a message for deletion, undeleting it unmarks it, and the message is removed from the Trash folder." +msgstr "Pokud jste nějakou zprávu označili pro odstranění, zrušení odstranění toto označení zase ruší a zprávy odebere ze složky Koš." #: C/evolution.xml:1445(para) -msgid "" -"You can start writing a new email message by clicking File > New > " -"Mail Message, by pressing Ctrl+N when in the mailing tool, or by clicking " -"New in the toolbar." -msgstr "" -"Můžete začít psát zprávu kliknutím na Soubor > Nový > Zpráva, " -"stisknutím Ctrl+N, když se nacházíte v poště, nebo kliknutím na Nový v liště " -"nástrojů." +msgid "You can start writing a new email message by clicking File > New > Mail Message, by pressing Ctrl+N when in the mailing tool, or by clicking New in the toolbar." +msgstr "Můžete začít psát zprávu kliknutím na Soubor > Nový > Zpráva, stisknutím Ctrl+N, když se nacházíte v poště, nebo kliknutím na Nový v liště nástrojů." #: C/evolution.xml:1446(para) -msgid "" -"Enter an address in the To field. If you want to enter multiple email " -"addresses, type in the addresses separated by comma. You can also use a " -"contact list to send messages to multiple recipients. Enter a subject in the " -"Subject field, and a message in the box at the bottom of the window. After " -"you have written your message, click Send." -msgstr "" -"Vložte adresu do pole Komu. Pokud chcete vložit více adres, pište adresy " -"oddělené čárkami. Pro poslání zpráv více příjemcům můžete využít také seznam " -"kontaktů. Vložte předmět do pole Předmět a zprávu do čtverce ve spodní části " -"okna. Poté, co máte zprávu napsanou, klikněte na Poslat." +msgid "Enter an address in the To field. If you want to enter multiple email addresses, type in the addresses separated by comma. You can also use a contact list to send messages to multiple recipients. Enter a subject in the Subject field, and a message in the box at the bottom of the window. After you have written your message, click Send." +msgstr "Vložte adresu do pole Komu. Pokud chcete vložit více adres, pište adresy oddělené čárkami. Pro poslání zpráv více příjemcům můžete využít také seznam kontaktů. Vložte předmět do pole Předmět a zprávu do čtverce ve spodní části okna. Poté, co máte zprávu napsanou, klikněte na Poslat." #: C/evolution.xml:1447(para) msgid "New mail message window look like this:" msgstr "Okno nové zprávy vypadá takto:" -#: C/evolution.xml:1449(para) C/evolution.xml:6184(para) +#: C/evolution.xml:1449(para) +#: C/evolution.xml:6184(para) msgid "This section contains the following topics:" msgstr "Tato sekce obsahuje následující témata:" -#: C/evolution.xml:1452(link) C/evolution.xml:1490(title) +#: C/evolution.xml:1452(link) +#: C/evolution.xml:1490(title) msgid "Unicode, ASCII, and Non-Latin Alphabets" msgstr "Unicode, ASCII, abecedy nepoužívající latinku" -#: C/evolution.xml:1455(link) C/evolution.xml:1526(title) +#: C/evolution.xml:1455(link) +#: C/evolution.xml:1526(title) msgid "Sending Composed Messages Later" msgstr "Odeslání vytvořených zpráv později" -#: C/evolution.xml:1458(link) C/evolution.xml:1542(title) +#: C/evolution.xml:1458(link) +#: C/evolution.xml:1542(title) msgid "Working Offline" msgstr "Práce off-line" -#: C/evolution.xml:1461(link) C/evolution.xml:1595(title) +#: C/evolution.xml:1461(link) +#: C/evolution.xml:1595(title) msgid "Attachments" msgstr "Přílohy" -#: C/evolution.xml:1464(link) C/evolution.xml:1642(title) +#: C/evolution.xml:1464(link) +#: C/evolution.xml:1642(title) msgid "Specifying Additional Recipients for Email" msgstr "Zadání dalších příjemců zprávy" -#: C/evolution.xml:1467(link) C/evolution.xml:1667(title) +#: C/evolution.xml:1467(link) +#: C/evolution.xml:1667(title) msgid "Choosing Recipients Quickly" msgstr "Rychlé vybírání příjemců" -#: C/evolution.xml:1470(link) C/evolution.xml:1675(title) +#: C/evolution.xml:1470(link) +#: C/evolution.xml:1675(title) msgid "Replying to Email Messages" msgstr "Odpovídání na e-mailové zprávy" -#: C/evolution.xml:1473(link) C/evolution.xml:1741(title) +#: C/evolution.xml:1473(link) +#: C/evolution.xml:1741(title) msgid "Searching and Replacing with the Composer" msgstr "Hledání a nahrazování v Editoru." -#: C/evolution.xml:1476(link) C/evolution.xml:1763(title) +#: C/evolution.xml:1476(link) +#: C/evolution.xml:1763(title) msgid "Enhancing Your Email with HTML" msgstr "Vylepšení vašich e-mailů pomocí HTML" -#: C/evolution.xml:1479(link) C/evolution.xml:1937(title) +#: C/evolution.xml:1479(link) +#: C/evolution.xml:1937(title) msgid "Mail Send Options" msgstr "Možnosti pro odeslání pošty" -#: C/evolution.xml:1482(link) C/evolution.xml:2015(title) +#: C/evolution.xml:1482(link) +#: C/evolution.xml:2015(title) msgid "Forwarding Mail" msgstr "Přeposílání pošty" -#: C/evolution.xml:1485(link) C/evolution.xml:2036(title) +#: C/evolution.xml:1485(link) +#: C/evolution.xml:2036(title) msgid "Tips for Email Courtesy" msgstr "Tipy pro e-mailovou etiketu" #: C/evolution.xml:1491(para) -msgid "" -"If you want to write in a non-Latin alphabet while using a Latin keyboard, " -"try selecting a different input method in the message composer. Right-click " -"in the message composition area and select an input method from the Input " -"Methods menu, then begin typing. The actual keys vary by language and input " -"style. For example, the Cyrillic input method uses transliterated Latin " -"keyboard combinations to get the Cyrillic alphabet, combining letters where " -"necessary. Zh and ya produce the appropriate " -"single Cyrillic letters, and the single-quote (') produces a soft sign " -"character." -msgstr "" -"Pokud chcete psát v abecedě nepoužívající latinku na klávesnici s latinkou, " -"zkuste zvolit jinou vstupní metodu v editoru zpráv. Klikněte pravým " -"tlačítkem do prostoru pro tvorbu zprávy, vyberte metodu vstupu z nabídky " -"Vstupní metody a začněte psát. Skutečné klávesy se liší podle jazyku a " -"zvolené vstupní metody. Např. vstupní metoda cyrilice používá " -"transliterované kombinace klávesnice s latinkou, aby dosáhla abecedy " -"cyrilice. Kombinování písmen je nezbytné. Zh a ya vytvářejí odpovídající jednotlivé písmena cyrilice a jedna uvozovka " -"(') měkký znak." +msgid "If you want to write in a non-Latin alphabet while using a Latin keyboard, try selecting a different input method in the message composer. Right-click in the message composition area and select an input method from the Input Methods menu, then begin typing. The actual keys vary by language and input style. For example, the Cyrillic input method uses transliterated Latin keyboard combinations to get the Cyrillic alphabet, combining letters where necessary. Zh and ya produce the appropriate single Cyrillic letters, and the single-quote (') produces a soft sign character." +msgstr "Pokud chcete psát v abecedě nepoužívající latinku na klávesnici s latinkou, zkuste zvolit jinou vstupní metodu v editoru zpráv. Klikněte pravým tlačítkem do prostoru pro tvorbu zprávy, vyberte metodu vstupu z nabídky Vstupní metody a začněte psát. Skutečné klávesy se liší podle jazyku a zvolené vstupní metody. Např. vstupní metoda cyrilice používá transliterované kombinace klávesnice s latinkou, aby dosáhla abecedy cyrilice. Kombinování písmen je nezbytné. Zh a ya vytvářejí odpovídající jednotlivé písmena cyrilice a jedna uvozovka (') měkký znak." #: C/evolution.xml:1492(para) -msgid "" -"For greater language display capabilities, click Edit > Preferences, then " -"select the character set choices in the Mail Preferences and Composer " -"Preferences sections. If you aren't sure which one to use, select UTF-8, " -"which offers the greatest range of character displays for the greatest range " -"of languages." -msgstr "" -"Pro větší schopnosti zobrazování jazyků, klikněte na Upravit > Nastavení, " -"potom vyberte znakovou sadu v Nastavení pošty a Nastavení editoru. Pokud si " -"nejste jistí, kterou vybrat, zvolte UTF-8, které nabízí největší rozsah " -"zobrazovaných znaků pro největší rozsah jazyků." +msgid "For greater language display capabilities, click Edit > Preferences, then select the character set choices in the Mail Preferences and Composer Preferences sections. If you aren't sure which one to use, select UTF-8, which offers the greatest range of character displays for the greatest range of languages." +msgstr "Pro větší schopnosti zobrazování jazyků, klikněte na Upravit > Nastavení, potom vyberte znakovou sadu v Nastavení pošty a Nastavení editoru. Pokud si nejste jistí, kterou vybrat, zvolte UTF-8, které nabízí největší rozsah zobrazovaných znaků pro největší rozsah jazyků." #: C/evolution.xml:1495(title) msgid "Using Character Sets" msgstr "Používání znakových sad" #: C/evolution.xml:1496(para) -msgid "" -"A character set is a computer's version of an alphabet. In the past, the " -"ASCII character set was used almost universally. However, it contains only " -"128 characters, meaning it is unable to display characters in Cyrillic, " -"Kanjii, or other non-Latin alphabets. To work around language display " -"problems, programmers developed a variety of methods, so many human " -"languages now have their own specific character sets, and items written in " -"other character sets display incorrectly. Eventually, standards " -"organizations developed the UTF-8 Unicode* character set to provide a single " -"compatible set of codes for everyone." -msgstr "" -"Znaková sada je počítačová verze abecedy. V minulosti byla téměř všeobecně " -"využívána znaková sada ASCII. Avšak obsahuje pouze 128 znaků, proto není " -"schopná zobrazit znaky v cyrilici, kanjii a jiných abecedách nepoužívajících " -"latinku. Aby se obešly problémy zobrazování jazyků, programátoři vyvinuli " -"různé metody. Tolik lidských jazyků má nyní vlastní znakové sady a položky " -"psané v jiné znakové sadě se zobrazují špatně. Nakonec standardizační " -"organizace vyvinuly znakovou sadu UTF-8 Unicode*, což je jedna znaková sada " -"pro všechny." +msgid "A character set is a computer's version of an alphabet. In the past, the ASCII character set was used almost universally. However, it contains only 128 characters, meaning it is unable to display characters in Cyrillic, Kanjii, or other non-Latin alphabets. To work around language display problems, programmers developed a variety of methods, so many human languages now have their own specific character sets, and items written in other character sets display incorrectly. Eventually, standards organizations developed the UTF-8 Unicode* character set to provide a single compatible set of codes for everyone." +msgstr "Znaková sada je počítačová verze abecedy. V minulosti byla téměř všeobecně využívána znaková sada ASCII. Avšak obsahuje pouze 128 znaků, proto není schopná zobrazit znaky v cyrilici, kanjii a jiných abecedách nepoužívajících latinku. Aby se obešly problémy zobrazování jazyků, programátoři vyvinuli různé metody. Tolik lidských jazyků má nyní vlastní znakové sady a položky psané v jiné znakové sadě se zobrazují špatně. Nakonec standardizační organizace vyvinuly znakovou sadu UTF-8 Unicode*, což je jedna znaková sada pro všechny." #: C/evolution.xml:1497(para) -msgid "" -"Most email messages state in advance which character set they use, so " -"Evolution usually can display those messages correctly. However, if you find " -"that messages are displayed as rows of incomprehensible characters, try " -"selecting a different character set in the mail settings screen. If your " -"recipients can't read your messages, try selecting a different character set " -"in the composer options dialog box. For some languages, such as Turkish or " -"Korean, it might work best for you to select the language-specific character " -"set. However, the best choice for most users is UTF-8, which offers the " -"widest range of characters for the widest range of languages." -msgstr "" -"Většina e-mailových zpráv oznamuje dopředu, jakou znakovou sadu používají, " -"takže Evolution tyto zprávy obvykle zobrazí správně. Avšak pokud najdete " -"zprávy, které obsahují řády nesrozumitelných znaků, zkuste vybrat jinou " -"znakovou sadu v nabídce. Pokud příjemci nemůžou přečíst vaše zprávy, zkuste " -"zvolit jinou znakovou sadu v nabídce editoru zprávy. Pro některé jazyky, " -"jako jsou turečtina a korejština, pravděpodobně nejlépe funguje, když " -"zvolíte specifickou sadu pro daný jazyk. Nicméně pro většinu uživatel je " -"nejlepší volbou UTF-8, které nabízí nejširší rozsah znaků pro nejšiřší " -"rozsah jazyků." +msgid "Most email messages state in advance which character set they use, so Evolution usually can display those messages correctly. However, if you find that messages are displayed as rows of incomprehensible characters, try selecting a different character set in the mail settings screen. If your recipients can't read your messages, try selecting a different character set in the composer options dialog box. For some languages, such as Turkish or Korean, it might work best for you to select the language-specific character set. However, the best choice for most users is UTF-8, which offers the widest range of characters for the widest range of languages." +msgstr "Většina e-mailových zpráv oznamuje dopředu, jakou znakovou sadu používají, takže Evolution tyto zprávy obvykle zobrazí správně. Avšak pokud najdete zprávy, které obsahují řády nesrozumitelných znaků, zkuste vybrat jinou znakovou sadu v nabídce. Pokud příjemci nemůžou přečíst vaše zprávy, zkuste zvolit jinou znakovou sadu v nabídce editoru zprávy. Pro některé jazyky, jako jsou turečtina a korejština, pravděpodobně nejlépe funguje, když zvolíte specifickou sadu pro daný jazyk. Nicméně pro většinu uživatel je nejlepší volbou UTF-8, které nabízí nejširší rozsah znaků pro nejšiřší rozsah jazyků." #: C/evolution.xml:1502(title) msgid "Custom Header" @@ -3893,110 +2698,58 @@ msgid "To enable the Custom Header plugin:" msgstr "Chcete-li povolit zásuvný modul Vlastní hlavičky:" -#: C/evolution.xml:1504(para) C/evolution.xml:6717(para) +#: C/evolution.xml:1504(para) +#: C/evolution.xml:6717(para) msgid "Select Edit > Plugins." msgstr "Vyberte Upravit > Zásuvné moduly." #: C/evolution.xml:1505(para) -msgid "" -"Then select Custom Header. You can configure custom headers to set " -"sensitivity and caveats to the outgoing messages." -msgstr "" +msgid "Then select Custom Header. You can configure custom headers to set sensitivity and caveats to the outgoing messages." +msgstr "Potom vyberte Vlastní hlavičku. Můžete si nastavit vlastní hlavičky, pokud chcete nastavit citlivost a varování do odchozích zpráv." #: C/evolution.xml:1507(para) -msgid "" -"In the Plugin Manager, select the Configuration tab to customize your header " -"fields. You can add, edit, or remove the header fields. For every header " -"field you add, you can specify the keys and values. The key is used as the " -"title of the Custom Header. You can enter multiple values for the keys. You " -"must use a semicolon to separate every value you enter." -msgstr "" +msgid "In the Plugin Manager, select the Configuration tab to customize your header fields. You can add, edit, or remove the header fields. For every header field you add, you can specify the keys and values. The key is used as the title of the Custom Header. You can enter multiple values for the keys. You must use a semicolon to separate every value you enter." +msgstr "Ve Správci zásuvných modulů vyberte kartu Nastavení pro přizpůsobení hlavičkových polí. Můžete přidat, upravit nebo odstranit hlavičkové pole. Každému poli můžete přidat a stanovit klíče a hodnoty. Klíč se používá jako titulek vlastní hlavičky. Klíčům můžete přiřadit více hodnot. Hodnoty, které zádáváte, musíte oddělit středníkem." #: C/evolution.xml:1510(para) -msgid "" -"Select New > Mail Message or Shift+Ctrl+M to open a Compose Message " -"window." -msgstr "" -"Abyste otevřeli okno pro vytvoření zprávy, vyberte Soubor > Nová > " -"Zpráva nebo Shift+Ctrl+M." +msgid "Select New > Mail Message or Shift+Ctrl+M to open a Compose Message window." +msgstr "Abyste otevřeli okno pro vytvoření zprávy, vyberte Soubor > Nová > Zpráva nebo Shift+Ctrl+M." #: C/evolution.xml:1513(para) -msgid "" -"Select Insert > Custom Header to open the Email Custom Header window." -msgstr "" -"Vyberte Vložit > Vlastní hlavička pro otevření okna vlastní hlavičky e-" -"mailu." +msgid "Select Insert > Custom Header to open the Email Custom Header window." +msgstr "Vyberte Vložit > Vlastní hlavička pro otevření okna vlastní hlavičky e-mailu." #: C/evolution.xml:1515(para) -msgid "" -"In the Email Custom Header window, you can view all the header fields and " -"values you add." -msgstr "" +msgid "In the Email Custom Header window, you can view all the header fields and values you add." +msgstr "V okně Vlastní hlavička zprávy můžete vidět všechny hlavičková pole a hodnoty, které jste přidali." #: C/evolution.xml:1518(para) -msgid "" -"Set the values for the header fields by using the respective drop-down list." -msgstr "" +msgid "Set the values for the header fields by using the respective drop-down list." +msgstr "Nastavte hodnoty pro hlavičková pole tak, že použijete rozbalovací seznam." #: C/evolution.xml:1527(para) -msgid "" -"Evolution normally sends mail as soon as you click Send. However, can save a " -"message to be sent later:" -msgstr "" -"Evolution normálně posílá poštu ihned, jak kliknete na Poslat. Nicméně umí " -"zprávu uložit a odeslat později:" +msgid "Evolution normally sends mail as soon as you click Send. However, can save a message to be sent later:" +msgstr "Evolution normálně posílá poštu ihned, jak kliknete na Poslat. Nicméně umí zprávu uložit a odeslat později:" #: C/evolution.xml:1530(para) -msgid "" -"If you are offline when you click Send, Evolution adds your message to the " -"Outbox queue. The next time you connect to the Internet and send or receive " -"mail, that message is sent." -msgstr "" -"Pokud jste off-line a kliknete na Poslat, Evolution přidá vaši zprávu do " -"řady K Odeslání. Příště, až se připojíte k internetu a dáte odeslat nebo " -"přijmout poštu, zpráva bude odeslána." +msgid "If you are offline when you click Send, Evolution adds your message to the Outbox queue. The next time you connect to the Internet and send or receive mail, that message is sent." +msgstr "Pokud jste off-line a kliknete na Poslat, Evolution přidá vaši zprávu do řady K Odeslání. Příště, až se připojíte k internetu a dáte odeslat nebo přijmout poštu, zpráva bude odeslána." #: C/evolution.xml:1533(para) -msgid "" -"Click File > Save Draft to store your messages in the drafts folder for " -"later revision." -msgstr "" -"Pokud chcete uložit zprávu pro pozdější revizi, klikněte na Soubor > " -"Uložit koncept." +msgid "Click File > Save Draft to store your messages in the drafts folder for later revision." +msgstr "Pokud chcete uložit zprávu pro pozdější revizi, klikněte na Soubor > Uložit koncept." #: C/evolution.xml:1536(para) -msgid "" -"If you prefer to save your message as a text file, click File > Save As, " -"then specify a filename." -msgstr "" -"Pokud dáváte přednost uložení zprávy jako textový soubor, klikněte na Soubor " -"> Uložit jako, potom zadejte název souboru." +msgid "If you prefer to save your message as a text file, click File > Save As, then specify a filename." +msgstr "Pokud dáváte přednost uložení zprávy jako textový soubor, klikněte na Soubor > Uložit jako, potom zadejte název souboru." #: C/evolution.xml:1543(para) -msgid "" -"Offline mode helps you communicate with remote mail storage systems like " -"GroupWise, IMAP or Exchange, in " -"situations where you are not connected to the network at all times. " -"Evolution keeps a local copy of one or more folders to allow you to compose " -"messages, storing them in your Outbox to be sent the next time you connect." -msgstr "" -"Režim off-line vám pomáhá komunikovat se vzdálenými systémy pro uložení " -"pošty jako GroupWise, IMAP nebo " -"Exchange v situacích, kdy nejste pořád připojení do sítě. Evolution uchovává " -"místní kopii jedné nebo více složek, aby vám umožnil vytvářet zprávy a " -"ukládat je do složky K Odeslání do té doby, než budete připojeni. " +msgid "Offline mode helps you communicate with remote mail storage systems like GroupWise, IMAP or Exchange, in situations where you are not connected to the network at all times. Evolution keeps a local copy of one or more folders to allow you to compose messages, storing them in your Outbox to be sent the next time you connect." +msgstr "Režim off-line vám pomáhá komunikovat se vzdálenými systémy pro uložení pošty jako GroupWise, IMAP nebo Exchange v situacích, kdy nejste pořád připojení do sítě. Evolution uchovává místní kopii jedné nebo více složek, aby vám umožnil vytvářet zprávy a ukládat je do složky K Odeslání do té doby, než budete připojeni. " #: C/evolution.xml:1544(para) -msgid "" -"POP mail downloads all messages to your local system, but other connections " -"usually download just the headers, and get the rest only when you want to " -"read the message. Before you go offline, Evolution downloads the unread " -"messages from the folders you have chosen to store." -msgstr "" -"POP stahuje všechny zprávy do lokálního systému, ale ostatní připojení " -"stahují pouze hlavičky a zbytek, pouze když chcete zprávu číst. Před tím, " -"než jdete do off-line režimu, Evolution stáhne nepřečtené zprávy ze složek, " -"které jste vybrali pro ukládání." +msgid "POP mail downloads all messages to your local system, but other connections usually download just the headers, and get the rest only when you want to read the message. Before you go offline, Evolution downloads the unread messages from the folders you have chosen to store." +msgstr "POP stahuje všechny zprávy do lokálního systému, ale ostatní připojení stahují pouze hlavičky a zbytek, pouze když chcete zprávu číst. Před tím, než jdete do off-line režimu, Evolution stáhne nepřečtené zprávy ze složek, které jste vybrali pro ukládání." #: C/evolution.xml:1545(para) msgid "To mark a folder for offline use," @@ -4011,62 +2764,37 @@ msgstr "Klikněte na Zkopírovat obsah složky lokálně pro práci při odpojení." #: C/evolution.xml:1554(para) -msgid "" -"Your connection status is shown by the small icon in the lower left border " -"of the Evolution main window. When you are online, it displays two connected " -"cables. When you go offline, the cables separate." -msgstr "" -"Váš stav připojení je zobrazen malou ikonou vlevo dole v hlavním okně " -"Evolutionu. Když jste on-line, zobrazuje dva spojené kabely. Když jste off-" -"line, kabely jsou rozpojené." +msgid "Your connection status is shown by the small icon in the lower left border of the Evolution main window. When you are online, it displays two connected cables. When you go offline, the cables separate." +msgstr "Váš stav připojení je zobrazen malou ikonou vlevo dole v hlavním okně Evolutionu. Když jste on-line, zobrazuje dva spojené kabely. Když jste off-line, kabely jsou rozpojené." #: C/evolution.xml:1555(para) msgid "To cache your selected folders and disconnect from the network," msgstr "Chcete-li vybrané složky uložit to cache a odpojit se od sítě," #: C/evolution.xml:1558(para) -msgid "" -"Click File > Work Offline, or click the connection status icon in the " -"lower left of the screen." -msgstr "" -"Klikněte na Soubor > Pracovat při odpojení, nebo klikněte na ikonu stavu " -"připojení v levém dolním rohu obrazovky." +msgid "Click File > Work Offline, or click the connection status icon in the lower left of the screen." +msgstr "Klikněte na Soubor > Pracovat při odpojení, nebo klikněte na ikonu stavu připojení v levém dolním rohu obrazovky." #: C/evolution.xml:1559(para) -msgid "" -"A message pop-ups and asks you whether you want to go offline immediately or " -"cache before you go offline." -msgstr "" -"Vyskočí zpráva a zeptáv se vás, zda se chcete odpojit okamžitě nebo uložit " -"složky do cache, než se odpojíte." +msgid "A message pop-ups and asks you whether you want to go offline immediately or cache before you go offline." +msgstr "Vyskočí zpráva a zeptáv se vás, zda se chcete odpojit okamžitě nebo uložit složky do cache, než se odpojíte." #: C/evolution.xml:1564(para) -msgid "" -"Click Synchronize to download all the messages to the folders marked for " -"offline." -msgstr "" -"Klikněte na Synchronizovat, pokud chcete stáhnout všechny zprávy do složek, " -"které jste označili pro práci při odpojení." +msgid "Click Synchronize to download all the messages to the folders marked for offline." +msgstr "Klikněte na Synchronizovat, pokud chcete stáhnout všechny zprávy do složek, které jste označili pro práci při odpojení." -#: C/evolution.xml:1565(para) C/evolution.xml:3936(para) +#: C/evolution.xml:1565(para) +#: C/evolution.xml:3936(para) msgid "Or" msgstr "Nebo" #: C/evolution.xml:1566(para) -msgid "" -"Click Do not synchronize to go offline immediately, without downloading the " -"messages locally for offline operations." -msgstr "" -"Klikněte na Nesynchronizovat, pokud se chcete odpojit okamžitě bez stažení " -"zpráv lokálně pro operace při odpojení." +msgid "Click Do not synchronize to go offline immediately, without downloading the messages locally for offline operations." +msgstr "Klikněte na Nesynchronizovat, pokud se chcete odpojit okamžitě bez stažení zpráv lokálně pro operace při odpojení." #: C/evolution.xml:1567(para) -msgid "" -"Select Do not show this message again to switch off this popup. The default " -"is to not synchronize while going offline." -msgstr "" -"Vyberte Přístě tuto zprávu nezobrazovat, chcete-li toto vyskakovací okno " -"vypnout. Implicitně je nastaveno nesynchronizovat před odpojením." +msgid "Select Do not show this message again to switch off this popup. The default is to not synchronize while going offline." +msgstr "Vyberte Přístě tuto zprávu nezobrazovat, chcete-li toto vyskakovací okno vypnout. Implicitně je nastaveno nesynchronizovat před odpojením." #: C/evolution.xml:1570(para) msgid "When you want to reconnect," @@ -4074,24 +2802,15 @@ #: C/evolution.xml:1573(para) msgid "Click File > Work Online, or click the connection status icon again." -msgstr "" -"Klikněte na Soubor > Pracovat on-line, nebo klikněte znovu na ikonu stavu " -"připojení." +msgstr "Klikněte na Soubor > Pracovat on-line, nebo klikněte znovu na ikonu stavu připojení." #: C/evolution.xml:1578(title) msgid "Download Messages for Offline Operations" msgstr "Stažení zpráv pro operace při odpojení" #: C/evolution.xml:1579(para) -msgid "" -"This features prepares you for going offline and for offline operations. It " -"helps you download all the messages locally before you go offline. If " -"otherwise, by default, it goes offline when you click the offline button " -"without downloading the message." -msgstr "" -"Tato funkce vás připravuje na odpojení a na operace při odpojení. Pomáhá vám " -"stáhnout všechny zprávy lokálně před tím, než se odpojíte. Jinak, když " -"kliknete na tlačítko off-line, odpojíte se implicitně bez stažení zpráv." +msgid "This features prepares you for going offline and for offline operations. It helps you download all the messages locally before you go offline. If otherwise, by default, it goes offline when you click the offline button without downloading the message." +msgstr "Tato funkce vás připravuje na odpojení a na operace při odpojení. Pomáhá vám stáhnout všechny zprávy lokálně před tím, než se odpojíte. Jinak, když kliknete na tlačítko off-line, odpojíte se implicitně bez stažení zpráv." #: C/evolution.xml:1580(para) msgid "To download messages for offline operations," @@ -4106,16 +2825,8 @@ msgstr "Automatické reakce na stav sítě" #: C/evolution.xml:1590(para) -msgid "" -"Evolution automatically understands the network state and acts accordingly. " -"For instance, Evolution switches to offline mode when the network goes down " -"and automatically switches on when the network is up again. Ensure that your " -"system has Network Manager installed on to enable this feature." -msgstr "" -"Evolution automaticky rozpoznává stav sítě a podle toho reaguje. Např. " -"přepíná do řežimu off-line, když síť spadne a automaticky se vrací zpět, " -"když síť opět funguje. Ujistěte se, že máte nainstalovaný Network Manager, " -"aby tato funkce mohla fungovat." +msgid "Evolution automatically understands the network state and acts accordingly. For instance, Evolution switches to offline mode when the network goes down and automatically switches on when the network is up again. Ensure that your system has Network Manager installed on to enable this feature." +msgstr "Evolution automaticky rozpoznává stav sítě a podle toho reaguje. Např. přepíná do řežimu off-line, když síť spadne a automaticky se vrací zpět, když síť opět funguje. Ujistěte se, že máte nainstalovaný Network Manager, aby tato funkce mohla fungovat." #: C/evolution.xml:1596(para) msgid "To attach a file to your email:" @@ -4130,44 +2841,24 @@ msgstr "Vyberte soubor, který chcete přiložit." #: C/evolution.xml:1608(para) -msgid "" -"You can also drag a file to the attachment bar of the composer window. If " -"you want to send it as an inline attachment, right-click the attachment and " -"click Properties, then select Automatic Display of Attachments." -msgstr "" -"Také můžete soubor přetáhnout do okna editoru. Chcete-li jej odeslat jako " -"vloženou přílohu, klikněte pravým tlačítkem na přílohu a klikněte na " -"Vlastnosti, potom vyberte Navrhnout automatické zobrazení přílohy." +msgid "You can also drag a file to the attachment bar of the composer window. If you want to send it as an inline attachment, right-click the attachment and click Properties, then select Automatic Display of Attachments." +msgstr "Také můžete soubor přetáhnout do okna editoru. Chcete-li jej odeslat jako vloženou přílohu, klikněte pravým tlačítkem na přílohu a klikněte na Vlastnosti, potom vyberte Navrhnout automatické zobrazení přílohy." #: C/evolution.xml:1609(para) -msgid "" -"When you send the message, a copy of the attached file goes with it. Be " -"aware that large attachments can take a long time to send and receive." -msgstr "" -"Když odešlete zprávu, kopie přiloženého souboru jde s ní. Uvědomte si, že " -"odesílání a přijímání velkých příloh může zabrat mnoho času." +msgid "When you send the message, a copy of the attached file goes with it. Be aware that large attachments can take a long time to send and receive." +msgstr "Když odešlete zprávu, kopie přiloženého souboru jde s ní. Uvědomte si, že odesílání a přijímání velkých příloh může zabrat mnoho času." #: C/evolution.xml:1612(title) msgid "Attachment Reminder:" msgstr "Připomínka přílohy:" #: C/evolution.xml:1613(para) -msgid "" -"Evolution has an Attachment Reminder plugin you can use to remind yourself " -"to attach a file to an email. If it determines that you have not attached " -"the file, it displays the following message:" -msgstr "" -"Evolution má zásuvný modul připomínající přílohy, které můžete použít, pokud " -"si chcete připomenout, že máte přiložit k e-mailu soubor. Pokud zjistí, že " -"jste soubor nepřiložili, zobrazí se tato zpráva:" +msgid "Evolution has an Attachment Reminder plugin you can use to remind yourself to attach a file to an email. If it determines that you have not attached the file, it displays the following message:" +msgstr "Evolution má zásuvný modul připomínající přílohy, které můžete použít, pokud si chcete připomenout, že máte přiložit k e-mailu soubor. Pokud zjistí, že jste soubor nepřiložili, zobrazí se tato zpráva:" #: C/evolution.xml:1617(para) -msgid "" -"Click Continue Editing to attach the missing file, or click Send to send the " -"message without any attachment." -msgstr "" -"Klikněte na Pokračovat v editaci, pokud chcete připojit chybějící soubor, " -"nebo klikněte na Odeslat, pokud chcete zprávu odeslat bez přílohy." +msgid "Click Continue Editing to attach the missing file, or click Send to send the message without any attachment." +msgstr "Klikněte na Pokračovat v editaci, pokud chcete připojit chybějící soubor, nebo klikněte na Odeslat, pokud chcete zprávu odeslat bez přílohy." #: C/evolution.xml:1620(para) msgid "To enable the Attachment Reminder:" @@ -4178,86 +2869,36 @@ msgstr "Vyberte Upravit > Zásuvné moduly > Připomínka přílohy." #: C/evolution.xml:1626(para) -msgid "" -"Click Configuration, then make sure that Remind Missing Attachments is " -"selected." -msgstr "" -"Klikněte na Nastavení a ujistěte se, že je zašktnuto Připomenout chybějící " -"přílohy." +msgid "Click Configuration, then make sure that Remind Missing Attachments is selected." +msgstr "Klikněte na Nastavení a ujistěte se, že je zašktnuto Připomenout chybějící přílohy." #: C/evolution.xml:1630(para) -msgid "" -"Select keywords such as Attach or Attachment " -"and click Add." -msgstr "" -"Vyberte klíčová slova jako Attach nebo Příloha " -"a klikněte na Přidat. " +msgid "Select keywords such as Attach or Attachment and click Add." +msgstr "Vyberte klíčová slova jako Attach nebo Příloha a klikněte na Přidat. " #: C/evolution.xml:1631(para) -msgid "" -"Based on the keywords you have added here, it searches every mail you are " -"sending. If it finds the keywords such as attach in your mail " -"and there is no actual attached file, you are reminded of missing " -"attachments." -msgstr "" -"Na základě klíčových slov, které jste zde přidali, prohledává každý e-mail, " -"který odesíláte. Pokud nalezne v e-mailu klíčové slovo jako např. " -"příloha a žádný přiložený soubor, budete upozorněn na " -"chybějící přílohu." +msgid "Based on the keywords you have added here, it searches every mail you are sending. If it finds the keywords such as attach in your mail and there is no actual attached file, you are reminded of missing attachments." +msgstr "Na základě klíčových slov, které jste zde přidali, prohledává každý e-mail, který odesíláte. Pokud nalezne v e-mailu klíčové slovo jako např. příloha a žádný přiložený soubor, budete upozorněn na chybějící přílohu." #: C/evolution.xml:1634(para) -msgid "" -"To edit any of the existing keywords, select the keyword, click Edit, then " -"modify the word as desired." -msgstr "" -"Chcete-li editovat kterékoliv z existujících klíčových slov, vyberte ho, " -"klikněte na Upravit a změňte ho." +msgid "To edit any of the existing keywords, select the keyword, click Edit, then modify the word as desired." +msgstr "Chcete-li editovat kterékoliv z existujících klíčových slov, vyberte ho, klikněte na Upravit a změňte ho." #: C/evolution.xml:1643(para) -msgid "" -"Evolution, like most email programs, recognizes three " -"types of addresses: primary recipients, secondary recipients, and hidden " -"(blind) recipients. The simplest way to direct a message is to put the email " -"address or addresses in the To: field, which denotes primary recipients. Use " -"the Cc: field to send a message to secondary recipients." -msgstr "" -"Evolution, stejně jako většina ostatních e-mailových " -"klientů, rozpoznává tři druhy adresátů: hlavní příjemci, vedlejší příjemci a " -"skrytí (neviditelní) příjemci. Nejjednodušší způsob, jak směrovat zprávu, je " -"vložit e-mailovou adresu nebo adresy do pole Komu:, které udává hlavní " -"příjemce. Použijte pole Kopie, chcete-li zprávu poslat vedlejšímu příjemci." +msgid "Evolution, like most email programs, recognizes three types of addresses: primary recipients, secondary recipients, and hidden (blind) recipients. The simplest way to direct a message is to put the email address or addresses in the To: field, which denotes primary recipients. Use the Cc: field to send a message to secondary recipients." +msgstr "Evolution, stejně jako většina ostatních e-mailových klientů, rozpoznává tři druhy adresátů: hlavní příjemci, vedlejší příjemci a skrytí (neviditelní) příjemci. Nejjednodušší způsob, jak směrovat zprávu, je vložit e-mailovou adresu nebo adresy do pole Komu:, které udává hlavní příjemce. Použijte pole Kopie, chcete-li zprávu poslat vedlejšímu příjemci." #: C/evolution.xml:1644(para) -msgid "" -"Addresses on the Bcc: list are hidden from the other recipients of the " -"message. You can use it to send mail to large groups of people, especially " -"if they don't know each other or if privacy is a concern. If your Bcc: field " -"is absent, click View > Bcc Field." -msgstr "" -"Adresáti v seznamu Skrytá kopie: jsou skrytí před ostatními příjemci zprávy. " -"Můžete ji použít pro posílání pošty velké skupině lidi, zvláště pokud se " -"navzájem neznají nebo jde o soukromí. Pokud pole Skrytá kopie chybí, " -"klikněte na Zobrazit > Skrytá kopie." +msgid "Addresses on the Bcc: list are hidden from the other recipients of the message. You can use it to send mail to large groups of people, especially if they don't know each other or if privacy is a concern. If your Bcc: field is absent, click View > Bcc Field." +msgstr "Adresáti v seznamu Skrytá kopie: jsou skrytí před ostatními příjemci zprávy. Můžete ji použít pro posílání pošty velké skupině lidi, zvláště pokud se navzájem neznají nebo jde o soukromí. Pokud pole Skrytá kopie chybí, klikněte na Zobrazit > Skrytá kopie." #: C/evolution.xml:1645(para) -msgid "" -"If you frequently write email to the same groups of people, you can create " -"address lists in the contacts tool, and then send them mail as though they " -"have a single address. To learn how to do that, see Creating a List of Contacts." -msgstr "" -"Pokud často píšete e-mail stejné skupině lidí, můžete si vytvořit seznam " -"adres v nástroji kontaktů a potom jim posílat e-mail, jakoby měli jednu " -"adresu. Jak to udělat se dozvíte v Vytvoření seznamu kontaktů." +msgid "If you frequently write email to the same groups of people, you can create address lists in the contacts tool, and then send them mail as though they have a single address. To learn how to do that, see Creating a List of Contacts." +msgstr "Pokud často píšete e-mail stejné skupině lidí, můžete si vytvořit seznam adres v nástroji kontaktů a potom jim posílat e-mail, jakoby měli jednu adresu. Jak to udělat se dozvíte v Vytvoření seznamu kontaktů." #: C/evolution.xml:1646(para) -msgid "" -"Evolution has the ability to let you specify the Reply-To in an email. Using " -"this, you can set up a special Reply-To for an email. To do this:" -msgstr "" -"Evolution vám umožňuje zadat v e-mailu Odpovědět-komu. Díky použití této " -"funkce můžete nastavit e-mailu speciální Odpovědět-komu. Uděláte to takto: " +msgid "Evolution has the ability to let you specify the Reply-To in an email. Using this, you can set up a special Reply-To for an email. To do this:" +msgstr "Evolution vám umožňuje zadat v e-mailu Odpovědět-komu. Díky použití této funkce můžete nastavit e-mailu speciální Odpovědět-komu. Uděláte to takto: " #: C/evolution.xml:1649(para) msgid "Open a compose window." @@ -4265,134 +2906,59 @@ #: C/evolution.xml:1652(para) msgid "Open the Reply-To field by clicking View > Reply To." -msgstr "" -"Otevřete pole Odpovědět-komu kliknutím na Zobrazit > Odpovědět-komu." +msgstr "Otevřete pole Odpovědět-komu kliknutím na Zobrazit > Odpovědět-komu." #: C/evolution.xml:1655(para) -msgid "" -"Specify the address you want as the Reply-To address in the new Reply-To " -"field." -msgstr "" -"Zadejte do nového pole Odpovědět-komu adresu, kterou chcete jako adresu pro " -"odpovědi." +msgid "Specify the address you want as the Reply-To address in the new Reply-To field." +msgstr "Zadejte do nového pole Odpovědět-komu adresu, kterou chcete jako adresu pro odpovědi." #: C/evolution.xml:1658(para) msgid "Complete the rest of your message." msgstr "Dokončete zbytek zprávy" -#: C/evolution.xml:1661(para) C/evolution.xml:2029(para) -#: C/evolution.xml:2137(para) C/evolution.xml:2344(para) +#: C/evolution.xml:1661(para) +#: C/evolution.xml:2029(para) +#: C/evolution.xml:2137(para) +#: C/evolution.xml:2344(para) #: C/evolution.xml:5446(para) msgid "Click Send." msgstr "Klikněte na Poslat." #: C/evolution.xml:1668(para) -msgid "" -"Address auto completion is by default enabled in Evolution when you create " -"contacts. Evolution makes it easy for you to quickly fill in the address " -"field without having to remember the email address of recipients. You can " -"type nicknames or other portions of address data in the address field and " -"Evolution will display a drop-down list of possible address completions from " -"your contacts. If you type a name or nickname that can go with more than one " -"card, Evolution opens a dialog box to ask you which person you meant." -msgstr "" -"Automatické dokončování adres je v Evolutionu implicitně zapnuto, když " -"vytvoříte kontakty. Evolution vám usnadňuje rychlé vyplňování adres, aniž " -"byste si museli pamatovat e-mailové adresy příjemců. Můžete psát přezdívky " -"nebo části dat adresy do pole pro adresu a Evolution zobrazí rozbalovací " -"seznam možných adres z vašich kontaktů. Pokud napíšete jméno nebo přezdívku, " -"která odpovídá více než jedné kartě, Evolution otevře dialog, kde se vám " -"zeptá, kterou osobu jste měli na mysli." +msgid "Address auto completion is by default enabled in Evolution when you create contacts. Evolution makes it easy for you to quickly fill in the address field without having to remember the email address of recipients. You can type nicknames or other portions of address data in the address field and Evolution will display a drop-down list of possible address completions from your contacts. If you type a name or nickname that can go with more than one card, Evolution opens a dialog box to ask you which person you meant." +msgstr "Automatické dokončování adres je v Evolutionu implicitně zapnuto, když vytvoříte kontakty. Evolution vám usnadňuje rychlé vyplňování adres, aniž byste si museli pamatovat e-mailové adresy příjemců. Můžete psát přezdívky nebo části dat adresy do pole pro adresu a Evolution zobrazí rozbalovací seznam možných adres z vašich kontaktů. Pokud napíšete jméno nebo přezdívku, která odpovídá více než jedné kartě, Evolution otevře dialog, kde se vám zeptá, kterou osobu jste měli na mysli." #: C/evolution.xml:1669(para) -msgid "" -"If Evolution does not complete addresses automatically, click Edit > " -"Preferences, then click Autocompletion. There, select the address book you " -"want to use for address autocompletion in the mailer." -msgstr "" -"Pokud Evolution nedoplňuje adresy automaticky, klikněte na Upravit > " -"Nastavení, potom na Automatické dokončování. Zde vyberte skupinu kontaktů, " -"kterou chcete pro automatické dokončování používat." +msgid "If Evolution does not complete addresses automatically, click Edit > Preferences, then click Autocompletion. There, select the address book you want to use for address autocompletion in the mailer." +msgstr "Pokud Evolution nedoplňuje adresy automaticky, klikněte na Upravit > Nastavení, potom na Automatické dokončování. Zde vyberte skupinu kontaktů, kterou chcete pro automatické dokončování používat." #: C/evolution.xml:1670(para) -msgid "" -"Alternately, you can click the To:, Cc:, or Bcc: buttons to get a list of " -"the email addresses in your contacts. Select addresses and click the arrows " -"to move them into the appropriate address columns." -msgstr "" -"Obdobně můžete kliknout na tlačítka Komu:, Kopie:, Skrytá kopie: a získáte " -"seznam e-mailových adres ve vašich kontaktech. Vyberte adresy a klikněte na " -"šipky pro přidání do příslušného sloupce adres." +msgid "Alternately, you can click the To:, Cc:, or Bcc: buttons to get a list of the email addresses in your contacts. Select addresses and click the arrows to move them into the appropriate address columns." +msgstr "Obdobně můžete kliknout na tlačítka Komu:, Kopie:, Skrytá kopie: a získáte seznam e-mailových adres ve vašich kontaktech. Vyberte adresy a klikněte na šipky pro přidání do příslušného sloupce adres." #: C/evolution.xml:1671(para) -msgid "" -"For more information about using email with the contact manager and the " -"calendar, see Send Me a Card: " -"Adding New Cards Quickly and Scheduling With the Evolution Calendar." -msgstr "" -"Více informací o používání e-mailu spolu se správcem kontaktů a kalendářem " -"naleznete v Pošli mi kartu: " -"Rychlé přidávání nových karet a Plánování s Kalendářem Evolution." +msgid "For more information about using email with the contact manager and the calendar, see Send Me a Card: Adding New Cards Quickly and Scheduling With the Evolution Calendar." +msgstr "Více informací o používání e-mailu spolu se správcem kontaktů a kalendářem naleznete v Pošli mi kartu: Rychlé přidávání nových karet a Plánování s Kalendářem Evolution." #: C/evolution.xml:1676(para) -msgid "" -"To reply to a message, click the message to reply to in the message list and " -"click the Reply button in the toolbar, or right-click within the message and " -"select Reply to Sender. This opens the message composer. The To: and " -"Subject: fields are already filled, although you can alter them if you " -"prefer. In addition, the full text of the old message is inserted into the " -"new message, either in grey with a blue line on one side (for HTML display) " -"or with the > character before each line (in plain text mode), to " -"indicate that it is part of the previous message." -msgstr "" -"Chcete-li odpovědět na zprávu, klikněte na zprávu, na kterou chcete " -"reagovat, a potom na Odpovědět v liště nástrojů nebo klikněte pravým " -"tlačítkem ve zprávě a vyberte Odpovědět odesílateli. Tohle otevře editor " -"zpráv. Pole Komu: a Předmět: jsou již vyplněny, můžete je avšak změnit, " -"pokud chcete. Navíc je celý text původní zprávy vložen do zprávy nové. Je " -"buď šedý s modrou čárou na straně (pro HTML) nebo se znakem > na začátku " -"každého řádku (v režimu prostého textu), což signalizuje, že se jedná o " -"původní zprávu." +msgid "To reply to a message, click the message to reply to in the message list and click the Reply button in the toolbar, or right-click within the message and select Reply to Sender. This opens the message composer. The To: and Subject: fields are already filled, although you can alter them if you prefer. In addition, the full text of the old message is inserted into the new message, either in grey with a blue line on one side (for HTML display) or with the > character before each line (in plain text mode), to indicate that it is part of the previous message." +msgstr "Chcete-li odpovědět na zprávu, klikněte na zprávu, na kterou chcete reagovat, a potom na Odpovědět v liště nástrojů nebo klikněte pravým tlačítkem ve zprávě a vyberte Odpovědět odesílateli. Tohle otevře editor zpráv. Pole Komu: a Předmět: jsou již vyplněny, můžete je avšak změnit, pokud chcete. Navíc je celý text původní zprávy vložen do zprávy nové. Je buď šedý s modrou čárou na straně (pro HTML) nebo se znakem > na začátku každého řádku (v režimu prostého textu), což signalizuje, že se jedná o původní zprávu." #: C/evolution.xml:1677(para) -msgid "" -"If you're reading a message with several recipients, you can use Reply to " -"All instead of Reply. If there are large numbers of people in the Cc: or To: " -"fields, this can save substantial amounts of time." -msgstr "" -"Pokud čtete zprávu s několika příjemci, můžete použít Odpovědět všem místo " -"Odpovědět. Pokud je v polích Kopie: a Komu: velké množství lidí, tohle vám " -"ušetří značné množství času." +msgid "If you're reading a message with several recipients, you can use Reply to All instead of Reply. If there are large numbers of people in the Cc: or To: fields, this can save substantial amounts of time." +msgstr "Pokud čtete zprávu s několika příjemci, můžete použít Odpovědět všem místo Odpovědět. Pokud je v polích Kopie: a Komu: velké množství lidí, tohle vám ušetří značné množství času." #: C/evolution.xml:1680(title) msgid "Using the Reply To All Feature" msgstr "Používání funkce Odpovědět všem" #: C/evolution.xml:1681(para) -msgid "" -"Susan sends an email to a client and sends copies to Tim and to an internal " -"company mailing list of co-workers. If Tim wants to make a comment for all " -"of them to read, he uses Reply to All, but if he just wants to tell Susan " -"that he agrees with her, he uses Reply. His reply does not reach anyone that " -"Susan put on her Bcc list, because that list is not shared with anyone." -msgstr "" -"Susan posílá e-mail klientovi a kopii Timovi a do interního seznamu firemní " -"pošty spolupracovníků. Pokud chce Tim napsat komentář pro všechny z nich, " -"použije Odpovědět všem. ale pokud chce Susan pouze říct, že s ní souhlasí, " -"použije Odpovědět. Jeho odpověď nedojde nikomu, koho Susan vložila na seznam " -"skryté kopie, protože tento seznam není nikomu k dispozici. " +msgid "Susan sends an email to a client and sends copies to Tim and to an internal company mailing list of co-workers. If Tim wants to make a comment for all of them to read, he uses Reply to All, but if he just wants to tell Susan that he agrees with her, he uses Reply. His reply does not reach anyone that Susan put on her Bcc list, because that list is not shared with anyone." +msgstr "Susan posílá e-mail klientovi a kopii Timovi a do interního seznamu firemní pošty spolupracovníků. Pokud chce Tim napsat komentář pro všechny z nich, použije Odpovědět všem. ale pokud chce Susan pouze říct, že s ní souhlasí, použije Odpovědět. Jeho odpověď nedojde nikomu, koho Susan vložila na seznam skryté kopie, protože tento seznam není nikomu k dispozici. " #: C/evolution.xml:1682(para) -msgid "" -"If you subscribe to a mailing list, and want your reply to go just to the " -"list, rather than to the sender, select Reply to List instead of Reply or " -"Reply to All." -msgstr "" -"Pokud jste se přihlásili do konference a chcete, aby šla odpověď pouze do " -"konference místo odesílateli, vyberte Odpovědět do konference místo " -"Odpovědět všem." +msgid "If you subscribe to a mailing list, and want your reply to go just to the list, rather than to the sender, select Reply to List instead of Reply or Reply to All." +msgstr "Pokud jste se přihlásili do konference a chcete, aby šla odpověď pouze do konference místo odesílateli, vyberte Odpovědět do konference místo Odpovědět všem." #: C/evolution.xml:1686(title) msgid "Keyboard shortcuts" @@ -4439,8 +3005,7 @@ msgstr "Ctrl+F" #: C/evolution.xml:1742(para) -msgid "" -"The message composer makes several text searching features available to you." +msgid "The message composer makes several text searching features available to you." msgstr "Editor zpráv vám zpřístupňuje několik vyhledávacích funkcí." #: C/evolution.xml:1744(title) @@ -4456,16 +3021,8 @@ msgstr "Hledat regulární výraz:" #: C/evolution.xml:1749(para) -msgid "" -"You can search for a complex pattern of characters, called a regular expression or regex in " -"your composer window. If you're not sure what a regular expression is, you " -"should ignore this feature." -msgstr "" -"Můžete v editoru zpráv vyhledávat komplexní vzory znaků zvané regulární výrazy nebo regex. " -"Pokud si nejste jistí, co regulární výrazy jsou, měli byste tuto funkci " -"ignorovat. " +msgid "You can search for a complex pattern of characters, called a regular expression or regex in your composer window. If you're not sure what a regular expression is, you should ignore this feature." +msgstr "Můžete v editoru zpráv vyhledávat komplexní vzory znaků zvané regulární výrazy nebo regex. Pokud si nejste jistí, co regulární výrazy jsou, měli byste tuto funkci ignorovat. " #: C/evolution.xml:1752(title) msgid "Find Again:" @@ -4473,9 +3030,7 @@ #: C/evolution.xml:1753(para) msgid "Select this item to repeat the last search you performed." -msgstr "" -"Vyberte tuto položku, chcete-li opakovat poslední vyhledávání, které jste " -"provedli." +msgstr "Vyberte tuto položku, chcete-li opakovat poslední vyhledávání, které jste provedli." #: C/evolution.xml:1756(title) msgid "Replace:" @@ -4486,120 +3041,56 @@ msgstr "Nalezněte slovo nebo frázi a nahraďte ji něčím jiným." #: C/evolution.xml:1759(para) -msgid "" -"For all of these menu items, you can choose whether to search backwards in " -"the document from the point where your cursor is. You can also determine " -"whether the search is to be case sensitive in determining a match." -msgstr "" -"Pro všechny tyto položky můžete zvolit, zda hledat v dokumentu z bodu, kde " -"se nachází kurzor, pozpátku. Můžete také určit, zda má vyhledávání " -"rozlišovat velikost písmen." +msgid "For all of these menu items, you can choose whether to search backwards in the document from the point where your cursor is. You can also determine whether the search is to be case sensitive in determining a match." +msgstr "Pro všechny tyto položky můžete zvolit, zda hledat v dokumentu z bodu, kde se nachází kurzor, pozpátku. Můžete také určit, zda má vyhledávání rozlišovat velikost písmen." #: C/evolution.xml:1764(para) -msgid "" -"Normally, you can't set text styles or insert pictures in email. However, " -"most newer email programs can display images and text styles in addition to " -"basic alignment and paragraph formatting. They do this with HTML, just like Web pages do." -msgstr "" -"Běžně nemůžete nastavit formátování textu nebo vkládat do e-mailu obrázky. " -"Nicméně většina novějších e-mailových programů umí navíc k základnímu " -"zarovnání a formátování odstavců zobrazovat také obrázky a formátování " -"textů. Dělají to s HTML stejně jako webové " -"stránky." +msgid "Normally, you can't set text styles or insert pictures in email. However, most newer email programs can display images and text styles in addition to basic alignment and paragraph formatting. They do this with HTML, just like Web pages do." +msgstr "Běžně nemůžete nastavit formátování textu nebo vkládat do e-mailu obrázky. Nicméně většina novějších e-mailových programů umí navíc k základnímu zarovnání a formátování odstavců zobrazovat také obrázky a formátování textů. Dělají to s HTML stejně jako webové stránky." #: C/evolution.xml:1765(para) -msgid "" -"Some people do not have HTML-capable mail clients, or prefer not to receive " -"HTML-enhanced mail because it is slower to download and display. Because of " -"this, Evolution sends plain text unless you explicitly ask for HTML." -msgstr "" -"Někteří lidé nemají e-mailové klienty schopné zobrazovat HTML nebo dávají " -"přednost nepřijímání e-mailů vylepšených pomocí HTML, protože se pomaleji " -"stahují a zobrazují. Kvůli tomu Evolution posílá prostý text, pokud si " -"explicitně neřeknete o HTML." +msgid "Some people do not have HTML-capable mail clients, or prefer not to receive HTML-enhanced mail because it is slower to download and display. Because of this, Evolution sends plain text unless you explicitly ask for HTML." +msgstr "Někteří lidé nemají e-mailové klienty schopné zobrazovat HTML nebo dávají přednost nepřijímání e-mailů vylepšených pomocí HTML, protože se pomaleji stahují a zobrazují. Kvůli tomu Evolution posílá prostý text, pokud si explicitně neřeknete o HTML." #: C/evolution.xml:1768(title) msgid "Basic HTML Formatting" msgstr "Základní HTML formátování" #: C/evolution.xml:1769(para) -msgid "" -"You can change the format of an email message from plain text to HTML by " -"choosing Format > HTML from the menu bar." -msgstr "" -"Můžete změnit formátování e-mailové zprávy z prostého textu na HTML zvolením " -"Formát > HTML z lišty nástrojů." +msgid "You can change the format of an email message from plain text to HTML by choosing Format > HTML from the menu bar." +msgstr "Můžete změnit formátování e-mailové zprávy z prostého textu na HTML zvolením Formát > HTML z lišty nástrojů." #: C/evolution.xml:1770(para) -msgid "" -"To send all your mail as HTML by default, set your mail format preferences " -"in the mail configuration dialog box. See Composer Preferences for more information." -msgstr "" -"Chcete-li posílat všechny vaše e-maily implicitně jako HTML, nastavte " -"formátování zpráv v dialogovém okně nastavení editoru. Více informací v " -"Nastavení editoru." +msgid "To send all your mail as HTML by default, set your mail format preferences in the mail configuration dialog box. See Composer Preferences for more information." +msgstr "Chcete-li posílat všechny vaše e-maily implicitně jako HTML, nastavte formátování zpráv v dialogovém okně nastavení editoru. Více informací v Nastavení editoru." #: C/evolution.xml:1771(para) -msgid "" -"HTML formatting tools are located in the toolbar just above the space where " -"you actually compose the message. They also appear in the Insert and Format " -"menus." -msgstr "" -"Nástroje HTML formátování jsou umístěny v liště nástrojů přímo nad " -"prostorem, kde tvoříte zprávu. Taktéž se jsou v nabídce Vložit a Formát." +msgid "HTML formatting tools are located in the toolbar just above the space where you actually compose the message. They also appear in the Insert and Format menus." +msgstr "Nástroje HTML formátování jsou umístěny v liště nástrojů přímo nad prostorem, kde tvoříte zprávu. Taktéž se jsou v nabídce Vložit a Formát." #: C/evolution.xml:1772(para) -msgid "" -"The icons in the toolbar are explained in tool-" -"tips, which appear when you hold your mouse pointer over the buttons. " -"The buttons fall into five categories:" -msgstr "" -"Ikony v liště nástrojů jsou vysvětleny v nástrojových tipech, které se objevují, když podržíte kurzor myši " -"nad tlačítkem. Tlačítka spadají do pěti kategorií:" +msgid "The icons in the toolbar are explained in tool-tips, which appear when you hold your mouse pointer over the buttons. The buttons fall into five categories:" +msgstr "Ikony v liště nástrojů jsou vysvětleny v nástrojových tipech, které se objevují, když podržíte kurzor myši nad tlačítkem. Tlačítka spadají do pěti kategorií:" #: C/evolution.xml:1774(title) msgid "Headers and Lists:" msgstr "Záhlaví a seznamy:" #: C/evolution.xml:1775(para) -msgid "" -"At the left edge of the toolbar, you can choose Normal for a default text " -"style or Header 1 through Header 6 for varying sizes of header from large " -"(1) to tiny (6). Other styles include preformat, to use the HTML tag for " -"preformatted blocks of text, and three types of bullet points for lists." -msgstr "" -"Na levé straně lišty nástrojů můžete vybrat Normální pro výchozí formátování " -"textu nebo Header 1 až Header 6 pro různé velikost záhlaví od velkého (1) po " -"malé (6). Ostatní styly obsahují předformátované (použití HTML značek pro " -"předformátované bloky textu) a tři druhy odrážek pro seznamy." +msgid "At the left edge of the toolbar, you can choose Normal for a default text style or Header 1 through Header 6 for varying sizes of header from large (1) to tiny (6). Other styles include preformat, to use the HTML tag for preformatted blocks of text, and three types of bullet points for lists." +msgstr "Na levé straně lišty nástrojů můžete vybrat Normální pro výchozí formátování textu nebo Header 1 až Header 6 pro různé velikost záhlaví od velkého (1) po malé (6). Ostatní styly obsahují předformátované (použití HTML značek pro předformátované bloky textu) a tři druhy odrážek pro seznamy." #: C/evolution.xml:1777(para) -msgid "" -"For instance, instead of using asterisks to mark a bulleted list, you can " -"use the Bulleted List style from the style drop-down list. Evolution uses " -"different bullet styles, and handles word wrap and multiple levels of " -"indentation." -msgstr "" -"Například místo používání hvězdiček k označení seznamu s odrážkami můžete " -"použít styl Bulleted List z vysouvací nabídky. Evolution používá různé styly " -"odrážek, zalamování slov a několik úrovní odsazení." +msgid "For instance, instead of using asterisks to mark a bulleted list, you can use the Bulleted List style from the style drop-down list. Evolution uses different bullet styles, and handles word wrap and multiple levels of indentation." +msgstr "Například místo používání hvězdiček k označení seznamu s odrážkami můžete použít styl Bulleted List z vysouvací nabídky. Evolution používá různé styly odrážek, zalamování slov a několik úrovní odsazení." #: C/evolution.xml:1779(title) msgid "Text Styles:" msgstr "Styly textu:" #: C/evolution.xml:1780(para) -msgid "" -"Use these buttons to determine the way your email looks. If you have text " -"selected, the style applies to the selected text. If you do not have text " -"selected, the style applies to whatever you type next." -msgstr "" -"Použijte tyto tlačítka k určení vzhledu vašich e-mailů. Pokud máte vybraný " -"text, styly se aplikují na vybraný text. Pokud text vybraný nemáte, stypy se " -"aplikují na vše, co dále napíšete." +msgid "Use these buttons to determine the way your email looks. If you have text selected, the style applies to the selected text. If you do not have text selected, the style applies to whatever you type next." +msgstr "Použijte tyto tlačítka k určení vzhledu vašich e-mailů. Pokud máte vybraný text, styly se aplikují na vybraný text. Pokud text vybraný nemáte, stypy se aplikují na vše, co dále napíšete." #: C/evolution.xml:1789(para) msgid "Button" @@ -4610,11 +3101,8 @@ msgstr "TT" #: C/evolution.xml:1802(para) -msgid "" -"Typewriter text, which is approximately the same as the Courier monospace " -"font." -msgstr "" -"Text psacího stroje, který je přibližně stejný jako písmo Courier monospace." +msgid "Typewriter text, which is approximately the same as the Courier monospace font." +msgstr "Text psacího stroje, který je přibližně stejný jako písmo Courier monospace." #: C/evolution.xml:1807(para) msgid "Bold A" @@ -4653,76 +3141,40 @@ msgstr "Zarovnání:" #: C/evolution.xml:1842(para) -msgid "" -"Located next to the text style buttons, the three paragraph icons should be " -"familiar to users of most word processing software. The left most button " -"aligns your text to the left, the center button centers text, and the right " -"button aligns the text to the right." -msgstr "" -"Tři ikony paragrafů by měly být známé uživatelům většiny textových " -"procesorů. Tlačítko úplně nalevo zarovnává text doleva, prostředí tlačítko " -"doprostřed a pravé tlačítko doprava." +msgid "Located next to the text style buttons, the three paragraph icons should be familiar to users of most word processing software. The left most button aligns your text to the left, the center button centers text, and the right button aligns the text to the right." +msgstr "Tři ikony paragrafů by měly být známé uživatelům většiny textových procesorů. Tlačítko úplně nalevo zarovnává text doleva, prostředí tlačítko doprostřed a pravé tlačítko doprava." #: C/evolution.xml:1845(title) msgid "Indentation Rules:" msgstr "Pravidla odsazení:" #: C/evolution.xml:1846(para) -msgid "" -"The button with the arrow pointing left decreases a paragraph's indentation, " -"and the right arrow increases its indentation." -msgstr "" -"Tlačítko s šipkou ukazující doleva zmenšuje odsazení odstavce a šipka " -"doprava zvětšuje odsazení." +msgid "The button with the arrow pointing left decreases a paragraph's indentation, and the right arrow increases its indentation." +msgstr "Tlačítko s šipkou ukazující doleva zmenšuje odsazení odstavce a šipka doprava zvětšuje odsazení." #: C/evolution.xml:1849(title) msgid "Color Selection:" msgstr "Výběr barev:" #: C/evolution.xml:1850(para) -msgid "" -"At the far right is the color section tool, where a box displays the current " -"text color. To choose a new color, click the arrow button to the right. If " -"you have text selected, the color applies to the selected text. If you do " -"not have text selected, the color applies to whatever you type next. You can " -"select a background color or image by right-clicking the message background, " -"then selecting Style > Page Style." -msgstr "" -"Úplně napravo je nástroj na výběr barev, kde čtverec ukazuje aktuální barvu " -"textu. Chcete-li vybrat novou barvu, klikněte napravo na tlačítko s šipkou. " -"Pokud máte vybraný text, barva se aplikuje na vybraný text. Pokud text " -"vybraný nemáte, barva se aplikuje na barvu všechno, co dále napíšete. Můžete " -"vybrat barvu pozadí nebo obrázek kliknutím pravým tlačítkem na pozadí " -"stránky zvolením Vzhled > Styl stránky." +msgid "At the far right is the color section tool, where a box displays the current text color. To choose a new color, click the arrow button to the right. If you have text selected, the color applies to the selected text. If you do not have text selected, the color applies to whatever you type next. You can select a background color or image by right-clicking the message background, then selecting Style > Page Style." +msgstr "Úplně napravo je nástroj na výběr barev, kde čtverec ukazuje aktuální barvu textu. Chcete-li vybrat novou barvu, klikněte napravo na tlačítko s šipkou. Pokud máte vybraný text, barva se aplikuje na vybraný text. Pokud text vybraný nemáte, barva se aplikuje na barvu všechno, co dále napíšete. Můžete vybrat barvu pozadí nebo obrázek kliknutím pravým tlačítkem na pozadí stránky zvolením Vzhled > Styl stránky." #: C/evolution.xml:1855(title) msgid "Advanced HTML Formatting" msgstr "Pokročilé HTML formátování" #: C/evolution.xml:1856(para) -msgid "" -"Under the Insert menu, there are several more items you can use to style " -"your email. To use these and other HTML formatting tools, make sure you have " -"enabled HTML mode by using Format > HTML from the menu bar." -msgstr "" -"Pod nabídnou Vložit je několik položek, které můžete použít k formátování " -"vašeho e-mailu. K tomu, abyste mohli tyto a další nástroje HTML formátování " -"používat, se ujistěte, že máte zapnutý režim HTML, pomocí Formát > HTML v " -"liště nástrojů." +msgid "Under the Insert menu, there are several more items you can use to style your email. To use these and other HTML formatting tools, make sure you have enabled HTML mode by using Format > HTML from the menu bar." +msgstr "Pod nabídnou Vložit je několik položek, které můžete použít k formátování vašeho e-mailu. K tomu, abyste mohli tyto a další nástroje HTML formátování používat, se ujistěte, že máte zapnutý režim HTML, pomocí Formát > HTML v liště nástrojů." #: C/evolution.xml:1859(title) msgid "Inserting a Link" msgstr "Vložení odkazu" #: C/evolution.xml:1860(para) -msgid "" -"Use the Insert a Link tool to put hyperlinks in your HTML messages. If you " -"don't want special link text, you can just enter the address directly, and " -"Evolution recognizes it as a link." -msgstr "" -"Použijte nástroj Vložit odkaz pro vložení hypertextových odkazů do vaší HTML " -"zprávy. Pokud nechcete mít pro odkaz speciální text, můžete vložit adresu " -"rovnou a Evolution rozpozná, že se jedná o odkaz." +msgid "Use the Insert a Link tool to put hyperlinks in your HTML messages. If you don't want special link text, you can just enter the address directly, and Evolution recognizes it as a link." +msgstr "Použijte nástroj Vložit odkaz pro vložení hypertextových odkazů do vaší HTML zprávy. Pokud nechcete mít pro odkaz speciální text, můžete vložit adresu rovnou a Evolution rozpozná, že se jedná o odkaz." #: C/evolution.xml:1863(para) msgid "Select the text you want to link from." @@ -4753,15 +3205,12 @@ msgstr "Vložení čáry" #: C/evolution.xml:1894(para) -msgid "" -"You can insert a horizontal line into the text to help divide two sections:" -msgstr "" -"Můžete do textu vložit vodorovnou čáru, která jej pomůže rozdělit na dvě " -"části:" +msgid "You can insert a horizontal line into the text to help divide two sections:" +msgstr "Můžete do textu vložit vodorovnou čáru, která jej pomůže rozdělit na dvě části:" #: C/evolution.xml:1897(para) msgid "Click Insert > Rule in the menubar." -msgstr "" +msgstr "Klikněte v nabídce na Vložit > Pravidlo." #: C/evolution.xml:1900(para) msgid "Select the width, size, and alignment." @@ -4781,7 +3230,7 @@ #: C/evolution.xml:1916(para) msgid "Click Insert > Table in the menubar." -msgstr "" +msgstr "Klikněte v nabídce na Vložit > Tabulku." #: C/evolution.xml:1919(para) msgid "Select the number of rows and columns." @@ -4796,12 +3245,8 @@ msgstr "Vyberte pozadí tabulky." #: C/evolution.xml:1926(para) -msgid "" -"To insert a picture for the background, click the filechooser button and " -"select the desired image." -msgstr "" -"Chcete-li vložit jako pozadí obrázek, klikněte na tlačítko pro výběr souboru " -"a vyberte požadovaný obrázek." +msgid "To insert a picture for the background, click the filechooser button and select the desired image." +msgstr "Chcete-li vložit jako pozadí obrázek, klikněte na tlačítko pro výběr souboru a vyberte požadovaný obrázek." #: C/evolution.xml:1938(para) msgid "You can set the following options when sending mail in Evolution." @@ -4812,53 +3257,28 @@ msgstr "Doručenka o čtení:" #: C/evolution.xml:1941(para) -msgid "" -"Evolution allows you to request a receipt for your sent messages to indicate " -"when your message is being viewed by the recipient. Receipts are useful when " -"sending email that is time-sensitive. To request a receipt, click Insert " -"> Request Read Receipt in the composer window." -msgstr "" -"Evolution vám umožňuje požadovat doručenku pro vámi odeslanou zprávu, která " -"udává, kdy byla zpráva příjemcem přečtena. Doručenky jsou užitečné, když " -"posíláte e-mail, u kterého hraje roli čas. Chcete-li požádat o doručenku, " -"klikněte v okně editoru na Vložit > Žádat o doručenku o čtení." +msgid "Evolution allows you to request a receipt for your sent messages to indicate when your message is being viewed by the recipient. Receipts are useful when sending email that is time-sensitive. To request a receipt, click Insert > Request Read Receipt in the composer window." +msgstr "Evolution vám umožňuje požadovat doručenku pro vámi odeslanou zprávu, která udává, kdy byla zpráva příjemcem přečtena. Doručenky jsou užitečné, když posíláte e-mail, u kterého hraje roli čas. Chcete-li požádat o doručenku, klikněte v okně editoru na Vložit > Žádat o doručenku o čtení." #: C/evolution.xml:1944(title) msgid "Prioritize Message:" msgstr "Důležitost zprávy:" #: C/evolution.xml:1945(para) -msgid "" -"You can prioritize a message to be sent, so that the recipient sees its " -"relative importance.To prioritize a message, click Insert > Prioritize " -"Message in the composer window." -msgstr "" -"Můžete zprávu, která má být odeslána, označit jako důležitou tak, aby " -"přijemce viděl její relativní důležitost. Zprávu označíte jako důležitou " -"tak, že kliknete v okně editoru na Vložit > Důležitost zprávy." +msgid "You can prioritize a message to be sent, so that the recipient sees its relative importance.To prioritize a message, click Insert > Prioritize Message in the composer window." +msgstr "Můžete zprávu, která má být odeslána, označit jako důležitou tak, aby přijemce viděl její relativní důležitost. Zprávu označíte jako důležitou tak, že kliknete v okně editoru na Vložit > Důležitost zprávy." #: C/evolution.xml:1948(para) -msgid "" -"Evolution will ignore the message priority, because it assumes that the " -"recipient should decide whether the message is important or not." -msgstr "" -"Evolution bude důležitost zprávy ignorovat, protože předpokládá, že se " -"příjemce rozhodně, zda je zpráva důležitá nebo ne." +msgid "Evolution will ignore the message priority, because it assumes that the recipient should decide whether the message is important or not." +msgstr "Evolution bude důležitost zprávy ignorovat, protože předpokládá, že se příjemce rozhodně, zda je zpráva důležitá nebo ne." #: C/evolution.xml:1953(title) msgid "Default Settings" msgstr "Implicitní nastavení" #: C/evolution.xml:1954(para) -msgid "" -"Evolution allows you to change the default settings. You can organize your " -"draft folder and sent folder, set the addresses to which you want to sent " -"carbon copies and blind carbon copies to. You can also change the settings " -"for message receipts from Default setting window." -msgstr "" -"Evolution vám dovoluje změnit výchozí nastavení. Můžete organizovat složky " -"Koncepty a Odeslané, nastavit adresy, na které chcete posílat kopie a skryté " -"kopie. V kartě Implicitní hodnoty můžete také změnit nastavení doručenek." +msgid "Evolution allows you to change the default settings. You can organize your draft folder and sent folder, set the addresses to which you want to sent carbon copies and blind carbon copies to. You can also change the settings for message receipts from Default setting window." +msgstr "Evolution vám dovoluje změnit výchozí nastavení. Můžete organizovat složky Koncepty a Odeslané, nastavit adresy, na které chcete posílat kopie a skryté kopie. V kartě Implicitní hodnoty můžete také změnit nastavení doručenek." #: C/evolution.xml:1956(para) msgid "To change your default settings," @@ -4877,32 +3297,20 @@ msgstr "Klikněte na kartu Implicitní hodnoty." #: C/evolution.xml:1971(para) -msgid "" -"Click the respective check boxes and enter the email addresses you want CC " -"and BCC to." -msgstr "" -"Zatrhněte příslušné volby a vložte e-mailové adresy, na které chcete posílat " -"kopie a skryté kopie." +msgid "Click the respective check boxes and enter the email addresses you want CC and BCC to." +msgstr "Zatrhněte příslušné volby a vložte e-mailové adresy, na které chcete posílat kopie a skryté kopie." #: C/evolution.xml:1974(para) -msgid "" -"Select the desired option for send message receipts from the drop-down list." -msgstr "" -"Vyberte z rozevírací nabídky požadovanou volbu pro posílání doručenek zpráv." +msgid "Select the desired option for send message receipts from the drop-down list." +msgstr "Vyberte z rozevírací nabídky požadovanou volbu pro posílání doručenek zpráv." #: C/evolution.xml:1979(title) msgid "Changing Default Folder for Sent and Draft Items" msgstr "Změna implicitní složky pro odeslané zprávy a koncepty." #: C/evolution.xml:1980(para) -msgid "" -"By default, all the sent messages directly goes to Sent folder and those " -"messages marked as drafts are saved in Draft folder. To change the default " -"setting for draft items," -msgstr "" -"Implicitně jdou všechny odeslané zprávy do složky Odeslané a ty, které jsou " -"označené jako koncepty jsou uloženy ve složce Koncepty. Pro změnu " -"implicitního nastavení pro koncepty," +msgid "By default, all the sent messages directly goes to Sent folder and those messages marked as drafts are saved in Draft folder. To change the default setting for draft items," +msgstr "Implicitně jdou všechny odeslané zprávy do složky Odeslané a ty, které jsou označené jako koncepty jsou uloženy ve složce Koncepty. Pro změnu implicitního nastavení pro koncepty," #: C/evolution.xml:1983(para) msgid "Click Drafts button to open Folder view." @@ -4912,7 +3320,8 @@ msgid "Select the folder you want to save the drafts to." msgstr "Vyberte složku, kterou chcete používat pro ukládání konceptů." -#: C/evolution.xml:1992(para) C/evolution.xml:2008(para) +#: C/evolution.xml:1992(para) +#: C/evolution.xml:2008(para) msgid "Click Revert button to revert back to previous settings." msgstr "Klikněte na tlačítko Vrátit pro obnovu předchozího nastavení." @@ -4929,26 +3338,8 @@ msgstr "Vyberte požadovanou složku pro odeslané zprávy." #: C/evolution.xml:2016(para) -msgid "" -"When you receive an email, you can forward it to other individuals or groups " -"that might be interested. You can forward a message as an attachment to a " -"new message (this is the default) or you can send it in line as a quoted portion of the message you are sending. " -"Attachment forwarding is best if you want to send the full, unaltered " -"message to someone else. Inline forwarding is best if you want to send " -"portions of a message, or if you have a large number of comments on " -"different sections of the message you are forwarding. Remember to note from " -"whom the message came, and whether you have removed or altered content." -msgstr "" -"Když dostanete e-mail, můžete jej přeposlat jiným jedincům nebo skupinám, " -"které může zajímat. Můžete přeposlat zprávu jako přílohu nové zprávy (tak je " -"to implicitně) nebo ji můžete poslat vloženou jako citovanou část zprávy, kterou odesíláte. Přeposílání přílohou je " -"nejlepší, když chcete poslat celou, nezměněnou zprávu někomu jinému. " -"Přeposílání vložením je nejlepší, když chcete poslat části zprávy nebo pokud " -"máte množství komentářů v různých částech zprávy, kterou přeposíláte. " -"Nezapomeňte poznamenat, od koho zpráva přišla a zda jste mazali nebo měnili " -"obsah." +msgid "When you receive an email, you can forward it to other individuals or groups that might be interested. You can forward a message as an attachment to a new message (this is the default) or you can send it in line as a quoted portion of the message you are sending. Attachment forwarding is best if you want to send the full, unaltered message to someone else. Inline forwarding is best if you want to send portions of a message, or if you have a large number of comments on different sections of the message you are forwarding. Remember to note from whom the message came, and whether you have removed or altered content." +msgstr "Když dostanete e-mail, můžete jej přeposlat jiným jedincům nebo skupinám, které může zajímat. Můžete přeposlat zprávu jako přílohu nové zprávy (tak je to implicitně) nebo ji můžete poslat vloženou jako citovanou část zprávy, kterou odesíláte. Přeposílání přílohou je nejlepší, když chcete poslat celou, nezměněnou zprávu někomu jinému. Přeposílání vložením je nejlepší, když chcete poslat části zprávy nebo pokud máte množství komentářů v různých částech zprávy, kterou přeposíláte. Nezapomeňte poznamenat, od koho zpráva přišla a zda jste mazali nebo měnili obsah." #: C/evolution.xml:2017(para) msgid "To forward a message you are reading:" @@ -4959,110 +3350,72 @@ msgstr "Klikněte na Přeposlat v liště nástrojů." #: C/evolution.xml:2022(para) -msgid "" -"If you prefer to forward the message inline " -"instead of attached, click Message > Forward As > Inline from the menu." -msgstr "" -"Pokud dáváte přednost přeposílání zprávy vložené místo přiložené, klikněte v nabídce na Zpráva > Přeposlat jako > " -"Vložené." +msgid "If you prefer to forward the message inline instead of attached, click Message > Forward As > Inline from the menu." +msgstr "Pokud dáváte přednost přeposílání zprávy vložené místo přiložené, klikněte v nabídce na Zpráva > Přeposlat jako > Vložené." #: C/evolution.xml:2025(para) -msgid "" -"Select an addressee as you would when sending a new message; the subject is " -"already entered, although you can alter it if you want." -msgstr "" -"Vyberte adresáta stejně, jako byste posílali zprávu; předmět je již vložený, " -"i když ho můžete změnit, pokud chcete." +msgid "Select an addressee as you would when sending a new message; the subject is already entered, although you can alter it if you want." +msgstr "Vyberte adresáta stejně, jako byste posílali zprávu; předmět je již vložený, i když ho můžete změnit, pokud chcete." #: C/evolution.xml:2028(para) msgid "Add your comments on the message in the composition frame" msgstr "Přidejte vaše komentáře do zprávy v editačním rámci." #: C/evolution.xml:2032(para) -msgid "" -"Attachments to a message you are forwarding are forwarded only when you send " -"the original message as an attachment. Inline messages do not forward any " -"attachments." -msgstr "" -"Přílohy u zprávy, kterou přeposíláte, jsou přeposlány, pouze pokud pošlete " -"původní zprávu jako přílohu. Vložené zprávy nepřeposílají žádné přílohy." +msgid "Attachments to a message you are forwarding are forwarded only when you send the original message as an attachment. Inline messages do not forward any attachments." +msgstr "Přílohy u zprávy, kterou přeposíláte, jsou přeposlány, pouze pokud pošlete původní zprávu jako přílohu. Vložené zprávy nepřeposílají žádné přílohy." #: C/evolution.xml:2039(para) -msgid "" -"Don't forward chain letters. If you must, watch out for hoaxes and urban " -"legends, and make sure the message doesn't have multiple layers of greater-" -"than signs, (>) indicating multiple layers of careless in-line forwarding." -msgstr "" -"Nepřeposílete řetězové dopisy. Pokud musíte, dejte si pozor na hoaxy a urban " -"legends a ujistěte se, že zpráva nemá několik vrstev znamének větší, (>) " -"signalizuje několik vrstev nedbale přeposlaných zpráv." +msgid "Don't forward chain letters. If you must, watch out for hoaxes and urban legends, and make sure the message doesn't have multiple layers of greater-than signs, (>) indicating multiple layers of careless in-line forwarding." +msgstr "Nepřeposílete řetězové dopisy. Pokud musíte, dejte si pozor na hoaxy a urban legends a ujistěte se, že zpráva nemá několik vrstev znamének větší, (>) signalizuje několik vrstev nedbale přeposlaných zpráv." #: C/evolution.xml:2042(para) -msgid "" -"Always begin and close with a salutation. Say please and " -"thank you, just like you do in real life. You can keep your " -"pleasantries short, but be polite." -msgstr "" -"Vždy začínejte a končete pozdravem. Říkejte prosím a " -"děkuji stejně, jako to děláte ve skutečnosti. Nepřehánějte to " -"se zdvořilostí, ale buďte slušní." +msgid "Always begin and close with a salutation. Say please and thank you, just like you do in real life. You can keep your pleasantries short, but be polite." +msgstr "Vždy začínejte a končete pozdravem. Říkejte prosím a děkuji stejně, jako to děláte ve skutečnosti. Nepřehánějte to se zdvořilostí, ale buďte slušní." #: C/evolution.xml:2045(para) -msgid "" -"WRITING IN CAPITAL LETTERS MEANS YOU'RE SHOUTING! Don't write a whole " -"message in capital letters. It hurts people's ears." -msgstr "" -"PSANÍ VELKÝCH PÍSMEN ZNAMENÁ, ŽE KŘIČÍTE! Nepište celou zprávu velkými " -"písmeny. Poškozuje to lidem uši." +msgid "WRITING IN CAPITAL LETTERS MEANS YOU'RE SHOUTING! Don't write a whole message in capital letters. It hurts people's ears." +msgstr "PSANÍ VELKÝCH PÍSMEN ZNAMENÁ, ŽE KŘIČÍTE! Nepište celou zprávu velkými písmeny. Poškozuje to lidem uši." #: C/evolution.xml:2048(para) -msgid "" -"Check your spelling and use complete sentences. By default, Evolution puts a " -"red line beneath words it doesn't recognize, as you type them." -msgstr "" -"Kontrolujte pravopis a pište celými větami. Jak píšete, Evolution implicitně " -"podtrhává červeně slova, která nerozpozná." +msgid "Check your spelling and use complete sentences. By default, Evolution puts a red line beneath words it doesn't recognize, as you type them." +msgstr "Kontrolujte pravopis a pište celými větami. Jak píšete, Evolution implicitně podtrhává červeně slova, která nerozpozná." #: C/evolution.xml:2051(para) msgid "Don't send nasty emails (flames). If you get one, don't write back." -msgstr "" -"Neposílejte sprosté e-maily (flamy). Pokud nějaký dostanete, neodpovídejte." +msgstr "Neposílejte sprosté e-maily (flamy). Pokud nějaký dostanete, neodpovídejte." #: C/evolution.xml:2054(para) -msgid "" -"When you reply or forward, include enough of the previous message to provide " -"context." -msgstr "" -"Pokud odpovídáte nebo přeposíláte, ponechte dostatek předchozí zprávy, aby " -"zůstal zachován kontext." +msgid "When you reply or forward, include enough of the previous message to provide context." +msgstr "Pokud odpovídáte nebo přeposíláte, ponechte dostatek předchozí zprávy, aby zůstal zachován kontext." #: C/evolution.xml:2057(para) msgid "Don't send spam." msgstr "Neposílejte spam." #: C/evolution.xml:2065(para) -msgid "" -"A message template is a standard message that you can use at any time to " -"send mail with the same pattern. Evolution allows you to create and edit " -"message templates." -msgstr "" +msgid "A message template is a standard message that you can use at any time to send mail with the same pattern. Evolution allows you to create and edit message templates." +msgstr "Šablony zprávy je standardní zpráva, kterou můžete kdykoliv použít pro poslání e-mailu se stejným vzorem. Evolution vám umožňuje tvořit a upravovat šablony." -#: C/evolution.xml:2068(link) C/evolution.xml:2088(title) +#: C/evolution.xml:2068(link) +#: C/evolution.xml:2088(title) msgid "Creating a Message Template from an Existing Message" -msgstr "" +msgstr "Vytvoření nové šablony zprávy z existující zprávy" -#: C/evolution.xml:2071(link) C/evolution.xml:2115(title) +#: C/evolution.xml:2071(link) +#: C/evolution.xml:2115(title) msgid "Saving a New Message as a Template" -msgstr "" +msgstr "Uložení nové zprávy jako šablonu" -#: C/evolution.xml:2074(link) C/evolution.xml:2127(title) +#: C/evolution.xml:2074(link) +#: C/evolution.xml:2127(title) msgid "Using a Message Template as a Reply" -msgstr "" +msgstr "Použití šablony zprávy pro Odpovědět" -#: C/evolution.xml:2077(link) C/evolution.xml:2144(title) +#: C/evolution.xml:2077(link) +#: C/evolution.xml:2144(title) msgid "Configuring Message Templates" -msgstr "" +msgstr "Nastavení šablon zpráv" #: C/evolution.xml:2080(para) msgid "To enable the Message Template Plugin:" @@ -5078,7 +3431,7 @@ #: C/evolution.xml:2094(para) msgid "Right-click > Move to folder / Copy to folder." -msgstr "" +msgstr "Klikněte pravým tlačítkem > Přesunout do složky / Kopírovat do složky." #: C/evolution.xml:2097(para) msgid "Select the Template local folder." @@ -5086,7 +3439,7 @@ #: C/evolution.xml:2100(para) msgid "You can also edit an existing message and save it as a template." -msgstr "" +msgstr "Můžete také upravovat existující zprávu a uložit ji jako šablonu." #: C/evolution.xml:2103(para) msgid "Open the message and click Reply." @@ -5094,110 +3447,72 @@ #: C/evolution.xml:2106(para) msgid "Edit the message body or the addresses according to your requirements." -msgstr "" +msgstr "Upravte tělo zprávy nebo adresy podle vašich požadavků." -#: C/evolution.xml:2109(para) C/evolution.xml:2121(para) +#: C/evolution.xml:2109(para) +#: C/evolution.xml:2121(para) msgid "Select File > Save as Template." msgstr "Vyberte Soubor > Uložit jako šablonu." #: C/evolution.xml:2118(para) -msgid "" -"Click New and enter the information in the New Message window, according to " -"your requirements." -msgstr "" +msgid "Click New and enter the information in the New Message window, according to your requirements." +msgstr "Klikněte na Nový a vložte do okna nové zprávy informace podle vašich požadavků." #: C/evolution.xml:2130(para) msgid "Right-click the message you are replying to, then click Templates." -msgstr "" -"Klikněte pravým tlačítkem na zprávu, na kterou odpovídáte, a potom na " -"Šablony." +msgstr "Klikněte pravým tlačítkem na zprávu, na kterou odpovídáte, a potom na Šablony." #: C/evolution.xml:2131(para) msgid "This option lists all the message templates in the Template folder." -msgstr "" +msgstr "Tato volba zobrazí seznam všech šablon zpráv ve složce Šablony." #: C/evolution.xml:2134(para) -msgid "" -"Select Open the message template of your choice and make changes if required." -msgstr "" +msgid "Select Open the message template of your choice and make changes if required." +msgstr "Zvolte šablonu zprávy dle vašeho výběru a prověďte změny, pokud jsou nutné." #: C/evolution.xml:2138(para) -msgid "" -"When you select a message template for replying, the subject of the reply is " -"preserved." -msgstr "" +msgid "When you select a message template for replying, the subject of the reply is preserved." +msgstr "Pokud vyberte šablonu zprávy pro odpověď, předmět odpovědi je již uvedený." #: C/evolution.xml:2145(para) -msgid "" -"In the Plugin Manager, select the Configuration tab to customize your " -"message templates. You can add, edit or remove the key-value pairs. You can " -"specify any number of key-value pairs." -msgstr "" +msgid "In the Plugin Manager, select the Configuration tab to customize your message templates. You can add, edit or remove the key-value pairs. You can specify any number of key-value pairs." +msgstr "Ve správci zásuvných modulů vyberte kartu Nastavení a můžete vaše šablony zpráv upravovat. Můžete přidávat, upravovat nebo odstraňovat páry klíčových hodnot. Můžete zadat jakýkoliv počet párů klíčových hodnot." #: C/evolution.xml:2146(para) -msgid "" -"In any template, the occurrence of every $key is replaced by the value it " -"has in the configuration. For example, if you set the key to Manager and the " -"value to Harry, any occurrence of $Manager is replaced by Harry in the " -"message." -msgstr "" +msgid "In any template, the occurrence of every $key is replaced by the value it has in the configuration. For example, if you set the key to Manager and the value to Harry, any occurrence of $Manager is replaced by Harry in the message." +msgstr "V kterékoliv šabloně je výskyt $klíč nahrazen hodnotou, kterou má v nastavení. Například nastavíte klíčové slovo na manažer a hodnotu na Jindra, jakýkoliv výskyt $manažer je nahrazen ve zprávě výrazem Jindra. " #: C/evolution.xml:2147(para) -msgid "" -"Assume that you have 1000 message templates with your current manager's name " -"has a reference in them. When the current manager is replaced by a new one, " -"it's not easy for you to manually replace the manager's name in all the 1000 " -"messages. If the messages have a $Manager key value, you can reset the value " -"in the Configuration tab of this plugin." -msgstr "" +msgid "Assume that you have 1000 message templates with your current manager's name has a reference in them. When the current manager is replaced by a new one, it's not easy for you to manually replace the manager's name in all the 1000 messages. If the messages have a $Manager key value, you can reset the value in the Configuration tab of this plugin." +msgstr "Předpokládejme, že máte 1000 šablon zpráv s jménem vašeho současného manažera. V momentě, kdy je současný manažer nahrazen novým, není pro vás jednoduché změnit jméno manažera ve všech tisíci zprávách. Pokud má zpráva klíčovou hodnotu $manažer, můžete hodnotu změnit na kartě Nastavení tohoto zásuvného modulu." #: C/evolution.xml:2148(para) -msgid "" -"By default, the entire environment variables are used as a key-value pair. " -"An occurrence of $env_variable is replaced by the value it carries. For " -"example, an occurrence of $PATH in your template is replaced by its value " -"when the template is used." -msgstr "" +msgid "By default, the entire environment variables are used as a key-value pair. An occurrence of $env_variable is replaced by the value it carries. For example, an occurrence of $PATH in your template is replaced by its value when the template is used." +msgstr "Ve výchozím stavu jsou proměnné celého prostředí použity jako páry klíčových hodnot. Výskyt $env_variable je nahrazen hodnotou, kterou nese. Například výskyt $PATH ve vaší šabloně je nahrazen hodnotou, když je šablona použita." #: C/evolution.xml:2149(para) msgid "The replacement process uses the following order of precedence:" -msgstr "" +msgstr "Proces nahrazování používá následující pořadí priorit:" #: C/evolution.xml:2152(para) -msgid "" -"$key is replaced by the value set for it in the Configuration tab of the " -"Templates plugin." -msgstr "" +msgid "$key is replaced by the value set for it in the Configuration tab of the Templates plugin." +msgstr "$klíč je nahrazen hodnotou mu přiřazenou na kartě Nastavení zásuvného modulu Šablona." #: C/evolution.xml:2155(para) -msgid "" -"If the key is not found, it is then replaced with the value of its " -"environment variable." -msgstr "" +msgid "If the key is not found, it is then replaced with the value of its environment variable." +msgstr "Pokud není klíč nalezen, je nahrazen hodnotou proměnné z prostředí." #: C/evolution.xml:2158(para) -msgid "" -"If key is neither a configuration option nor an environment variable, no " -"changes are made." -msgstr "" +msgid "If key is neither a configuration option nor an environment variable, no changes are made." +msgstr "Pokud není klíč ani volbou v nastavení, ani proměnnou v prostředí, žádné změny neproběhnou." #: C/evolution.xml:2166(para) -msgid "" -"If you create an event in the calendar component, you can then send " -"invitations to the attendee list through the Evolution email tool. The " -"invitation card is sent as an attachment in iCal format." -msgstr "" -"Pokud v komponentně kalendáře vytvoříte událost, můžete potom poslat " -"pozvánky všem ze seznamu účastníků pomocí pošty v Evolutionu. Karta s " -"pozvánkou je posílána jako příloha ve formátu iCal." +msgid "If you create an event in the calendar component, you can then send invitations to the attendee list through the Evolution email tool. The invitation card is sent as an attachment in iCal format." +msgstr "Pokud v komponentně kalendáře vytvoříte událost, můžete potom poslat pozvánky všem ze seznamu účastníků pomocí pošty v Evolutionu. Karta s pozvánkou je posílána jako příloha ve formátu iCal." #: C/evolution.xml:2167(para) -msgid "" -"To send an invitation, right click on the calendar item and click Forward as " -"iCalendar." -msgstr "" -"Pro poslání pozvánky klikněte pravým tlačítkem na položku kalendáře a " -"klikněte na Odeslat jako iCalendar." +msgid "To send an invitation, right click on the calendar item and click Forward as iCalendar." +msgstr "Pro poslání pozvánky klikněte pravým tlačítkem na položku kalendáře a klikněte na Odeslat jako iCalendar." #: C/evolution.xml:2168(para) msgid "When you receive an invitation, you have several options:" @@ -5208,79 +3523,44 @@ msgstr "Akceptovat:" #: C/evolution.xml:2171(para) -msgid "" -"Indicates you will attend the meeting. When you click the OK button, the " -"meeting is entered into your calendar." -msgstr "" -"Dává najevo, že se na schůzku dostavíte. Když kliknete na tlačítko Budiž, " -"schůzka se vloží do vašeho kalendáře." +msgid "Indicates you will attend the meeting. When you click the OK button, the meeting is entered into your calendar." +msgstr "Dává najevo, že se na schůzku dostavíte. Když kliknete na tlačítko Budiž, schůzka se vloží do vašeho kalendáře." #: C/evolution.xml:2174(title) msgid "Tentatively Accept:" msgstr "Předběžně akceptovat:" #: C/evolution.xml:2175(para) -msgid "" -"Indicates you will probably attend the meeting. When you click the OK " -"button, the meeting is entered into your calendar, but is marked as " -"tentative." -msgstr "" -"Dává najevo, že se pravděpodobně na schůzku dostavíte. Když kliknete na " -"tlačítko Budiž, schůzka se vložít do vašeho kalendáře, ale označená jako " -"předběžná." +msgid "Indicates you will probably attend the meeting. When you click the OK button, the meeting is entered into your calendar, but is marked as tentative." +msgstr "Dává najevo, že se pravděpodobně na schůzku dostavíte. Když kliknete na tlačítko Budiž, schůzka se vložít do vašeho kalendáře, ale označená jako předběžná." #: C/evolution.xml:2178(title) msgid "Decline:" msgstr "Odmítnout:" #: C/evolution.xml:2179(para) -msgid "" -"Indicates you are unable to attend the meeting. The meeting is not entered " -"into your calendar when you click OK, although your response is sent to the " -"meeting host if you have selected the Send reply to sender option." -msgstr "" -"Dává najevo, že se nemůžete schůzky zúčastnit. Schůzka se nevloží do vašeho " -"kalendáře, když kliknete na Budiž, i když vaše odpověď bude hostiteli " -"odeslána, pokud jste zvolili možnost Odpovědět odesílateli." +msgid "Indicates you are unable to attend the meeting. The meeting is not entered into your calendar when you click OK, although your response is sent to the meeting host if you have selected the Send reply to sender option." +msgstr "Dává najevo, že se nemůžete schůzky zúčastnit. Schůzka se nevloží do vašeho kalendáře, když kliknete na Budiž, i když vaše odpověď bude hostiteli odeslána, pokud jste zvolili možnost Odpovědět odesílateli." #: C/evolution.xml:2182(title) msgid "Send reply to sender:" msgstr "Odpovědět odesílateli:" #: C/evolution.xml:2183(para) -msgid "" -"Select this option if you want your response sent to the meeting organizers." -msgstr "" -"Vyberte tuto možnost, pokud má být vaše odpověď odeslána organizátorům " -"schůzky." +msgid "Select this option if you want your response sent to the meeting organizers." +msgstr "Vyberte tuto možnost, pokud má být vaše odpověď odeslána organizátorům schůzky." #: C/evolution.xml:2189(para) -msgid "" -"Because IMAP folders exist on the server, and opening them or checking them " -"takes time, you need fine-grained control over the way that you use IMAP " -"folders. You use the IMAP subscriptions manager to do this. If you prefer to " -"have every mail folder displayed, you can select that option as well. " -"However, if you want to choose specific items in your mailbox, and exclude " -"others, you can use the subscription management tool to do that." -msgstr "" -"Jelikož jsou složky IMAPu umístěny na serveru, jejich otevírání a kontrola " -"trvá déle, potřebujete selektivní kontrolu nad používáním složek IMAPu. " -"Použijte pro to správce přihlášení IMAP. Pokud dáváte přednost tomu mít " -"všechny složky pošty zobrazené, můžete tuto možnost vybrat také. Nicméně " -"pokud chcete vybrat specifickou položku ve vaší schránce a vyloučit ostatní, " -"můžete použít nástroj pro správu přihlášení." +msgid "Because IMAP folders exist on the server, and opening them or checking them takes time, you need fine-grained control over the way that you use IMAP folders. You use the IMAP subscriptions manager to do this. If you prefer to have every mail folder displayed, you can select that option as well. However, if you want to choose specific items in your mailbox, and exclude others, you can use the subscription management tool to do that." +msgstr "Jelikož jsou složky IMAPu umístěny na serveru, jejich otevírání a kontrola trvá déle, potřebujete selektivní kontrolu nad používáním složek IMAPu. Použijte pro to správce přihlášení IMAP. Pokud dáváte přednost tomu mít všechny složky pošty zobrazené, můžete tuto možnost vybrat také. Nicméně pokud chcete vybrat specifickou položku ve vaší schránce a vyloučit ostatní, můžete použít nástroj pro správu přihlášení." #: C/evolution.xml:2192(para) msgid "Select Folder > Subscriptions." msgstr "Vyberte Složka > Přihlášení." #: C/evolution.xml:2195(para) -msgid "" -"If you have accounts on multiple IMAP servers, select the server where you " -"want to manage your subscriptions." -msgstr "" -"Máte-li účty na více IMAP serverech, vyberte server, kde chcete spravovat " -"vaše přihlášení." +msgid "If you have accounts on multiple IMAP servers, select the server where you want to manage your subscriptions." +msgstr "Máte-li účty na více IMAP serverech, vyberte server, kde chcete spravovat vaše přihlášení." #: C/evolution.xml:2196(para) msgid "Evolution displays a list of available files and folders." @@ -5291,18 +3571,11 @@ msgstr "Vyberte soubor nebo složku kliknutím na ni." #: C/evolution.xml:2200(para) -msgid "" -"You should select at least the Inbox folder. Depending upon the way your " -"IMAP server is configured, the list of available files might include non-" -"mail folders. If it does, you can ignore them." -msgstr "" -"Měli byste vybrat alespoň složku Příchozí. V závislosti na tom, jak je váš " -"IMAP server nastaven, seznam dostupných souborů může obsahovat nepoštovní " -"složky. Pokud ano, můžete je ignorovat." +msgid "You should select at least the Inbox folder. Depending upon the way your IMAP server is configured, the list of available files might include non-mail folders. If it does, you can ignore them." +msgstr "Měli byste vybrat alespoň složku Příchozí. V závislosti na tom, jak je váš IMAP server nastaven, seznam dostupných souborů může obsahovat nepoštovní složky. Pokud ano, můžete je ignorovat." #: C/evolution.xml:2203(para) -msgid "" -"Enable the corresponding checkbox to add a folder to the subscribed list." +msgid "Enable the corresponding checkbox to add a folder to the subscribed list." msgstr "Zatrhněte políčko pro přidání složky do seznamu přihlášených." #: C/evolution.xml:2206(para) @@ -5310,54 +3583,32 @@ msgstr "Když jste přihlásili složky, které jste chtěli, zavřete okno." #: C/evolution.xml:2213(para) -msgid "" -"To protect and encode your email transmissions, Evolution offers two " -"encryption methods:" -msgstr "" -"Pro ochranu a šifrování vašich e-mailových přenosů Evolution nabízí dvě " -"metody šifrování:" +msgid "To protect and encode your email transmissions, Evolution offers two encryption methods:" +msgstr "Pro ochranu a šifrování vašich e-mailových přenosů Evolution nabízí dvě metody šifrování:" #: C/evolution.xml:2216(para) msgid "GPG Encryption" msgstr "Šifrování pomocí GPG" -#: C/evolution.xml:2219(para) C/evolution.xml:2377(title) +#: C/evolution.xml:2219(para) +#: C/evolution.xml:2377(title) msgid "S/MIME Encryption" msgstr "Šifrování pomocí S/MIME" #: C/evolution.xml:2222(para) -msgid "" -"Evolution helps you protect your privacy by using GNU Privacy Guard (GPG), " -"an implementation of strong Public " -"Key Encryption." -msgstr "" -"Evolution vám pomáhá schránit vaše soukromí použitím GNU Privacy Guard " -"(GPG), implementace silného šifrování veřejným klíčem." +msgid "Evolution helps you protect your privacy by using GNU Privacy Guard (GPG), an implementation of strong Public Key Encryption." +msgstr "Evolution vám pomáhá schránit vaše soukromí použitím GNU Privacy Guard (GPG), implementace silného šifrování veřejným klíčem." #: C/evolution.xml:2223(para) -msgid "" -"In order to send and receive encrypted emails using GPG, it is necessary to " -"use two kinds of encryption keys: public and private. Public keys are used " -"to encrypt messages and private keys to decrypt them. To send encrypted " -"email, you must have the recepient's public key, which is used to encrypt " -"the message. The recipient then uses his/her private key to decrypt (and " -"read) the encrypted message." -msgstr "" +msgid "In order to send and receive encrypted emails using GPG, it is necessary to use two kinds of encryption keys: public and private. Public keys are used to encrypt messages and private keys to decrypt them. To send encrypted email, you must have the recepient's public key, which is used to encrypt the message. The recipient then uses his/her private key to decrypt (and read) the encrypted message." +msgstr "K tomu, abyste mohli posílat a přijímat e-maily šifrované pomocí GPG, je nutné použít dva druhy šifrovacích klíčů: veřejné a privátní. Veřejné klíče jsou využívány k zašifrování zpráv a privátní k jejich rozšifrování. Abyste mohli poslat šifrovaný e-mail, potřebujete veřejný klíč příjemce, který se používá k zašifrování zprávy. Příjemce potom použije svůj privátní klíč k rozšifrování (a přečtení) zašifrované zprávy." #: C/evolution.xml:2224(para) -msgid "" -"Those who wish to send you encrypted email must first have a copy of your " -"public key on your keyring. To this end, public keys can be shared with " -"those who want to send encrypted messages to you. In order to do this, you " -"may place your public key on a public key server. Private keys should not be " -"shared with others." -msgstr "" +msgid "Those who wish to send you encrypted email must first have a copy of your public key on your keyring. To this end, public keys can be shared with those who want to send encrypted messages to you. In order to do this, you may place your public key on a public key server. Private keys should not be shared with others." +msgstr "Ti, kteří si přejí vám posílat šifrované e-maily, musí mít kopii vašeho večejného klíče. Za tímto účelem mohou být veřejné klíče sdíleny s těmi, kteří vám chtějí posílat šifrované zprávy. Abyste tohoto dosáhli, můžete umístit váš veřejný klíč na server veřejných klíčů. Privátní klíče by neměly být sdíleny s nikým." #: C/evolution.xml:2225(para) -msgid "" -"Evolution does not support older versions of PGP, such as OpenPGP and Inline " -"PGP." +msgid "Evolution does not support older versions of PGP, such as OpenPGP and Inline PGP." msgstr "Evolution nepodporuje starší verze PGP, jako je OpenPGP a Inline PGP." #: C/evolution.xml:2226(para) @@ -5365,53 +3616,24 @@ msgstr "Můžete použít šifrování dvěma způsoby:" #: C/evolution.xml:2229(para) -msgid "" -"You can encrypt the entire message, so that nobody but the recipient can " -"read it." -msgstr "" -"Můžete zašifrovat celou zprávu tak, že ji nebude moci přečíst nikdo jiný než " -"příjemce." +msgid "You can encrypt the entire message, so that nobody but the recipient can read it." +msgstr "Můžete zašifrovat celou zprávu tak, že ji nebude moci přečíst nikdo jiný než příjemce." #: C/evolution.xml:2232(para) -msgid "" -"You can attach an encrypted signature to a plain text message, so that the " -"recipient can read the message without decrypting it, and needs decrypting " -"only to verify the sender's identity." -msgstr "" -"Můžete připojit zašifrovaný podpis ke zprávě prostého textu tak, že příjemce " -"může zprávu přečíst bez dešifrování a dešifrování musí použít, pouze pokud " -"chce ověřit identitu odesílatele." +msgid "You can attach an encrypted signature to a plain text message, so that the recipient can read the message without decrypting it, and needs decrypting only to verify the sender's identity." +msgstr "Můžete připojit zašifrovaný podpis ke zprávě prostého textu tak, že příjemce může zprávu přečíst bez dešifrování a dešifrování musí použít, pouze pokud chce ověřit identitu odesílatele." #: C/evolution.xml:2235(para) -msgid "" -"For example, suppose that Kevin wants to send an encrypted message to his " -"friend Rachel. He looks up her public key on a general key server, and then " -"tells Evolution to encrypt the message. The message now reads @#" -"$23ui7yr87#@!48970fsd. When the information gets to Rachel, she " -"decrypts it using her private key, and it appears as plain text for her to " -"read." -msgstr "" -"Například dejme tomu, že chce Kevin poslat zašifrovanou zprávu své " -"přítelkyni Rachel. Najde si její veřejný klíč na všeobecném serveru klíčů a " -"potom řekne Evolutionu, aby zašifroval zprávu. Ve zprávě nyní stojí @#" -"$23ui7yr87#@!48970fsd.. Když informace dorazí k Rachel, dešifruje ji " -"pomocí privátního klíče a zobrazí se jí prostý text, který si může přečíst." +msgid "For example, suppose that Kevin wants to send an encrypted message to his friend Rachel. He looks up her public key on a general key server, and then tells Evolution to encrypt the message. The message now reads @#$23ui7yr87#@!48970fsd. When the information gets to Rachel, she decrypts it using her private key, and it appears as plain text for her to read." +msgstr "Například dejme tomu, že chce Kevin poslat zašifrovanou zprávu své přítelkyni Rachel. Najde si její veřejný klíč na všeobecném serveru klíčů a potom řekne Evolutionu, aby zašifroval zprávu. Ve zprávě nyní stojí @#$23ui7yr87#@!48970fsd.. Když informace dorazí k Rachel, dešifruje ji pomocí privátního klíče a zobrazí se jí prostý text, který si může přečíst." #: C/evolution.xml:2238(title) msgid "Making a GPG Encryption Key" msgstr "Tvorba šifrovacího GPG klíče" #: C/evolution.xml:2239(para) -msgid "" -"Before you can get or send encrypted mail, you need to generate your public " -"and private keys with GPG. This procedure covers version 1.2.4 of GPG. If " -"your version is different, these steps might vary slightly. You can find out " -"your version number by entering gpg --version." -msgstr "" -"Před tím, než dostanete nebo pošlete zašifrovanou poštu, si musíte " -"vygenerovat veřejné a privátní klíče pomocí GPG. Tento postup pokrývá verzi " -"GPG 1.2.4. Pokud je vaše verze jiná, můžou se tyto kroky mírně lišit. Vaši " -"verzi můžete zjistit vložením gpg --version." +msgid "Before you can get or send encrypted mail, you need to generate your public and private keys with GPG. This procedure covers version 1.2.4 of GPG. If your version is different, these steps might vary slightly. You can find out your version number by entering gpg --version." +msgstr "Před tím, než dostanete nebo pošlete zašifrovanou poštu, si musíte vygenerovat veřejné a privátní klíče pomocí GPG. Tento postup pokrývá verzi GPG 1.2.4. Pokud je vaše verze jiná, můžou se tyto kroky mírně lišit. Vaši verzi můžete zjistit vložením gpg --version." #: C/evolution.xml:2242(para) msgid "Open a terminal and enter gpg --gen-key." @@ -5422,32 +3644,20 @@ msgstr "Vyberte algoritmus a stiskněte Enter." #: C/evolution.xml:2247(para) -msgid "" -"To accept the default algorithm of DSA and ElGamal, press Enter " -"(recommended)." -msgstr "" -"Pro přijetí implicitního algoritmu DSA nebo ElGamal stiskněte Enter " -"(doporučeno)." +msgid "To accept the default algorithm of DSA and ElGamal, press Enter (recommended)." +msgstr "Pro přijetí implicitního algoritmu DSA nebo ElGamal stiskněte Enter (doporučeno)." #: C/evolution.xml:2250(para) -msgid "" -"Select a key length, then press Enter. To accept the default, 1024 bits, " -"press Enter." -msgstr "" -"Vyberte délku klíče, potom stiskněte Enter. Pro přijetí implicitních 1024 " -"bitů stiskněte Enter." +msgid "Select a key length, then press Enter. To accept the default, 1024 bits, press Enter." +msgstr "Vyberte délku klíče, potom stiskněte Enter. Pro přijetí implicitních 1024 bitů stiskněte Enter." #: C/evolution.xml:2253(para) msgid "Enter how long your key should be valid for." msgstr "Zadejte, jak dlouho by měl váš klíč platit." #: C/evolution.xml:2255(para) -msgid "" -"To accept the default of no expiration, press Enter, then press Y when you " -"are prompted to verify the selection." -msgstr "" -"Pro přijetí implicitní hodnoty bez expirace stiskněte Enter, potom, když " -"jste vyzváni k potvrzení výběru, stiskněte Y." +msgid "To accept the default of no expiration, press Enter, then press Y when you are prompted to verify the selection." +msgstr "Pro přijetí implicitní hodnoty bez expirace stiskněte Enter, potom, když jste vyzváni k potvrzení výběru, stiskněte Y." #: C/evolution.xml:2258(para) msgid "Type your real name, then press Enter." @@ -5463,8 +3673,7 @@ #: C/evolution.xml:2267(para) msgid "Review your selected user ID. If it is correct, press O." -msgstr "" -"Prohlédněte si vámi vybrané uživatelské ID. Pokud je správně, stiskněte O." +msgstr "Prohlédněte si vámi vybrané uživatelské ID. Pokud je správně, stiskněte O." #: C/evolution.xml:2270(para) msgid "Type a passphrase, then press Enter." @@ -5475,151 +3684,68 @@ msgstr "Pro vygenerování hesla pohybujte náhodně myší." #: C/evolution.xml:2276(para) -msgid "" -"After the keys are generated, you can view your key information by entering " -"gpg --list-keys. You should see something similar to " -"this: /home/you/.gnupg/pubring.gpg " -"---------------------------- pub 1024D/32j38dk2 2001-06-20 you <" -"you@example.com> sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] " -msgstr "" -"Poté, co jsou klíče vygenerovány, si můžete informace o vašich klíčích " -"prohlednout vložením gpg --list-keys. Měli byste vidět " -"něco podobné tomuto: /home/you/.gnupg/pubring.gpg " -"---------------------------- pub 1024D/32j38dk2 2001-06-20 you <" -"you@example.com> sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] " +msgid "After the keys are generated, you can view your key information by entering gpg --list-keys. You should see something similar to this: /home/you/.gnupg/pubring.gpg ---------------------------- pub 1024D/32j38dk2 2001-06-20 you <you@example.com> sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] " +msgstr "Poté, co jsou klíče vygenerovány, si můžete informace o vašich klíčích prohlednout vložením gpg --list-keys. Měli byste vidět něco podobné tomuto: /home/you/.gnupg/pubring.gpg ---------------------------- pub 1024D/32j38dk2 2001-06-20 you <you@example.com> sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] " #: C/evolution.xml:2277(para) -msgid "" -"GPG creates one list, or keyring, for your public keys and one for your " -"private keys. All the public keys you know are stored in the file ~/.gnupg/" -"pubring.gpg. If you want to give other people your key, send them that file." -msgstr "" -"GPG vytvoří jeden seznam (nebo klíčenku) pro vaše veřejné klíče a jeden pro " -"vaše pro vaše privátní klíče. Všechny veřejné klíče, které znáte, jsou " -"uloženy v souboru ~/.gnupg/pubring.gpg. Pokud chcete dát ostatním lidem váš " -"klíč, pošlete jim tento soubor." +msgid "GPG creates one list, or keyring, for your public keys and one for your private keys. All the public keys you know are stored in the file ~/.gnupg/pubring.gpg. If you want to give other people your key, send them that file." +msgstr "GPG vytvoří jeden seznam (nebo klíčenku) pro vaše veřejné klíče a jeden pro vaše pro vaše privátní klíče. Všechny veřejné klíče, které znáte, jsou uloženy v souboru ~/.gnupg/pubring.gpg. Pokud chcete dát ostatním lidem váš klíč, pošlete jim tento soubor." #: C/evolution.xml:2278(para) msgid "If you want, you can upload your keys to a key server." msgstr "Pokud chcete, můžete nahrát vaše klíče na server klíčů." #: C/evolution.xml:2281(para) -msgid "" -"Check your public key ID with gpg--list-keys. It is the string after 1024D " -"on the line beginning with pub. In the example above, it is 32j38dk2." -msgstr "" -"Zkontrolujte váše ID pro veřejné klíče pomocí gpg--list-keys. Je to řetězec " -"po 1024D na řádku začínajícím pub. V příkladu výše je to např. 32j38dk2." +msgid "Check your public key ID with gpg--list-keys. It is the string after 1024D on the line beginning with pub. In the example above, it is 32j38dk2." +msgstr "Zkontrolujte váše ID pro veřejné klíče pomocí gpg--list-keys. Je to řetězec po 1024D na řádku začínajícím pub. V příkladu výše je to např. 32j38dk2." #: C/evolution.xml:2284(para) -msgid "" -"Enter the command gpg --send-keys --keyserver wwwkeys.pgp.net " -"32j38dk2. Substitute your key ID for " -"32j38dk2. You need your password to do this." -msgstr "" -"Vložte příkaz gpg --send-keys --keyserver wwwkeys.pgp.net " -"32j38dk2. Nahraďte vaše ID klíče " -"32j38dk2. Abyste to udělali, potřebujete heslo." +msgid "Enter the command gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2. Substitute your key ID for 32j38dk2. You need your password to do this." +msgstr "Vložte příkaz gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2. Nahraďte vaše ID klíče 32j38dk2. Abyste to udělali, potřebujete heslo." #: C/evolution.xml:2287(para) -msgid "" -"Key servers store your public keys for you so that your friends can decrypt " -"your messages. If you choose not to use a key server, you can manually send " -"your public key, include it in your signature file, or put it on your own " -"Web page. However, it is easier to publish a key once, and then let people " -"download it from a central place when they want." -msgstr "" -"Server klíčů pro vás uchovává vaše veřejné klíče tak, že vaši přátelé mohou " -"dešifrovat vaše zprávy. Pokud se rozhodnete nepoužívat server klíčů, můžete " -"vaše veřejné klíče posílat ručně, obsažené v souboru podpisu, nebo je dát na " -"vaši vlastní webovou stránku. Avšak je jednodušší zveřejnit klíč jednou a " -"potom lidi nechat, aby si ho stáhli centrálního místa, kdy chtějí." +msgid "Key servers store your public keys for you so that your friends can decrypt your messages. If you choose not to use a key server, you can manually send your public key, include it in your signature file, or put it on your own Web page. However, it is easier to publish a key once, and then let people download it from a central place when they want." +msgstr "Server klíčů pro vás uchovává vaše veřejné klíče tak, že vaši přátelé mohou dešifrovat vaše zprávy. Pokud se rozhodnete nepoužívat server klíčů, můžete vaše veřejné klíče posílat ručně, obsažené v souboru podpisu, nebo je dát na vaši vlastní webovou stránku. Avšak je jednodušší zveřejnit klíč jednou a potom lidi nechat, aby si ho stáhli centrálního místa, kdy chtějí." #: C/evolution.xml:2288(para) -msgid "" -"If you don't have a key to unlock or encrypt a message, you can set your " -"encryption tool to look it up automatically. If it can't find the key, an " -"error message appears." -msgstr "" -"Pokud nemáte klíč k odemčení nebo dešifrování zprávy, můžete nastavit váš " -"šifrovací nástroj, aby se po něm automaticky podíval. Pokud jej nebude moci " -"najít, objeví se chybová hláška. " +msgid "If you don't have a key to unlock or encrypt a message, you can set your encryption tool to look it up automatically. If it can't find the key, an error message appears." +msgstr "Pokud nemáte klíč k odemčení nebo dešifrování zprávy, můžete nastavit váš šifrovací nástroj, aby se po něm automaticky podíval. Pokud jej nebude moci najít, objeví se chybová hláška. " #: C/evolution.xml:2292(title) msgid "Getting and Using GPG Public Keys" msgstr "Získání a používání veřejných klíčů GPG" #: C/evolution.xml:2293(para) -msgid "" -"To send an encrypted message, you need to use the recipient's public key in " -"combination with your private key. Evolution handles the encryption, but you " -"need to get the public key and add it to your keyring." -msgstr "" -"Pro odeslání zašifrované zprávy musíte použít veřejný klíč příjemce v " -"kombinaci s vaším privátním klíčem. Evolution se postará o šifrování, ale vy " -"musíte získat veřejný klíč a přidat ho do vaší klíčenky." +msgid "To send an encrypted message, you need to use the recipient's public key in combination with your private key. Evolution handles the encryption, but you need to get the public key and add it to your keyring." +msgstr "Pro odeslání zašifrované zprávy musíte použít veřejný klíč příjemce v kombinaci s vaším privátním klíčem. Evolution se postará o šifrování, ale vy musíte získat veřejný klíč a přidat ho do vaší klíčenky." #: C/evolution.xml:2294(para) -msgid "" -"To get public keys from a public key server, enter the command gpg " -"--recv-keys --keyserver wwwkeys.pgp.net keyid, " -"substituting keyid for your recipient's ID. You need to " -"enter your password, and the ID is automatically added to your keyring." -msgstr "" -"Pro získání veřejných klíčů ze serveru veřejných klíčů, vložte příkaz " -" gpg --recv-keys --keyserver wwwkeys.pgp.net keyid s tím, že nahradíte keyid ID vašeho " -"příjemce. Musíte vložit vaše heslo a ID se automaticky přidá do vaší " -"klíčenky." +msgid "To get public keys from a public key server, enter the command gpg --recv-keys --keyserver wwwkeys.pgp.net keyid, substituting keyid for your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring." +msgstr "Pro získání veřejných klíčů ze serveru veřejných klíčů, vložte příkaz gpg --recv-keys --keyserver wwwkeys.pgp.net keyid s tím, že nahradíte keyid ID vašeho příjemce. Musíte vložit vaše heslo a ID se automaticky přidá do vaší klíčenky." #: C/evolution.xml:2296(para) -msgid "" -"The domain wwwkeys.pgp.net is assigned " -"to multiple hosts in various networks. The gpg utility tries to connect to " -"one in the current network; and if that particular host is down, it fails " -"with a time-out." -msgstr "" -"Doména wwwkeys.pgp.net je přidělená více " -"hostům v různých sítích. Nástroj gpg se zkouší připojit k jednomu z nich v " -"aktuální síti a pokud je určitý host nedostupný, selže vypršením časového " -"limitu." +msgid "The domain wwwkeys.pgp.net is assigned to multiple hosts in various networks. The gpg utility tries to connect to one in the current network; and if that particular host is down, it fails with a time-out." +msgstr "Doména wwwkeys.pgp.net je přidělená více hostům v různých sítích. Nástroj gpg se zkouší připojit k jednomu z nich v aktuální síti a pokud je určitý host nedostupný, selže vypršením časového limitu." #: C/evolution.xml:2299(para) -msgid "" -"To avoid this, Type $ host wwwkeys.pgp.net in a terminal " -"console and get the IP address of the hosts. You can ping each of them to " -"find the one which is up and running. Now, you can replace wwwkeys.pgp.net " -"in the gpg --recv-keys --keyserver wwwkeys.pgp.net keyid command with that " -"explicit IP number as returned by the host utility." -msgstr "" -"Abyste se tomuto vyhli, napište do terminálu $ host wwwkeys.pgp." -"net a dostanete IP adresy hostů. Můžete poslat ping na každý z " -"nich a zjistit, který z nich běží. Nyní můžete nahradit wwwkeys.pgp.net v " -"příkazu gpg --recv-keys --keyserver wwwkeys.pgp.net explicitním číslem IP, " -"které vám vrátil host." +msgid "To avoid this, Type $ host wwwkeys.pgp.net in a terminal console and get the IP address of the hosts. You can ping each of them to find the one which is up and running. Now, you can replace wwwkeys.pgp.net in the gpg --recv-keys --keyserver wwwkeys.pgp.net keyid command with that explicit IP number as returned by the host utility." +msgstr "Abyste se tomuto vyhli, napište do terminálu $ host wwwkeys.pgp.net a dostanete IP adresy hostů. Můžete poslat ping na každý z nich a zjistit, který z nich běží. Nyní můžete nahradit wwwkeys.pgp.net v příkazu gpg --recv-keys --keyserver wwwkeys.pgp.net explicitním číslem IP, které vám vrátil host." #: C/evolution.xml:2304(para) -msgid "" -"If someone sends you a public key directly, save it as a plain text file and " -"enter the command gpg --import to add " -"it to your keyring." -msgstr "" -"Pokud vám někdo pošle veřejný klíč napřímo, uložte jej jako textový soubor a " -"vložte příkaz gpg --import pro jeho " -"přidání do klíčenky." +msgid "If someone sends you a public key directly, save it as a plain text file and enter the command gpg --import to add it to your keyring." +msgstr "Pokud vám někdo pošle veřejný klíč napřímo, uložte jej jako textový soubor a vložte příkaz gpg --import pro jeho přidání do klíčenky." #: C/evolution.xml:2308(title) msgid "Setting up GPG Encryption" msgstr "Nastavení šifrování pomocí GPG" -#: C/evolution.xml:2314(para) C/evolution.xml:2353(para) +#: C/evolution.xml:2314(para) +#: C/evolution.xml:2353(para) msgid "Select the account you want to use securely, then click Edit." -msgstr "" -"Vyberte, který účet chcete používat zabezpečeně, a klikněte na Upravit." +msgstr "Vyberte, který účet chcete používat zabezpečeně, a klikněte na Upravit." -#: C/evolution.xml:2317(para) C/evolution.xml:2356(para) +#: C/evolution.xml:2317(para) +#: C/evolution.xml:2356(para) msgid "Click the Security tab." msgstr "Klikněte na kartu Zabezpečení." @@ -5628,16 +3754,8 @@ msgstr "Zajdete vaše ID klíče do pole ID PGP/GPG klíče." #: C/evolution.xml:2329(para) -msgid "" -"Evolution requires that you know your key ID. If you don't remember it, you " -"can find it by typing gpg --list-keys in a terminal " -"window. Your key ID is an eight-character string with random numbers and " -"letters." -msgstr "" -"Evolution vyžaduje, aby jste znali ID svého klíče. Pokud si jej " -"nepamatujete, můžete jej najít v konzole po zadání příkazu gpg --" -"list-keys. ID vašeho klíče je osmimístný řetězec s libovolnými " -"číslicemi a písmeny." +msgid "Evolution requires that you know your key ID. If you don't remember it, you can find it by typing gpg --list-keys in a terminal window. Your key ID is an eight-character string with random numbers and letters." +msgstr "Evolution vyžaduje, aby jste znali ID svého klíče. Pokud si jej nepamatujete, můžete jej najít v konzole po zadání příkazu gpg --list-keys. ID vašeho klíče je osmimístný řetězec s libovolnými číslicemi a písmeny." #: C/evolution.xml:2333(title) msgid "Encrypting Messages" @@ -5672,71 +3790,24 @@ msgstr "Dešifrování přijatých zpráv" #: C/evolution.xml:2372(para) -msgid "" -"If you receive an encrypted message, you need to decrypt it before you read " -"it. Remember, the sender must have your public key before they can send you " -"an encrypted message." -msgstr "" -"Obdržíte-li zašifrovanou zprávu, musíte ji dešifrovat před tím, než ji " -"budete číst. Pamatujte, že odesílatel musí mít váš veřejný klíč před tím, " -"než vám může poslat zašifrovanou zprávu." +msgid "If you receive an encrypted message, you need to decrypt it before you read it. Remember, the sender must have your public key before they can send you an encrypted message." +msgstr "Obdržíte-li zašifrovanou zprávu, musíte ji dešifrovat před tím, než ji budete číst. Pamatujte, že odesílatel musí mít váš veřejný klíč před tím, než vám může poslat zašifrovanou zprávu." #: C/evolution.xml:2373(para) -msgid "" -"When you view the message, Evolution prompts you for your PGP password. " -"Enter it, and the unencrypted message is displayed." -msgstr "" -"Když si budete zprávu prohlížet, Evolution vás vyzve, abyste zadali heslo " -"PGP. Vložte jej a dešifrovaná zpráva se zobrazí." +msgid "When you view the message, Evolution prompts you for your PGP password. Enter it, and the unencrypted message is displayed." +msgstr "Když si budete zprávu prohlížet, Evolution vás vyzve, abyste zadali heslo PGP. Vložte jej a dešifrovaná zpráva se zobrazí." #: C/evolution.xml:2378(para) -msgid "" -"S/MIME encryption also uses a key-based approach, but it has some " -"significant advantages in convenience and security. S/MIME uses " -"certificates, which are similar to keys. The public portion of each " -"certificate is held by the sender of a message and by one of several " -"certificate authorities, who are paid to guarantee the identity of the " -"sender and the security of the message. Evolution already recognizes a large " -"number of certificate authorities, so when you get a message with an S/MIME " -"certificate, your system automatically receives the public portion of the " -"certificate and decrypts or verifies the message." -msgstr "" -"Šifrování pomocí S/MIME také využívá přístup založený na klíčích, ale má " -"některé významné výhody v pohodlnosti a bezpečnosti. S/MIME používá " -"certifikáty, které jsou podobné klíčům. Veřejná část každého certifikátu je " -"držená odesílatelem zprávy a jednou z několika certifikačních autorit, které " -"jsou placeny za to, že garantují identitu odesílatele a zabezpečení zprávy. " -"Evolution už rozezná velké množství certifikačních autorit, takže, když " -"dostanete zprávu s certifikátem S/MIME, váš systém automaticky obdrží " -"veřejnou část certifikátu a dešifruje nebo ověří zprávu." +msgid "S/MIME encryption also uses a key-based approach, but it has some significant advantages in convenience and security. S/MIME uses certificates, which are similar to keys. The public portion of each certificate is held by the sender of a message and by one of several certificate authorities, who are paid to guarantee the identity of the sender and the security of the message. Evolution already recognizes a large number of certificate authorities, so when you get a message with an S/MIME certificate, your system automatically receives the public portion of the certificate and decrypts or verifies the message." +msgstr "Šifrování pomocí S/MIME také využívá přístup založený na klíčích, ale má některé významné výhody v pohodlnosti a bezpečnosti. S/MIME používá certifikáty, které jsou podobné klíčům. Veřejná část každého certifikátu je držená odesílatelem zprávy a jednou z několika certifikačních autorit, které jsou placeny za to, že garantují identitu odesílatele a zabezpečení zprávy. Evolution už rozezná velké množství certifikačních autorit, takže, když dostanete zprávu s certifikátem S/MIME, váš systém automaticky obdrží veřejnou část certifikátu a dešifruje nebo ověří zprávu." #: C/evolution.xml:2379(para) -msgid "" -"S/MIME is used most often in corporate settings. In these cases, " -"administrators supply certificates that they have purchased from a " -"certificate authority. In some cases, an organization can act as its own " -"certificate authority, with or without a guarantee from a dedicated " -"authority such as VeriSign* or Thawte*. In either case, the system " -"administrator provides you with a certificate file." -msgstr "" -"S/MIME je nejčastěji používáno v korporátním nasazení. V těchto případech " -"administrátoři poskytují certifikáty, které obdrželi od certifikační " -"autority. V některých případech může organizace vystupovat jako svoje " -"vlastní certifikační autorita s nebo bez garance vyhrazené autority jako " -"jsou VeriSign* nebo Thawte*. V obou případech vás systémoví administrátoři " -"vybaví souborem certifikátu." +msgid "S/MIME is used most often in corporate settings. In these cases, administrators supply certificates that they have purchased from a certificate authority. In some cases, an organization can act as its own certificate authority, with or without a guarantee from a dedicated authority such as VeriSign* or Thawte*. In either case, the system administrator provides you with a certificate file." +msgstr "S/MIME je nejčastěji používáno v korporátním nasazení. V těchto případech administrátoři poskytují certifikáty, které obdrželi od certifikační autority. V některých případech může organizace vystupovat jako svoje vlastní certifikační autorita s nebo bez garance vyhrazené autority jako jsou VeriSign* nebo Thawte*. V obou případech vás systémoví administrátoři vybaví souborem certifikátu." #: C/evolution.xml:2380(para) -msgid "" -"If you want to use S/MIME independently, you can extract an identification " -"certificate from your Mozilla* or Netscape* Web browser. See the Mozilla Helpfor more information on security certificates." -msgstr "" -"Chcete-li používat S/MIME nezávisle, můžete vyjmout identifikační certifikát " -"z vašeho prohlížeče Mozilla* nebo Netscape*. Více informací o bezpečnostních " -"certifikátech naleznete v Nápovědě Mozilly" +msgid "If you want to use S/MIME independently, you can extract an identification certificate from your Mozilla* or Netscape* Web browser. See the Mozilla Helpfor more information on security certificates." +msgstr "Chcete-li používat S/MIME nezávisle, můžete vyjmout identifikační certifikát z vašeho prohlížeče Mozilla* nebo Netscape*. Více informací o bezpečnostních certifikátech naleznete v Nápovědě Mozilly" #: C/evolution.xml:2381(para) msgid "The certificate file is a password-protected file on your computer." @@ -5750,7 +3821,8 @@ msgid "Click Certificates." msgstr "Klikněte na Certifikáty." -#: C/evolution.xml:2393(para) C/evolution.xml:2516(para) +#: C/evolution.xml:2393(para) +#: C/evolution.xml:2516(para) msgid "Click Import." msgstr "Klikněte na Importovat." @@ -5759,29 +3831,16 @@ msgstr "Vyberte soubor, který chcete importovat, potom klikněte na Otevřít." #: C/evolution.xml:2402(para) -msgid "" -"Similarly, you can add certificates that are sent to you independently of " -"any authority by clicking the Contact Certificates tab and using the same " -"Import tool. You can also add new certificate authorities, which have their " -"own certificate files, in the same way." -msgstr "" -"Podobně můžete přidat všechny certifikáty, které vám byly poslány nezávisle " -"na autoritě, kliknutím na kartu Certifikáty kontaktů a použitím stejného " -"importovacího nástroje. Můžete také stejným způsobem přidat nové " -"certifikační autority, které mají svoje vlastní soubory certifikátů." +msgid "Similarly, you can add certificates that are sent to you independently of any authority by clicking the Contact Certificates tab and using the same Import tool. You can also add new certificate authorities, which have their own certificate files, in the same way." +msgstr "Podobně můžete přidat všechny certifikáty, které vám byly poslány nezávisle na autoritě, kliknutím na kartu Certifikáty kontaktů a použitím stejného importovacího nástroje. Můžete také stejným způsobem přidat nové certifikační autority, které mají svoje vlastní soubory certifikátů." #: C/evolution.xml:2406(title) msgid "Signing or Encrypting Every Message" msgstr "Podepisování nebo šifrování všech zpráv" #: C/evolution.xml:2407(para) -msgid "" -"After you have added your certificate, you can sign or encrypt a message by " -"clicking Security > S/MIME Sign or S/MIME Encrypt in the message composer." -msgstr "" -"Poté, co jste přidali svůj certifikát, můžete podepisovat nebo šifrovat " -"zprávy kliknutím v editoru zpráv na Zabezpečení > Podpis S/MIME nebo " -"Šifrování S/MIME." +msgid "After you have added your certificate, you can sign or encrypt a message by clicking Security > S/MIME Sign or S/MIME Encrypt in the message composer." +msgstr "Poté, co jste přidali svůj certifikát, můžete podepisovat nebo šifrovat zprávy kliknutím v editoru zpráv na Zabezpečení > Podpis S/MIME nebo Šifrování S/MIME." #: C/evolution.xml:2408(para) msgid "To have every message signed or encrypted:" @@ -5796,70 +3855,59 @@ msgstr "Klikněte na Upravit a potom na Zabezpečení." #: C/evolution.xml:2420(para) -msgid "" -"Click Select next to Signing Certificate and specify the path to your " -"signing certificate." -msgstr "" -"Klikněte na Vybrat vedle Podpisového certifikátu a zadejte cestu k vašemu " -"podpisovému certifikátu." +msgid "Click Select next to Signing Certificate and specify the path to your signing certificate." +msgstr "Klikněte na Vybrat vedle Podpisového certifikátu a zadejte cestu k vašemu podpisovému certifikátu." #: C/evolution.xml:2422(para) -msgid "" -"Click Select next to Encryption Certificate and specify the path to your " -"encryption certificate." -msgstr "" -"Klikněte na Vybrat vedle Šifrovacího certifikátu a zadejte cestu k vašemu " -"šifrovacímu certifikátu." +msgid "Click Select next to Encryption Certificate and specify the path to your encryption certificate." +msgstr "Klikněte na Vybrat vedle Šifrovacího certifikátu a zadejte cestu k vašemu šifrovacímu certifikátu." #: C/evolution.xml:2425(para) msgid "Select the appropriate options." msgstr "Vyberte příslušné volby." #: C/evolution.xml:2441(para) -msgid "" -"Whether you only get a few email messages a day, or you receive hundreds, " -"you probably want to sort and organize them. Evolution has the tools to help you do it." -msgstr "" -"Jestli dostanete jen pár e-mailových zpráv denně, nebo obdržíte stovky, " -"pravděpodobně je chcete třídit a organizovat. Evolution má nástroje, které vám s tím pomůžou." +msgid "Whether you only get a few email messages a day, or you receive hundreds, you probably want to sort and organize them. Evolution has the tools to help you do it." +msgstr "Jestli dostanete jen pár e-mailových zpráv denně, nebo obdržíte stovky, pravděpodobně je chcete třídit a organizovat. Evolution má nástroje, které vám s tím pomůžou." -#: C/evolution.xml:2444(link) C/evolution.xml:2467(title) +#: C/evolution.xml:2444(link) +#: C/evolution.xml:2467(title) msgid "Importing Your Old Email" msgstr "Import vaší staré pošty" -#: C/evolution.xml:2447(link) C/evolution.xml:2557(title) +#: C/evolution.xml:2447(link) +#: C/evolution.xml:2557(title) msgid "Sorting the Message List" msgstr "Řazení seznamu zpráv" -#: C/evolution.xml:2450(link) C/evolution.xml:2728(title) +#: C/evolution.xml:2450(link) +#: C/evolution.xml:2728(title) msgid "Getting Organized with Folders" msgstr "Organizace pomocí složek" -#: C/evolution.xml:2453(link) C/evolution.xml:2743(title) +#: C/evolution.xml:2453(link) +#: C/evolution.xml:2743(title) msgid "Searching for Messages" msgstr "Vyhledávání zpráv" -#: C/evolution.xml:2456(link) C/evolution.xml:2947(title) +#: C/evolution.xml:2456(link) +#: C/evolution.xml:2947(title) msgid "Create Rules to Automatically Organize Mail" msgstr "Tvorba pravidel pro automatickou organizaci pošty" -#: C/evolution.xml:2459(link) C/evolution.xml:3186(title) +#: C/evolution.xml:2459(link) +#: C/evolution.xml:3186(title) msgid "Using Search Folders" msgstr "Používaní složek hledání" -#: C/evolution.xml:2462(link) C/evolution.xml:3319(title) +#: C/evolution.xml:2462(link) +#: C/evolution.xml:3319(title) msgid "Stopping Junk Mail (Spam)" msgstr "Zastavení nevyžádáné pošty (spamu)" #: C/evolution.xml:2468(para) -msgid "" -"Evolution allows you to import old email and contacts so that you don't need " -"to worry about losing your old information." -msgstr "" -"Evolution vám umožňuje importovat starou poštu a kontakty, abyste se " -"nemuseli bát ztráty starých informací." +msgid "Evolution allows you to import old email and contacts so that you don't need to worry about losing your old information." +msgstr "Evolution vám umožňuje importovat starou poštu a kontakty, abyste se nemuseli bát ztráty starých informací." #: C/evolution.xml:2471(title) msgid "Importing Single Files" @@ -5874,63 +3922,40 @@ msgstr "vCard (.vcf, .gcrd):" #: C/evolution.xml:2475(para) -msgid "" -"The address book format used by the GNOME, KDE, and many other contact " -"management applications. You should be able to export to vCard format from " -"any address book application." -msgstr "" -"Formát adresáře používaný GNOME, KDE a jinými aplikacemi pro správu " -"kontaktů. Měli byste být schopní exportovat formát vCard z jakékoliv " -"aplikace adresáře." +msgid "The address book format used by the GNOME, KDE, and many other contact management applications. You should be able to export to vCard format from any address book application." +msgstr "Formát adresáře používaný GNOME, KDE a jinými aplikacemi pro správu kontaktů. Měli byste být schopní exportovat formát vCard z jakékoliv aplikace adresáře." #: C/evolution.xml:2478(title) msgid "vCalendar:" msgstr "vCalendar:" #: C/evolution.xml:2479(para) -msgid "" -"A format for storing calender files, which is generally used by Evolution, " -"Microsoft Outlook, Sunbird, and Korganizer." -msgstr "" -"Formát pro uchovávání souborů kalendáře, který je obecně používán " -"Evolutionem, Microsoft Outlookem, Sunbirdem a Korganizerem." +msgid "A format for storing calender files, which is generally used by Evolution, Microsoft Outlook, Sunbird, and Korganizer." +msgstr "Formát pro uchovávání souborů kalendáře, který je obecně používán Evolutionem, Microsoft Outlookem, Sunbirdem a Korganizerem." #: C/evolution.xml:2482(title) msgid "iCalendar or iCal (.ics):" msgstr "iCalendar nebo iCal (.ics):" #: C/evolution.xml:2483(para) -msgid "" -"A format for storing calendar files. iCalendar is used by Palm OS handhelds, " -"Evolution, and Microsoft Outlook." -msgstr "" -"Formát pro uchovávání souborů kalendáře. iCalendar je používán zařízeními s " -"PalmOS, Evolutionem a Microsoft Outlookem." +msgid "A format for storing calendar files. iCalendar is used by Palm OS handhelds, Evolution, and Microsoft Outlook." +msgstr "Formát pro uchovávání souborů kalendáře. iCalendar je používán zařízeními s PalmOS, Evolutionem a Microsoft Outlookem." #: C/evolution.xml:2486(title) msgid "Evolution/Mozilla/Outlook CSV/Tab (.csv, .tab):" msgstr "Evolution/Mozilla/Outlook CSV/Tab (.csv, .tab):" #: C/evolution.xml:2487(para) -msgid "" -"CSV or Tab files saved by using Evolution, Microsoft Outlook and Mozilla." -msgstr "" -"Soubory CSV nebo Tab uložené používáním Evolutionu, Microsoft Outlooku a " -"Mozilly." +msgid "CSV or Tab files saved by using Evolution, Microsoft Outlook and Mozilla." +msgstr "Soubory CSV nebo Tab uložené používáním Evolutionu, Microsoft Outlooku a Mozilly." #: C/evolution.xml:2490(title) msgid "Microsoft Outlook Express 4 (.mbx):" msgstr "Microsoft Outlook Express 4 (.mbx):" #: C/evolution.xml:2491(para) -msgid "" -"The email file format used by Microsoft Outlook Express 4. For other " -"versions of Microsoft Outlook and Outlook Express, see the workaround " -"described in Step 1." -msgstr "" -"Formát e-mailového souboru používaný Microsoft Outlook Express 4. Pro " -"ostatní verze Microsoft Outlooku a Outlooku Express najdete řešení popsané v " -"Kroku 1." +msgid "The email file format used by Microsoft Outlook Express 4. For other versions of Microsoft Outlook and Outlook Express, see the workaround described in Step 1." +msgstr "Formát e-mailového souboru používaný Microsoft Outlook Express 4. Pro ostatní verze Microsoft Outlooku a Outlooku Express najdete řešení popsané v Kroku 1." #: C/evolution.xml:2494(title) msgid "LDAP Data Interchange Format (.LDIF):" @@ -5945,18 +3970,15 @@ msgstr "Berkley Mailbox (.mbox or null extension):" #: C/evolution.xml:2499(para) -msgid "" -"The email format used by Mozilla, Netscape, Evolution, Eudora*, and many " -"other email clients." -msgstr "" -"E-mailový formát používaný Mozillou, Netscapem, Evolutionem, Eudorou* a " -"mnoha dalšími e-mailovými klienty." +msgid "The email format used by Mozilla, Netscape, Evolution, Eudora*, and many other email clients." +msgstr "E-mailový formát používaný Mozillou, Netscapem, Evolutionem, Eudorou* a mnoha dalšími e-mailovými klienty." #: C/evolution.xml:2501(para) msgid "To import your old email:" msgstr "Pro importování vaší staré pošty:" -#: C/evolution.xml:2504(para) C/evolution.xml:2526(para) +#: C/evolution.xml:2504(para) +#: C/evolution.xml:2526(para) #: C/evolution.xml:3686(para) msgid "Click File > Import." msgstr "Klikněte na Soubor > Importovat." @@ -5974,187 +3996,80 @@ msgstr "Import více souborů" #: C/evolution.xml:2523(para) -msgid "" -"Evolution automates the import process for several applications it can " -"recognize." -msgstr "" -"Evolution automatizuje proces importu pro několik aplikací, které rozezná." +msgid "Evolution automates the import process for several applications it can recognize." +msgstr "Evolution automatizuje proces importu pro několik aplikací, které rozezná." #: C/evolution.xml:2532(para) -msgid "" -"Select Import Data and Settings From Older Programs, then click Forward." -msgstr "" -"Vyberte Importovat data a nastavení ze starších programů a klikněte na Vpřed." +msgid "Select Import Data and Settings From Older Programs, then click Forward." +msgstr "Vyberte Importovat data a nastavení ze starších programů a klikněte na Vpřed." #: C/evolution.xml:2533(para) -msgid "" -"Follow the steps Step 3 through Step 5 to import." -msgstr "" -"Pro importování následujte kroky od Kroku 3 " -"až po Krok 5." +msgid "Follow the steps Step 3 through Step 5 to import." +msgstr "Pro importování následujte kroky od Kroku 3 až po Krok 5." #: C/evolution.xml:2534(para) -msgid "" -"Evolution searches for old mail programs and, if possible, imports the data " -"from them." -msgstr "" -"Evolution hledá staré poštovní programy a, pokud je to možné, importuje z " -"nich data." +msgid "Evolution searches for old mail programs and, if possible, imports the data from them." +msgstr "Evolution hledá staré poštovní programy a, pokud je to možné, importuje z nich data." #: C/evolution.xml:2539(para) -msgid "" -"One migration method that works well is to use the Outport application. See " -"outport.sourceforge.net for additional information. You can also import data into another " -"Windows mail client such as Mozilla." -msgstr "" -"Jednou z metod migrace, která dobře funguje, je použít aplikaci Outport. " -"Více informací najdete v outport.sourceforge.net. Můžete také importovat data z jiného " -"poštovního klienta pro Windows, např. Mozilly." +msgid "One migration method that works well is to use the Outport application. See outport.sourceforge.net for additional information. You can also import data into another Windows mail client such as Mozilla." +msgstr "Jednou z metod migrace, která dobře funguje, je použít aplikaci Outport. Více informací najdete v outport.sourceforge.net. Můžete také importovat data z jiného poštovního klienta pro Windows, např. Mozilly." #: C/evolution.xml:2542(para) -msgid "" -"While in Windows, import your .pst files into Mozilla Mail (or another mail " -"program such as Netscape or Eudora that uses the standard mbox format)." -msgstr "" -"Ve Windows importujte vaše soubory .pst do Mozilla Mail (nebo jiného " -"poštovního programu jako je Netscape nebo Eudora, který používá formát mbox)." +msgid "While in Windows, import your .pst files into Mozilla Mail (or another mail program such as Netscape or Eudora that uses the standard mbox format)." +msgstr "Ve Windows importujte vaše soubory .pst do Mozilla Mail (nebo jiného poštovního programu jako je Netscape nebo Eudora, který používá formát mbox)." #: C/evolution.xml:2546(para) -msgid "" -"Copy the files to the system or partition that Evolution is installed on." -msgstr "" -"Zkopírujte soubory do systému nebo oddílu, kde je Evolution nainstalovaný." +msgid "Copy the files to the system or partition that Evolution is installed on." +msgstr "Zkopírujte soubory do systému nebo oddílu, kde je Evolution nainstalovaný." #: C/evolution.xml:2549(para) msgid "Use the Evolution import tool to import the files." msgstr "Pro importování souborů použijte nástroj Evolution pro import." #: C/evolution.xml:2552(para) -msgid "" -"For POP mail, filters are applied as messages are downloaded. For IMAP mail, " -"filters are applied to new messages when you open the Inbox folder. On " -"Exchange servers, filters are not applied until you select your Inbox folder " -"and click Message > Apply Filters, or press Ctrl+Y. To force your filters " -"to act on all messages in the folder, select the entire folder by pressing " -"Ctrl+A, then apply the filters by pressing Ctrl+Y." -msgstr "" -"Pro POP jsou filtry použity, jak jsou zprávy stahovány. Pro IMAP jsou filtry " -"použity, když otevřete složku Příchozí. Na serverech Exchange nejsou filtry " -"použity, dokud nevyberete vaši složku Příchozí a nekliknete na Zpráva > " -"Použít filtry nebo nestisknete Ctrl+Y. Chcete-li filtry přinutit, aby " -"zapůsobily na všechny zprávy ve složce, vyberte celou složku stisknutím Ctrl" -"+A a potom použijte filtry stisknutím Ctrl+Y." +msgid "For POP mail, filters are applied as messages are downloaded. For IMAP mail, filters are applied to new messages when you open the Inbox folder. On Exchange servers, filters are not applied until you select your Inbox folder and click Message > Apply Filters, or press Ctrl+Y. To force your filters to act on all messages in the folder, select the entire folder by pressing Ctrl+A, then apply the filters by pressing Ctrl+Y." +msgstr "Pro POP jsou filtry použity, jak jsou zprávy stahovány. Pro IMAP jsou filtry použity, když otevřete složku Příchozí. Na serverech Exchange nejsou filtry použity, dokud nevyberete vaši složku Příchozí a nekliknete na Zpráva > Použít filtry nebo nestisknete Ctrl+Y. Chcete-li filtry přinutit, aby zapůsobily na všechny zprávy ve složce, vyberte celou složku stisknutím Ctrl+A a potom použijte filtry stisknutím Ctrl+Y." #: C/evolution.xml:2558(para) -msgid "" -"Evolution helps you work by letting you sort your email. To sort by sender, " -"subject, or date, click the bars with those labels at the top of the message " -"list. The direction of the arrow next to the label indicates the direction " -"of the sort. Click again, to sort them in reverse order. For example, click " -"Date to sort messages by date from oldest to newest. Click again, and " -"Evolution sorts the list from newest to oldest. You can also right-click the " -"message header bars to get a set of sorting options, and to add to or remove " -"columns from the message list." -msgstr "" -"Evolution vám pomáhá pracovat tak, že vám umožňuje seřadit vaši poštu. Pro " -"seřazení podle odesílatele, předmětu nebo data klikněte na lištu s těmito " -"popisy navrchu seznamu zpráv. Směr šipky vedle popisu ukazuje směr seřazení. " -"Klikněte znovu a seřadíte je opačným směrem. Např. klikněte na Datum pro " -"seřazení podle data od nejnovější po nejstarší. Můžete také kliknout pravým " -"tlačítkem na lištu a získáte možnosti řazení a můžete přidat nebo odstranit " -"sloupce ze seznamu zpráv." +msgid "Evolution helps you work by letting you sort your email. To sort by sender, subject, or date, click the bars with those labels at the top of the message list. The direction of the arrow next to the label indicates the direction of the sort. Click again, to sort them in reverse order. For example, click Date to sort messages by date from oldest to newest. Click again, and Evolution sorts the list from newest to oldest. You can also right-click the message header bars to get a set of sorting options, and to add to or remove columns from the message list." +msgstr "Evolution vám pomáhá pracovat tak, že vám umožňuje seřadit vaši poštu. Pro seřazení podle odesílatele, předmětu nebo data klikněte na lištu s těmito popisy navrchu seznamu zpráv. Směr šipky vedle popisu ukazuje směr seřazení. Klikněte znovu a seřadíte je opačným směrem. Např. klikněte na Datum pro seřazení podle data od nejnovější po nejstarší. Můžete také kliknout pravým tlačítkem na lištu a získáte možnosti řazení a můžete přidat nebo odstranit sloupce ze seznamu zpráv." #: C/evolution.xml:2559(para) -msgid "" -"To look at the complete headers for a message, click View > All Message " -"Headers. To see all message data, click View > Message Source." -msgstr "" -"Chcete-li se podívat na všechny hlavičky zprávy, klikněte Zobrazit > " -"Všechny hlavičky zprávy. Chcete-li vidět všechna data zprávy, klikněte na " -"Zobrazit > Zdroj zprávy." +msgid "To look at the complete headers for a message, click View > All Message Headers. To see all message data, click View > Message Source." +msgstr "Chcete-li se podívat na všechny hlavičky zprávy, klikněte Zobrazit > Všechny hlavičky zprávy. Chcete-li vidět všechna data zprávy, klikněte na Zobrazit > Zdroj zprávy." #: C/evolution.xml:2562(title) msgid "Sorting Mail In Email Threads" msgstr "Řazení pošty ve vláknech" #: C/evolution.xml:2563(para) -msgid "" -"You can also choose a threaded message view. Click View > Group By " -"Threads to turn the threaded view on or off. When you select this option, " -"Evolution groups the replies to a message with the original, so you can " -"follow the thread of a conversation from one message to the next." -msgstr "" -"Můžete také vybrat zobrazení zpráv ve vláknech. Klikněte na Zobrazit > " -"Seznam zpráv dle vláken, chcete-li zapnout nebo vypnout zobrazení s vlákny. " -"Když vyberete tuto možnost, Evolution seskupí odpovědi k původní zprávě, " -"takže můžete sledovat vlákno konverzace od jedné zprávy k další." +msgid "You can also choose a threaded message view. Click View > Group By Threads to turn the threaded view on or off. When you select this option, Evolution groups the replies to a message with the original, so you can follow the thread of a conversation from one message to the next." +msgstr "Můžete také vybrat zobrazení zpráv ve vláknech. Klikněte na Zobrazit > Seznam zpráv dle vláken, chcete-li zapnout nebo vypnout zobrazení s vlákny. Když vyberete tuto možnost, Evolution seskupí odpovědi k původní zprávě, takže můžete sledovat vlákno konverzace od jedné zprávy k další." #: C/evolution.xml:2565(para) -msgid "" -"In a thread of conversation view, each new message is stacked below of the " -"ones that arrived before it, so that the newest message is always the one " -"you see first. Whenever a new message arrives to an old thread as a reply, " -"you will see it below the parent message. You always see the thread based on " -"the date of the recent message received. The threads are sorted by the date " -"of most recent message in the threads." -msgstr "" -"Při zobrazení vláken koverzace je každá nová zpráva umístěna pod tou, která " -"dorazila před ní, tak, že nejnovější zpráva je vždy tak, kterou vidíte " -"první. Kdykoliv dorazí nová zpráva do starého vlákna jako odpověď, uvidíte " -"ji pod původní zprávou. Vždy uvidíte vlákna založená na datu, kdy jste " -"obdrželi poslední zprávu. Vlákna jsou seřazena podle data podle poslední " -"zprávy ve vlákně." +msgid "In a thread of conversation view, each new message is stacked below of the ones that arrived before it, so that the newest message is always the one you see first. Whenever a new message arrives to an old thread as a reply, you will see it below the parent message. You always see the thread based on the date of the recent message received. The threads are sorted by the date of most recent message in the threads." +msgstr "Při zobrazení vláken koverzace je každá nová zpráva umístěna pod tou, která dorazila před ní, tak, že nejnovější zpráva je vždy tak, kterou vidíte první. Kdykoliv dorazí nová zpráva do starého vlákna jako odpověď, uvidíte ji pod původní zprávou. Vždy uvidíte vlákna založená na datu, kdy jste obdrželi poslední zprávu. Vlákna jsou seřazena podle data podle poslední zprávy ve vlákně." #: C/evolution.xml:2567(para) -msgid "" -"There is a gconf key to toggle between the collapsed or expanded state of " -"mail thread. By default, it is collapsed and you can change this at /apps/" -"evolution/mail/display/thread_expand. If the value is set to false, expanded " -"state is remembered. When you restart Evolution, all the threads are " -"arranged to this state. This is a highly advanced option only for the " -"advanced users." -msgstr "" -"Existuje zkratka v gconf, která přepíná mezi sbaleným a rozbaleným stavem " -"vlákna. Implicitně je sbalený a můžete jej změnit v /apps/evolution/mail/" -"display/thread_expand. Pokud je hodnota nastavená na false, rozbalený stav " -"bude zapamatován. Když restartujete Evolution, všechny vlákna se uspořádají " -"podle tohoto stavu. Toto je hodně pokročilá volba pouze pro pokročilé " -"uživatele." +msgid "There is a gconf key to toggle between the collapsed or expanded state of mail thread. By default, it is collapsed and you can change this at /apps/evolution/mail/display/thread_expand. If the value is set to false, expanded state is remembered. When you restart Evolution, all the threads are arranged to this state. This is a highly advanced option only for the advanced users." +msgstr "Existuje zkratka v gconf, která přepíná mezi sbaleným a rozbaleným stavem vlákna. Implicitně je sbalený a můžete jej změnit v /apps/evolution/mail/display/thread_expand. Pokud je hodnota nastavená na false, rozbalený stav bude zapamatován. Když restartujete Evolution, všechny vlákna se uspořádají podle tohoto stavu. Toto je hodně pokročilá volba pouze pro pokročilé uživatele." #: C/evolution.xml:2572(title) msgid "Sorting Mail with Column Headers" msgstr "Řazení pošty podle sloupců" #: C/evolution.xml:2573(para) -msgid "" -"The message list normally has columns to indicate whether a message has been " -"read, whether it has attachments, how important it is, and the sender, date, " -"and subject. You can change the column order, or add and remove columns by " -"dragging and dropping them." -msgstr "" -"Seznam zpráv má sloupce, které ukazují, zda byla zpráva přečtena, zda má " -"přílohu, jak důležitá je, jaký je odesílatel, datum a předmět. Můžete změnit " -"pořadí sloupců nebo přidat a odebrat sloupce táhnutím a puštěním. " +msgid "The message list normally has columns to indicate whether a message has been read, whether it has attachments, how important it is, and the sender, date, and subject. You can change the column order, or add and remove columns by dragging and dropping them." +msgstr "Seznam zpráv má sloupce, které ukazují, zda byla zpráva přečtena, zda má přílohu, jak důležitá je, jaký je odesílatel, datum a předmět. Můžete změnit pořadí sloupců nebo přidat a odebrat sloupce táhnutím a puštěním. " #: C/evolution.xml:2577(title) msgid "Sorting Mail With Column Headers" msgstr "Řazení pošty podle sloupců" #: C/evolution.xml:2578(para) -msgid "" -"In addition to it, Evolution enables you to sort your messages by using Sort-" -"by list. You can use any of the criteria given in the Sort-by list such as " -"sender, location, to, from, size and so forth to " -"perform sorting. It returns the sorted email list that matches the criteria " -"you have selected." -msgstr "" -"K tomu vám Evolution umožňuje řadit vaše zprávy pomocí seznamu Řadit podle. " -"Můžete použít jakékoliv kritérium ze seznamu Řadit podle jako jsou " -"odesílatel, umístění, komu, od, velikost atd. Vrací " -"seřazený seznam zpráv, který splňuje kritérium, které jste vybrali." +msgid "In addition to it, Evolution enables you to sort your messages by using Sort-by list. You can use any of the criteria given in the Sort-by list such as sender, location, to, from, size and so forth to perform sorting. It returns the sorted email list that matches the criteria you have selected." +msgstr "K tomu vám Evolution umožňuje řadit vaše zprávy pomocí seznamu Řadit podle. Můžete použít jakékoliv kritérium ze seznamu Řadit podle jako jsou odesílatel, umístění, komu, od, velikost atd. Vrací seřazený seznam zpráv, který splňuje kritérium, které jste vybrali." #: C/evolution.xml:2579(para) msgid "To sort messages, perform the following procedure:" @@ -6180,7 +4095,8 @@ msgid "Recipients" msgstr "Příjemce" -#: C/evolution.xml:2595(para) C/evolution.xml:2601(para) +#: C/evolution.xml:2595(para) +#: C/evolution.xml:2601(para) msgid "Sender" msgstr "Odesílatel" @@ -6236,8 +4152,10 @@ msgid "Flagged" msgstr "Označeno" -#: C/evolution.xml:2640(para) C/evolution.xml:3608(para) -#: C/evolution.xml:4498(para) C/evolution.xml:4849(para) +#: C/evolution.xml:2640(para) +#: C/evolution.xml:3608(para) +#: C/evolution.xml:4498(para) +#: C/evolution.xml:4849(para) #: C/evolution.xml:5044(para) msgid "Status" msgstr "Stav" @@ -6247,92 +4165,55 @@ msgstr "Vlastní" #: C/evolution.xml:2647(para) -msgid "" -"Clicking each sort criteria cycles take you through three possibilities. " -"Sort by criteria in ascending or descending order or unsort the message. " -"When you click any of the sort criteria reiteratively, Evolution sort the " -"messages in a sequential order - ascending, descending and unsort. For " -"example, when you click Recepients for the first time, Evolution sort the " -"messages by recipients in ascending order and for the second time, sort in " -"the reverse order. For the next click, messages will be displayed unsorted." -msgstr "" -"Kliknutí na každé kritérium seřazení vám dává tři možnosti. Seřadit podle " -"kritéria vzestupně, nestupně nebo neřadit. Když opakovaně klikněte na jedno " -"z kritérií, Evolution seřadí zprávy v následujícím pořadí - vzestupně, " -"sestupně, netřídí. Např. když kliknete poprvé na Příjemce, Evolution seřadí " -"zprávy podle příjemců vzestupně, a když podruhé, seřadí je v opačném pořadí. " -"Po dalším kliknutí zůstanou zprávy neseřazeny. " +msgid "Clicking each sort criteria cycles take you through three possibilities. Sort by criteria in ascending or descending order or unsort the message. When you click any of the sort criteria reiteratively, Evolution sort the messages in a sequential order - ascending, descending and unsort. For example, when you click Recepients for the first time, Evolution sort the messages by recipients in ascending order and for the second time, sort in the reverse order. For the next click, messages will be displayed unsorted." +msgstr "Kliknutí na každé kritérium seřazení vám dává tři možnosti. Seřadit podle kritéria vzestupně, nestupně nebo neřadit. Když opakovaně klikněte na jedno z kritérií, Evolution seřadí zprávy v následujícím pořadí - vzestupně, sestupně, netřídí. Např. když kliknete poprvé na Příjemce, Evolution seřadí zprávy podle příjemců vzestupně, a když podruhé, seřadí je v opačném pořadí. Po dalším kliknutí zůstanou zprávy neseřazeny. " #: C/evolution.xml:2650(title) msgid "Sort Ascending:" msgstr "Řadit vzestupně:" #: C/evolution.xml:2651(para) -msgid "" -"Sorts the messages top to bottom and returns you the sorted message list in " -"the order of oldest to the latest." -msgstr "" -"Seřazuje zprávy od vrchu dolů a vrací vám seřazený seznam zpráv v pořadí od " -"nejstarší po nejnovější." +msgid "Sorts the messages top to bottom and returns you the sorted message list in the order of oldest to the latest." +msgstr "Seřazuje zprávy od vrchu dolů a vrací vám seřazený seznam zpráv v pořadí od nejstarší po nejnovější." #: C/evolution.xml:2654(title) msgid "Sort Descending:" msgstr "Řadit sestupně:" #: C/evolution.xml:2655(para) -msgid "" -"Sort descending revers the order and returns you the sorted message list in " -"the order of newest to oldest." -msgstr "" -"Řadit sestupně obrací pořadí a vrací vám seřazený seznam zpráv v pořadí od " -"nejnovější po nejstarší." +msgid "Sort descending revers the order and returns you the sorted message list in the order of newest to oldest." +msgstr "Řadit sestupně obrací pořadí a vrací vám seřazený seznam zpráv v pořadí od nejnovější po nejstarší." #: C/evolution.xml:2658(title) msgid "Unsort:" msgstr "Neřadit:" #: C/evolution.xml:2659(para) -msgid "" -"Unsort removes sorting from this column, reverting to the order of messages " -"as they were added to the folder." -msgstr "" -"Neřadit z tohoto sloupce odstraňuje řazení, návrací se k pořadí zpráv tak, " -"jak byly přidány do složky." +msgid "Unsort removes sorting from this column, reverting to the order of messages as they were added to the folder." +msgstr "Neřadit z tohoto sloupce odstraňuje řazení, návrací se k pořadí zpráv tak, jak byly přidány do složky." #: C/evolution.xml:2662(title) msgid "Removing a Column:" msgstr "Odstranění sloupce:" #: C/evolution.xml:2663(para) -msgid "" -"Remove this column from the display. You can also remove columns by dragging " -"the header off the list and letting it drop." -msgstr "" -"Odstraní tento sloupec ze zobrazení. Sloupec můžete odstranit také tak, že " -"jeho hlavičku přetáhnete mímo seznam a pustíte ho." +msgid "Remove this column from the display. You can also remove columns by dragging the header off the list and letting it drop." +msgstr "Odstraní tento sloupec ze zobrazení. Sloupec můžete odstranit také tak, že jeho hlavičku přetáhnete mímo seznam a pustíte ho." #: C/evolution.xml:2666(title) msgid "Adding a Column:" msgstr "Přidání sloupce:" #: C/evolution.xml:2667(para) -msgid "" -"When you select this item, a dialog box appears, listing the possible " -"columns. Drag the column you want into a space between existing column " -"headers. A red arrow shows where the column will be placed." -msgstr "" -"Když vyberete tuto položku, objeví se dialogové okno. Přetáhněte sloupec, " -"který chcete, do prostoru mezi existujícími hlavičkami sloupců. Červená " -"šipka ukazuje, kde bude sloupec umístěn." +msgid "When you select this item, a dialog box appears, listing the possible columns. Drag the column you want into a space between existing column headers. A red arrow shows where the column will be placed." +msgstr "Když vyberete tuto položku, objeví se dialogové okno. Přetáhněte sloupec, který chcete, do prostoru mezi existujícími hlavičkami sloupců. Červená šipka ukazuje, kde bude sloupec umístěn." #: C/evolution.xml:2670(title) msgid "Best Fit:" msgstr "Nejlepší velikost:" #: C/evolution.xml:2671(para) -msgid "" -"Automatically adjusts the widths of the columns for the most efficient use " -"of space." +msgid "Automatically adjusts the widths of the columns for the most efficient use of space." msgstr "Automaticky nastaví šířku sloupců pro co nejefektivější využití místa." #: C/evolution.xml:2674(title) @@ -6340,12 +4221,8 @@ msgstr "Přizpůsobit aktuální zobrazení:" #: C/evolution.xml:2675(para) -msgid "" -"Choose this item to pick a more complex sort order for messages, or to " -"choose which columns of information about your messages you want to display." -msgstr "" -"Vyberte tuto položku pro výběr komplexnějších metod řazení zpráv nebo pro " -"výběr sloupců s informacemi, které chcete zobrazit." +msgid "Choose this item to pick a more complex sort order for messages, or to choose which columns of information about your messages you want to display." +msgstr "Vyberte tuto položku pro výběr komplexnějších metod řazení zpráv nebo pro výběr sloupců s informacemi, které chcete zobrazit." #: C/evolution.xml:2679(para) msgid "Select the search criteria from the list." @@ -6360,12 +4237,8 @@ msgstr "Používání funkce K vyřízení" #: C/evolution.xml:2687(para) -msgid "" -"To make sure you don't forget about a message, you can use the Follow up " -"feature." -msgstr "" -"Chcete-li se ujistit, že na zprávu nezapomenete, můžete použít funkci K " -"vyřízení." +msgid "To make sure you don't forget about a message, you can use the Follow up feature." +msgstr "Chcete-li se ujistit, že na zprávu nezapomenete, můžete použít funkci K vyřízení." #: C/evolution.xml:2690(para) msgid "Select one or more messages." @@ -6400,196 +4273,95 @@ msgstr "Vyberete K vyřízení nebo stisknete Shift+Ctrl+G." #: C/evolution.xml:2712(para) -msgid "" -"A dialog box opens to allow you to set the type of flag and the due date." -msgstr "" -"Dialogové okno, které se otevře, vám umožní nastavit druh značky a termín " -"dokončení." +msgid "A dialog box opens to allow you to set the type of flag and the due date." +msgstr "Dialogové okno, které se otevře, vám umožní nastavit druh značky a termín dokončení." #: C/evolution.xml:2716(para) -msgid "" -"The flag itself is the action you want to remind yourself about. Several are " -"provided for you, such as Call, Forward, and Reply, but you can enter your " -"own note or action if you want." -msgstr "" -"Značka sama o sobě je akce, kterou vás má upomenout. Některé jsou vám k " -"dispozici jako Zavolat, Přeposlat nebo Odpovědět, ale můžete vložit vaše " -"vlastní poznámky nebo akce, pokud chcete." +msgid "The flag itself is the action you want to remind yourself about. Several are provided for you, such as Call, Forward, and Reply, but you can enter your own note or action if you want." +msgstr "Značka sama o sobě je akce, kterou vás má upomenout. Některé jsou vám k dispozici jako Zavolat, Přeposlat nebo Odpovědět, ale můžete vložit vaše vlastní poznámky nebo akce, pokud chcete." #: C/evolution.xml:2717(para) -msgid "" -"After you have added a flag, you can mark it as complete or remove it " -"entirely by right-clicking the message, then click either Flag Completed or " -"Clear Flag." -msgstr "" -"Poté, co jste značku přidali, ji můžete označit jako dokončenou nebo úplně " -"vymazat tak, že kliknete na zprávu pravým tlačítkem a potom kliknete buď na " -"Označit jako dokončeno nebo na Zrušit značku." +msgid "After you have added a flag, you can mark it as complete or remove it entirely by right-clicking the message, then click either Flag Completed or Clear Flag." +msgstr "Poté, co jste značku přidali, ji můžete označit jako dokončenou nebo úplně vymazat tak, že kliknete na zprávu pravým tlačítkem a potom kliknete buď na Označit jako dokončeno nebo na Zrušit značku." #: C/evolution.xml:2718(para) -msgid "" -"When you read a flagged message, its flag status is displayed at the top, " -"before the message headers. An overdue message might tell you " -"Overdue: Call by April 07, 2003, 5:00 PM." -msgstr "" -"Když čtete označenou zprávu, stav značky je zobrazen nahoře nad hlavičkami " -"zprávy. Ve zpoždění vám muže zpráva říkat Již mělo být splněno: " -"Zavolat do 7. duben, 2003, 17:00." +msgid "When you read a flagged message, its flag status is displayed at the top, before the message headers. An overdue message might tell you Overdue: Call by April 07, 2003, 5:00 PM." +msgstr "Když čtete označenou zprávu, stav značky je zobrazen nahoře nad hlavičkami zprávy. Ve zpoždění vám muže zpráva říkat Již mělo být splněno: Zavolat do 7. duben, 2003, 17:00." #: C/evolution.xml:2719(para) -msgid "" -"Flags can help you organize your work in a number of ways. For example, you " -"might add a Flag Status column to your message list and sort that way. " -"Alternately, you could create a search folder that displays all your flagged " -"messages, then clear the flags when you're done, so the search folder " -"contains only messages with upcoming deadlines." -msgstr "" -"Značky vám můžou pomoci organizovat vaši práci v několika směrech. Např. " -"můžete přidat sloupec Stav značek do vašeho seznamu zpráv a seřadit je " -"takto. Nebo můžete vytvořit složku hledání, která zobrazuje všechny vaše " -"označené zprávy, zrušit značky, když jste hotoví, takže složka hledání " -"obsahuje pouze nadcházející termíny." +msgid "Flags can help you organize your work in a number of ways. For example, you might add a Flag Status column to your message list and sort that way. Alternately, you could create a search folder that displays all your flagged messages, then clear the flags when you're done, so the search folder contains only messages with upcoming deadlines." +msgstr "Značky vám můžou pomoci organizovat vaši práci v několika směrech. Např. můžete přidat sloupec Stav značek do vašeho seznamu zpráv a seřadit je takto. Nebo můžete vytvořit složku hledání, která zobrazuje všechny vaše označené zprávy, zrušit značky, když jste hotoví, takže složka hledání obsahuje pouze nadcházející termíny." #: C/evolution.xml:2721(title) msgid "Mark as Important Feature:" msgstr "Funkce Označit jako důležité:" #: C/evolution.xml:2722(para) -msgid "" -"If you prefer a simpler way to remind yourself about messages, you can mark " -"them as important by right-clicking the message, then click Mark as " -"Important or Select Message > Mark as > Important from the menubar." -msgstr "" -"Pokud dáváte přednost jednoduššímu způsobu, jak se upomínat na zprávy, " -"můžete je označit jako důležité tak, že kliknete pravým tlačítkem na zprávu " -"a potom kliknete na Označit jako důležité nebo vyberete v nabídce Zpráva " -"> Označit jako > Důležité." +msgid "If you prefer a simpler way to remind yourself about messages, you can mark them as important by right-clicking the message, then click Mark as Important or Select Message > Mark as > Important from the menubar." +msgstr "Pokud dáváte přednost jednoduššímu způsobu, jak se upomínat na zprávy, můžete je označit jako důležité tak, že kliknete pravým tlačítkem na zprávu a potom kliknete na Označit jako důležité nebo vyberete v nabídce Zpráva > Označit jako > Důležité." #: C/evolution.xml:2729(para) -msgid "" -"Evolution, like most other mail systems, stores mail in folders. You start " -"out with a few mail folders, such as Inbox, Outbox, and Drafts, but you can " -"create as many as you like. Create new folders by clicking Folder > New, " -"or by right-clicking in the folder list and selecting New Folder." -msgstr "" -"Evolution stejně jako většina ostatních poštovních programů uchovává poštu " -"ve složkách. Na začátku máte pár složek jako Příchozí, K odeslání nebo " -"Koncepty, ale můžete si jich vytvořit tolik, kolik chcete. Novou složku " -"vytvoříte tak, že kliknete na Složka > Nová nebo kliknete pravým " -"tlačítkem v seznamu zpráv a vyberete Nová složka." +msgid "Evolution, like most other mail systems, stores mail in folders. You start out with a few mail folders, such as Inbox, Outbox, and Drafts, but you can create as many as you like. Create new folders by clicking Folder > New, or by right-clicking in the folder list and selecting New Folder." +msgstr "Evolution stejně jako většina ostatních poštovních programů uchovává poštu ve složkách. Na začátku máte pár složek jako Příchozí, K odeslání nebo Koncepty, ale můžete si jich vytvořit tolik, kolik chcete. Novou složku vytvoříte tak, že kliknete na Složka > Nová nebo kliknete pravým tlačítkem v seznamu zpráv a vyberete Nová složka." #: C/evolution.xml:2730(para) -msgid "" -"When you click OK, your new folder appears in the folder view. You can then " -"move the messages to it by dragging and dropping them, or right click on the " -"message and choose Move to folder, or press Shift+Ctrl+V." -msgstr "" -"Když kliknete na Budiž, vaše nová složka se objeví v zobrazení složek. Potom " -"do ní můžete přesouvat zprávy tak, že je přetáhnete a pustíte nebo kliknete " -"pravým tlačítkem a vyberete Přesunout do složky nebo stisknete Shift+Ctrl+V." +msgid "When you click OK, your new folder appears in the folder view. You can then move the messages to it by dragging and dropping them, or right click on the message and choose Move to folder, or press Shift+Ctrl+V." +msgstr "Když kliknete na Budiž, vaše nová složka se objeví v zobrazení složek. Potom do ní můžete přesouvat zprávy tak, že je přetáhnete a pustíte nebo kliknete pravým tlačítkem a vyberete Přesunout do složky nebo stisknete Shift+Ctrl+V." #: C/evolution.xml:2731(para) -msgid "" -"You can also drop the messages to a particular folder by selecting Message " -"> Move to folder. This will open the Select folder window, where you can " -"drop your message to any of the folders listed." -msgstr "" -"Můžete zprávu umístit do určité složky také tak, že vyberete Zpráva > " -"Přesunout do složky. Otevře se okno pro výběr složky, kde umístíte zprávu do " -"kterékoliv z uvedených složek." +msgid "You can also drop the messages to a particular folder by selecting Message > Move to folder. This will open the Select folder window, where you can drop your message to any of the folders listed." +msgstr "Můžete zprávu umístit do určité složky také tak, že vyberete Zpráva > Přesunout do složky. Otevře se okno pro výběr složky, kde umístíte zprávu do kterékoliv z uvedených složek." #: C/evolution.xml:2733(para) -msgid "" -"If you want to create a new folder click New at the bottom left of the " -"window. Specify the location and enter the label of the folder at the entry " -"box appeared at the top. You can also move the messages from one folder to " -"another by selecting the message and then press Move tab at the bottom right." -msgstr "" -"Chcete-li vytvořit novou složku, klikněte na Nová v okně vlevo dole. " -"Zadejte umístění a vyplňte popis složky do pole nahoře. Můžete také " -"přesouvat zprávy z jedné složky do druhé tak, že vyberete zprávu a potom " -"stisknete tlačítko Přesunout vpravo dole." +msgid "If you want to create a new folder click New at the bottom left of the window. Specify the location and enter the label of the folder at the entry box appeared at the top. You can also move the messages from one folder to another by selecting the message and then press Move tab at the bottom right." +msgstr "Chcete-li vytvořit novou složku, klikněte na Nová v okně vlevo dole. Zadejte umístění a vyplňte popis složky do pole nahoře. Můžete také přesouvat zprávy z jedné složky do druhé tak, že vyberete zprávu a potom stisknete tlačítko Přesunout vpravo dole." #: C/evolution.xml:2734(para) -msgid "" -"If you create a filter with the filter assistant, you can have mail filed " -"automatically. Select Edit > Message Filters to bring up the Message " -"Filters window." -msgstr "" -"Pokud si vytvoříte filtr pomocí asistenta pro vytváření filtrů, můžete poštu " -"rozřazovat automaticky. Pro tuto možnost klikněte na Upravit > Filtry " -"zpráv a objeví se okno Filtru zpráv." +msgid "If you create a filter with the filter assistant, you can have mail filed automatically. Select Edit > Message Filters to bring up the Message Filters window." +msgstr "Pokud si vytvoříte filtr pomocí asistenta pro vytváření filtrů, můžete poštu rozřazovat automaticky. Pro tuto možnost klikněte na Upravit > Filtry zpráv a objeví se okno Filtru zpráv." #: C/evolution.xml:2736(para) -msgid "" -"Click on the Add button to bring up the Add Rule window from where you can " -"set different criteria for filtering messages. For additional information on " -"filtering, see Creating New " -"Filter Rules." -msgstr "" -"Klikněte na tlačítko Přidat a objeví se okno pro přidání pravidla, z kterého " -"můžete nastavit různá kritéria pro filtrování zpráv. Více informací " -"naleznete ve Vytváření nových " -"pravidel filtrování." +msgid "Click on the Add button to bring up the Add Rule window from where you can set different criteria for filtering messages. For additional information on filtering, see Creating New Filter Rules." +msgstr "Klikněte na tlačítko Přidat a objeví se okno pro přidání pravidla, z kterého můžete nastavit různá kritéria pro filtrování zpráv. Více informací naleznete ve Vytváření nových pravidel filtrování." #: C/evolution.xml:2738(para) -msgid "" -"The Inbox folder on most IMAP servers cannot contain both subfolders and " -"messages. When you create additional folders on your IMAP mail server, " -"branch them from the root of the IMAP account's folder tree, not from the " -"Inbox. If you create subfolders in your Inbox folder, you lose the ability " -"to read messages that exist in your Inbox until you move the folders out of " -"the way." -msgstr "" -"Složka Příchozí na většině IMAP serverů nemůže obsahovat zároveň podsložky a " -"zprávy. Když vytváříte další složky na IMAP serveru, větvěte je od kořene " -"stromu účtů, ne od složky Příchozí. Pokud vytvoříte podsložky v Příchozích, " -"ztrácíte možnost číst zprávy, kterou jsou v Příchozích, dokud složky " -"neodstraníte." +msgid "The Inbox folder on most IMAP servers cannot contain both subfolders and messages. When you create additional folders on your IMAP mail server, branch them from the root of the IMAP account's folder tree, not from the Inbox. If you create subfolders in your Inbox folder, you lose the ability to read messages that exist in your Inbox until you move the folders out of the way." +msgstr "Složka Příchozí na většině IMAP serverů nemůže obsahovat zároveň podsložky a zprávy. Když vytváříte další složky na IMAP serveru, větvěte je od kořene stromu účtů, ne od složky Příchozí. Pokud vytvoříte podsložky v Příchozích, ztrácíte možnost číst zprávy, kterou jsou v Příchozích, dokud složky neodstraníte." #: C/evolution.xml:2744(para) -msgid "" -"Most email clients can search the message for you, but Evolution does it " -"differently and efficiently giving you faster search result with Quick " -"search, Customized Search and Advanced Search." -msgstr "" -"Většina vám umí vyhledat zprávy, ale Evolution to dělá jinak a efektivněji " -"tím, že vám dává rychlé výsledky hledání pomocí Rychlého hledání, Vlastního " -"hledání a Pokročilého hledání." +msgid "Most email clients can search the message for you, but Evolution does it differently and efficiently giving you faster search result with Quick search, Customized Search and Advanced Search." +msgstr "Většina vám umí vyhledat zprávy, ale Evolution to dělá jinak a efektivněji tím, že vám dává rychlé výsledky hledání pomocí Rychlého hledání, Vlastního hledání a Pokročilého hledání." -#: C/evolution.xml:2746(title) C/evolution.xml:3548(title) -#: C/evolution.xml:4430(title) C/evolution.xml:4738(title) +#: C/evolution.xml:2746(title) +#: C/evolution.xml:3548(title) +#: C/evolution.xml:4430(title) +#: C/evolution.xml:4738(title) #: C/evolution.xml:4982(title) msgid "Quick Search:" msgstr "Rychlé hledání:" #: C/evolution.xml:2747(para) -msgid "" -"Quick Search displays all the messages that match the in-built criteria you " -"selected from the drop-down list at the top left side, just above the " -"message list." -msgstr "" -"Rychlé hledání zobrazuje všechny zprávy, které odpovídají předem daným " -"kritériím, které můžete vybrat z rozbalovacího seznamu vlevo nahoře, přímo " -"nad seznamem zpráv." +msgid "Quick Search displays all the messages that match the in-built criteria you selected from the drop-down list at the top left side, just above the message list." +msgstr "Rychlé hledání zobrazuje všechny zprávy, které odpovídají předem daným kritériím, které můžete vybrat z rozbalovacího seznamu vlevo nahoře, přímo nad seznamem zpráv." #: C/evolution.xml:2749(para) msgid "To perform a quick search, perform the following procedure:" msgstr "Pro provedení rychlého hledání proveďte následující postup:" -#: C/evolution.xml:2752(para) C/evolution.xml:2831(para) -#: C/evolution.xml:3511(para) C/evolution.xml:3554(para) -#: C/evolution.xml:4382(para) C/evolution.xml:4698(para) +#: C/evolution.xml:2752(para) +#: C/evolution.xml:2831(para) +#: C/evolution.xml:3511(para) +#: C/evolution.xml:3554(para) +#: C/evolution.xml:4382(para) +#: C/evolution.xml:4698(para) #: C/evolution.xml:4934(para) -msgid "" -"Click the search icon to expand the drop-down list." -msgstr "" -"Klikněte na ikonu hledání pro rozbalení seznamu." +msgid "Click the search icon to expand the drop-down list." +msgstr "Klikněte na ikonu hledání pro rozbalení seznamu." -#: C/evolution.xml:2755(para) C/evolution.xml:3557(para) -#: C/evolution.xml:4438(para) C/evolution.xml:4780(para) +#: C/evolution.xml:2755(para) +#: C/evolution.xml:3557(para) +#: C/evolution.xml:4438(para) +#: C/evolution.xml:4780(para) #: C/evolution.xml:4990(para) msgid "Select the search criteria from the list:" msgstr "Vyberte ze seznamu kritérium hledání:" @@ -6606,26 +4378,33 @@ msgid "No Label" msgstr "Bez štítku" -#: C/evolution.xml:2767(para) C/evolution.xml:2809(para) +#: C/evolution.xml:2767(para) +#: C/evolution.xml:2809(para) msgid "Important" msgstr "Důležité" -#: C/evolution.xml:2770(para) C/evolution.xml:2812(para) +#: C/evolution.xml:2770(para) +#: C/evolution.xml:2812(para) msgid "Work" msgstr "Pracovní" -#: C/evolution.xml:2773(para) C/evolution.xml:2815(para) -#: C/evolution.xml:3602(para) C/evolution.xml:4492(para) -#: C/evolution.xml:4843(para) C/evolution.xml:5038(para) +#: C/evolution.xml:2773(para) +#: C/evolution.xml:2815(para) +#: C/evolution.xml:3602(para) +#: C/evolution.xml:4492(para) +#: C/evolution.xml:4843(para) +#: C/evolution.xml:5038(para) #: C/evolution.xml:5608(para) msgid "Personal" msgstr "Osobní" -#: C/evolution.xml:2776(para) C/evolution.xml:2818(para) +#: C/evolution.xml:2776(para) +#: C/evolution.xml:2818(para) msgid "To do" msgstr "Zpracovávané" -#: C/evolution.xml:2779(para) C/evolution.xml:2821(para) +#: C/evolution.xml:2779(para) +#: C/evolution.xml:2821(para) msgid "Later" msgstr "Později" @@ -6654,46 +4433,32 @@ msgstr "Zprávy nepatřící do smetí" #: C/evolution.xml:2802(para) -msgid "" -"Evolution displays the messages matching the criteria present in the shown " -"message list" +msgid "Evolution displays the messages matching the criteria present in the shown message list" msgstr "Evolution zobrazuje zprávy odpovídající kritériu v seznamu zpráv" #: C/evolution.xml:2806(para) -msgid "" -"The following labels need not necessarily be the same as the default names " -"listed here. You can change the name of these labels by selecting Edit > " -"Preferences > Mail Preferences > Colors." -msgstr "" -"Následující popisky nemusí být nezbytně stejné jako výchozí názvy uvedené " -"zde. Názvy těchto popisků můžete změnit tak, že vyberete Upravit > " -"Nastavení > Nastavení pošty > Barvy." +msgid "The following labels need not necessarily be the same as the default names listed here. You can change the name of these labels by selecting Edit > Preferences > Mail Preferences > Colors." +msgstr "Následující popisky nemusí být nezbytně stejné jako výchozí názvy uvedené zde. Názvy těchto popisků můžete změnit tak, že vyberete Upravit > Nastavení > Nastavení pošty > Barvy." -#: C/evolution.xml:2826(title) C/evolution.xml:3506(title) -#: C/evolution.xml:4377(title) C/evolution.xml:4693(title) +#: C/evolution.xml:2826(title) +#: C/evolution.xml:3506(title) +#: C/evolution.xml:4377(title) +#: C/evolution.xml:4693(title) #: C/evolution.xml:4929(title) msgid "Customized Search:" msgstr "Vlastní hledání:" #: C/evolution.xml:2827(para) -msgid "" -"Evolution allows you to perform customized search. To search for a message " -"use the following procedure:" -msgstr "" -"Evolution vám umožňuje provádět vlastní hledání. Pro vyhledání zprávy " -"použijte následující postup:" +msgid "Evolution allows you to perform customized search. To search for a message use the following procedure:" +msgstr "Evolution vám umožňuje provádět vlastní hledání. Pro vyhledání zprávy použijte následující postup:" #: C/evolution.xml:2833(title) msgid "Subject or Sender Contain:" msgstr "Předmět nebo odesílatel obsahuje:" #: C/evolution.xml:2834(para) -msgid "" -"Finds messages that contain the search text in the subject or sender. It " -"does not search in the message body." -msgstr "" -"Najde zprávy, které obsahují hledaný text v předmětu nebo odesílateli. " -"Nehledá v těle zprávy." +msgid "Finds messages that contain the search text in the subject or sender. It does not search in the message body." +msgstr "Najde zprávy, které obsahují hledaný text v předmětu nebo odesílateli. Nehledá v těle zprávy." #: C/evolution.xml:2837(title) msgid "Recipients Contain:" @@ -6724,10 +4489,8 @@ msgstr "Odesílatel obsahuje:" #: C/evolution.xml:2850(para) -msgid "" -"Finds messages whose From: header contains a match for your search text." -msgstr "" -"Najde zprávy, jejichž hlavička Od: obsahuje text odpovídající hledanému." +msgid "Finds messages whose From: header contains a match for your search text." +msgstr "Najde zprávy, jejichž hlavička Od: obsahuje text odpovídající hledanému." #: C/evolution.xml:2853(title) msgid "Body Contains:" @@ -6762,75 +4525,53 @@ msgstr "Napište hledaný řetězec do pole hledání a stiskněte Enter." #: C/evolution.xml:2877(para) -msgid "" -"The folder list will be disabled while you perform search on All Accounts or " -"Current Account." -msgstr "" -"Seznam složek bude zobrazen během toho, co budete provádět hledání ve všech " -"účtech nebo v současném účtu." +msgid "The folder list will be disabled while you perform search on All Accounts or Current Account." +msgstr "Seznam složek bude zobrazen během toho, co budete provádět hledání ve všech účtech nebo v současném účtu." #: C/evolution.xml:2881(para) -msgid "" -"Evolution shows your search results in the message list. You might want to " -"create a search folder instead; see Using Search Folders for more detail." -msgstr "" -"Evolution zobrazuje výsledky hledání v seznamu zpráv. Možná budete chtít " -"místo toho vytvořit složku hledání; více informací naleznete v Používání složek hledání." +msgid "Evolution shows your search results in the message list. You might want to create a search folder instead; see Using Search Folders for more detail." +msgstr "Evolution zobrazuje výsledky hledání v seznamu zpráv. Možná budete chtít místo toho vytvořit složku hledání; více informací naleznete v Používání složek hledání." -#: C/evolution.xml:2883(para) C/evolution.xml:3546(para) -msgid "" -"To clear your search you can click the Clear icon in the search string " -"field, or choose Search > Clear from the menubar, or enter a blank " -"search. You can also press Shift+Ctrl+Q to clear the search." -msgstr "" -"Pro zrušení hledání klikněte na ikonu metly v poli řetězce nebo vyberte z " -"nabídky Hledat > Vymazat, nebo nechte vyhledat prázdný řetězec. Pro " -"zrušení hledání můžete také stisknout Shift+Ctrl+Q." +#: C/evolution.xml:2883(para) +#: C/evolution.xml:3546(para) +msgid "To clear your search you can click the Clear icon in the search string field, or choose Search > Clear from the menubar, or enter a blank search. You can also press Shift+Ctrl+Q to clear the search." +msgstr "Pro zrušení hledání klikněte na ikonu metly v poli řetězce nebo vyberte z nabídky Hledat > Vymazat, nebo nechte vyhledat prázdný řetězec. Pro zrušení hledání můžete také stisknout Shift+Ctrl+Q." #: C/evolution.xml:2886(para) -msgid "" -"You can even perform a quick search on a customized search results as it " -"just filters and displays the messages in the message list." -msgstr "" -"Můžete dokonce provést hledání ve výsledcích vlastního hledání tak, že " -"profiltruje a zobrazí zprávy v seznamu zpráv." +msgid "You can even perform a quick search on a customized search results as it just filters and displays the messages in the message list." +msgstr "Můžete dokonce provést hledání ve výsledcích vlastního hledání tak, že profiltruje a zobrazí zprávy v seznamu zpráv." -#: C/evolution.xml:2889(title) C/evolution.xml:4403(title) -#: C/evolution.xml:4719(title) C/evolution.xml:4955(title) +#: C/evolution.xml:2889(title) +#: C/evolution.xml:4403(title) +#: C/evolution.xml:4719(title) +#: C/evolution.xml:4955(title) msgid "Advanced Search:" msgstr "Pokročilé hledání:" -#: C/evolution.xml:2890(para) C/evolution.xml:4404(para) -#: C/evolution.xml:4720(para) C/evolution.xml:4956(para) +#: C/evolution.xml:2890(para) +#: C/evolution.xml:4404(para) +#: C/evolution.xml:4720(para) +#: C/evolution.xml:4956(para) msgid "You can perform an advanced search based on any of the search types." -msgstr "" +msgstr "Můžete provádět pokročilá vyhledávání na základě kteréhokoliv z těchto typů hledání." -#: C/evolution.xml:2894(para) C/evolution.xml:4408(para) +#: C/evolution.xml:2894(para) +#: C/evolution.xml:4408(para) #: C/evolution.xml:4724(para) msgid "Select the Search menu." msgstr "Vyberte v nabídce Hledat." #: C/evolution.xml:2897(para) msgid "Click Advanced Search to open Advanced Search dialog box." -msgstr "" -"Klikněte na Pokročilé hledání a otevře se vám dialogové okno Pokročilého " -"hledání." +msgstr "Klikněte na Pokročilé hledání a otevře se vám dialogové okno Pokročilého hledání." #: C/evolution.xml:2902(para) msgid "Enter the Search name." msgstr "Zadejte Název hledání." #: C/evolution.xml:2905(para) -msgid "" -"Click Add to add rules. For more information on rules, refer Step 4 under Creating A " -"Search Folder." -msgstr "" -"Pro přidání pravidla klikněte na Přidat. Více informací o pravidlech " -"naleznete v Kroku 4 ve Vytvoření složky hledání." +msgid "Click Add to add rules. For more information on rules, refer Step 4 under Creating A Search Folder." +msgstr "Pro přidání pravidla klikněte na Přidat. Více informací o pravidlech naleznete v Kroku 4 ve Vytvoření složky hledání." #: C/evolution.xml:2911(para) msgid "Press Save to save your search results." @@ -6841,14 +4582,8 @@ msgstr "Uložení hledání:" #: C/evolution.xml:2916(para) -msgid "" -"To save your search results other than from advanced search, select Search " -"> Save Search. You can view the label of your search results listed under " -"Search menu." -msgstr "" -"Chcete-li uložit jiné výsledky než z pokročilého hledání, vyberte Hledat " -"> Uložit vyhledávání. Můžete vidět popisek výsledků vašeho vyhledávání " -"uvedený v nabídce Hledat." +msgid "To save your search results other than from advanced search, select Search > Save Search. You can view the label of your search results listed under Search menu." +msgstr "Chcete-li uložit jiné výsledky než z pokročilého hledání, vyberte Hledat > Uložit vyhledávání. Můžete vidět popisek výsledků vašeho vyhledávání uvedený v nabídce Hledat." #: C/evolution.xml:2919(title) msgid "Edit Saved Searches:" @@ -6864,53 +4599,38 @@ #: C/evolution.xml:2927(para) msgid "Click Edit Saved Searches to open the Searches dialog box." -msgstr "" -"Klikněte na Upravit uložená vyhledávání a otevře se dialogové okno Hledání." +msgstr "Klikněte na Upravit uložená vyhledávání a otevře se dialogové okno Hledání." #: C/evolution.xml:2932(para) msgid "Click the Edit button to open the Edit Rule dialog box." -msgstr "" -"Klikněte na tlačítko Upravit a otevře se dialogové okno Upravit pravidlo." +msgstr "Klikněte na tlačítko Upravit a otevře se dialogové okno Upravit pravidlo." #: C/evolution.xml:2933(para) -msgid "" -"You can also add or remove Searches from the list by using the respective " -"buttons available at the right." -msgstr "" -"Můžete také v seznamu přidávat nebo odebírat Hledání použitím příslušných " -"tlačítek napravo." +msgid "You can also add or remove Searches from the list by using the respective buttons available at the right." +msgstr "Můžete také v seznamu přidávat nebo odebírat Hledání použitím příslušných tlačítek napravo." #: C/evolution.xml:2938(para) msgid "Edit the title or search criteria from the dialog box." msgstr "Upravte v dialogovém okně název nebo kritérium hledání." #: C/evolution.xml:2948(para) -msgid "" -"Filters work very much like the mail room in a large company. Their purpose " -"is to bundle, sort, and distribute mail to the various folders. In addition, " -"you can have multiple filters performing multiple actions that might effect " -"the same message in several ways. For example, your filters could put copies " -"of one message into multiple folders, or keep one copy and send one to " -"another person." -msgstr "" -"Filtry pracuji velmi podobně jako poštovní ústředna ve velké společnosti. " -"Jejich úloha je sbalit, třídit a distribuovat poštu do různých složek. Navíc " -"můžete mít několik filtrů, které budou provádět několik akcí, které můžou " -"mít na stejnou zprávu jiný účinnek. Např. vaše filtry mohou ukládat kopie " -"jedné zprávy do několika složek nebo uložit jednu kopii a druhou odeslat " -"jiné osobě." +msgid "Filters work very much like the mail room in a large company. Their purpose is to bundle, sort, and distribute mail to the various folders. In addition, you can have multiple filters performing multiple actions that might effect the same message in several ways. For example, your filters could put copies of one message into multiple folders, or keep one copy and send one to another person." +msgstr "Filtry pracuji velmi podobně jako poštovní ústředna ve velké společnosti. Jejich úloha je sbalit, třídit a distribuovat poštu do různých složek. Navíc můžete mít několik filtrů, které budou provádět několik akcí, které můžou mít na stejnou zprávu jiný účinnek. Např. vaše filtry mohou ukládat kopie jedné zprávy do několika složek nebo uložit jednu kopii a druhou odeslat jiné osobě." #: C/evolution.xml:2951(title) msgid "Creating New Filter Rules" msgstr "Vytváření nových pravidel filtrování" -#: C/evolution.xml:2954(para) C/evolution.xml:3158(para) +#: C/evolution.xml:2954(para) +#: C/evolution.xml:3158(para) #: C/evolution.xml:3173(para) msgid "Click Edit > Message Filters." msgstr "Klikněte na Upravit > Filtry zpráv." -#: C/evolution.xml:2957(para) C/evolution.xml:3208(para) -#: C/evolution.xml:5271(para) C/evolution.xml:5852(para) +#: C/evolution.xml:2957(para) +#: C/evolution.xml:3208(para) +#: C/evolution.xml:5271(para) +#: C/evolution.xml:5852(para) msgid "Click Add." msgstr "Klikněte na Přidat." @@ -6923,13 +4643,11 @@ msgstr "V první části určete kritéria filtru." #: C/evolution.xml:2966(para) -msgid "" -"For each of the filter criteria, you must first select which parts of the " -"message you want to filter:" -msgstr "" -"Pro každé kritérium musíte první vybrat, kterou část zprávy chcete filtrovat:" +msgid "For each of the filter criteria, you must first select which parts of the message you want to filter:" +msgstr "Pro každé kritérium musíte první vybrat, kterou část zprávy chcete filtrovat:" -#: C/evolution.xml:2968(title) C/evolution.xml:3218(title) +#: C/evolution.xml:2968(title) +#: C/evolution.xml:3218(title) msgid "Sender:" msgstr "Odesílatel:" @@ -6941,15 +4659,18 @@ msgid "Recipient:" msgstr "Příjemce:" -#: C/evolution.xml:2973(para) C/evolution.xml:3223(para) +#: C/evolution.xml:2973(para) +#: C/evolution.xml:3223(para) msgid "The recipients of the message." msgstr "Příjemci zprávy." -#: C/evolution.xml:2976(title) C/evolution.xml:3226(title) +#: C/evolution.xml:2976(title) +#: C/evolution.xml:3226(title) msgid "Subject:" msgstr "Předmět:" -#: C/evolution.xml:2977(para) C/evolution.xml:3227(para) +#: C/evolution.xml:2977(para) +#: C/evolution.xml:3227(para) msgid "The subject line of the message." msgstr "Předmět zprávy." @@ -6962,28 +4683,16 @@ msgstr "Jakákoliv hlavička včetně vlastních." #: C/evolution.xml:2983(para) -msgid "" -"If a message uses a header more than once, Evolution pays attention only to " -"the first instance, even if the message defines the header differently the " -"second time. For example, if a message declares the Resent-From: header as " -"engineering@example.com and then restates it as " -"marketing@example.com, Evolution filters as though the second " -"declaration did not occur. To filter on messages that use headers multiple " -"times, use a regular expression." -msgstr "" -"Pokud zpráva používá hlavičku více než jedenkrát, Evolution se jí zabývá " -"pouze v první instanci, dokonce i když zpráva definuje podruhé hlavičku " -"jinak. Např. pokud zpráva deklaruje hlavičku Resent-From: jako " -"engineering@example.com a potom ji zopakuje jako " -"marketing@example.com,, Evolution ji filtruje, jakoby se " -"druhá deklarace neobjevila. Pro filtrování zpráv, které používají hlavičky " -"vícekrát, použijte regulární výrazy. " +msgid "If a message uses a header more than once, Evolution pays attention only to the first instance, even if the message defines the header differently the second time. For example, if a message declares the Resent-From: header as engineering@example.com and then restates it as marketing@example.com, Evolution filters as though the second declaration did not occur. To filter on messages that use headers multiple times, use a regular expression." +msgstr "Pokud zpráva používá hlavičku více než jedenkrát, Evolution se jí zabývá pouze v první instanci, dokonce i když zpráva definuje podruhé hlavičku jinak. Např. pokud zpráva deklaruje hlavičku Resent-From: jako engineering@example.com a potom ji zopakuje jako marketing@example.com,, Evolution ji filtruje, jakoby se druhá deklarace neobjevila. Pro filtrování zpráv, které používají hlavičky vícekrát, použijte regulární výrazy. " -#: C/evolution.xml:2985(title) C/evolution.xml:3230(title) +#: C/evolution.xml:2985(title) +#: C/evolution.xml:3230(title) msgid "Message Body:" msgstr "Tělo zprávy:" -#: C/evolution.xml:2986(para) C/evolution.xml:3231(para) +#: C/evolution.xml:2986(para) +#: C/evolution.xml:3231(para) msgid "Searches in the actual text of the message." msgstr "Prohledává skutečné tělo zprávy." @@ -6992,109 +4701,85 @@ msgstr "Výraz:" #: C/evolution.xml:2990(para) -msgid "" -"(For programmers only) Match a message according to an expression you write " -"in the Scheme language used to define filters in Evolution." -msgstr "" -"(pouze pro programátory) Porovnává zprávy podle výrazu, který napíšete v " -"jazyku Scheme, používaného v Evolutionu pro definování filtrů." +msgid "(For programmers only) Match a message according to an expression you write in the Scheme language used to define filters in Evolution." +msgstr "(pouze pro programátory) Porovnává zprávy podle výrazu, který napíšete v jazyku Scheme, používaného v Evolutionu pro definování filtrů." -#: C/evolution.xml:2993(title) C/evolution.xml:3238(title) +#: C/evolution.xml:2993(title) +#: C/evolution.xml:3238(title) msgid "Date Sent:" msgstr "Datum odeslání:" -#: C/evolution.xml:2994(para) C/evolution.xml:3239(para) -msgid "" -"Filters messages according to the date on which they were sent. First, " -"choose the conditions you want a message to meet, such as before a given " -"time or after a given time. Then choose the time. The filter compares the " -"message's time stamp to the system clock when the filter is run, or to a " -"specific time and date you choose from a calendar. You can also have it look " -"for a message within a range of time relative to the filter, such as two to " -"four days ago." -msgstr "" -"Filtruje zprávy podle data, kdy byly odeslány. Prvně vyberte podmínky, které " -"chcete, aby zpráva splnila jako před určitým časem nebo po určitém čase. " -"Potom zvolte čas. Filtr porovnává časové razítko zprávy se systémovými " -"hodinami, když filtr běží, nebo s určitým časem a datem, které vyberete v " -"kalendáři. Můžete jej také nechat, aby se podíval po zprávách v určitém " -"časovém rozmezí jako před dvěma až čtyřmi dny." +#: C/evolution.xml:2994(para) +#: C/evolution.xml:3239(para) +msgid "Filters messages according to the date on which they were sent. First, choose the conditions you want a message to meet, such as before a given time or after a given time. Then choose the time. The filter compares the message's time stamp to the system clock when the filter is run, or to a specific time and date you choose from a calendar. You can also have it look for a message within a range of time relative to the filter, such as two to four days ago." +msgstr "Filtruje zprávy podle data, kdy byly odeslány. Prvně vyberte podmínky, které chcete, aby zpráva splnila jako před určitým časem nebo po určitém čase. Potom zvolte čas. Filtr porovnává časové razítko zprávy se systémovými hodinami, když filtr běží, nebo s určitým časem a datem, které vyberete v kalendáři. Můžete jej také nechat, aby se podíval po zprávách v určitém časovém rozmezí jako před dvěma až čtyřmi dny." -#: C/evolution.xml:2997(title) C/evolution.xml:3242(title) +#: C/evolution.xml:2997(title) +#: C/evolution.xml:3242(title) msgid "Date Received:" msgstr "Datum přijetí:" -#: C/evolution.xml:2998(para) C/evolution.xml:3243(para) -msgid "" -"This works the same way as the Date Sent option, except that it compares the " -"time you received the message with the dates you specify." -msgstr "" -"Toto funkce stejným způsobem jako volba Datum odeslání až na to, že to " -"porovnává čas, kdy jste zprávu přijali, s datem, které jste zadali." - -#: C/evolution.xml:3001(title) C/evolution.xml:3246(title) +#: C/evolution.xml:2998(para) +#: C/evolution.xml:3243(para) +msgid "This works the same way as the Date Sent option, except that it compares the time you received the message with the dates you specify." +msgstr "Toto funkce stejným způsobem jako volba Datum odeslání až na to, že to porovnává čas, kdy jste zprávu přijali, s datem, které jste zadali." + +#: C/evolution.xml:3001(title) +#: C/evolution.xml:3246(title) msgid "Label:" msgstr "Štítek:" -#: C/evolution.xml:3002(para) C/evolution.xml:3247(para) -msgid "" -"Messages can have labels of Important, Work, Personal, To Do, or Later. You " -"can set labels with other filters or manually." -msgstr "" -"Zprávy mohou mít štítky Důležité, Pracovní, Osobní, Zpracovávané, Později. " -"Štítky můžete nastavit jinými filtry nebo ručně." +#: C/evolution.xml:3002(para) +#: C/evolution.xml:3247(para) +msgid "Messages can have labels of Important, Work, Personal, To Do, or Later. You can set labels with other filters or manually." +msgstr "Zprávy mohou mít štítky Důležité, Pracovní, Osobní, Zpracovávané, Později. Štítky můžete nastavit jinými filtry nebo ručně." -#: C/evolution.xml:3005(title) C/evolution.xml:3250(title) +#: C/evolution.xml:3005(title) +#: C/evolution.xml:3250(title) msgid "Score:" msgstr "Skóre:" -#: C/evolution.xml:3006(para) C/evolution.xml:3251(para) -msgid "" -"Sets the message score to any whole number greater than 0. You can have one " -"filter set or change a message score, and then set up another filter to move " -"the messages you have scored. A message score is not based on anything in " -"particular: it is simply a number you can assign to messages so other " -"filters can process them." -msgstr "" -"Nastaví zprávě skóre na jakékoliv celé číslo větší než 0. Můžete mít jeden " -"filtr na nastavení nebo skóre zprávy změnit ručně a potom nastavit jiný " -"filtr k přesouvání zpráv, které jste ohodnotili. Skóre zprávy není založeno " -"na ničem konkrétním: je to jednoduše číslo, které můžete zprávě přidělit " -"tak, aby je mohly jiné filtry zpracovat." +#: C/evolution.xml:3006(para) +#: C/evolution.xml:3251(para) +msgid "Sets the message score to any whole number greater than 0. You can have one filter set or change a message score, and then set up another filter to move the messages you have scored. A message score is not based on anything in particular: it is simply a number you can assign to messages so other filters can process them." +msgstr "Nastaví zprávě skóre na jakékoliv celé číslo větší než 0. Můžete mít jeden filtr na nastavení nebo skóre zprávy změnit ručně a potom nastavit jiný filtr k přesouvání zpráv, které jste ohodnotili. Skóre zprávy není založeno na ničem konkrétním: je to jednoduše číslo, které můžete zprávě přidělit tak, aby je mohly jiné filtry zpracovat." -#: C/evolution.xml:3009(title) C/evolution.xml:3254(title) +#: C/evolution.xml:3009(title) +#: C/evolution.xml:3254(title) msgid "Size:" msgstr "Velikost:" -#: C/evolution.xml:3010(para) C/evolution.xml:3255(para) +#: C/evolution.xml:3010(para) +#: C/evolution.xml:3255(para) msgid "Sorts based on the size of the message in kilobytes." msgstr "Třídí na základě velikosti zpráv v kilobajtech." -#: C/evolution.xml:3013(title) C/evolution.xml:3258(title) +#: C/evolution.xml:3013(title) +#: C/evolution.xml:3258(title) msgid "Status:" msgstr "Stav:" -#: C/evolution.xml:3014(para) C/evolution.xml:3259(para) -msgid "" -"Filters according to the status of a message. The status can be Replied To, " -"Draft, Important, Read, or Junk." -msgstr "" -"Filtruje podle stavu zprávy. Stav může být Zodpovězeno, Koncept, Důležité, " -"Přečteno nebo Nevyžádaná pošta." +#: C/evolution.xml:3014(para) +#: C/evolution.xml:3259(para) +msgid "Filters according to the status of a message. The status can be Replied To, Draft, Important, Read, or Junk." +msgstr "Filtruje podle stavu zprávy. Stav může být Zodpovězeno, Koncept, Důležité, Přečteno nebo Nevyžádaná pošta." #: C/evolution.xml:3017(title) msgid "Flagged:" msgstr "K vyřízení:" -#: C/evolution.xml:3018(para) C/evolution.xml:3263(para) +#: C/evolution.xml:3018(para) +#: C/evolution.xml:3263(para) msgid "Checks whether the message is flagged for follow-up." msgstr "Kontroluje, zda není zpráva označena k vyřízení." -#: C/evolution.xml:3021(title) C/evolution.xml:3266(title) +#: C/evolution.xml:3021(title) +#: C/evolution.xml:3266(title) msgid "Attachments:" msgstr "Přílohy:" -#: C/evolution.xml:3022(para) C/evolution.xml:3267(para) +#: C/evolution.xml:3022(para) +#: C/evolution.xml:3267(para) msgid "Creates a filter based on whether there is an attachment for the email." msgstr "Vytváří filtr založeny na tom, zda e-mail obsahuje přílohu." @@ -7102,66 +4787,35 @@ msgid "Mailing List" msgstr "Poštovní konference" -#: C/evolution.xml:3026(para) C/evolution.xml:3271(para) -msgid "" -"Filters based on the mailing list the message came from. This filter might " -"miss messages from some list servers, because it checks for the X-BeenThere " -"header, which is used to identify mailing lists or other redistributors of " -"mail. Mail from list servers that do not set X-BeenThere properly are not be " -"caught by these filters." -msgstr "" -"Filtruje na základě toho, z které poštovní konference zpráva přišla. Tento " -"filtr může opomenout zprávy z některých serverů, protože kontroluje hlavičku " -"X-BeenThere, která se používá pro identifikaci poštovních konferencí nebo " -"jiných redistributorů pošty. Pošta ze serverů, které nenastavují X-BeenThere " -"správně, nemůže být tímto filtrem zachycena." +#: C/evolution.xml:3026(para) +#: C/evolution.xml:3271(para) +msgid "Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters." +msgstr "Filtruje na základě toho, z které poštovní konference zpráva přišla. Tento filtr může opomenout zprávy z některých serverů, protože kontroluje hlavičku X-BeenThere, která se používá pro identifikaci poštovních konferencí nebo jiných redistributorů pošty. Pošta ze serverů, které nenastavují X-BeenThere správně, nemůže být tímto filtrem zachycena." #: C/evolution.xml:3029(title) msgid "Regex Match:" msgstr "Odpovídající regexu:" #: C/evolution.xml:3030(para) -msgid "" -"If you know your way around a regex, or regular expression, this option allows you to search for complex " -"patterns of letters, so that you can find, for example, all words that start " -"with a and end with m, and are between six and fifteen letters long, or all " -"messages that declare a particular header twice. For information about how " -"to use regular expressions, check the man page for the grep command." -msgstr "" -"Pokud víte, jak zacházet s regexy nebo regulárními výrazy, tato volba vám umožňuje vyhledávat komplexní " -"struktury znaků, takže můžete např. najít všechna slova, které začínají na a " -"a končí na m a jsou dlouhé 6 až 15 znaků nebo všechny zprávy, které " -"deklarují určité hlavičky dvakrát. Pro více informací o tom, jak používat " -"regulární výrazy, zkontrolujte stránku manuálu k příkazu grep." +msgid "If you know your way around a regex, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command." +msgstr "Pokud víte, jak zacházet s regexy nebo regulárními výrazy, tato volba vám umožňuje vyhledávat komplexní struktury znaků, takže můžete např. najít všechna slova, které začínají na a a končí na m a jsou dlouhé 6 až 15 znaků nebo všechny zprávy, které deklarují určité hlavičky dvakrát. Pro více informací o tom, jak používat regulární výrazy, zkontrolujte stránku manuálu k příkazu grep." #: C/evolution.xml:3033(title) msgid "Source Account:" msgstr "Zdrojový účet:" #: C/evolution.xml:3034(para) -msgid "" -"Filters messages according the server you got them from. This is most useful " -"if you use multiple POP mail accounts." -msgstr "" -"Filtruje zprávy podle serveru, z kterých jste je získali. Toto je " -"nejužitečnější, používáte-li účty POP." +msgid "Filters messages according the server you got them from. This is most useful if you use multiple POP mail accounts." +msgstr "Filtruje zprávy podle serveru, z kterých jste je získali. Toto je nejužitečnější, používáte-li účty POP." -#: C/evolution.xml:3037(title) C/evolution.xml:3121(title) +#: C/evolution.xml:3037(title) +#: C/evolution.xml:3121(title) msgid "Pipe to Program:" msgstr "Předat programu:" #: C/evolution.xml:3038(para) -msgid "" -"Evolution can use an external command to process a message, then process it " -"based on the return value. Commands used in this way must return an integer. " -"This is most commonly used to add an external junk mail filter." -msgstr "" -"Evolution může použít ke zpracování zprávy externí program, potom ji " -"zpracovává na základě vrácené hodnoty. Použité příkazy musí vracet celá " -"čísla. Toto je nejčastěji používáno pro přidání externího filtru nevyžádané " -"pošty." +msgid "Evolution can use an external command to process a message, then process it based on the return value. Commands used in this way must return an integer. This is most commonly used to add an external junk mail filter." +msgstr "Evolution může použít ke zpracování zprávy externí program, potom ji zpracovává na základě vrácené hodnoty. Použité příkazy musí vracet celá čísla. Toto je nejčastěji používáno pro přidání externího filtru nevyžádané pošty." #: C/evolution.xml:3041(title) msgid "Junk Test:" @@ -7176,11 +4830,8 @@ msgstr "Vyberte kritéritum pro podmínku:" #: C/evolution.xml:3046(para) -msgid "" -"If you want multiple criteria for this filter, click Add and repeat step 4." -msgstr "" -"Pokud chcete pro tento filtr více kritérií, klikněte na Přidat a opakujte " -"krok 4." +msgid "If you want multiple criteria for this filter, click Add and repeat step 4." +msgstr "Pokud chcete pro tento filtr více kritérií, klikněte na Přidat a opakujte krok 4." #: C/evolution.xml:3049(title) msgid "Select the Actions for the Filter in the Then Section:" @@ -7207,25 +4858,16 @@ msgstr "Vloží kopii zprávy do složky, kterou uvedete." #: C/evolution.xml:3068(para) -msgid "" -"Marks the message for deletion. The message can be undeleted until you " -"expunge or empty the trash." -msgstr "" -"Označí zprávu pro odstranění. Zpráva může být obnovena, dokud ji nevyčistíte " -"nebo nevyprázdníte koš." +msgid "Marks the message for deletion. The message can be undeleted until you expunge or empty the trash." +msgstr "Označí zprávu pro odstranění. Zpráva může být obnovena, dokud ji nevyčistíte nebo nevyprázdníte koš." #: C/evolution.xml:3073(title) msgid "Stop Processing:" msgstr "Zastavit zpracování:" #: C/evolution.xml:3074(para) -msgid "" -"Select this if you want to all other filters ignore this message. Note that " -"only filters listed after this particular rule will be ignored." -msgstr "" -"Zvolte tohle, pokud chcete, aby všechny ostatní filtry tuto zprávu " -"ignorovaly. Uvědomte si, že budou ignorovány pouze filtry, které se " -"nacházejí za tímto pravidlem." +msgid "Select this if you want to all other filters ignore this message. Note that only filters listed after this particular rule will be ignored." +msgstr "Zvolte tohle, pokud chcete, aby všechny ostatní filtry tuto zprávu ignorovaly. Uvědomte si, že budou ignorovány pouze filtry, které se nacházejí za tímto pravidlem." #: C/evolution.xml:3079(title) msgid "Assign Color:" @@ -7256,24 +4898,16 @@ msgstr "Nastavit stav:" #: C/evolution.xml:3098(para) -msgid "" -"Sets the status of the message. The status can be Replied To, Draft, " -"Important, Read, or Junk." -msgstr "" -"Nastaví stav zprávy. Status může být Zodpovězeno, Koncept, Důležité, " -"Přečteno nebo Nevyžádaná pošta." +msgid "Sets the status of the message. The status can be Replied To, Draft, Important, Read, or Junk." +msgstr "Nastaví stav zprávy. Status může být Zodpovězeno, Koncept, Důležité, Přečteno nebo Nevyžádaná pošta." #: C/evolution.xml:3103(title) msgid "Unset Status:" msgstr "Odnastavit stav:" #: C/evolution.xml:3104(para) -msgid "" -"If the message has a status value, unsets it. If a status value is not set, " -"it does nothing." -msgstr "" -"Pokud má zpráva nějakou statovou hodnotu, odnastaví ji. Pokud žádnou nemá, " -"neudělá nic." +msgid "If the message has a status value, unsets it. If a status value is not set, it does nothing." +msgstr "Pokud má zpráva nějakou statovou hodnotu, odnastaví ji. Pokud žádnou nemá, neudělá nic." #: C/evolution.xml:3110(para) msgid "Makes the system beep." @@ -7288,16 +4922,8 @@ msgstr "Vyberte zvukový soubor, který má Evolution přehrát." #: C/evolution.xml:3122(para) -msgid "" -"Sends the message to a program of your choice. No return value is expected. " -"This feature can be used to create automatic Web postings from email " -"messages or to perform additional message post processing not supported by " -"Evolution." -msgstr "" -"Posílá zprávu programu, který vyberete. Neočekává se návrat hodnoty. Tato " -"fuknce může být využita při automatickém vkládání e-mailových zpráv na web " -"nebo pro vykonání dalšího zpracování zprávy, které není podporováno " -"Evolutionem." +msgid "Sends the message to a program of your choice. No return value is expected. This feature can be used to create automatic Web postings from email messages or to perform additional message post processing not supported by Evolution." +msgstr "Posílá zprávu programu, který vyberete. Neočekává se návrat hodnoty. Tato fuknce může být využita při automatickém vkládání e-mailových zpráv na web nebo pro vykonání dalšího zpracování zprávy, které není podporováno Evolutionem." #: C/evolution.xml:3127(title) msgid "Run Program:" @@ -7313,8 +4939,7 @@ #: C/evolution.xml:3140(para) msgid "There is an easy shortcut for fast filter or search folder creation:" -msgstr "" -"Existuje jednoduchá zkratka pro rychlé vytvoření filtru nebo složky hledání:" +msgstr "Existuje jednoduchá zkratka pro rychlé vytvoření filtru nebo složky hledání:" #: C/evolution.xml:3143(para) msgid "Right-click the message in the message list." @@ -7325,33 +4950,16 @@ msgstr "Vyberte jednu z položek v podnabídce pod Vytvořit pravidlo ze zprávy." #: C/evolution.xml:3147(para) -msgid "" -"Creating a rule based on a message opens the filter creation tool with some " -"of the information about the message already filled in for your convenience." -msgstr "" -"Vytváření pravidel na základě zprávy otevře nástroj pro vytváření filtrů s " -"některými již vyplněnými informacemi ze zprávy." +msgid "Creating a rule based on a message opens the filter creation tool with some of the information about the message already filled in for your convenience." +msgstr "Vytváření pravidel na základě zprávy otevře nástroj pro vytváření filtrů s některými již vyplněnými informacemi ze zprávy." #: C/evolution.xml:3150(para) -msgid "" -"If you have several filters that match a single message, they are all " -"applied to the message in order, unless one of the filters has the Stop " -"Processing action. If you use that action in a filter, the messages that it " -"affects are not touched by other filters." -msgstr "" -"Máte-li několik filtrů, které se vztahují k jedné zprávě, všechny budou na " -"zprávu aplikovány popořadě, nebude-li mít jeden z filtrů akci Zastavit " -"zpracování." +msgid "If you have several filters that match a single message, they are all applied to the message in order, unless one of the filters has the Stop Processing action. If you use that action in a filter, the messages that it affects are not touched by other filters." +msgstr "Máte-li několik filtrů, které se vztahují k jedné zprávě, všechny budou na zprávu aplikovány popořadě, nebude-li mít jeden z filtrů akci Zastavit zpracování." #: C/evolution.xml:3151(para) -msgid "" -"When you first open the Filters dialog box, you are shown the list of " -"filters sorted in the order in which they will be applied. You can move them " -"up and down in the priority list by clicking the Up and Down buttons." -msgstr "" -"Hned, jak otevřete dialogové okno filtrů, zobrazí se vám seznam filtrů " -"seřazených tak, jak jsou postupně aplikovány. Můžeze je posouvat seznamu " -"priority nahořů nebo dolů klikáním na tlačítka Nahoru a Dolů." +msgid "When you first open the Filters dialog box, you are shown the list of filters sorted in the order in which they will be applied. You can move them up and down in the priority list by clicking the Up and Down buttons." +msgstr "Hned, jak otevřete dialogové okno filtrů, zobrazí se vám seznam filtrů seřazených tak, jak jsou postupně aplikovány. Můžeze je posouvat seznamu priority nahořů nebo dolů klikáním na tlačítka Nahoru a Dolů." #: C/evolution.xml:3155(title) msgid "Editing Filters" @@ -7371,118 +4979,47 @@ #: C/evolution.xml:3176(para) msgid "Select the filter to remove, then click Remove." -msgstr "" -"Vyberte filtr, který chcete odstranit a klikněte na tlačítko Odstranit." +msgstr "Vyberte filtr, který chcete odstranit a klikněte na tlačítko Odstranit." #: C/evolution.xml:3187(para) -msgid "" -"If filters aren't flexible enough, or you find yourself performing the same " -"search again and again, consider a search folder. Search folders are an " -"advanced way of viewing your email messages within Evolution. If you get a " -"lot of mail or often forget where you put messages, search folders can help " -"you keep things organized." -msgstr "" -"Nejsou-li filtry dostatečně flexibilní nebo zjistíte, že provádíte stejné " -"vyhledávání znovu a znovu, zvažte použití složek hledání. Složky hledání " -"jsou pokročilým způsobem prohlížení e-mailů v rámci Evolutionu. Pokud " -"dostáváte hodně e-mailů nebo často zapomenete, kam jste zprávu dali, složky " -"hledání vám pomohou udržet pořádek." +msgid "If filters aren't flexible enough, or you find yourself performing the same search again and again, consider a search folder. Search folders are an advanced way of viewing your email messages within Evolution. If you get a lot of mail or often forget where you put messages, search folders can help you keep things organized." +msgstr "Nejsou-li filtry dostatečně flexibilní nebo zjistíte, že provádíte stejné vyhledávání znovu a znovu, zvažte použití složek hledání. Složky hledání jsou pokročilým způsobem prohlížení e-mailů v rámci Evolutionu. Pokud dostáváte hodně e-mailů nebo často zapomenete, kam jste zprávu dali, složky hledání vám pomohou udržet pořádek." #: C/evolution.xml:3188(para) -msgid "" -"A search folder is really a hybrid of all the other organizational tools: it " -"looks like a folder, it acts like a search, and you set it up like a filter. " -"In other words, a conventional folder actually contains messages, but a " -"search folder is a view of messages that might be in several different " -"folders. The messages it contains are determined on the fly using a set of " -"criteria you choose in advance." -msgstr "" -"Složka hledání je kombinací všech ostatních organizačních nástrojů: vypadá " -"jako složka, chová se jako vyhledávání a můžete ji nastavit jako filtr. " -"Jinými slovy obyčejná složka obsahuje zprávy, ale složka hledání je " -"zobrazení zpráv, které mohou být v několika různých složkách. Zprávy, které " -"obsahuje, jsou za běhu vybírány podle kritérií, které předem vyberete." +msgid "A search folder is really a hybrid of all the other organizational tools: it looks like a folder, it acts like a search, and you set it up like a filter. In other words, a conventional folder actually contains messages, but a search folder is a view of messages that might be in several different folders. The messages it contains are determined on the fly using a set of criteria you choose in advance." +msgstr "Složka hledání je kombinací všech ostatních organizačních nástrojů: vypadá jako složka, chová se jako vyhledávání a můžete ji nastavit jako filtr. Jinými slovy obyčejná složka obsahuje zprávy, ale složka hledání je zobrazení zpráv, které mohou být v několika různých složkách. Zprávy, které obsahuje, jsou za běhu vybírány podle kritérií, které předem vyberete." #: C/evolution.xml:3189(para) -msgid "" -"As messages that meet the search folder criteria arrive or are deleted, " -"Evolution automatically adjusts the search folder contents. When you delete " -"a message, it is erased from the folder in which it actually exists, as well " -"as any search folders that display it." -msgstr "" -"Jak zprávy, které splňují kritéria složky hledání, přicházejí nebo jsou " -"mazány, Evolution automaticky mění obsah složky hledání. Když odstraníte " -"zprávu, je vymazána ze složky, kde opravdu je, stejně tak jako ze všech " -"složek hledání, které ji zobrazují. " +msgid "As messages that meet the search folder criteria arrive or are deleted, Evolution automatically adjusts the search folder contents. When you delete a message, it is erased from the folder in which it actually exists, as well as any search folders that display it." +msgstr "Jak zprávy, které splňují kritéria složky hledání, přicházejí nebo jsou mazány, Evolution automaticky mění obsah složky hledání. Když odstraníte zprávu, je vymazána ze složky, kde opravdu je, stejně tak jako ze všech složek hledání, které ji zobrazují. " #: C/evolution.xml:3190(para) -msgid "" -"The Unmatched Search Folder is the opposite of other search folders: it " -"displays all messages that do not appear in other search folders." -msgstr "" -"Nepřiřazená složka hledání je opakem ostatních složek hledání: zobrazuje " -"všechny zprávy, které se neobjevují v ostatních složkách hledání. " +msgid "The Unmatched Search Folder is the opposite of other search folders: it displays all messages that do not appear in other search folders." +msgstr "Nepřiřazená složka hledání je opakem ostatních složek hledání: zobrazuje všechny zprávy, které se neobjevují v ostatních složkách hledání. " #: C/evolution.xml:3191(para) -msgid "" -"If you use remote email storage like IMAP or Microsoft Exchange, and have " -"created search folders to search through them, the Unmatched Search Folder " -"also searches the remote folders. If you do not create any search folders " -"that search remote mail stores, the Unmatched Search Folder does not search " -"in them either." -msgstr "" -"Používáte-li vzdálené úložiště e-mailů jako IMAP nebo Microsoft Exchange a " -"vytvořili jste složky hledání, aby ho prohledávaly, Nepřiřazená složka " -"hledání bude také prohledávat vzdálené složky. Pokud jste nevytvořili " -"jedinou složku hledání, která prohledává vzdálená úložiště, Nepřiřazená " -"složka hledání je nebude prohledávat také." +msgid "If you use remote email storage like IMAP or Microsoft Exchange, and have created search folders to search through them, the Unmatched Search Folder also searches the remote folders. If you do not create any search folders that search remote mail stores, the Unmatched Search Folder does not search in them either." +msgstr "Používáte-li vzdálené úložiště e-mailů jako IMAP nebo Microsoft Exchange a vytvořili jste složky hledání, aby ho prohledávaly, Nepřiřazená složka hledání bude také prohledávat vzdálené složky. Pokud jste nevytvořili jedinou složku hledání, která prohledává vzdálená úložiště, Nepřiřazená složka hledání je nebude prohledávat také." #: C/evolution.xml:3192(para) -msgid "" -"As an example of using folders, searches, and search folders, consider the " -"following: To organize his mailbox, Jim sets up a search folder for email " -"from his friend and co-worker Anna. He has another search folder for " -"messages that have novell.com in the address and Evolution in the subject " -"line, so he can keep a record of what people from work send him about " -"Evolution. If Anna sends him a message about anything other than Evolution, " -"it only shows up in the Anna search folder. When Anna sends " -"him mail about the user interface for Evolution, he can see the message both " -"in the Anna search folder and in the Internal " -"Evolution Discussion search folder." -msgstr "" -"Za příklad použití složek, hledání a složek hledání považujte toto: Aby Jim " -"zorganizoval svoji poštovní schránku, nastavil si složku hledání pro e-maily " -"od jeho kamarádky a spolupracovnice Anny. Má i složku hledání pro zprávy " -"mající novell.com v adrese a Evolution v předmětu, takže si může udržovat " -"záznamy o tom, co mu lidé z práce poslali ohledně Evolutionu. Pokud mu Anna " -"pošle zprávu o čemkoliv jiném než Evolutionu, objeví se to pouze ve složce " -"hledání Anna. Když mu Anna pošle e-mail o uživatelském " -"rozhraní pro Evolution, může vidět zprávu jak ve složce hledání Anna, tak ve složce hledání Interní diskuse o Evolutionu." +msgid "As an example of using folders, searches, and search folders, consider the following: To organize his mailbox, Jim sets up a search folder for email from his friend and co-worker Anna. He has another search folder for messages that have novell.com in the address and Evolution in the subject line, so he can keep a record of what people from work send him about Evolution. If Anna sends him a message about anything other than Evolution, it only shows up in the Anna search folder. When Anna sends him mail about the user interface for Evolution, he can see the message both in the Anna search folder and in the Internal Evolution Discussion search folder." +msgstr "Za příklad použití složek, hledání a složek hledání považujte toto: Aby Jim zorganizoval svoji poštovní schránku, nastavil si složku hledání pro e-maily od jeho kamarádky a spolupracovnice Anny. Má i složku hledání pro zprávy mající novell.com v adrese a Evolution v předmětu, takže si může udržovat záznamy o tom, co mu lidé z práce poslali ohledně Evolutionu. Pokud mu Anna pošle zprávu o čemkoliv jiném než Evolutionu, objeví se to pouze ve složce hledání Anna. Když mu Anna pošle e-mail o uživatelském rozhraní pro Evolution, může vidět zprávu jak ve složce hledání Anna, tak ve složce hledání Interní diskuse o Evolutionu." #: C/evolution.xml:3195(title) msgid "Creating A Search Folder" msgstr "Vytvoření složky hledání" #: C/evolution.xml:3198(para) -msgid "" -"Click Message > Create Rule, then select a search folder based on " -"Subject, Sender, Recipient, or Mailing List." -msgstr "" -"Klikněte na Zpráva > Vytvořit pravidlo a vyberte složku hledání podle " -"předmětu, odesílatele, příjemce nebo poštovní konference." +msgid "Click Message > Create Rule, then select a search folder based on Subject, Sender, Recipient, or Mailing List." +msgstr "Klikněte na Zpráva > Vytvořit pravidlo a vyberte složku hledání podle předmětu, odesílatele, příjemce nebo poštovní konference." #: C/evolution.xml:3200(para) msgid "Select Search menu > Create Search Folder From Search." msgstr "Vyberte nabídku Hledat > Vytvořit složku hledání z vyhledávání." #: C/evolution.xml:3202(para) -msgid "" -"Perform this operation from the search results. Create a search folder from " -"search is enabled only when you already have performed a search." -msgstr "" -"Proveďte tuto operaci z výsledků vyhledávání. Tvorba složky hledání z " -"vyhledávání je povolena, pouze když jste provedli vyhledávání." +msgid "Perform this operation from the search results. Create a search folder from search is enabled only when you already have performed a search." +msgstr "Proveďte tuto operaci z výsledků vyhledávání. Tvorba složky hledání z vyhledávání je povolena, pouze když jste provedli vyhledávání." #: C/evolution.xml:3205(para) msgid "Select Edit > Search Folder" @@ -7493,14 +5030,8 @@ msgstr "Napište jméno složky hledání do podle Název pravidla." #: C/evolution.xml:3216(para) -msgid "" -"Select your search criteria. For each criterion, you must first select which " -"of the following parts of the message you want the search to examine. The " -"criteria are almost similar to those for filters." -msgstr "" -"Vyberte kritéria hledání. Pro každé kritérium musíte prvně vybrat, která z " -"následujících části má být prohledávána. Kritéria jsou téměř stejná jako ty " -"pro filtry." +msgid "Select your search criteria. For each criterion, you must first select which of the following parts of the message you want the search to examine. The criteria are almost similar to those for filters." +msgstr "Vyberte kritéria hledání. Pro každé kritérium musíte prvně vybrat, která z následujících části má být prohledávána. Kritéria jsou téměř stejná jako ty pro filtry." #: C/evolution.xml:3219(para) msgid "Sender's address." @@ -7515,12 +5046,8 @@ msgstr "Výraz (pouze pro programátory):" #: C/evolution.xml:3235(para) -msgid "" -"Match a message according to an expression you write in the Scheme language " -"used to define filters in Evolution." -msgstr "" -"Porovnává zprávu s výrazem, který jste napsali v jazyku Scheme, který se " -"používá pro definování filtrů v Evolutionu." +msgid "Match a message according to an expression you write in the Scheme language used to define filters in Evolution." +msgstr "Porovnává zprávu s výrazem, který jste napsali v jazyku Scheme, který se používá pro definování filtrů v Evolutionu." #: C/evolution.xml:3262(title) msgid "Follow Up:" @@ -7539,50 +5066,32 @@ msgstr "Kontroluje, zda zpráva odpovídá všem uvedeným kritériím." #: C/evolution.xml:3279(para) -msgid "" -"Select which folders will be used for the search folder. Your options are:" -msgstr "" -"Vyberte, které složky budou použity pro složku hledání. Vaše možnosti jsou:" +msgid "Select which folders will be used for the search folder. Your options are:" +msgstr "Vyberte, které složky budou použity pro složku hledání. Vaše možnosti jsou:" #: C/evolution.xml:3281(title) msgid "All local folders:" msgstr "Všechny místní složky:" #: C/evolution.xml:3282(para) -msgid "" -"Uses all local folders for the search folder source in addition to " -"individual folders that are selected." -msgstr "" -"Jako zdroj pro složku hledání používá všechny místní složky navíc k těm, " -"které jste jednotlivě vybrali." +msgid "Uses all local folders for the search folder source in addition to individual folders that are selected." +msgstr "Jako zdroj pro složku hledání používá všechny místní složky navíc k těm, které jste jednotlivě vybrali." #: C/evolution.xml:3285(title) msgid "All active remote folders:" msgstr "Všechny aktivní, vzdálené složky:" #: C/evolution.xml:3286(para) -msgid "" -"Remote folders are considered active if you are connected to the server; you " -"must be connected to your mail server for the search folder to include any " -"messages from that source in addition to individual folders that are " -"selected." -msgstr "" -"Vzdálené složky jsou považovány za aktivní, pokud jste připojeni k serveru; " -"pro složky hledání musíte být připojeni k vašemu poštovního serveru, chcete-" -"li přidat jakékoliv zprávy z tohoto zdroje ke složkám, které jste vybrali " -"jednotlivě." +msgid "Remote folders are considered active if you are connected to the server; you must be connected to your mail server for the search folder to include any messages from that source in addition to individual folders that are selected." +msgstr "Vzdálené složky jsou považovány za aktivní, pokud jste připojeni k serveru; pro složky hledání musíte být připojeni k vašemu poštovního serveru, chcete-li přidat jakékoliv zprávy z tohoto zdroje ke složkám, které jste vybrali jednotlivě." #: C/evolution.xml:3289(title) msgid "All local and active remote folders:" msgstr "Všechny místní a aktivní, vzdálené složky:" #: C/evolution.xml:3290(para) -msgid "" -"Uses all local and active remote folders for the search folder source in " -"addition to individual folders that are selected." -msgstr "" -"Používá všechny místní a aktivní, vzdálené složky navíc ke složkám, které " -"jste vybrali jednotlivě." +msgid "Uses all local and active remote folders for the search folder source in addition to individual folders that are selected." +msgstr "Používá všechny místní a aktivní, vzdálené složky navíc ke složkám, které jste vybrali jednotlivě." #: C/evolution.xml:3293(title) msgid "Specific folders only:" @@ -7605,171 +5114,82 @@ msgstr "Vyberte složku a klikněte na tlačítko Přidat." #: C/evolution.xml:3309(para) -msgid "" -"You can view the folder added to the list in the entry box at the bottom of " -"the New Search Folder window." -msgstr "" -"Složku přidanou do seznamu můžete vidět v rámečku s položkami dole v okně " -"Nová složka hledání." +msgid "You can view the folder added to the list in the entry box at the bottom of the New Search Folder window." +msgstr "Složku přidanou do seznamu můžete vidět v rámečku s položkami dole v okně Nová složka hledání." #: C/evolution.xml:3320(para) -msgid "" -"Evolution can check for junk mail for you. Evolution uses SpamAssassin and/" -"or Bogofilter with trainable Bayesian filters to perform the spam check. " -"When the software detects mail that appears to be junk mail, it will flag it " -"and hide it from your view. Messages that are flagged as junk mail are " -"displayed only in the Junk folder." -msgstr "" -"Evolution vám může kontrolovat nevyžádanou poštu. Ke kontrole spamu " -"Evolution používá SpamAssassin a/nebo Bogofilter s bayesiánským filtrem, " -"který je schopný se učit. Když software odhalí zprávu, která se jeví jako " -"nevyžádaná, označí ji a skryje ji před vaším pohledem. Zprávy, kterou jsou " -"označeny jako nevyžádaná pošta jsou zobrazeny pouze ve složce Nevyžádaná " -"pošta." +msgid "Evolution can check for junk mail for you. Evolution uses SpamAssassin and/or Bogofilter with trainable Bayesian filters to perform the spam check. When the software detects mail that appears to be junk mail, it will flag it and hide it from your view. Messages that are flagged as junk mail are displayed only in the Junk folder." +msgstr "Evolution vám může kontrolovat nevyžádanou poštu. Ke kontrole spamu Evolution používá SpamAssassin a/nebo Bogofilter s bayesiánským filtrem, který je schopný se učit. Když software odhalí zprávu, která se jeví jako nevyžádaná, označí ji a skryje ji před vaším pohledem. Zprávy, kterou jsou označeny jako nevyžádaná pošta jsou zobrazeny pouze ve složce Nevyžádaná pošta." #: C/evolution.xml:3321(para) -msgid "" -"The junk mail filter can learn which kinds of mail are legitimate and which " -"are not if you train it. When you first start using junk mail blocking, " -"check the Junk folder to be sure that legitimate mail doesn't get flagged as " -"junk mail. If good mail is incorrectly flagged, remove it from the Junk " -"folder by right-clicking it and selecting Mark as Not Junk or press Shift" -"+Ctrl+J. If Evolution misses junk mail, right-click the message, then click " -"Mark as Junk or press Ctrl+J. When you correct it, the filter can recognize " -"similar messages in the future, and becomes more accurate as time goes on." -msgstr "" -"Filtr nevyžádané pošty se umí učit, který typ pošty je v pořádku a který " -"není, pokud ho učit necháte. Když začnete poprvé používat blokování " -"nevyžádané pošty, kontrolujte si složku Nevyžádaná pošta, abyste se " -"ujistili, že pošta, která je v pořádku, není označena jako spam. Pokud je " -"dobrá pošta nesprávně označena, odstraňte ji ze složky Nevyžádaná pošta " -"kliknutím pravým tlačítkem a zvolením Označit, že není nevyžádaná nebo " -"stisknutím Shift+Ctrl+J. Pokud Evolutionu spam proklouzne, klikněte pravým " -"tlačítkem na zprávu a potom klikněte na Označit jako nevyžádaná nebo " -"stiskněte Ctrl+J. Když provedete opravu, filtr bude umět v budoucnu " -"rozpoznat podobné zprávy a bude postupně přesnější." +msgid "The junk mail filter can learn which kinds of mail are legitimate and which are not if you train it. When you first start using junk mail blocking, check the Junk folder to be sure that legitimate mail doesn't get flagged as junk mail. If good mail is incorrectly flagged, remove it from the Junk folder by right-clicking it and selecting Mark as Not Junk or press Shift+Ctrl+J. If Evolution misses junk mail, right-click the message, then click Mark as Junk or press Ctrl+J. When you correct it, the filter can recognize similar messages in the future, and becomes more accurate as time goes on." +msgstr "Filtr nevyžádané pošty se umí učit, který typ pošty je v pořádku a který není, pokud ho učit necháte. Když začnete poprvé používat blokování nevyžádané pošty, kontrolujte si složku Nevyžádaná pošta, abyste se ujistili, že pošta, která je v pořádku, není označena jako spam. Pokud je dobrá pošta nesprávně označena, odstraňte ji ze složky Nevyžádaná pošta kliknutím pravým tlačítkem a zvolením Označit, že není nevyžádaná nebo stisknutím Shift+Ctrl+J. Pokud Evolutionu spam proklouzne, klikněte pravým tlačítkem na zprávu a potom klikněte na Označit jako nevyžádaná nebo stiskněte Ctrl+J. Když provedete opravu, filtr bude umět v budoucnu rozpoznat podobné zprávy a bude postupně přesnější." #: C/evolution.xml:3322(para) -msgid "" -"Every filter needs to learn at the least 100 spam and 100 ham to start " -"working. For that, you must mark each message manually by clicking the " -"Not junk button in the toolbar to learn that it is ham. " -"The Junk button learns a message as spam." -msgstr "" -"Každý filtr se potřebuje naučit aspoň 100 spamů a 100 hamů, aby začal " -"pracovat. Proto musíte ručně označit každou zprávu kliknutím na tlačítko " -"Není nevyžádané v liště nástrojů, aby se naučil, že jde " -"o ham. Tlačítko Nevyžádaná pošta naopak učí, že jde o " -"spam. " +msgid "Every filter needs to learn at the least 100 spam and 100 ham to start working. For that, you must mark each message manually by clicking the Not junk button in the toolbar to learn that it is ham. The Junk button learns a message as spam." +msgstr "Každý filtr se potřebuje naučit aspoň 100 spamů a 100 hamů, aby začal pracovat. Proto musíte ručně označit každou zprávu kliknutím na tlačítko Není nevyžádané v liště nástrojů, aby se naučil, že jde o ham. Tlačítko Nevyžádaná pošta naopak učí, že jde o spam. " #: C/evolution.xml:3323(para) -msgid "" -"To change your junk mail filtering preferences, click Edit > Preferences, " -"then click Mail Preferences." -msgstr "" -"Chcete-li změnit nastavení filtrování nevyžádané pošty, klikněte na Upravit " -"> Nastavení, potom na Nastavení pošty." +msgid "To change your junk mail filtering preferences, click Edit > Preferences, then click Mail Preferences." +msgstr "Chcete-li změnit nastavení filtrování nevyžádané pošty, klikněte na Upravit > Nastavení, potom na Nastavení pošty." -#: C/evolution.xml:3324(para) C/evolution.xml:5905(para) -msgid "" -"For additional information on junk content, see Junk Mail Preferences." -msgstr "" -"Více informací o nevyžádané poště se dozvíte v Nastavení nevyžádané pošty." +#: C/evolution.xml:3324(para) +#: C/evolution.xml:5905(para) +msgid "For additional information on junk content, see Junk Mail Preferences." +msgstr "Více informací o nevyžádané poště se dozvíte v Nastavení nevyžádané pošty." #: C/evolution.xml:3325(para) -msgid "" -"For additional junk mail settings, see Receiving Mail Options." -msgstr "" -"Informace o dalším nastavení nevyžádané pošty naleznete v Možnosti přijímání pošty." +msgid "For additional junk mail settings, see Receiving Mail Options." +msgstr "Informace o dalším nastavení nevyžádané pošty naleznete v Možnosti přijímání pošty." #: C/evolution.xml:3327(para) -msgid "" -"SpamAssassin is an application that scan through the mail box to find junk " -"mail. Evolution uses SpamAssassin as the default spam-filtering application. " -"For more information, see The " -"Apache SpamAssassin Project." -msgstr "" -"SpamAssassin je aplikace, který skenuje poštovní schránku, aby nalezl " -"nevyžádanou poštu. Evolution používá SpamAssassin jako výchozí aplikaci na " -"filtrování spamu. Více informací naleznete na The Apache SpamAssassin Project." +msgid "SpamAssassin is an application that scan through the mail box to find junk mail. Evolution uses SpamAssassin as the default spam-filtering application. For more information, see The Apache SpamAssassin Project." +msgstr "SpamAssassin je aplikace, který skenuje poštovní schránku, aby nalezl nevyžádanou poštu. Evolution používá SpamAssassin jako výchozí aplikaci na filtrování spamu. Více informací naleznete na The Apache SpamAssassin Project." #: C/evolution.xml:3328(para) -msgid "" -"Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) " -"by a statistical analysis of the message's header and content (body). It is " -"able to learn from the user's classifications and corrections. For more " -"information on Bogofilter, see The Bogofilter site." -msgstr "" -"Bogofilter je filtr pošty, který třídí poštu na spam a ham (nespam) podle " -"statistické analýzy hlaviček a těla zprávy. Je schopen se učit z uživatelova " -"třídění a oprav. Více informací naleznete na stránkách o Bogofilter." +msgid "Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). It is able to learn from the user's classifications and corrections. For more information on Bogofilter, see The Bogofilter site." +msgstr "Bogofilter je filtr pošty, který třídí poštu na spam a ham (nespam) podle statistické analýzy hlaviček a těla zprávy. Je schopen se učit z uživatelova třídění a oprav. Více informací naleznete na stránkách o Bogofilter." #: C/evolution.xml:3335(para) -msgid "" -"This section shows you how to use the Evolution " -"contacts tool to organize any amount of contact information, share addresses " -"over a network, and save time with everyday tasks." -msgstr "" -"Tato sekce vám ukáže, jak používat nástroj kontaktů Evolutionu pro organizaci jakéhokoliv množství informací kontaktů, sdílení " -"adres po síti a časovou úsporu při plnění každodenních úkolů." +msgid "This section shows you how to use the Evolution contacts tool to organize any amount of contact information, share addresses over a network, and save time with everyday tasks." +msgstr "Tato sekce vám ukáže, jak používat nástroj kontaktů Evolutionu pro organizaci jakéhokoliv množství informací kontaktů, sdílení adres po síti a časovou úsporu při plnění každodenních úkolů." -#: C/evolution.xml:3338(link) C/evolution.xml:3355(title) +#: C/evolution.xml:3338(link) +#: C/evolution.xml:3355(title) msgid "Contacts and Cards" msgstr "Kontakty a karty" -#: C/evolution.xml:3341(link) C/evolution.xml:3504(title) +#: C/evolution.xml:3341(link) +#: C/evolution.xml:3504(title) msgid "Searching for Contacts" msgstr "Vyhledávání kontaktů" -#: C/evolution.xml:3344(link) C/evolution.xml:3655(title) +#: C/evolution.xml:3344(link) +#: C/evolution.xml:3655(title) msgid "Organizing your Contacts" msgstr "Organizace kontaktů" -#: C/evolution.xml:3347(link) C/evolution.xml:3771(title) +#: C/evolution.xml:3347(link) +#: C/evolution.xml:3771(title) msgid "LDAP: Shared Address Books on a Network" msgstr "LDAP: Sdílené adresáře po síti" -#: C/evolution.xml:3350(link) C/evolution.xml:3794(title) +#: C/evolution.xml:3350(link) +#: C/evolution.xml:3794(title) msgid "Send Me a Card: Adding New Cards Quickly" msgstr "Pošli mi kartu: Rychlé přidávání nových karet" #: C/evolution.xml:3356(para) -msgid "" -"Contacts are the individuals you have chosen to add to your address book so " -"you can keep track of information about them and send email to them. In " -"Evolution, an individual contact is called a card. For more information on " -"organizing your contacts see Organizing your Contacts. To learn about configuring the contacts " -"tool, refer Contact Management." -msgstr "" -"Kontakty jsou jednotlivci, které jste se rozhodli přidat do vašeho adresáře " -"tak, abyste o nich měli uchované informace a mohli jim posílat e-maily. V " -"Evolutionu se jednotlivé kontakty nazývají karty. Více informací o " -"organizaci vašeho seznamu kontaktů naleznete v Organizaci kontaktů. Jak nastavit nástroj pro kontakty, " -"najdete ve Správě kontaktů" +msgid "Contacts are the individuals you have chosen to add to your address book so you can keep track of information about them and send email to them. In Evolution, an individual contact is called a card. For more information on organizing your contacts see Organizing your Contacts. To learn about configuring the contacts tool, refer Contact Management." +msgstr "Kontakty jsou jednotlivci, které jste se rozhodli přidat do vašeho adresáře tak, abyste o nich měli uchované informace a mohli jim posílat e-maily. V Evolutionu se jednotlivé kontakty nazývají karty. Více informací o organizaci vašeho seznamu kontaktů naleznete v Organizaci kontaktů. Jak nastavit nástroj pro kontakty, najdete ve Správě kontaktů" #: C/evolution.xml:3359(title) msgid "The Contact Editor" msgstr "Editor kontaktů" #: C/evolution.xml:3360(para) -msgid "" -"If you want to add or change cards, use the contact editor. You can edit " -"email address, telephone numbers, mailer addresses and all other contact " -"information you have entered for a particular contact." -msgstr "" -"Chcete-li přidat nebo změnit karty, použijte editor kontaktů. Můžete " -"upravovat emailovou adresu, telefonní čísla, poštovní adresy a všechny " -"ostatní informace kontaktu, které jste pro daný kontakt vložili." +msgid "If you want to add or change cards, use the contact editor. You can edit email address, telephone numbers, mailer addresses and all other contact information you have entered for a particular contact." +msgstr "Chcete-li přidat nebo změnit karty, použijte editor kontaktů. Můžete upravovat emailovou adresu, telefonní čísla, poštovní adresy a všechny ostatní informace kontaktu, které jste pro daný kontakt vložili." #: C/evolution.xml:3361(para) msgid "The contact editor window has three tabs:" @@ -7788,12 +5208,8 @@ msgstr "Osobní informace:" #: C/evolution.xml:3368(para) -msgid "" -"Contains a more specific description of the person, including URLs for " -"calendar and free/busy information." -msgstr "" -"Obsahuje přesnější popis osoby včetně URL kalendáře a informací o volnu a " -"obsazení." +msgid "Contains a more specific description of the person, including URLs for calendar and free/busy information." +msgstr "Obsahuje přesnější popis osoby včetně URL kalendáře a informací o volnu a obsazení." #: C/evolution.xml:3371(title) msgid "Mailing Address:" @@ -7804,115 +5220,56 @@ msgstr "Obsahuje poštovní adresu daného jednotlivce." #: C/evolution.xml:3374(para) -msgid "" -"You can also the Forward Contact menu item in the Action menu, which opens a " -"new message with the card already attached, and Send Message to Contact, " -"which opens a new message to the contact's email address." -msgstr "" -"Můžete také použít v nabídce Akce položku Přeposlat kontakt , která otevře " -"novou zprávu s již přiloženou kartou, a položku Poslat kontaktu zprávu, " -"která otevře novou zprávu s e-mailovou adresou kontaktu." +msgid "You can also the Forward Contact menu item in the Action menu, which opens a new message with the card already attached, and Send Message to Contact, which opens a new message to the contact's email address." +msgstr "Můžete také použít v nabídce Akce položku Přeposlat kontakt , která otevře novou zprávu s již přiloženou kartou, a položku Poslat kontaktu zprávu, která otevře novou zprávu s e-mailovou adresou kontaktu." #: C/evolution.xml:3375(para) -msgid "" -"You can add a card from within an email message or calendar appointment. In " -"an open email, right-click any email address or message, and click Add to " -"Address Book or select Add Sender to Address Book from the Message menu." -msgstr "" -"Můžete přidat kartu z e-mailové zprávy nebo události v kalendáři. V " -"otevřeném e-mailu klikněte pravým tlačítkem na kteroukoliv adresu nebo " -"zprávu a klikněte na Přidat do adresáře nebo vyberte Přidat odesílatele do " -"adresáře z nabídky Zpráva." +msgid "You can add a card from within an email message or calendar appointment. In an open email, right-click any email address or message, and click Add to Address Book or select Add Sender to Address Book from the Message menu." +msgstr "Můžete přidat kartu z e-mailové zprávy nebo události v kalendáři. V otevřeném e-mailu klikněte pravým tlačítkem na kteroukoliv adresu nebo zprávu a klikněte na Přidat do adresáře nebo vyberte Přidat odesílatele do adresáře z nabídky Zpráva." #: C/evolution.xml:3376(para) -msgid "" -"Most of the items in the contact editor simply display the information you " -"enter, but some of them have additional features:" -msgstr "" -"Většina položek v editoru kontaktů jednoduše zobrazuje to, co jste vložili, " -"některé však mají další funkce:" +msgid "Most of the items in the contact editor simply display the information you enter, but some of them have additional features:" +msgstr "Většina položek v editoru kontaktů jednoduše zobrazuje to, co jste vložili, některé však mají další funkce:" #: C/evolution.xml:3378(title) msgid "Full Name:" msgstr "Celé jméno:" #: C/evolution.xml:3379(para) -msgid "" -"Specify the name of your contact here. You can type a name into the Full " -"Name field, but you can also click the Full Name button to bring up a small " -"dialog box with text boxes for first and last names, titles like Mr. or Her Excellency, and suffixes like Jr. The Full Name field also interacts with the File Under box to help " -"you organize your contacts and to handle multi-word surnames. To see how it " -"works, type a name in the Full Name field. As an example, we will use Miguel " -"de Icaza. You will notice that the File Under field also fills in, but in " -"reverse: Icaza, Miguel de. If you had entered John Q. Doe, the contacts " -"editor would have correctly guessed that the entry should be filed under " -"Doe, John Q. However, Miguel's surname, de Icaza, has two words, and to sort it correctly you must enter de Icaza, " -"Miguel in the File As entry." -msgstr "" -"Určete zde jméno kontaktu. Můžete napsat jméno do pole Celé jméno, nebo " -"kliknout na tlačítko Celé jméno a vyskočí malé dialogové okno s textovými " -"poli křestních jmen a příjmení, titulů jako \"Pan\" nebo \"Jeho excelence\" " -"a příponami jako \"ml.\". Pole Celé jméno také ovlivňuje pole Uložit jako " -"tak, aby pomohlo organizovat vaše kontakty a manipulovat s víceslovnými " -"příjmeními. Chcete-li vidět, jak to funguje, napište jméno do pole Celé " -"jméno. Jako příklad použijeme Miguel de Icaza. Všimněte si, že pole Uložit " -"jako se vyplňuje také, ale opačně: Icaza, Miguel de. Vložíte-li John Q. Doe, " -"editor kontaktů správně odhadne, že položka bude uložena jako \"Doe, John Q." -"\" Nicméně Miguelovo příjmení, \"de Icaza\", má dvě slova a abyste jej " -"rozdělili správně, musíte vložit de Icaza, Miguel do pole Uložit jako." +msgid "Specify the name of your contact here. You can type a name into the Full Name field, but you can also click the Full Name button to bring up a small dialog box with text boxes for first and last names, titles like Mr. or Her Excellency, and suffixes like Jr. The Full Name field also interacts with the File Under box to help you organize your contacts and to handle multi-word surnames. To see how it works, type a name in the Full Name field. As an example, we will use Miguel de Icaza. You will notice that the File Under field also fills in, but in reverse: Icaza, Miguel de. If you had entered John Q. Doe, the contacts editor would have correctly guessed that the entry should be filed under Doe, John Q. However, Miguel's surname, de Icaza, has two words, and to sort it correctly you must enter de Icaza, Miguel in the File As entry." +msgstr "Určete zde jméno kontaktu. Můžete napsat jméno do pole Celé jméno, nebo kliknout na tlačítko Celé jméno a vyskočí malé dialogové okno s textovými poli křestních jmen a příjmení, titulů jako \"Pan\" nebo \"Jeho excelence\" a příponami jako \"ml.\". Pole Celé jméno také ovlivňuje pole Uložit jako tak, aby pomohlo organizovat vaše kontakty a manipulovat s víceslovnými příjmeními. Chcete-li vidět, jak to funguje, napište jméno do pole Celé jméno. Jako příklad použijeme Miguel de Icaza. Všimněte si, že pole Uložit jako se vyplňuje také, ale opačně: Icaza, Miguel de. Vložíte-li John Q. Doe, editor kontaktů správně odhadne, že položka bude uložena jako \"Doe, John Q.\" Nicméně Miguelovo příjmení, \"de Icaza\", má dvě slova a abyste jej rozdělili správně, musíte vložit de Icaza, Miguel do pole Uložit jako." #: C/evolution.xml:3382(title) msgid "Where:" msgstr "Kde:" #: C/evolution.xml:3383(para) -msgid "" -"Select one of your address books as the location for this contact. You might " -"not be able to write to all available address books, especially those on a " -"network." -msgstr "" -"Vyberte jeden z vašich adresářů jako umístění pro tento kontakt. Možná " -"nebudete moct zapisovat do všech dostupných adresářů, především těch na síti." +msgid "Select one of your address books as the location for this contact. You might not be able to write to all available address books, especially those on a network." +msgstr "Vyberte jeden z vašich adresářů jako umístění pro tento kontakt. Možná nebudete moct zapisovat do všech dostupných adresářů, především těch na síti." #: C/evolution.xml:3386(title) msgid "Categories:" msgstr "Kategorie:" #: C/evolution.xml:3387(para) -msgid "" -"Click the Categories button to select categories for this card. If you " -"assign contact categories, you can then search for contacts using those " -"categories. For more information on contact categories, see Organizing your Contacts" -msgstr "" -"Klikněte na tlačítko Kategorie a vyberte kategorie pro tuto kartu. Přidělíte-" -"li kontaktu kategorie, můžete potom vyhledávat kontakty, které používají " -"tyto kategorie. Více informací o kategoriích kontaktů naleznete v Organizaci kontaktů." +msgid "Click the Categories button to select categories for this card. If you assign contact categories, you can then search for contacts using those categories. For more information on contact categories, see Organizing your Contacts" +msgstr "Klikněte na tlačítko Kategorie a vyberte kategorie pro tuto kartu. Přidělíte-li kontaktu kategorie, můžete potom vyhledávat kontakty, které používají tyto kategorie. Více informací o kategoriích kontaktů naleznete v Organizaci kontaktů." #: C/evolution.xml:3390(title) msgid "Free/Busy and Calendar URLs:" -msgstr "" +msgstr "URL k Volno/Obsazeno a Kalendáři:" #: C/evolution.xml:3391(para) -msgid "" -"Click the Personal Information tab to enter Web addresses for the contact. " -"If the contact publishes Free/Busy or calendar data online, using a server " -"other than Exchange or GroupWise, you can specify the addresses for those " -"servers here. After you do so, you can check their schedules when creating " -"appointments in the calendar." -msgstr "" +msgid "Click the Personal Information tab to enter Web addresses for the contact. If the contact publishes Free/Busy or calendar data online, using a server other than Exchange or GroupWise, you can specify the addresses for those servers here. After you do so, you can check their schedules when creating appointments in the calendar." +msgstr "Klikněte na kartu Osobní informace, chcete-li vložit webové adresy pro tento kontakt. Pokud kontakt zveřejnuje svá data Volno/Obsazeno nebo data kalendáře online pomocí jiného serveru než Exchange a GroupWise, můžete zadat adresy těchto serverů zde. Poté, co to uděláte, můžete kontrolovat jejich rozvrh při vytváření schůzek v kalendáři." #: C/evolution.xml:3396(title) msgid "Creating and Editing Contacts" -msgstr "" +msgstr "Vytváření a editace kontaktů" #: C/evolution.xml:3397(para) msgid "Follow the steps given below to create a new card." -msgstr "" +msgstr "Následujte kroky napsané níže, chcete-li vytvořit novou kartu." #: C/evolution.xml:3400(para) msgid "Click File > New > Contact." @@ -7920,29 +5277,28 @@ #: C/evolution.xml:3403(para) msgid "Enter the contact information to the entry boxes provided." -msgstr "" +msgstr "Vložte informace o kontaktu do políček, která jsou k dispozici." #: C/evolution.xml:3409(para) msgid "If you want to change a card that already exists," -msgstr "" +msgstr "Chcete-li změnit kartu, která již existuje," #: C/evolution.xml:3412(para) -msgid "" -"Go to the Contacts window by selecting View > Window > Contacts from " -"the menubar." -msgstr "" +msgid "Go to the Contacts window by selecting View > Window > Contacts from the menubar." +msgstr "Běžte do okna Kontakty tak, že v nabídce vyberete Zobrazit > Okno > Kontakty." #: C/evolution.xml:3415(para) msgid "Double click on the card you want to edit." -msgstr "" +msgstr "Poklepejte na kartu, kterou chcete editovat." -#: C/evolution.xml:3418(para) C/evolution.xml:3438(para) +#: C/evolution.xml:3418(para) +#: C/evolution.xml:3438(para) msgid "Edit the information in the Contact Editor window." msgstr "Upravte informace v okně Editoru kontaktů." #: C/evolution.xml:3424(para) msgid "You can also edit the contact information from the preview pane." -msgstr "" +msgstr "Taktéž můžete editovat informace o kontaktu z panelu náhledu." #: C/evolution.xml:3427(para) msgid "Right click on the address from Message Header." @@ -7950,610 +5306,540 @@ #: C/evolution.xml:3430(para) msgid "Select Add to Address Book to bring up the Contact Quick-Add window." -msgstr "" +msgstr "Vyberte Přidat do adresáře a zobrazí se okno Rychlé přidání kontaktu." #: C/evolution.xml:3435(para) -msgid "" -"Press the Edit Full button at the bottom left to bring up the Contact Editor " -"window." -msgstr "" +msgid "Press the Edit Full button at the bottom left to bring up the Contact Editor window." +msgstr "Stiskněte tlačítko Upravit celé vlevo dole, pokud chcete zobrazit okno Editor kontaktů." #: C/evolution.xml:3446(title) msgid "Google Contacts" msgstr "Google kontakty" #: C/evolution.xml:3447(para) -msgid "" -"Evolution allows you to access your Google Address Book. You can view the " -"Google contacts offline and create, modify and delete the contacts online." -msgstr "" +msgid "Evolution allows you to access your Google Address Book. You can view the Google contacts offline and create, modify and delete the contacts online." +msgstr "Evolution vám umožňuje přístupovat k vašemu adresáři Google. Můžete Google kontakty prohlížet offline, vytvářet, měnit a mazat kontakty online." #: C/evolution.xml:3448(para) msgid "To configure your Google Address Book in Evolution contacts:" -msgstr "" +msgstr "Chcete-li nastavit v kontaktech Evolutionu adresář Google:" #: C/evolution.xml:3451(para) -msgid "" -"Select File > New > Address book to open the New Address Book window." -msgstr "" -"Vyberte Soubor > Nová > Adresář, abyste otevřeli okno nového adresáře." +msgid "Select File > New > Address book to open the New Address Book window." +msgstr "Vyberte Soubor > Nová > Adresář, abyste otevřeli okno nového adresáře." -#: C/evolution.xml:3456(para) C/evolution.xml:3953(para) +#: C/evolution.xml:3456(para) +#: C/evolution.xml:3953(para) msgid "Select Google from the Type drop-down list." -msgstr "" +msgstr "Jako Typ vyberte z rozbalovacího seznamu Google." #: C/evolution.xml:3459(para) msgid "Specify a name for the address book." msgstr "Zadejte jméno adresáře." #: C/evolution.xml:3462(para) -msgid "" -"Select or deselect the following options and provide the username for the " -"Google account:" -msgstr "" +msgid "Select or deselect the following options and provide the username for the Google account:" +msgstr "Vyberte či odeberte následující volby a zadejte jméno uživatele pro účet u Googlu:" #: C/evolution.xml:3466(title) msgid "Mark as default address book:" -msgstr "" +msgstr "Označit jako výchozí adresář:" #: C/evolution.xml:3467(para) -msgid "" -"Select this option to make the Google address book as your default address " -"book." -msgstr "" +msgid "Select this option to make the Google address book as your default address book." +msgstr "Tato volba udělá adresář Google váším výchozím adresářem." #: C/evolution.xml:3472(title) msgid "Copy book content locally for offline operations:" msgstr "Kopírovat obsah adresáře lokálně pro offline operace:" #: C/evolution.xml:3473(para) -msgid "" -"Select this option to copy the address book to your machine so you can " -"access the contacts even when you are not connected to the network." -msgstr "" +msgid "Select this option to copy the address book to your machine so you can access the contacts even when you are not connected to the network." +msgstr "Vyberte tuto volbu, chcete-li kopírovat adresář do vašeho počítače tak, abyste mohli ke kontaktům přistupovat, i když nebudete připojení k síti." -#: C/evolution.xml:3478(title) C/evolution.xml:3968(title) +#: C/evolution.xml:3478(title) +#: C/evolution.xml:3968(title) msgid "Username:" -msgstr "" +msgstr "Jméno uživatele:" #: C/evolution.xml:3479(para) msgid "Specify the username of your Google account." -msgstr "" +msgstr "Zadejte jméno uživatele pro váš účet u Googlu." #: C/evolution.xml:3484(title) msgid "Use SSL:" -msgstr "" +msgstr "Použít SSL:" #: C/evolution.xml:3485(para) -msgid "" -"Select Use SSL to enable a secure connection between Evolution and the server" -msgstr "" +msgid "Select Use SSL to enable a secure connection between Evolution and the server" +msgstr "Vyberte Použít SSL, chcete-li povolit zabezpečené připojení mezi Evolutionem a serverem." #: C/evolution.xml:3490(title) msgid "Refresh:" -msgstr "" +msgstr "Obnovit:" #: C/evolution.xml:3491(para) msgid "Set the time to automatically refresh the Google address book." -msgstr "" +msgstr "Zajdete čas, po jehož uplynutí se má adresář Google automaticky obnovit." #: C/evolution.xml:3507(para) -msgid "" -"Evolution enables you to find the contact address quickly by using " -"Customized Search. To find the contact address you are looking for, use the " -"following procedure:" -msgstr "" +msgid "Evolution enables you to find the contact address quickly by using Customized Search. To find the contact address you are looking for, use the following procedure:" +msgstr "Evolution vám umožnuje nalézt kontakt jednoduše pomocí Vlastního hledání. Abyste nalezli hledaný kontakt, následujte tento postup:" -#: C/evolution.xml:3514(para) C/evolution.xml:4385(para) -#: C/evolution.xml:4701(para) C/evolution.xml:4937(para) +#: C/evolution.xml:3514(para) +#: C/evolution.xml:4385(para) +#: C/evolution.xml:4701(para) +#: C/evolution.xml:4937(para) msgid "Specify the search criteria from any of the following:" -msgstr "" +msgstr "Zadejte jedno z následujících kritérií:" #: C/evolution.xml:3517(para) msgid "Name begins with" -msgstr "" +msgstr "Jméno začíná na" #: C/evolution.xml:3520(para) msgid "Email begins with" -msgstr "" +msgstr "E-mail začíná na" #: C/evolution.xml:3523(para) msgid "Any field contains" -msgstr "" +msgstr "Jakékoliv políčko obsahuje" #: C/evolution.xml:3528(para) msgid "Press Enter to begin the search" -msgstr "" +msgstr "Vyhledávání spustíte stisknutím Enter." #: C/evolution.xml:3531(para) -msgid "" -"For a more complex search, select Search Advanced and select criteria that " -"describe your desired contact:" -msgstr "" +msgid "For a more complex search, select Search Advanced and select criteria that describe your desired contact:" +msgstr "Pro komplexnější vyhledávání zvolte Pokročilé hledání a vyberte kritéria, která popisují vámi požadovaný kontakt:" #: C/evolution.xml:3534(para) msgid "Name the rule in the Rule Name field." -msgstr "" +msgstr "Napište název pravidla do pole Název pravidla." #: C/evolution.xml:3537(para) msgid "Set up your criteria in the Find items field." -msgstr "" +msgstr "Nastavte kritéria v poli Najít položky." #: C/evolution.xml:3540(para) msgid "Select Add to add additional criteria." -msgstr "" +msgstr "Další kritérium přidáte kliknutím na Přidat." #: C/evolution.xml:3549(para) -msgid "" -"Displays all the contacts that match the built-in criteria you have selected " -"from the drop-down list at the top left side, just above the Display pane." -msgstr "" +msgid "Displays all the contacts that match the built-in criteria you have selected from the drop-down list at the top left side, just above the Display pane." +msgstr "Zobrazí všechny kontakty, které odpovídají předvoleným kritériím, které jste vybrali z rozbalovacího seznamu vlevo nahoře, právě nad panelem zobrazení." #: C/evolution.xml:3551(para) msgid "To perform quick search, use the following procedure:" -msgstr "" +msgstr "Chcete-li provést rychlé hledání, použijte následující postup:" -#: C/evolution.xml:3560(para) C/evolution.xml:4453(para) -#: C/evolution.xml:4804(para) C/evolution.xml:4999(para) +#: C/evolution.xml:3560(para) +#: C/evolution.xml:4453(para) +#: C/evolution.xml:4804(para) +#: C/evolution.xml:4999(para) msgid "Anniversary" -msgstr "" +msgstr "Výročí" -#: C/evolution.xml:3563(para) C/evolution.xml:4456(para) -#: C/evolution.xml:4807(para) C/evolution.xml:5002(para) +#: C/evolution.xml:3563(para) +#: C/evolution.xml:4456(para) +#: C/evolution.xml:4807(para) +#: C/evolution.xml:5002(para) msgid "Birthday" -msgstr "" +msgstr "Narozeniny" -#: C/evolution.xml:3566(para) C/evolution.xml:4459(para) -#: C/evolution.xml:4810(para) C/evolution.xml:5005(para) +#: C/evolution.xml:3566(para) +#: C/evolution.xml:4459(para) +#: C/evolution.xml:4810(para) +#: C/evolution.xml:5005(para) msgid "Business" -msgstr "" +msgstr "Práce" -#: C/evolution.xml:3569(para) C/evolution.xml:4462(para) -#: C/evolution.xml:4813(para) C/evolution.xml:5008(para) +#: C/evolution.xml:3569(para) +#: C/evolution.xml:4462(para) +#: C/evolution.xml:4813(para) +#: C/evolution.xml:5008(para) msgid "Competition" -msgstr "" +msgstr "Konkurence" -#: C/evolution.xml:3572(para) C/evolution.xml:5011(para) +#: C/evolution.xml:3572(para) +#: C/evolution.xml:5011(para) msgid "Favorites" -msgstr "" +msgstr "Oblíbené" -#: C/evolution.xml:3575(para) C/evolution.xml:4468(para) -#: C/evolution.xml:4819(para) C/evolution.xml:5014(para) +#: C/evolution.xml:3575(para) +#: C/evolution.xml:4468(para) +#: C/evolution.xml:4819(para) +#: C/evolution.xml:5014(para) msgid "Gifts" -msgstr "" +msgstr "Dary" -#: C/evolution.xml:3578(para) C/evolution.xml:4471(para) -#: C/evolution.xml:4822(para) C/evolution.xml:5017(para) +#: C/evolution.xml:3578(para) +#: C/evolution.xml:4471(para) +#: C/evolution.xml:4822(para) +#: C/evolution.xml:5017(para) msgid "Goals/Objectives" -msgstr "" +msgstr "Cíle/Plány" -#: C/evolution.xml:3581(para) C/evolution.xml:4474(para) +#: C/evolution.xml:3581(para) +#: C/evolution.xml:4474(para) msgid "Holiday" -msgstr "" +msgstr "Dovolená" -#: C/evolution.xml:3584(para) C/evolution.xml:4477(para) -#: C/evolution.xml:4828(para) C/evolution.xml:5023(para) +#: C/evolution.xml:3584(para) +#: C/evolution.xml:4477(para) +#: C/evolution.xml:4828(para) +#: C/evolution.xml:5023(para) msgid "Holiday Cards" -msgstr "" +msgstr "Blahopřání" #: C/evolution.xml:3587(para) msgid "Hot Contacts" -msgstr "" +msgstr "Důležité kontakty" -#: C/evolution.xml:3590(para) C/evolution.xml:4480(para) -#: C/evolution.xml:4831(para) C/evolution.xml:5026(para) +#: C/evolution.xml:3590(para) +#: C/evolution.xml:4480(para) +#: C/evolution.xml:4831(para) +#: C/evolution.xml:5026(para) msgid "Ideas" -msgstr "" +msgstr "Nápady" -#: C/evolution.xml:3593(para) C/evolution.xml:4483(para) -#: C/evolution.xml:4834(para) C/evolution.xml:5029(para) +#: C/evolution.xml:3593(para) +#: C/evolution.xml:4483(para) +#: C/evolution.xml:4834(para) +#: C/evolution.xml:5029(para) msgid "International" -msgstr "" +msgstr "Mezinárodní" -#: C/evolution.xml:3596(para) C/evolution.xml:4486(para) +#: C/evolution.xml:3596(para) +#: C/evolution.xml:4486(para) msgid "Key Customer" -msgstr "" +msgstr "Klíčový zákazník" -#: C/evolution.xml:3599(para) C/evolution.xml:4489(para) -#: C/evolution.xml:4840(para) C/evolution.xml:5035(para) +#: C/evolution.xml:3599(para) +#: C/evolution.xml:4489(para) +#: C/evolution.xml:4840(para) +#: C/evolution.xml:5035(para) msgid "Miscellaneous" -msgstr "" +msgstr "Různé" -#: C/evolution.xml:3605(para) C/evolution.xml:4495(para) -#: C/evolution.xml:4846(para) C/evolution.xml:5041(para) +#: C/evolution.xml:3605(para) +#: C/evolution.xml:4495(para) +#: C/evolution.xml:4846(para) +#: C/evolution.xml:5041(para) msgid "Phone Calls" -msgstr "" +msgstr "Telefonní hovory" -#: C/evolution.xml:3611(para) C/evolution.xml:4501(para) -#: C/evolution.xml:4852(para) C/evolution.xml:5047(para) +#: C/evolution.xml:3611(para) +#: C/evolution.xml:4501(para) +#: C/evolution.xml:4852(para) +#: C/evolution.xml:5047(para) msgid "Strategies" -msgstr "" +msgstr "Strategie" -#: C/evolution.xml:3614(para) C/evolution.xml:4504(para) -#: C/evolution.xml:4855(para) C/evolution.xml:5050(para) +#: C/evolution.xml:3614(para) +#: C/evolution.xml:4504(para) +#: C/evolution.xml:4855(para) +#: C/evolution.xml:5050(para) msgid "Suppliers" -msgstr "" +msgstr "Dodavatelé" -#: C/evolution.xml:3617(para) C/evolution.xml:4507(para) -#: C/evolution.xml:4858(para) C/evolution.xml:5053(para) +#: C/evolution.xml:3617(para) +#: C/evolution.xml:4507(para) +#: C/evolution.xml:4858(para) +#: C/evolution.xml:5053(para) msgid "Time & Expenses" -msgstr "" +msgstr "Čas a výdaje" -#: C/evolution.xml:3620(para) C/evolution.xml:4510(para) -#: C/evolution.xml:4861(para) C/evolution.xml:5056(para) +#: C/evolution.xml:3620(para) +#: C/evolution.xml:4510(para) +#: C/evolution.xml:4861(para) +#: C/evolution.xml:5056(para) msgid "VIP" -msgstr "" +msgstr "VIP" -#: C/evolution.xml:3623(para) C/evolution.xml:4513(para) -#: C/evolution.xml:4864(para) C/evolution.xml:5059(para) +#: C/evolution.xml:3623(para) +#: C/evolution.xml:4513(para) +#: C/evolution.xml:4864(para) +#: C/evolution.xml:5059(para) msgid "Waiting" -msgstr "" +msgstr "Čekání" #: C/evolution.xml:3626(para) msgid "Weather: Cloudy" -msgstr "" +msgstr "Počasí: Zataženo" #: C/evolution.xml:3629(para) msgid "Weather: Fog" -msgstr "" +msgstr "Počasí: Mlha" #: C/evolution.xml:3632(para) msgid "Weather: Partly Cloudy" -msgstr "" +msgstr "Počasí: Polojasno" #: C/evolution.xml:3635(para) msgid "Weather: Rain" -msgstr "" +msgstr "Počasí: Déšť" #: C/evolution.xml:3638(para) msgid "Weather: Snow" -msgstr "" +msgstr "Počasí: Sníh" #: C/evolution.xml:3641(para) msgid "Weather: Sunny" -msgstr "" +msgstr "Počasí: Slunečno" #: C/evolution.xml:3644(para) msgid "Weather: Thunderstorms" -msgstr "" +msgstr "Počasí: Bouřky" #: C/evolution.xml:3649(para) msgid "Evolution displays the desired contacts." -msgstr "" +msgstr "Evolution zobrazí požadované kontakty." #: C/evolution.xml:3656(para) -msgid "" -"Evolution allows you to organize your contacts. You can create several " -"individual address books, or contact lists. Within a given address book, you " -"can have several categories of contacts." -msgstr "" +msgid "Evolution allows you to organize your contacts. You can create several individual address books, or contact lists. Within a given address book, you can have several categories of contacts." +msgstr "Evolution vám umožňuje organizovat vaše kontakty. Můžete si vytvořit několik adresářů nebo seznamů kontaktů. V rámci jednoho adresáře můžete mít několik kategorií kontaktů." -#: C/evolution.xml:3659(link) C/evolution.xml:3673(title) +#: C/evolution.xml:3659(link) +#: C/evolution.xml:3673(title) msgid "Contacts Groups" -msgstr "" +msgstr "Skupiny kontaktů" -#: C/evolution.xml:3662(link) C/evolution.xml:3695(title) +#: C/evolution.xml:3662(link) +#: C/evolution.xml:3695(title) msgid "Creating a List of Contacts" msgstr "Vytvoření seznamu kontaktů" -#: C/evolution.xml:3665(link) C/evolution.xml:3727(title) +#: C/evolution.xml:3665(link) +#: C/evolution.xml:3727(title) msgid "Grouping with Categories" -msgstr "" +msgstr "Seskupování podle kategorií" -#: C/evolution.xml:3668(link) C/evolution.xml:3788(title) +#: C/evolution.xml:3668(link) +#: C/evolution.xml:3788(title) msgid "Configuring Evolution to use LDAP" -msgstr "" +msgstr "Nastavení Evolutionu k použití LDAP" #: C/evolution.xml:3674(para) -msgid "" -"Contacts Groups are nothing but Address Books. The simplest way to organize " -"contacts is to create additional address books. You can create a new one by " -"clicking File > New > Address Book. For contacts groups on your " -"computer, you only need to provide a name. For contacts on the network, you " -"need to provide more information about the contacts server you are trying to " -"access." -msgstr "" +msgid "Contacts Groups are nothing but Address Books. The simplest way to organize contacts is to create additional address books. You can create a new one by clicking File > New > Address Book. For contacts groups on your computer, you only need to provide a name. For contacts on the network, you need to provide more information about the contacts server you are trying to access." +msgstr "Skupiny kontaktů není nic jiného než adresáře. Nejjednodušším způsobem, jak organizovat kontakty, je vytvořit další adresář. Nový můžete vytvořit kliknutím na Soubor > Nový > Adresář. Pro skupiny kontaktů ve vašem počítači potřebujete zadat pouze jméno. Pro kontakty v síti musíte zadat více informací o serveru, ke kterému se připojujete." #: C/evolution.xml:3675(para) -msgid "" -"To move a card from one group to another, just drag it from the main display " -"of contacts and drop it to a different group. You cannot change the contents " -"of most network contact groups." -msgstr "" +msgid "To move a card from one group to another, just drag it from the main display of contacts and drop it to a different group. You cannot change the contents of most network contact groups." +msgstr "Chcete-li přesunout kartu z jedné skupiny do druhé, jednoduše ji přetáhněte ze zobrazení kontaktů a pusťte do jiné skupiny. U většiny skupin kontaktů na síti obsah měnit nemůžete." #: C/evolution.xml:3677(para) -msgid "" -"Contacts groups are not the same as contact lists. A contact group is like a " -"folder or address book full of contacts. A contact list is a single contact " -"that contains other contacts, and is most often used to email several people " -"at once." -msgstr "" +msgid "Contacts groups are not the same as contact lists. A contact group is like a folder or address book full of contacts. A contact list is a single contact that contains other contacts, and is most often used to email several people at once." +msgstr "Skupiny kontaktů nejsou to samé co seznamy kontaktů. Skupina kontaktů je jako složka nebo adresář plný kontaktů. Seznam kontaktů je jeden kontakt, který obsahuje další kontakty a nejčastěji se používá pro poslání e-mailu více lidem naráz." #: C/evolution.xml:3682(title) msgid "Importing Contacts" -msgstr "" +msgstr "Import kontaktů" #: C/evolution.xml:3683(para) -msgid "" -"You can import contacts from other contact management tools with the Import " -"tool." -msgstr "" +msgid "You can import contacts from other contact management tools with the Import tool." +msgstr "Pomocí nástroje pro import můžete importovat kontakty z jiných nástrojů pro správu kontaktů." #: C/evolution.xml:3688(para) msgid "Mail yourself a contact as vCard attachment." -msgstr "" +msgstr "Pošlete si kontakt jako přílohu vCard." #: C/evolution.xml:3689(para) -msgid "" -"Currently VCF and LDIF are supported. CSV and TAB format files are supported " -"from Microsoft Outlook, Thunderbird, Mozilla, and Evolution." -msgstr "" +msgid "Currently VCF and LDIF are supported. CSV and TAB format files are supported from Microsoft Outlook, Thunderbird, Mozilla, and Evolution." +msgstr "Momentálně nejsou VCF a LDIF podporovány. Formáty CSV a TAB jsou podporovány z Microsoft Outlooku, Thunderbirdu, Mozilly a Evolutionu." #: C/evolution.xml:3696(para) -msgid "" -"A contact list is a set of contacts with a single nickname that you create. " -"When you send email to the nickname, it is sent to every member of the list. " -"This differs from a network mailing list in that it exists only on your " -"computer as a convenience to you, rather than as an actual email address " -"managed by a mailing list application on a server." -msgstr "" +msgid "A contact list is a set of contacts with a single nickname that you create. When you send email to the nickname, it is sent to every member of the list. This differs from a network mailing list in that it exists only on your computer as a convenience to you, rather than as an actual email address managed by a mailing list application on a server." +msgstr "Seznam kontaktů je sdružení kontaktů s jednou přezdívkou, kterou jste vytvořili. Od konferencí jej odlišuje to, že existuje pouze ve vašem počítači jako zjednodušení vaší práce, a ne jako opravdová e-mailová adresa spravovaná aplikací pro konference na serveru." #: C/evolution.xml:3697(para) -msgid "" -"For example, you could create one card for each family member, then add " -"those cards to a contact list called Family. Then, instead of " -"entering each person's email address individually, you can send email to " -"Family and the message would go to all of them." -msgstr "" +msgid "For example, you could create one card for each family member, then add those cards to a contact list called Family. Then, instead of entering each person's email address individually, you can send email to Family and the message would go to all of them." +msgstr "Například můžete vytvořit jednu kartu pro každého člena rodiny a potom tyto karty přidat do seznamu kontaktů pojmenovaného Rodina. Potom, místo abyste zadávali každou adresu zvlášť, můžete poslat e-mail kontaktu Rodina a zpráva přijde všem." #: C/evolution.xml:3698(para) msgid "To create a list of contacts:" -msgstr "" +msgstr "Chcete-li vytvořit seznam kontaktů:" #: C/evolution.xml:3701(para) msgid "Open the list creation dialog box by clicking the New List button." -msgstr "" +msgstr "Otevřete okno pro vytvoření seznamu tak, že kliknete na tlačítko Nový seznam." #: C/evolution.xml:3703(para) msgid "Click File > New > Contact List." -msgstr "" +msgstr "Klikněte na Soubor > Nový > Seznam kontaktů." #: C/evolution.xml:3706(para) msgid "Specify a name for the list." -msgstr "" +msgstr "Zadejte jméno pro seznam." #: C/evolution.xml:3709(para) msgid "Specify the names or email addresses of contacts." -msgstr "" +msgstr "Zadejte jména nebo e-mailové adresy kontaktů." #: C/evolution.xml:3711(para) msgid "Drag contacts from the main window into the list." -msgstr "" +msgstr "Přetáhněte kontakty z hlavního okna do seznamu." #: C/evolution.xml:3714(para) -msgid "" -"Choose whether you want to hide the email addresses when you send a message " -"to the list." -msgstr "" +msgid "Choose whether you want to hide the email addresses when you send a message to the list." +msgstr "Vyberte, zda-li chcete skrýt e-mailové adresy, když posíláte seznamu zprávu." #: C/evolution.xml:3715(para) -msgid "" -"Unless it is a very small list, it is recommended that you leave the " -"addresses hidden. This is the same thing as using the Bcc: " -"feature discussed in Specifying Additional Recipients for Email." -msgstr "" +msgid "Unless it is a very small list, it is recommended that you leave the addresses hidden. This is the same thing as using the Bcc: feature discussed in Specifying Additional Recipients for Email." +msgstr "Pokud to není velmi krátký seznam, doporučuje se nechat adresy skryté. Stejně se chová funkce Skrytá kopie, které se věnuje Zadání dalších příjemců zprávy." #: C/evolution.xml:3718(para) msgid "When you are finished, click OK." -msgstr "" +msgstr "Když jste hotovi, klikněte na Budiž." #: C/evolution.xml:3721(para) -msgid "" -"The list appears as a contact card, which you can use as you would any other " -"card, including mailing the list to another person and sending email to the " -"list." -msgstr "" +msgid "The list appears as a contact card, which you can use as you would any other card, including mailing the list to another person and sending email to the list." +msgstr "Seznam se zobrazí jako karta kontaktu, kterou můžete používat stejně jako jakoukoliv jinou kartu, včetně poslání seznamu další osobě a posílání e-mailu seznamu." #: C/evolution.xml:3722(para) -msgid "" -"To mail the list, open a new email and type the name you chose for the list. " -"Evolution addresses the message to the entire list when you send the " -"message. You can also right-click the list's address card in the contacts " -"tool and select Send Message to List." -msgstr "" +msgid "To mail the list, open a new email and type the name you chose for the list. Evolution addresses the message to the entire list when you send the message. You can also right-click the list's address card in the contacts tool and select Send Message to List." +msgstr "Chcete-li napsat seznamu, otevřete nový e-mail a napište jméno, které jste pro seznam vybrali. Evolution adresuje zprávu celému seznamu, když zprávu posíláte. Taktéž můžete kliknout pravým pravým tlačítkem na kartu seznamu v nástroji kontaktů a vybrat Odeslat zprávu seznamu." #: C/evolution.xml:3723(para) msgid "Evolution cannot store contact lists on Microsoft Exchange servers." -msgstr "" +msgstr "Evolution neumí ukládat seznamy kontaktů na servery Microsoft Exchange." #: C/evolution.xml:3728(para) -msgid "" -"Another way to group cards is to mark them as belonging to different " -"categories. You can mark a card as being in several categories or no " -"category at all. For example, you put a friend's card in the " -"Business category because he works with you and the " -"Friends category because he's a friend." -msgstr "" +msgid "Another way to group cards is to mark them as belonging to different categories. You can mark a card as being in several categories or no category at all. For example, you put a friend's card in the Business category because he works with you and the Friends category because he's a friend." +msgstr "Jiným způsobem, jako sdružovat karty, může být označit je jako patřící do různých skupin. Můžete kartu označit jako patřící do několika kategorií nebo do žádné kategorie. Například vložíte kartu přítele do kategorie Práce, protože s vámi pracuje, a do kategorie Přátelé, protože je váš přítel." #: C/evolution.xml:3729(para) msgid "To mark a card as belonging to a category," -msgstr "" +msgstr "Chcete-li kartu označit jako patřící do kategorie," #: C/evolution.xml:3732(para) msgid "Double click the card to appear the Contact Editor window" -msgstr "" +msgstr "Poklepejte na kartu, aby se zobrazilo okno Editoru kontaktů." #: C/evolution.xml:3735(para) msgid "Click the Categories button at the left." -msgstr "" +msgstr "Klikněte na tlačítko Kategorie nalevo." #: C/evolution.xml:3736(para) msgid "You can view the Categories dialog box as given below." msgstr "Můžete vidět dialogové okno Kategorie tak, jak je ukázáno níže." #: C/evolution.xml:3748(para) -msgid "" -"Select the category from the list. You can select as many or as few " -"categories as you like." -msgstr "" +msgid "Select the category from the list. You can select as many or as few categories as you like." +msgstr "Vyberte kategorii ze seznamu. Můžete vybrat tolik kategorií, kolik chcete." #: C/evolution.xml:3751(para) -msgid "" -"If the master list of categories doesn't suit you, you can add your own " -"categories. To add a new category," -msgstr "" +msgid "If the master list of categories doesn't suit you, you can add your own categories. To add a new category," +msgstr "Pokud vám původní seznam kategorií nevyhovuje, můžete přidat vaše vlastní kategorie. Pro přidání nové kategorie," #: C/evolution.xml:3754(para) msgid "Enter the new category in the entry box at the top." -msgstr "" +msgstr "Vložte novou kategorii do pole nahoře." #: C/evolution.xml:3758(para) -msgid "" -"You can view the category name appeared in the field next to Categories " -"button in the Contact Editor." -msgstr "" +msgid "You can view the category name appeared in the field next to Categories button in the Contact Editor." +msgstr "Jméno kategorie můžete vidět v editoru kontaktu v poli vedle tlačítka Kategorie. " #: C/evolution.xml:3765(para) -msgid "" -"You can edit or set the color and icon for each categories available under " -"categories list. To achieve that click Edit button at the bottom of the " -"Categories window. Press the Delete button to delete the items from the list." -msgstr "" +msgid "You can edit or set the color and icon for each categories available under categories list. To achieve that click Edit button at the bottom of the Categories window. Press the Delete button to delete the items from the list." +msgstr "Můžete upravovat nebo nastavit barvu a ikonu pro každou kategorii v seznamu. Dosáhnete to tak, že kliknete na tlačítko Upravit dole v okně Kategorie. Chcete-li položku vymazat ze seznamu, stiskněte tlačítko Smazat." #: C/evolution.xml:3772(para) -msgid "" -"The LDAP protocol was created to let users " -"share contact information over a network by sharing access to a central " -"directory. LDAP allows a company to maintain a shared set of contact " -"information. Many companies keep a common LDAP address book for all their " -"employees or for client contacts." -msgstr "" +msgid "The LDAP protocol was created to let users share contact information over a network by sharing access to a central directory. LDAP allows a company to maintain a shared set of contact information. Many companies keep a common LDAP address book for all their employees or for client contacts." +msgstr "Protokol LDAP byl vytvořený, aby uživatelům umožnil sdílet kontakty po síti pomocí sdílení přístupu do centrálního adresáře. LDAP umožňuje společnost udržovat sdílené kontakty. Mnoho společností udržuje společný LDAP adresář pro všechny své zaměstnance nebo klienty." #: C/evolution.xml:3773(para) -msgid "" -"To learn how to add a remote LDAP directory to your available address books, " -"see Contact Management. Remote " -"groups of contacts appear under the On LDAP Servers item in the switcher. " -"They work like a local folder of contact cards, with the following " -"exceptions:" -msgstr "" +msgid "To learn how to add a remote LDAP directory to your available address books, see Contact Management. Remote groups of contacts appear under the On LDAP Servers item in the switcher. They work like a local folder of contact cards, with the following exceptions:" +msgstr "Jak přidat vzdálený LDAP adresář, naleznete ve Správě kontaktů. Vzdálené skupiny kontaktů se objeví v přepínači pod položkou Na serverech LDAP. Fungují stejně jako místní složky kontaktů s těmito výjimkami:" #: C/evolution.xml:3776(para) -msgid "" -"Network folders are only available when you are connected to the network. If " -"you use a laptop or have a modem connection, you might want to copy or cache " -"some of the network directory. You do this by dragging and dropping your " -"desired contacts into the local address books." -msgstr "" +msgid "Network folders are only available when you are connected to the network. If you use a laptop or have a modem connection, you might want to copy or cache some of the network directory. You do this by dragging and dropping your desired contacts into the local address books." +msgstr "Složky v síti jsou dostupné, pouze když jste k síti připojeni. Používáte-li notebook nebo máte modemové připojení, možná budete chtít kopírovat nebo ukládat do cache něco z adresáře v síti. Uděláte to přetažením a pustěním požadovaných kontaktů do místního adresáře." #: C/evolution.xml:3777(para) -msgid "" -"You can also mark the network folder for offline usage. To mark the folder, " -"right-click the folder, then click Properties. Select Copy Folder Content " -"Locally for Offline Operation." -msgstr "" +msgid "You can also mark the network folder for offline usage. To mark the folder, right-click the folder, then click Properties. Select Copy Folder Content Locally for Offline Operation." +msgstr "Můžete také složku v síti označit pro offline použití. Složku označíte tak, že kliknete pravým tlačítkem na složku a vyberete Nastavení. Poté zaškrtněte Zkopírovat obsah adresáře lokálně pro práci při odpojení." #: C/evolution.xml:3780(para) -msgid "" -"To prevent excess network traffic, Evolution does not normally load data " -"from the LDAP server upon opening." -msgstr "" +msgid "To prevent excess network traffic, Evolution does not normally load data from the LDAP server upon opening." +msgstr "Aby zbytečně nezatěžoval síťový provoz, Evolution normálně nenačítá data ze serveru LDAP, dokud složku neotevřete." #: C/evolution.xml:3783(para) -msgid "" -"Depending on your server settings, you might not be able to edit all the " -"fields in a contact stored on an LDAP server. Some servers prohibit some or " -"all changes, and others use a smaller set of fields than Evolution allows. " -"Check with your system administrator if you need different settings." -msgstr "" +msgid "Depending on your server settings, you might not be able to edit all the fields in a contact stored on an LDAP server. Some servers prohibit some or all changes, and others use a smaller set of fields than Evolution allows. Check with your system administrator if you need different settings." +msgstr "V závislosti na nastavení vašeho serveru možná nebudete moci upravovat všechna pole v kontaktech uložených na serveru LDAP. Některé servery zakazují některé nebo veškeré změny, jiné používají menší sadu polí, než Evolution povoluje. Zeptejte se vašeho administrátora, zda-li potřebujete jiné nastavení." #: C/evolution.xml:3789(para) -msgid "" -"For information about setting up Evolution to use LDAP, refer to Contact Management." -msgstr "" -"Více informací o nastavení Evolutionu tak, aby používal LDAP naleznete ve " -"Správě kontaktů." +msgid "For information about setting up Evolution to use LDAP, refer to Contact Management." +msgstr "Více informací o nastavení Evolutionu tak, aby používal LDAP naleznete ve Správě kontaktů." #: C/evolution.xml:3795(para) -msgid "" -"When you get information about a person in the mail or in a calendar entry, " -"you can add it to an address card. To do so, right-click any email address " -"or email message, and click Add to Address Book on the menu that appears. If " -"the sender already exists, the Editor tab opens and you can edit the detail. " -"Evolution can also add cards from a hand-held device during HotSync* " -"operation. For more information, see Synchronizing Your Handheld Device." -msgstr "" +msgid "When you get information about a person in the mail or in a calendar entry, you can add it to an address card. To do so, right-click any email address or email message, and click Add to Address Book on the menu that appears. If the sender already exists, the Editor tab opens and you can edit the detail. Evolution can also add cards from a hand-held device during HotSync* operation. For more information, see Synchronizing Your Handheld Device." +msgstr "Když dostanete informace o nějaké osobě v poště nebo v kalendáři, můžete je přidat do adresáře. Uděláte to tak, že kliknete pravým tlačítkem na e-mailovou adresu nebo e-mailovou zprávu a v nabídce, která se objeví, vyberete Přidat do adresáře. Pokud odesílatel již existuje, otevře se okno editoru a můžete upravovat detaily. Evolution také umí přidávat kontakty z přenosného zařízení pomocí operace HotSync*. Více informací naleznete v kapitole Synchronizace s přenosným zařízením." #: C/evolution.xml:3801(para) -msgid "" -"This section shows you how to use the Evolution " -"Calendar to manage your schedule alone or in conjunction with peers. To " -"learn about importing calendar data, see Importing Single Files, which covers the Import tool." -msgstr "" +msgid "This section shows you how to use the Evolution Calendar to manage your schedule alone or in conjunction with peers. To learn about importing calendar data, see Importing Single Files, which covers the Import tool." +msgstr "Tato sekce ukazuje, jak použít Kalendář Evolution pro správu vašeho rozvrhu samostatně nebo ve spojení s kolegy. Jak importovat data kalendáře, se dozvíte v kapitole Import jednotlivých souborů." -#: C/evolution.xml:3804(link) C/evolution.xml:3836(title) +#: C/evolution.xml:3804(link) +#: C/evolution.xml:3836(title) msgid "Ways of Looking at your Calendar" -msgstr "" +msgstr "Způsoby, jak se dívat na kalendář" -#: C/evolution.xml:3807(link) C/evolution.xml:3994(title) +#: C/evolution.xml:3807(link) +#: C/evolution.xml:3994(title) msgid "Scheduling With the Evolution Calendar" msgstr "Plánování s Kalendářem Evolution" -#: C/evolution.xml:3810(link) C/evolution.xml:4374(title) +#: C/evolution.xml:3810(link) +#: C/evolution.xml:4374(title) msgid "Searching for Calendar Items" -msgstr "" +msgstr "Vyhledávání položek v kalendáři" -#: C/evolution.xml:3813(link) C/evolution.xml:4522(title) +#: C/evolution.xml:3813(link) +#: C/evolution.xml:4522(title) msgid "Printing Displayed Items" -msgstr "" +msgstr "Tisk zobrazených položek" -#: C/evolution.xml:3816(link) C/evolution.xml:4527(title) +#: C/evolution.xml:3816(link) +#: C/evolution.xml:4527(title) msgid "Deleting Old Appointments and Meetings" -msgstr "" +msgstr "Mazání starých události a schůzek" -#: C/evolution.xml:3819(link) C/evolution.xml:4532(title) +#: C/evolution.xml:3819(link) +#: C/evolution.xml:4532(title) msgid "Delegating Meetings" -msgstr "" +msgstr "Postoupení schůzek" -#: C/evolution.xml:3822(link) C/evolution.xml:4552(title) +#: C/evolution.xml:3822(link) +#: C/evolution.xml:4552(title) msgid "Multiple Calendars, Web Calendars, and CalDAV" -msgstr "" +msgstr "Více kalendářů, webové kalendáře a CalDAV." -#: C/evolution.xml:3825(link) C/evolution.xml:4559(title) +#: C/evolution.xml:3825(link) +#: C/evolution.xml:4559(title) msgid "The Task List" -msgstr "" +msgstr "Seznam úkolů" -#: C/evolution.xml:3828(link) C/evolution.xml:4874(title) +#: C/evolution.xml:3828(link) +#: C/evolution.xml:4874(title) msgid "Memos" -msgstr "" +msgstr "Poznámky" -#: C/evolution.xml:3831(link) C/evolution.xml:5069(title) +#: C/evolution.xml:3831(link) +#: C/evolution.xml:5069(title) msgid "Configuring Time Zones" -msgstr "" +msgstr "Nastavení časových pásem" #: C/evolution.xml:3837(para) -msgid "" -"In Evolution, you can keep multiple calendars and overlay them one over the " -"next. For example, you might have a schedule of events for work, one for " -"home, and one for your favorite sports team. The side bar lists those " -"calendars, and you can select or deselect the boxes next to them to show and " -"hide the appointments in your calendar view. By hiding and showing different " -"sets of appointments, you can be sure to avoid conflicts, while keeping a " -"minimum of clutter in your view." -msgstr "" +msgid "In Evolution, you can keep multiple calendars and overlay them one over the next. For example, you might have a schedule of events for work, one for home, and one for your favorite sports team. The side bar lists those calendars, and you can select or deselect the boxes next to them to show and hide the appointments in your calendar view. By hiding and showing different sets of appointments, you can be sure to avoid conflicts, while keeping a minimum of clutter in your view." +msgstr "V Evolutionu můžete udržovat více kalendářů a překládat je jeden přes druhý. Například budete chtít rozvrh pro práci, domů a jeden pro váš oblíbený sportovní tým. Postranní lišta zobrazuje seznam těchto kalendářů a můžete zaškrtávat nebo odškrtávat přepínače vedle nich, tak zobrazíte nebo skryjete události v zobrazení kalendáře. Skrýváním a zobrazováním různých sad událostí si můžete být jistí, že se vyhnete konfliktům a přitom nemáte zobrazení přeplněné." #: C/evolution.xml:3838(para) msgid "Appointments for each calendar appear as a different color." msgstr "" #: C/evolution.xml:3839(para) -msgid "" -"The toolbar offers you five different buttons that can show you different " -"views of your calendar." +msgid "The toolbar offers you five different buttons that can show you different views of your calendar." msgstr "" #: C/evolution.xml:3847(para) @@ -8605,22 +5891,15 @@ msgstr "" #: C/evolution.xml:3898(para) -msgid "" -"You can also select an arbitrary range of days in the small calendar in the " -"side bar. To do this, select the days that you want to view in your calendar." +msgid "You can also select an arbitrary range of days in the small calendar in the side bar. To do this, select the days that you want to view in your calendar." msgstr "" #: C/evolution.xml:3900(para) -msgid "" -"The Previous and Next buttons move you forward and back in your calendar " -"pages. If you are using a week or month view, you can move by week or month. " -"To return to today's listing, click the Today button in the toolbar." +msgid "The Previous and Next buttons move you forward and back in your calendar pages. If you are using a week or month view, you can move by week or month. To return to today's listing, click the Today button in the toolbar." msgstr "" #: C/evolution.xml:3901(para) -msgid "" -"To visit calendar entries for a specific date, click Go To and select the " -"date in the dialog box that appears." +msgid "To visit calendar entries for a specific date, click Go To and select the date in the dialog box that appears." msgstr "" #: C/evolution.xml:3904(title) @@ -8628,9 +5907,7 @@ msgstr "" #: C/evolution.xml:3905(para) -msgid "" -"Evolution allows you to edit the label of your calendar, assign color, and " -"copy content for offline use. To set your calendar properties" +msgid "Evolution allows you to edit the label of your calendar, assign color, and copy content for offline use. To set your calendar properties" msgstr "" #: C/evolution.xml:3908(para) @@ -8643,8 +5920,7 @@ #: C/evolution.xml:3914(para) msgid "Select Properties to open Calendar Properties dialog box." -msgstr "" -"Vyberte Vlastnosti, abyste otevřeli dialogové okno Vlastností kalendáře." +msgstr "Vyberte Vlastnosti, abyste otevřeli dialogové okno Vlastností kalendáře." #: C/evolution.xml:3926(para) msgid "Edit the label from Name field." @@ -8659,29 +5935,19 @@ msgstr "" #: C/evolution.xml:3935(para) -msgid "" -"To mark your calendar content for offline use, click Copy calendar contents " -"locally for offline operations." +msgid "To mark your calendar content for offline use, click Copy calendar contents locally for offline operations." msgstr "" #: C/evolution.xml:3937(para) -msgid "" -"Right-click on the calendar at the left and select Mark Calendar for offline " -"use. For more information on working offline refer Working Offline." +msgid "Right-click on the calendar at the left and select Mark Calendar for offline use. For more information on working offline refer Working Offline." msgstr "" #: C/evolution.xml:3939(para) -msgid "" -"To export or share or to store a calendar locally in iCal format, right " -"click on the calendar in the calendar view at the left and select Save to " -"Disk." +msgid "To export or share or to store a calendar locally in iCal format, right click on the calendar in the calendar view at the left and select Save to Disk." msgstr "" #: C/evolution.xml:3941(para) -msgid "" -"Click Mark as default folder if you want to mark this folder as your default " -"calendar folder." +msgid "Click Mark as default folder if you want to mark this folder as your default calendar folder." msgstr "" #: C/evolution.xml:3945(title) @@ -8689,9 +5955,7 @@ msgstr "" #: C/evolution.xml:3946(para) -msgid "" -"Evolution allows you to access your Google calendar. You can view the Google " -"calendar offline or create, modify, and delete the calendar items online." +msgid "Evolution allows you to access your Google calendar. You can view the Google calendar offline or create, modify, and delete the calendar items online." msgstr "" #: C/evolution.xml:3947(para) @@ -8723,65 +5987,57 @@ msgstr "" #: C/evolution.xml:3978(para) -msgid "" -"Select Use SSL to enable a secure connection between Evolution and the " -"Google server." +msgid "Select Use SSL to enable a secure connection between Evolution and the Google server." msgstr "" #: C/evolution.xml:3981(para) -msgid "" -"If you want to set a color label for the calendar, click the Color tab, " -"select the desired color, then click OK." +msgid "If you want to set a color label for the calendar, click the Color tab, select the desired color, then click OK." msgstr "" #: C/evolution.xml:3984(para) -msgid "" -"If you want to view the calendar items offline, select Copy calendar content " -"locally for offline operation check box." +msgid "If you want to view the calendar items offline, select Copy calendar content locally for offline operation check box." msgstr "" #: C/evolution.xml:3985(para) -msgid "" -"If you select this option, you cannot modify or create the calendar items." -msgstr "" -"Pokud zvolíte tuto možnost, nebudete moci měnit nebo vytvářet položky v " -"kalendáři." +msgid "If you select this option, you cannot modify or create the calendar items." +msgstr "Pokud zvolíte tuto možnost, nebudete moci měnit nebo vytvářet položky v kalendáři." #: C/evolution.xml:3995(para) -msgid "" -"There are two types of events you can schedule with Evolution: appointments " -"and meetings. An appointment is an event you schedule for yourself only, and " -"a meeting is an event that you schedule multiple people for. You can also " -"use the busy/free search for meetings to determine the availability of " -"invitees." +msgid "There are two types of events you can schedule with Evolution: appointments and meetings. An appointment is an event you schedule for yourself only, and a meeting is an event that you schedule multiple people for. You can also use the busy/free search for meetings to determine the availability of invitees." msgstr "" -#: C/evolution.xml:3998(link) C/evolution.xml:4021(title) +#: C/evolution.xml:3998(link) +#: C/evolution.xml:4021(title) msgid "Appointments" msgstr "" -#: C/evolution.xml:4001(link) C/evolution.xml:4193(title) +#: C/evolution.xml:4001(link) +#: C/evolution.xml:4193(title) msgid "Sending a Meeting Invitation" msgstr "" -#: C/evolution.xml:4004(link) C/evolution.xml:4282(title) +#: C/evolution.xml:4004(link) +#: C/evolution.xml:4282(title) msgid "Accepting and Replying to a Meeting Request" msgstr "" -#: C/evolution.xml:4007(link) C/evolution.xml:4300(title) +#: C/evolution.xml:4007(link) +#: C/evolution.xml:4300(title) msgid "Reading Responses to Meeting Requests" msgstr "" -#: C/evolution.xml:4010(link) C/evolution.xml:4305(title) +#: C/evolution.xml:4010(link) +#: C/evolution.xml:4305(title) msgid "Using the Free/Busy View" msgstr "" -#: C/evolution.xml:4013(link) C/evolution.xml:4334(title) -msgid "" -"Publishing Calendar and Free/Busy Information Without a Groupware Server" +#: C/evolution.xml:4013(link) +#: C/evolution.xml:4334(title) +msgid "Publishing Calendar and Free/Busy Information Without a Groupware Server" msgstr "" -#: C/evolution.xml:4016(link) C/evolution.xml:4367(title) +#: C/evolution.xml:4016(link) +#: C/evolution.xml:4367(title) msgid "Accessing Free/Busy Data Without a Groupware Server" msgstr "" @@ -8789,20 +6045,24 @@ msgid "In Evolution, an appointment is an event you schedule for yourself." msgstr "" -#: C/evolution.xml:4025(link) C/evolution.xml:4039(title) +#: C/evolution.xml:4025(link) +#: C/evolution.xml:4039(title) msgid "Creating Appointments" msgstr "" -#: C/evolution.xml:4028(link) C/evolution.xml:4127(title) +#: C/evolution.xml:4028(link) +#: C/evolution.xml:4127(title) #: C/evolution.xml:5557(title) msgid "Reminders" msgstr "" -#: C/evolution.xml:4031(link) C/evolution.xml:4163(title) +#: C/evolution.xml:4031(link) +#: C/evolution.xml:4163(title) msgid "Classifications" msgstr "" -#: C/evolution.xml:4034(link) C/evolution.xml:4186(title) +#: C/evolution.xml:4034(link) +#: C/evolution.xml:4186(title) msgid "Recurrence" msgstr "" @@ -8811,34 +6071,34 @@ msgstr "" #: C/evolution.xml:4044(para) -msgid "" -"Click Calendars on the Switcher, then click File > New > Appointment." +msgid "Click Calendars on the Switcher, then click File > New > Appointment." msgstr "" #: C/evolution.xml:4046(para) -msgid "" -"Double-click in a blank space on the calendar view to open an Appointment " -"dialog box. The particular time on the calendar view against which you have " -"double clicked on will be suggested for the new appointment." +msgid "Double-click in a blank space on the calendar view to open an Appointment dialog box. The particular time on the calendar view against which you have double clicked on will be suggested for the new appointment." msgstr "" #: C/evolution.xml:4048(para) -msgid "" -"Select the required duration on the calender view and enter the summary." +msgid "Select the required duration on the calender view and enter the summary." msgstr "" -#: C/evolution.xml:4051(para) C/evolution.xml:4206(para) +#: C/evolution.xml:4051(para) +#: C/evolution.xml:4206(para) msgid "Select a calendar in the Calendar drop-down list." msgstr "" -#: C/evolution.xml:4052(para) C/evolution.xml:4063(para) -#: C/evolution.xml:4221(para) C/evolution.xml:4604(para) -#: C/evolution.xml:4658(para) C/evolution.xml:4890(para) +#: C/evolution.xml:4052(para) +#: C/evolution.xml:4063(para) +#: C/evolution.xml:4221(para) +#: C/evolution.xml:4604(para) +#: C/evolution.xml:4658(para) +#: C/evolution.xml:4890(para) #: C/evolution.xml:5956(para) msgid "Enter a brief summary in the Summary field." msgstr "Vložte stručný souhrn do pole Shrnutí." -#: C/evolution.xml:4057(para) C/evolution.xml:4224(para) +#: C/evolution.xml:4057(para) +#: C/evolution.xml:4224(para) msgid "(Optional) Type a location in the Location field." msgstr "(Volitelně) Napište umístění do pole Místo." @@ -8846,47 +6106,54 @@ msgid "Select the date and time." msgstr "Zvolte datum a čas." -#: C/evolution.xml:4066(para) C/evolution.xml:4227(para) -msgid "" -"To select this appointment as an all day event, click Options > All Day " -"Event." +#: C/evolution.xml:4066(para) +#: C/evolution.xml:4227(para) +msgid "To select this appointment as an all day event, click Options > All Day Event." msgstr "" -#: C/evolution.xml:4068(para) C/evolution.xml:4229(para) +#: C/evolution.xml:4068(para) +#: C/evolution.xml:4229(para) msgid "Click the All Day Event button on the toolbar." msgstr "" -#: C/evolution.xml:4071(para) C/evolution.xml:4232(para) -msgid "" -"If the event is an all day event, specify a starting date and an ending date." +#: C/evolution.xml:4071(para) +#: C/evolution.xml:4232(para) +msgid "If the event is an all day event, specify a starting date and an ending date." msgstr "" -#: C/evolution.xml:4074(para) C/evolution.xml:4235(para) -msgid "" -"If the event is not an all day event, specify a starting time and an ending " -"time." +#: C/evolution.xml:4074(para) +#: C/evolution.xml:4235(para) +msgid "If the event is not an all day event, specify a starting time and an ending time." msgstr "" -#: C/evolution.xml:4077(para) C/evolution.xml:4238(para) +#: C/evolution.xml:4077(para) +#: C/evolution.xml:4238(para) msgid "Select For to specify the duration." msgstr "" -#: C/evolution.xml:4079(para) C/evolution.xml:4240(para) +#: C/evolution.xml:4079(para) +#: C/evolution.xml:4240(para) msgid "Select Until to specify the ending time of the event." msgstr "" -#: C/evolution.xml:4082(para) C/evolution.xml:4243(para) -#: C/evolution.xml:4613(para) C/evolution.xml:4664(para) +#: C/evolution.xml:4082(para) +#: C/evolution.xml:4243(para) +#: C/evolution.xml:4613(para) +#: C/evolution.xml:4664(para) msgid "Type the time zone information in the Time Zone field." msgstr "" -#: C/evolution.xml:4084(para) C/evolution.xml:4245(para) -#: C/evolution.xml:4615(para) C/evolution.xml:4666(para) +#: C/evolution.xml:4084(para) +#: C/evolution.xml:4245(para) +#: C/evolution.xml:4615(para) +#: C/evolution.xml:4666(para) msgid "Click the globe to customize the time zone." msgstr "" -#: C/evolution.xml:4085(para) C/evolution.xml:4246(para) -#: C/evolution.xml:4616(para) C/evolution.xml:4667(para) +#: C/evolution.xml:4085(para) +#: C/evolution.xml:4246(para) +#: C/evolution.xml:4616(para) +#: C/evolution.xml:4667(para) msgid "To hide or show the Time Zone field, click View > Time Zone." msgstr "" @@ -8894,73 +6161,75 @@ msgid "To show the time as busy, click Options > Show Time as Busy." msgstr "" -#: C/evolution.xml:4091(para) C/evolution.xml:4169(para) -#: C/evolution.xml:4619(para) C/evolution.xml:4670(para) +#: C/evolution.xml:4091(para) +#: C/evolution.xml:4169(para) +#: C/evolution.xml:4619(para) +#: C/evolution.xml:4670(para) #: C/evolution.xml:4886(para) msgid "(Optional) Type a category in the Categories field." msgstr "" -#: C/evolution.xml:4092(para) C/evolution.xml:4175(para) -#: C/evolution.xml:4620(para) C/evolution.xml:4671(para) +#: C/evolution.xml:4092(para) +#: C/evolution.xml:4175(para) +#: C/evolution.xml:4620(para) +#: C/evolution.xml:4671(para) msgid "To show or hide the Categories field, click View > Categories." msgstr "" -#: C/evolution.xml:4095(para) C/evolution.xml:4623(para) -#: C/evolution.xml:4674(para) C/evolution.xml:4896(para) +#: C/evolution.xml:4095(para) +#: C/evolution.xml:4623(para) +#: C/evolution.xml:4674(para) +#: C/evolution.xml:4896(para) #: C/evolution.xml:5965(para) msgid "(Optional) Enter a description in the Description field." msgstr "(Volitelně) Napište popis do pole Popis." -#: C/evolution.xml:4098(para) C/evolution.xml:4153(para) +#: C/evolution.xml:4098(para) +#: C/evolution.xml:4153(para) #: C/evolution.xml:4249(para) -msgid "" -"To create an alarm for this appointment, click Alarms on the toolbar, or " -"click Options > Alarms." +msgid "To create an alarm for this appointment, click Alarms on the toolbar, or click Options > Alarms." msgstr "" -#: C/evolution.xml:4099(para) C/evolution.xml:4156(para) +#: C/evolution.xml:4099(para) +#: C/evolution.xml:4156(para) #: C/evolution.xml:4250(para) msgid "Select Customize to add or remove customized alarms for the event." msgstr "" -#: C/evolution.xml:4100(para) C/evolution.xml:4251(para) -msgid "" -"For more information on reminders, see Reminders." +#: C/evolution.xml:4100(para) +#: C/evolution.xml:4251(para) +msgid "For more information on reminders, see Reminders." msgstr "" -#: C/evolution.xml:4103(para) C/evolution.xml:4254(para) -#: C/evolution.xml:4632(para) C/evolution.xml:4677(para) +#: C/evolution.xml:4103(para) +#: C/evolution.xml:4254(para) +#: C/evolution.xml:4632(para) +#: C/evolution.xml:4677(para) #: C/evolution.xml:4899(para) -msgid "" -"(Optional) To add an attachment, drag and drop the attachment into the " -"attachment bar." -msgstr "" -"(Volitelně) Chcete-li přidat přílohu, táhněte a pusťte přílohu na lištu " -"příloh." +msgid "(Optional) To add an attachment, drag and drop the attachment into the attachment bar." +msgstr "(Volitelně) Chcete-li přidat přílohu, táhněte a pusťte přílohu na lištu příloh." -#: C/evolution.xml:4105(para) C/evolution.xml:4256(para) -#: C/evolution.xml:4634(para) C/evolution.xml:4679(para) +#: C/evolution.xml:4105(para) +#: C/evolution.xml:4256(para) +#: C/evolution.xml:4634(para) +#: C/evolution.xml:4679(para) #: C/evolution.xml:4901(para) -msgid "" -"Click the Attach button on the toolbar, or click Insert > Attachment and " -"then browse to the attachment." +msgid "Click the Attach button on the toolbar, or click Insert > Attachment and then browse to the attachment." msgstr "" -#: C/evolution.xml:4108(para) C/evolution.xml:4259(para) -msgid "" -"(Optional) Select a classification (Public, Private, or Confidential) by " -"clicking > Options > Classifications." +#: C/evolution.xml:4108(para) +#: C/evolution.xml:4259(para) +msgid "(Optional) Select a classification (Public, Private, or Confidential) by clicking > Options > Classifications." msgstr "" -#: C/evolution.xml:4111(para) C/evolution.xml:4262(para) +#: C/evolution.xml:4111(para) +#: C/evolution.xml:4262(para) msgid "(Optional) Click the Recurrence button on the toolbar." msgstr "" -#: C/evolution.xml:4113(para) C/evolution.xml:4264(para) -msgid "" -"Click Options > Recurrence, and specify whether you want the appointment " -"to recur and how often." +#: C/evolution.xml:4113(para) +#: C/evolution.xml:4264(para) +msgid "Click Options > Recurrence, and specify whether you want the appointment to recur and how often." msgstr "" #: C/evolution.xml:4118(title) @@ -8968,27 +6237,15 @@ msgstr "" #: C/evolution.xml:4119(para) -msgid "" -"An All Day event appears at the top of a day's appointment list, in the " -"header under the date, rather than inside. That makes it easy to have " -"appointments that overlap and fit inside each other. For example, a " -"conference might be an All Day appointment, and the meetings at the " -"conference could be timed appointments. Appointments with specific starting " -"and ending times can also overlap. When they do they display as multiple " -"columns in the day view of the calendar." +msgid "An All Day event appears at the top of a day's appointment list, in the header under the date, rather than inside. That makes it easy to have appointments that overlap and fit inside each other. For example, a conference might be an All Day appointment, and the meetings at the conference could be timed appointments. Appointments with specific starting and ending times can also overlap. When they do they display as multiple columns in the day view of the calendar." msgstr "" #: C/evolution.xml:4120(para) -msgid "" -"If you create calendar appointments that overlap, Evolution displays them " -"side by side in your calendar." +msgid "If you create calendar appointments that overlap, Evolution displays them side by side in your calendar." msgstr "" #: C/evolution.xml:4128(para) -msgid "" -"You can have several Reminders for individual appointments, any time prior " -"to the appointment you schedule. You can have one reminder of each of the " -"following types:" +msgid "You can have several Reminders for individual appointments, any time prior to the appointment you schedule. You can have one reminder of each of the following types:" msgstr "" #: C/evolution.xml:4132(title) @@ -8996,8 +6253,7 @@ msgstr "" #: C/evolution.xml:4133(para) -msgid "" -"A notification pops up on your screen to remind you of your appointment." +msgid "A notification pops up on your screen to remind you of your appointment." msgstr "" #: C/evolution.xml:4138(title) @@ -9013,16 +6269,11 @@ msgstr "" #: C/evolution.xml:4145(para) -msgid "" -"You can run a program as a reminder. You can enter its name in the text " -"field, or find it with the Browse button." +msgid "You can run a program as a reminder. You can enter its name in the text field, or find it with the Browse button." msgstr "" #: C/evolution.xml:4149(para) -msgid "" -"Apart from the above notifications, the Evolution alarm icon blinks in the " -"notification area. To pause the alarm or view the event, click the " -"notification icon." +msgid "Apart from the above notifications, the Evolution alarm icon blinks in the notification area. To pause the alarm or view the event, click the notification icon." msgstr "" #: C/evolution.xml:4150(para) @@ -9030,136 +6281,78 @@ msgstr "" #: C/evolution.xml:4159(para) -msgid "" -"If you have stored reminders in a local calendar, they work from the moment " -"you log in. However, for reminders stored on any remote server like " -"GroupWise or Exchange which requires authentication, you must run Evolution " -"at least once after logging in. No matter where the reminders are stored, " -"you can quit Evolution and still be reminded of an upcoming appointment." +msgid "If you have stored reminders in a local calendar, they work from the moment you log in. However, for reminders stored on any remote server like GroupWise or Exchange which requires authentication, you must run Evolution at least once after logging in. No matter where the reminders are stored, you can quit Evolution and still be reminded of an upcoming appointment." msgstr "" #: C/evolution.xml:4164(para) -msgid "" -"If you are using a calendar on a Novell GroupWise or Microsoft Exchange server, select a " -"classification for the appointment to determine who can view it. Public is " -"the default category, and a public appointment can be viewed by anyone on " -"the calendar-sharing network. Private denotes one level of security, and " -"Confidential an even higher level. The different levels vary depending on " -"your server settings; check with your system administrator or adjust your " -"delegation settings." +msgid "If you are using a calendar on a Novell GroupWise or Microsoft Exchange server, select a classification for the appointment to determine who can view it. Public is the default category, and a public appointment can be viewed by anyone on the calendar-sharing network. Private denotes one level of security, and Confidential an even higher level. The different levels vary depending on your server settings; check with your system administrator or adjust your delegation settings." msgstr "" #: C/evolution.xml:4165(para) -msgid "" -"If you are using a Novell GroupWise or Microsoft Exchange server, other " -"people on the server can check your schedule to see if you are available at " -"any given time. If you have an appointment that is flexible or that you want " -"to designate as Free rather than Busy time, select the Free box in the Show " -"Time As section. Normally, appointments display as Busy." +msgid "If you are using a Novell GroupWise or Microsoft Exchange server, other people on the server can check your schedule to see if you are available at any given time. If you have an appointment that is flexible or that you want to designate as Free rather than Busy time, select the Free box in the Show Time As section. Normally, appointments display as Busy." msgstr "" #: C/evolution.xml:4166(para) -msgid "" -"You can categorize appointments in the same way you can categorize contacts." +msgid "You can categorize appointments in the same way you can categorize contacts." msgstr "" #: C/evolution.xml:4172(para) -msgid "" -"Select the check box next to each category that matches the appointment you " -"are creating." +msgid "Select the check box next to each category that matches the appointment you are creating." msgstr "" #: C/evolution.xml:4179(para) -msgid "" -"You can add a new category to your category list by clicking Edit Master " -"Category List, then click Click Here To Add A Category." +msgid "You can add a new category to your category list by clicking Edit Master Category List, then click Click Here To Add A Category." msgstr "" #: C/evolution.xml:4181(para) -msgid "" -"After you have selected your categories, click OK to assign these categories " -"to the appointment. The categories you selected are now listed in the text " -"box to the right of the Categories button." +msgid "After you have selected your categories, click OK to assign these categories to the appointment. The categories you selected are now listed in the text box to the right of the Categories button." msgstr "" #: C/evolution.xml:4182(para) -msgid "" -"Appointments with categories appear with icons in the calendar display, and " -"you can also search for appointments by category. To display only the " -"appointments in a particular category, select the corresponding category in " -"the search bar at the top of the calendar." +msgid "Appointments with categories appear with icons in the calendar display, and you can also search for appointments by category. To display only the appointments in a particular category, select the corresponding category in the search bar at the top of the calendar." msgstr "" #: C/evolution.xml:4187(para) -msgid "" -"The Recurrence tool button lets you describe repetition in appointments " -"ranging from once every day up to once every 100 years. You can then choose " -"a time and date when the appointment stops recurring, and, under Exceptions, " -"pick individual days when the appointment does not recur. Make your " -"selections from left to right, and you form a sentence: Every two " -"weeks on Monday and Friday until January 3, 2008 or Every " -"month on the first Friday for 12 occurrences." +msgid "The Recurrence tool button lets you describe repetition in appointments ranging from once every day up to once every 100 years. You can then choose a time and date when the appointment stops recurring, and, under Exceptions, pick individual days when the appointment does not recur. Make your selections from left to right, and you form a sentence: Every two weeks on Monday and Friday until January 3, 2008 or Every month on the first Friday for 12 occurrences." msgstr "" #: C/evolution.xml:4188(para) -msgid "" -"After you have finished settings, click the Save button in the toolbar to " -"save and close the appointment editor window. If you want, you can alter an " -"appointment summary in the calendar view by clicking it and typing. You can " -"change other settings by right-clicking the appointment then choosing Open, " -"or double-clicking the appointment." +msgid "After you have finished settings, click the Save button in the toolbar to save and close the appointment editor window. If you want, you can alter an appointment summary in the calendar view by clicking it and typing. You can change other settings by right-clicking the appointment then choosing Open, or double-clicking the appointment." msgstr "" #: C/evolution.xml:4194(para) -msgid "" -"A meeting is an event you schedule for multiple people. Evolution can be " -"used to schedule group meetings and help you manage responses to meeting " -"requests." +msgid "A meeting is an event you schedule for multiple people. Evolution can be used to schedule group meetings and help you manage responses to meeting requests." msgstr "" #: C/evolution.xml:4195(para) -msgid "" -"When you create a meeting or group appointment, you can specify the " -"attendees in several categories, such as chair or " -"required. When you save the meeting listing, each attendee is " -"sent an email with the meeting information, which also gives them the option " -"to respond." +msgid "When you create a meeting or group appointment, you can specify the attendees in several categories, such as chair or required. When you save the meeting listing, each attendee is sent an email with the meeting information, which also gives them the option to respond." msgstr "" #: C/evolution.xml:4196(para) -msgid "" -"If you don't need to collect attendance information when you're scheduling " -"an event, and would rather just announce the event, right-click the meeting " -"and select Forward as iCalendar. This opens a new email message with the " -"event notification attached as an announcement. Recipients can add the event " -"to their calendars with one click, but it won't automatically send you email " -"about whether they plan to attend." +msgid "If you don't need to collect attendance information when you're scheduling an event, and would rather just announce the event, right-click the meeting and select Forward as iCalendar. This opens a new email message with the event notification attached as an announcement. Recipients can add the event to their calendars with one click, but it won't automatically send you email about whether they plan to attend." msgstr "" #: C/evolution.xml:4197(para) msgid "To schedule a meeting:" msgstr "" -#: C/evolution.xml:4200(para) C/evolution.xml:4310(para) +#: C/evolution.xml:4200(para) +#: C/evolution.xml:4310(para) msgid "Click File > New > Meeting." msgstr "" -#: C/evolution.xml:4203(para) C/evolution.xml:4649(para) -msgid "" -"If you have multiple email accounts, select the one to use by selecting an " -"item in the Organizer field." +#: C/evolution.xml:4203(para) +#: C/evolution.xml:4649(para) +msgid "If you have multiple email accounts, select the one to use by selecting an item in the Organizer field." msgstr "" -#: C/evolution.xml:4209(para) C/evolution.xml:4313(para) +#: C/evolution.xml:4209(para) +#: C/evolution.xml:4313(para) msgid "Click Add to add the email addresses of people you want to invite." -msgstr "" -"Klikněte na Přidat, abyste přidali e-mailové adresy lidí, které chcete " -"pozvat." +msgstr "Klikněte na Přidat, abyste přidali e-mailové adresy lidí, které chcete pozvat." #: C/evolution.xml:4212(para) -msgid "" -"To remove an attendee from the list, select an attendee and press Remove." +msgid "To remove an attendee from the list, select an attendee and press Remove." msgstr "" #: C/evolution.xml:4215(para) @@ -9167,15 +6360,11 @@ msgstr "" #: C/evolution.xml:4218(para) -msgid "" -"Click View on the menu bar to show or hide the Type, Role, Status, and RSVP " -"fields." +msgid "Click View on the menu bar to show or hide the Type, Role, Status, and RSVP fields." msgstr "" #: C/evolution.xml:4267(para) -msgid "" -"To query free/busy information for the attendees, click the Free/Busy button " -"on the toolbar." +msgid "To query free/busy information for the attendees, click the Free/Busy button on the toolbar." msgstr "" #: C/evolution.xml:4269(para) @@ -9187,27 +6376,15 @@ msgstr "" #: C/evolution.xml:4275(para) -msgid "" -"An email is sent out to all the recipients, inviting them to your event." +msgid "An email is sent out to all the recipients, inviting them to your event." msgstr "" #: C/evolution.xml:4277(para) -msgid "" -"In Evolution, a meeting can have only one organizer, and only the organizer " -"can add participants to that meeting. Though it is possible to change the " -"organizer of a meeting, this is not recommended as a means to invite " -"additional participants to meetings. If you want to invite additional people " -"to a meeting and are not that meeting's organizer, it is recommended that " -"you forward the invitation message you received from the original meeting " -"organiser to additional participants." +msgid "In Evolution, a meeting can have only one organizer, and only the organizer can add participants to that meeting. Though it is possible to change the organizer of a meeting, this is not recommended as a means to invite additional participants to meetings. If you want to invite additional people to a meeting and are not that meeting's organizer, it is recommended that you forward the invitation message you received from the original meeting organiser to additional participants." msgstr "" #: C/evolution.xml:4283(para) -msgid "" -"Meeting requests are sent as iCal attachments. To view or respond to one, " -"click the attachment icon and view it inline in the mail window. All the " -"details are shown about the event, including time and dates. Then you can " -"choose how to reply to the invitation. Your choices are:" +msgid "Meeting requests are sent as iCal attachments. To view or respond to one, click the attachment icon and view it inline in the mail window. All the details are shown about the event, including time and dates. Then you can choose how to reply to the invitation. Your choices are:" msgstr "" #: C/evolution.xml:4286(para) @@ -9223,34 +6400,19 @@ msgstr "" #: C/evolution.xml:4295(para) -msgid "" -"Click OK to send an email to the organizer with your answer. The event is " -"also added to your calendar if you accept." +msgid "Click OK to send an email to the organizer with your answer. The event is also added to your calendar if you accept." msgstr "" #: C/evolution.xml:4296(para) -msgid "" -"After you add the meeting to your calendar, you can make changes to the " -"information, but if the original organizer sends out another update, your " -"changes might be overwritten." +msgid "After you add the meeting to your calendar, you can make changes to the information, but if the original organizer sends out another update, your changes might be overwritten." msgstr "" #: C/evolution.xml:4301(para) -msgid "" -"When you get a reply to a meeting invitation you sent, you can view it " -"inline by clicking the attachment and selecting View Inline." +msgid "When you get a reply to a meeting invitation you sent, you can view it inline by clicking the attachment and selecting View Inline." msgstr "" #: C/evolution.xml:4306(para) -msgid "" -"In addition to the standard meeting scheduling tools, you can use the Free/" -"Busy view to check whether people are available in advance. The Free/Busy " -"feature is normally a function of dedicated groupware servers such as " -"Microsoft Exchange and Novell GroupWise. However, you can also publish Free/" -"Busy information online, and access Free/Busy information published " -"elsewhere. If not everyone you collaborate with publishes Free/Busy data, " -"you can still use iCal event invitations to coordinate schedules with other " -"people." +msgid "In addition to the standard meeting scheduling tools, you can use the Free/Busy view to check whether people are available in advance. The Free/Busy feature is normally a function of dedicated groupware servers such as Microsoft Exchange and Novell GroupWise. However, you can also publish Free/Busy information online, and access Free/Busy information published elsewhere. If not everyone you collaborate with publishes Free/Busy data, you can still use iCal event invitations to coordinate schedules with other people." msgstr "" #: C/evolution.xml:4307(para) @@ -9258,16 +6420,11 @@ msgstr "" #: C/evolution.xml:4316(para) -msgid "" -"Click the Free/Busy button on the toolbar, or click Options > Free/Busy." +msgid "Click the Free/Busy button on the toolbar, or click Options > Free/Busy." msgstr "" #: C/evolution.xml:4321(para) -msgid "" -"Adjust the meeting time, either by dragging the meeting borders or by using " -"the Autopick buttons to choose a time automatically, then click Save and " -"Close. Attendees on an Exchange server have the appointment updated " -"automatically; others receive email notification of any change in plans." +msgid "Adjust the meeting time, either by dragging the meeting borders or by using the Autopick buttons to choose a time automatically, then click Save and Close. Attendees on an Exchange server have the appointment updated automatically; others receive email notification of any change in plans." msgstr "" #: C/evolution.xml:4325(title) @@ -9275,8 +6432,7 @@ msgstr "" #: C/evolution.xml:4326(para) -msgid "" -"The Attendee List shows the people who have been invited to the appointment." +msgid "The Attendee List shows the people who have been invited to the appointment." msgstr "" #: C/evolution.xml:4329(title) @@ -9284,36 +6440,24 @@ msgstr "" #: C/evolution.xml:4330(para) -msgid "" -"The Schedule Grid shows the published Free/Busy information for the people " -"you have invited. This is where you compare schedules to find free time to " -"schedule the appointment. Individuals have visible scheduling information " -"only if they use the same Novell GroupWise or Microsoft Exchange server you " -"do (that is, if they are in the same organization as you), or if they " -"publish free/busy information at a URL you can reach and you have entered " -"that URL into their contact cards using the contact editor." +msgid "The Schedule Grid shows the published Free/Busy information for the people you have invited. This is where you compare schedules to find free time to schedule the appointment. Individuals have visible scheduling information only if they use the same Novell GroupWise or Microsoft Exchange server you do (that is, if they are in the same organization as you), or if they publish free/busy information at a URL you can reach and you have entered that URL into their contact cards using the contact editor." msgstr "" #: C/evolution.xml:4335(para) -msgid "" -"You can publish Calendar and Free/Busy information to a WebDAV, FTP server, " -"or remote machine through secure shell or other Web server with HTTP PUT " -"support. Check with your system administrator if you are not sure you have " -"this functionality." +msgid "You can publish Calendar and Free/Busy information to a WebDAV, FTP server, or remote machine through secure shell or other Web server with HTTP PUT support. Check with your system administrator if you are not sure you have this functionality." msgstr "" #: C/evolution.xml:4336(para) msgid "To set up Calendar or Free/Busy publishing:" msgstr "" -#: C/evolution.xml:4339(para) C/evolution.xml:5073(para) +#: C/evolution.xml:4339(para) +#: C/evolution.xml:5073(para) msgid "Click Edit > Preferences, then click Calendar and Tasks." msgstr "" #: C/evolution.xml:4342(para) -msgid "" -"Click the Calendar Publishing tab, click Add, then select the information " -"you want to publish." +msgid "Click the Calendar Publishing tab, click Add, then select the information you want to publish." msgstr "" #: C/evolution.xml:4345(para) @@ -9333,94 +6477,95 @@ msgstr "" #: C/evolution.xml:4360(para) -msgid "" -"To immediately publish calendar information, go to the Calendar tool and " -"click Actions > Publish Calendar Information." +msgid "To immediately publish calendar information, go to the Calendar tool and click Actions > Publish Calendar Information." msgstr "" -#: C/evolution.xml:4362(para) C/evolution.xml:6915(para) +#: C/evolution.xml:4362(para) +#: C/evolution.xml:6915(para) msgid "You can specify a template to use when posting to the Free/Busy server." msgstr "" #: C/evolution.xml:4368(para) -msgid "" -"If individuals give you a URL for Free/Busy data or for their Web calendar, " -"you can enter it as part of the contact information in the Contacts tool. " -"Then, when you schedule a meeting with them, Evolution looks up the schedule " -"and displays it in the Free/Busy data." +msgid "If individuals give you a URL for Free/Busy data or for their Web calendar, you can enter it as part of the contact information in the Contacts tool. Then, when you schedule a meeting with them, Evolution looks up the schedule and displays it in the Free/Busy data." msgstr "" #: C/evolution.xml:4375(para) -msgid "" -"You can use a customized search, an advanced search, or a quick search to " -"search for Calendar items." +msgid "You can use a customized search, an advanced search, or a quick search to search for Calendar items." msgstr "" #: C/evolution.xml:4378(para) -msgid "" -"Evolution enables you to find the Calendar items by using a Customized " -"Search." +msgid "Evolution enables you to find the Calendar items by using a Customized Search." msgstr "" -#: C/evolution.xml:4388(para) C/evolution.xml:4704(para) +#: C/evolution.xml:4388(para) +#: C/evolution.xml:4704(para) #: C/evolution.xml:4940(para) msgid "Summary contains" msgstr "" -#: C/evolution.xml:4391(para) C/evolution.xml:4707(para) +#: C/evolution.xml:4391(para) +#: C/evolution.xml:4707(para) #: C/evolution.xml:4943(para) msgid "Description contains" msgstr "" -#: C/evolution.xml:4394(para) C/evolution.xml:4710(para) +#: C/evolution.xml:4394(para) +#: C/evolution.xml:4710(para) #: C/evolution.xml:4946(para) msgid "Any field Contains" msgstr "" -#: C/evolution.xml:4399(para) C/evolution.xml:4951(para) +#: C/evolution.xml:4399(para) +#: C/evolution.xml:4951(para) msgid "Evolution displays the desired Calendar items." msgstr "" -#: C/evolution.xml:4411(para) C/evolution.xml:4725(para) +#: C/evolution.xml:4411(para) +#: C/evolution.xml:4725(para) #: C/evolution.xml:4963(para) msgid "Select Advanced Search to open Advanced Search dialog box." msgstr "" -#: C/evolution.xml:4412(para) C/evolution.xml:4726(para) +#: C/evolution.xml:4412(para) +#: C/evolution.xml:4726(para) #: C/evolution.xml:4964(para) msgid "Search name field displays the search type you have selected." msgstr "" -#: C/evolution.xml:4417(para) C/evolution.xml:4731(para) +#: C/evolution.xml:4417(para) +#: C/evolution.xml:4731(para) #: C/evolution.xml:4969(para) msgid "Click Add to add rules." msgstr "" -#: C/evolution.xml:4420(para) C/evolution.xml:4734(para) +#: C/evolution.xml:4420(para) +#: C/evolution.xml:4734(para) #: C/evolution.xml:4972(para) msgid "Select the criteria, and then type a search entry in the given field." msgstr "" -#: C/evolution.xml:4426(para) C/evolution.xml:4978(para) +#: C/evolution.xml:4426(para) +#: C/evolution.xml:4978(para) msgid "Click Save to save your search results." msgstr "" #: C/evolution.xml:4431(para) -msgid "" -"Displays all the Calendar items that match the criteria that you have " -"selected from the drop-down list in the Search bar." +msgid "Displays all the Calendar items that match the criteria that you have selected from the drop-down list in the Search bar." msgstr "" -#: C/evolution.xml:4435(para) C/evolution.xml:4987(para) +#: C/evolution.xml:4435(para) +#: C/evolution.xml:4987(para) msgid "Click the Show drop-down list." msgstr "" -#: C/evolution.xml:4441(para) C/evolution.xml:4783(para) +#: C/evolution.xml:4441(para) +#: C/evolution.xml:4783(para) #: C/evolution.xml:4993(para) msgid "Any Category" msgstr "" -#: C/evolution.xml:4444(para) C/evolution.xml:4786(para) +#: C/evolution.xml:4444(para) +#: C/evolution.xml:4786(para) #: C/evolution.xml:4996(para) msgid "Unmatched" msgstr "" @@ -9433,7 +6578,8 @@ msgid "Next 7 Days' Appointments" msgstr "" -#: C/evolution.xml:4465(para) C/evolution.xml:4816(para) +#: C/evolution.xml:4465(para) +#: C/evolution.xml:4816(para) msgid "Favourites" msgstr "" @@ -9446,10 +6592,7 @@ msgstr "" #: C/evolution.xml:4528(para) -msgid "" -"Keeping a list of everything you did in the past eventually slows down your " -"calendar. To delete old events, click Actions > Purge, then enter the " -"number of days of past events you want to keep. Click OK to purge the items." +msgid "Keeping a list of everything you did in the past eventually slows down your calendar. To delete old events, click Actions > Purge, then enter the number of days of past events you want to keep. Click OK to purge the items." msgstr "" #: C/evolution.xml:4533(para) @@ -9473,63 +6616,41 @@ msgstr "" #: C/evolution.xml:4553(para) -msgid "" -"To create a new calendar, click File > New > Calendar. If the calendar " -"is one you plan to store locally, you need only provide a name and color. If " -"it is a remote calendar, specify the name, color, URL, and a refresh " -"frequency. The refresh frequency determines how often Evolution checks to " -"see if the calendar has changed. If you are working with someone who " -"publishes an online calendar, you might want to check for updates every " -"thirty minutes. On the other hand, if you have displayed a sports team " -"schedule in your calendar, you might not need to refresh it more than once a " -"week." +msgid "To create a new calendar, click File > New > Calendar. If the calendar is one you plan to store locally, you need only provide a name and color. If it is a remote calendar, specify the name, color, URL, and a refresh frequency. The refresh frequency determines how often Evolution checks to see if the calendar has changed. If you are working with someone who publishes an online calendar, you might want to check for updates every thirty minutes. On the other hand, if you have displayed a sports team schedule in your calendar, you might not need to refresh it more than once a week." msgstr "" #: C/evolution.xml:4554(para) -msgid "" -"The icalshare.com Web site has " -"an extensive list of shared online calendars, including national and " -"religious holidays, phases of the moon, sports, and local and regional " -"events." +msgid "The icalshare.com Web site has an extensive list of shared online calendars, including national and religious holidays, phases of the moon, sports, and local and regional events." msgstr "" #: C/evolution.xml:4555(para) -msgid "" -"Evolution lets you view and manage calendars on remote CalDAV servers. The " -"procedure to create a CalDAV calendar source is similar to that of a remote " -"Web calendar source. You can view and create calendar events on CalDav " -"accounts just like other calendars on Evolution." +msgid "Evolution lets you view and manage calendars on remote CalDAV servers. The procedure to create a CalDAV calendar source is similar to that of a remote Web calendar source. You can view and create calendar events on CalDav accounts just like other calendars on Evolution." msgstr "" #: C/evolution.xml:4560(para) -msgid "" -"The Task List, located in the upper-right corner of the calendar, lets you " -"keep a list of tasks separate from your calendar appointments." +msgid "The Task List, located in the upper-right corner of the calendar, lets you keep a list of tasks separate from your calendar appointments." msgstr "" #: C/evolution.xml:4561(para) -msgid "" -"You can use the list in a larger window by clicking the Tasks button in the " -"side bar." +msgid "You can use the list in a larger window by clicking the Tasks button in the side bar." msgstr "" #: C/evolution.xml:4562(para) -msgid "" -"Task Lists are more easily organized in the dedicated Tasks tool. Each task " -"list is assigned a color, and you can use the Tasks tool switcher to hide " -"and show task lists just like calendars. In the calendar display task pad, " -"tasks from all visible task lists appear, color coded by list." +msgid "Task Lists are more easily organized in the dedicated Tasks tool. Each task list is assigned a color, and you can use the Tasks tool switcher to hide and show task lists just like calendars. In the calendar display task pad, tasks from all visible task lists appear, color coded by list." msgstr "" -#: C/evolution.xml:4565(link) C/evolution.xml:4576(title) +#: C/evolution.xml:4565(link) +#: C/evolution.xml:4576(title) msgid "Creating a New Task List" msgstr "" -#: C/evolution.xml:4568(link) C/evolution.xml:4595(title) +#: C/evolution.xml:4568(link) +#: C/evolution.xml:4595(title) msgid "Creating a New Task" msgstr "" -#: C/evolution.xml:4571(link) C/evolution.xml:4640(title) +#: C/evolution.xml:4571(link) +#: C/evolution.xml:4640(title) msgid "Assigned Tasks" msgstr "" @@ -9542,26 +6663,19 @@ msgstr "" #: C/evolution.xml:4585(para) -msgid "" -"(Optional) If the task is an online list, specify the URL of the task list." +msgid "(Optional) If the task is an online list, specify the URL of the task list." msgstr "" #: C/evolution.xml:4591(para) -msgid "" -"After you have added a task to your to-do list, its summary appears in the " -"Summary section of the task list. To view or edit a detailed description of " -"an item, double-click it, or right-click it and select Open. You can delete " -"items by selecting them, then clicking Delete. The list of tasks is sorted " -"in a similar way to the list of email messages in Evolution Mail. Click once " -"on a message header to change the direction and type of sorting, or right-" -"click to add or remove columns from the display." +msgid "After you have added a task to your to-do list, its summary appears in the Summary section of the task list. To view or edit a detailed description of an item, double-click it, or right-click it and select Open. You can delete items by selecting them, then clicking Delete. The list of tasks is sorted in a similar way to the list of email messages in Evolution Mail. Click once on a message header to change the direction and type of sorting, or right-click to add or remove columns from the display." msgstr "" #: C/evolution.xml:4598(para) msgid "Click File > New > Task." msgstr "Klikněte na Soubor > Nová > Úkol." -#: C/evolution.xml:4601(para) C/evolution.xml:4652(para) +#: C/evolution.xml:4601(para) +#: C/evolution.xml:4652(para) msgid "Select a group for the task." msgstr "" @@ -9573,17 +6687,15 @@ msgid "(Optional) Specify a starting time and ending time for the task." msgstr "" -#: C/evolution.xml:4626(para) C/evolution.xml:4682(para) +#: C/evolution.xml:4626(para) +#: C/evolution.xml:4682(para) #: C/evolution.xml:4904(para) -msgid "" -"(Optional) Click Options > Classifications, then select a classification " -"(as Public, Private or Confidential)." +msgid "(Optional) Click Options > Classifications, then select a classification (as Public, Private or Confidential)." msgstr "" -#: C/evolution.xml:4629(para) C/evolution.xml:4685(para) -msgid "" -"(Optional) To specify a status for the task, click Options > Status " -"Details." +#: C/evolution.xml:4629(para) +#: C/evolution.xml:4685(para) +msgid "(Optional) To specify a status for the task, click Options > Status Details." msgstr "" #: C/evolution.xml:4641(para) @@ -9591,11 +6703,7 @@ msgstr "" #: C/evolution.xml:4642(para) -msgid "" -"When you assign a task, you can specify the attendees in several categories, " -"such as chair or required. When you save the " -"task, each attendee is sent an email with the task information, which also " -"gives them the option to respond." +msgid "When you assign a task, you can specify the attendees in several categories, such as chair or required. When you save the task, each attendee is sent an email with the task information, which also gives them the option to respond." msgstr "" #: C/evolution.xml:4643(para) @@ -9607,18 +6715,11 @@ msgstr "" #: C/evolution.xml:4655(para) -msgid "" -"Click Add, or press Insert key, or right click and then press Add to add the " -"email addresses of people you want to assign the task. To remove an attendee " -"from the list, select an attendee, then press Remove. To edit a field, " -"select the field, then click Edit. Click View on the menu bar to show or " -"hide the Type, Role, Status, and RSVP fields." +msgid "Click Add, or press Insert key, or right click and then press Add to add the email addresses of people you want to assign the task. To remove an attendee from the list, select an attendee, then press Remove. To edit a field, select the field, then click Edit. Click View on the menu bar to show or hide the Type, Role, Status, and RSVP fields." msgstr "" #: C/evolution.xml:4661(para) -msgid "" -"(Optional) Specify a starting date and time, and a due date and time for the " -"task." +msgid "(Optional) Specify a starting date and time, and a due date and time for the task." msgstr "" #: C/evolution.xml:4691(title) @@ -9626,8 +6727,7 @@ msgstr "Vyhledávání úkolů" #: C/evolution.xml:4694(para) -msgid "" -"Evolution enables you to find the task items by using Customized Search." +msgid "Evolution enables you to find the task items by using Customized Search." msgstr "" #: C/evolution.xml:4715(para) @@ -9635,16 +6735,11 @@ msgstr "" #: C/evolution.xml:4739(para) -msgid "" -"Displays all the task items that match the criteria that you have selected " -"from the drop-down list at the top left side, just above the display pane." +msgid "Displays all the task items that match the criteria that you have selected from the drop-down list at the top left side, just above the display pane." msgstr "" #: C/evolution.xml:4741(para) -msgid "" -"This feature provides the following best quick search options. This allows " -"you to quickly see when tasks are due, as it can become unwieldy for " -"planning if you have a lot of tasks in hand." +msgid "This feature provides the following best quick search options. This allows you to quickly see when tasks are due, as it can become unwieldy for planning if you have a lot of tasks in hand." msgstr "" #: C/evolution.xml:4743(title) @@ -9660,9 +6755,7 @@ msgstr "" #: C/evolution.xml:4748(para) -msgid "" -"Displays all the tasks that do not fall under any of the categories listed " -"here." +msgid "Displays all the tasks that do not fall under any of the categories listed here." msgstr "" #: C/evolution.xml:4751(title) @@ -9678,9 +6771,7 @@ msgstr "" #: C/evolution.xml:4756(para) -msgid "" -"Displays all the tasks whose due date is yet to come. This allows you to see " -"the date due for tasks due in the future." +msgid "Displays all the tasks whose due date is yet to come. This allows you to see the date due for tasks due in the future." msgstr "" #: C/evolution.xml:4759(title) @@ -9712,9 +6803,7 @@ msgstr "" #: C/evolution.xml:4772(para) -msgid "" -"Lists all the tasks that belong to a particular category such as " -"Anniversary, Holidays, Gifts, etc." +msgid "Lists all the tasks that belong to a particular category such as Anniversary, Holidays, Gifts, etc." msgstr "" #: C/evolution.xml:4774(para) @@ -9745,11 +6834,13 @@ msgid "Tasks With Attachments" msgstr "" -#: C/evolution.xml:4825(para) C/evolution.xml:5020(para) +#: C/evolution.xml:4825(para) +#: C/evolution.xml:5020(para) msgid "Holidays" msgstr "" -#: C/evolution.xml:4837(para) C/evolution.xml:5032(para) +#: C/evolution.xml:4837(para) +#: C/evolution.xml:5032(para) msgid "Key Customers" msgstr "" @@ -9758,9 +6849,7 @@ msgstr "" #: C/evolution.xml:4875(para) -msgid "" -"In Evolution, the Memos component lets you create, edit, and store journal " -"entries without dates, using the filesystem as a backend." +msgid "In Evolution, the Memos component lets you create, edit, and store journal entries without dates, using the filesystem as a backend." msgstr "" #: C/evolution.xml:4877(para) @@ -9771,7 +6860,8 @@ msgid "Click File > New > Memo." msgstr "" -#: C/evolution.xml:4883(para) C/evolution.xml:5953(para) +#: C/evolution.xml:4883(para) +#: C/evolution.xml:5953(para) msgid "Select the Group in which you would like to create the entry." msgstr "" @@ -9779,10 +6869,9 @@ msgid "To show or hide Categories field, click View > Categories." msgstr "" -#: C/evolution.xml:4893(para) C/evolution.xml:5959(para) -msgid "" -"In the Start Date field, type the date this reminder note should appear in " -"the recipients' Calendars." +#: C/evolution.xml:4893(para) +#: C/evolution.xml:5959(para) +msgid "In the Start Date field, type the date this reminder note should appear in the recipients' Calendars." msgstr "" #: C/evolution.xml:4909(title) @@ -9790,10 +6879,7 @@ msgstr "Seznam poznámek" #: C/evolution.xml:4910(para) -msgid "" -"As with calendars and tasks, you can create multiple memo lists. Each memo " -"list is assigned a color, and you can use the side bar to hide and show memo " -"lists." +msgid "As with calendars and tasks, you can create multiple memo lists. Each memo list is assigned a color, and you can use the side bar to hide and show memo lists." msgstr "" #: C/evolution.xml:4911(para) @@ -9813,14 +6899,11 @@ msgstr "Vyhledávání poznámek" #: C/evolution.xml:4927(para) -msgid "" -"You can use a customized search, an advanced search, or a quick search to " -"search for Memo Items." +msgid "You can use a customized search, an advanced search, or a quick search to search for Memo Items." msgstr "" #: C/evolution.xml:4930(para) -msgid "" -"Evolution enables you to find the Memo items by using a Customized Search." +msgid "Evolution enables you to find the Memo items by using a Customized Search." msgstr "" #: C/evolution.xml:4960(para) @@ -9828,9 +6911,7 @@ msgstr "" #: C/evolution.xml:4983(para) -msgid "" -"Displays all the Memo items that match the criteria that you have selected " -"from the Show drop-down list in the Search bar." +msgid "Displays all the Memo items that match the criteria that you have selected from the Show drop-down list in the Search bar." msgstr "" #: C/evolution.xml:5062(para) @@ -9838,9 +6919,7 @@ msgstr "" #: C/evolution.xml:5070(para) -msgid "" -"Evolution supports the use of time zones. If you share calendar files with " -"friends or co-workers, you might need to configure your time zone." +msgid "Evolution supports the use of time zones. If you share calendar files with friends or co-workers, you might need to configure your time zone." msgstr "" #: C/evolution.xml:5076(para) @@ -9856,13 +6935,7 @@ msgstr "" #: C/evolution.xml:5083(para) -msgid "" -"You can also configure time zone information specific to each appointment. " -"To do that, simply create a new appointment and click the globe to customize " -"the time zone that the time exists in. For example, if you live in New York " -"but have a telephone meeting set for noon with someone in California, you " -"need to make sure that your schedules are coordinated. Setting time zones on " -"a per-appointment basis helps avoid that potential confusion." +msgid "You can also configure time zone information specific to each appointment. To do that, simply create a new appointment and click the globe to customize the time zone that the time exists in. For example, if you live in New York but have a telephone meeting set for noon with someone in California, you need to make sure that your schedules are coordinated. Setting time zones on a per-appointment basis helps avoid that potential confusion." msgstr "" #: C/evolution.xml:5087(title) @@ -9870,53 +6943,51 @@ msgstr "" #: C/evolution.xml:5088(para) -msgid "" -"The Marcus Bains Line is a marker to show the current date and time. This " -"feature is available in the Evolution calendar." +msgid "The Marcus Bains Line is a marker to show the current date and time. This feature is available in the Evolution calendar." msgstr "" #: C/evolution.xml:5094(para) -msgid "" -"Evolution Exchange for Microsoft Exchange allows " -"Evolution clients to access accounts on Microsoft Exchange 2000 and 2003 " -"servers. Like Evolution, it is free software and is licensed under the GPL." +msgid "Evolution Exchange for Microsoft Exchange allows Evolution clients to access accounts on Microsoft Exchange 2000 and 2003 servers. Like Evolution, it is free software and is licensed under the GPL." msgstr "" -#: C/evolution.xml:5097(link) C/evolution.xml:5117(title) +#: C/evolution.xml:5097(link) +#: C/evolution.xml:5117(title) msgid "Evolution Exchange Features" msgstr "" -#: C/evolution.xml:5100(link) C/evolution.xml:5219(title) +#: C/evolution.xml:5100(link) +#: C/evolution.xml:5219(title) msgid "Adding Your Exchange Account to Evolution" msgstr "" -#: C/evolution.xml:5103(link) C/evolution.xml:5337(title) +#: C/evolution.xml:5103(link) +#: C/evolution.xml:5337(title) msgid "Accessing the Exchange Server" msgstr "" -#: C/evolution.xml:5106(link) C/evolution.xml:5345(title) +#: C/evolution.xml:5106(link) +#: C/evolution.xml:5345(title) msgid "Settings Exclusive to Evolution Exchange" msgstr "" -#: C/evolution.xml:5109(link) C/evolution.xml:5368(link) +#: C/evolution.xml:5109(link) +#: C/evolution.xml:5368(link) #: C/evolution.xml:5590(title) msgid "Scheduling Meetings with Free/Busy" msgstr "" #: C/evolution.xml:5113(para) -msgid "" -"Evolution Exchange works only with Exchange 2000 and later, and requires " -"that Outlook Web Access be enabled. Each user needs a valid Microsoft " -"Exchange server account, including a license." +msgid "Evolution Exchange works only with Exchange 2000 and later, and requires that Outlook Web Access be enabled. Each user needs a valid Microsoft Exchange server account, including a license." msgstr "" #: C/evolution.xml:5118(para) -msgid "" -"Evolution Exchange supports the following basic Microsoft Exchange features:" +msgid "Evolution Exchange supports the following basic Microsoft Exchange features:" msgstr "" -#: C/evolution.xml:5121(para) C/evolution.xml:6771(link) -#: C/evolution.xml:6782(title) C/evolution.xml:6830(link) +#: C/evolution.xml:5121(para) +#: C/evolution.xml:6771(link) +#: C/evolution.xml:6782(title) +#: C/evolution.xml:6830(link) #: C/evolution.xml:6844(title) msgid "General" msgstr "" @@ -9926,9 +6997,7 @@ msgstr "" #: C/evolution.xml:5126(para) -msgid "" -"Allows you to access mail, address book (including the Global Address List " -"folder), calendars, and task folders on an Exchange server from Evolution." +msgid "Allows you to access mail, address book (including the Global Address List folder), calendars, and task folders on an Exchange server from Evolution." msgstr "" #: C/evolution.xml:5131(title) @@ -9944,12 +7013,11 @@ msgstr "" #: C/evolution.xml:5138(para) -msgid "" -"Allows you to reset your password. If your password has expired, Evolution " -"asks you to change your password at startup." +msgid "Allows you to reset your password. If your password has expired, Evolution asks you to change your password at startup." msgstr "" -#: C/evolution.xml:5144(para) C/evolution.xml:5679(para) +#: C/evolution.xml:5144(para) +#: C/evolution.xml:5679(para) msgid "Mail" msgstr "" @@ -9958,9 +7026,7 @@ msgstr "" #: C/evolution.xml:5149(para) -msgid "" -"Mail stored on the Exchange server is visible in the Mail component in " -"Evolution." +msgid "Mail stored on the Exchange server is visible in the Mail component in Evolution." msgstr "" #: C/evolution.xml:5154(title) @@ -9968,12 +7034,7 @@ msgstr "Posílání pošty přes protokoly Exchange:" #: C/evolution.xml:5155(para) -msgid "" -"If you use the Microsoft Exchange mail transport protocol to send email, " -"make sure that the address you have entered as your email address is exactly " -"the one that the Exchange server has on file. This might be " -"yourname@exchange-server.example.com rather than " -"yourname@example.com." +msgid "If you use the Microsoft Exchange mail transport protocol to send email, make sure that the address you have entered as your email address is exactly the one that the Exchange server has on file. This might be yourname@exchange-server.example.com rather than yourname@example.com." msgstr "" #: C/evolution.xml:5160(title) @@ -9981,9 +7042,7 @@ msgstr "" #: C/evolution.xml:5161(para) -msgid "" -"You can set out of Office message that will automatically be " -"sent to people who send mail to you while you are away from office." +msgid "You can set out of Office message that will automatically be sent to people who send mail to you while you are away from office." msgstr "" #: C/evolution.xml:5166(title) @@ -9991,17 +7050,13 @@ msgstr "" #: C/evolution.xml:5167(para) -msgid "" -"You can set the priority and sensitivity of the sent message so that the " -"recipients will know how important the message is.The priority can have one " -"of the three values - High, Normal or Low and sensitivity can have one of " -"the four values-Normal, Personal, Private and Confidential respectively. You " -"can also enable delivery receipt request and read receipt request for the " -"messages sent." +msgid "You can set the priority and sensitivity of the sent message so that the recipients will know how important the message is.The priority can have one of the three values - High, Normal or Low and sensitivity can have one of the four values-Normal, Personal, Private and Confidential respectively. You can also enable delivery receipt request and read receipt request for the messages sent." msgstr "" -#: C/evolution.xml:5173(para) C/evolution.xml:5702(para) -#: C/evolution.xml:7350(link) C/evolution.xml:7420(title) +#: C/evolution.xml:5173(para) +#: C/evolution.xml:5702(para) +#: C/evolution.xml:7350(link) +#: C/evolution.xml:7420(title) msgid "Calendar" msgstr "" @@ -10010,10 +7065,7 @@ msgstr "" #: C/evolution.xml:5178(para) -msgid "" -"Allows Evolution users to schedule meetings. You can check when other users " -"are busy according to their calendars and send the meeting requests " -"accordingly." +msgid "Allows Evolution users to schedule meetings. You can check when other users are busy according to their calendars and send the meeting requests accordingly." msgstr "" #: C/evolution.xml:5183(title) @@ -10021,13 +7073,11 @@ msgstr "" #: C/evolution.xml:5184(para) -msgid "" -"Allows you to add the iCalendar meeting requests you receive to your " -"Exchange calendar. Note that you need to specify the calendar from the list, " -"to which you want to add your meeting schedules." +msgid "Allows you to add the iCalendar meeting requests you receive to your Exchange calendar. Note that you need to specify the calendar from the list, to which you want to add your meeting schedules." msgstr "" -#: C/evolution.xml:5190(para) C/evolution.xml:5614(para) +#: C/evolution.xml:5190(para) +#: C/evolution.xml:5614(para) #: C/evolution.xml:5713(para) msgid "Contacts" msgstr "" @@ -10045,10 +7095,7 @@ msgstr "" #: C/evolution.xml:5201(para) -msgid "" -"Allows you to save the vCards you receive in attachment to your Exchange " -"address book.New Address Book entries can also be created on Exchange from " -"received email messages with a single click." +msgid "Allows you to save the vCards you receive in attachment to your Exchange address book.New Address Book entries can also be created on Exchange from received email messages with a single click." msgstr "" #: C/evolution.xml:5207(para) @@ -10056,11 +7103,7 @@ msgstr "" #: C/evolution.xml:5208(para) -msgid "" -"To mark a folder for offline usage, right-click the folder, then click " -"Properties. Click Copy Folder Content Locally for Offline Operation. For " -"more information see Working " -"Offline." +msgid "To mark a folder for offline usage, right-click the folder, then click Properties. Click Copy Folder Content Locally for Offline Operation. For more information see Working Offline." msgstr "" #: C/evolution.xml:5213(para) @@ -10068,28 +7111,31 @@ msgstr "" #: C/evolution.xml:5220(para) -msgid "" -"After you have installed Evolution Exchange, you need to set up access for " -"your Exchange account on both the Exchange server and within Evolution." +msgid "After you have installed Evolution Exchange, you need to set up access for your Exchange account on both the Exchange server and within Evolution." msgstr "" -#: C/evolution.xml:5223(link) C/evolution.xml:5240(title) +#: C/evolution.xml:5223(link) +#: C/evolution.xml:5240(title) msgid "Exchange Server Settings" msgstr "" -#: C/evolution.xml:5226(link) C/evolution.xml:5254(title) +#: C/evolution.xml:5226(link) +#: C/evolution.xml:5254(title) msgid "Standard Configuration Tool for Evolution Exchange" msgstr "" -#: C/evolution.xml:5229(link) C/evolution.xml:5258(title) +#: C/evolution.xml:5229(link) +#: C/evolution.xml:5258(title) msgid "Simple Configuration Tool for Evolution Exchange" msgstr "" -#: C/evolution.xml:5232(link) C/evolution.xml:5265(title) +#: C/evolution.xml:5232(link) +#: C/evolution.xml:5265(title) msgid "Creating a New Exchange Account" msgstr "" -#: C/evolution.xml:5235(link) C/evolution.xml:5289(title) +#: C/evolution.xml:5235(link) +#: C/evolution.xml:5289(title) msgid "Configuring an Existing Account for Evolution Exchange Account" msgstr "" @@ -10102,53 +7148,31 @@ msgstr "" #: C/evolution.xml:5247(para) -msgid "" -"You are permitted to access the account with WebDAV. This is the default " -"setting for the Exchange server, so unless your system administrator has " -"specifically turned it off, no changes should be necessary." +msgid "You are permitted to access the account with WebDAV. This is the default setting for the Exchange server, so unless your system administrator has specifically turned it off, no changes should be necessary." msgstr "" #: C/evolution.xml:5250(para) -msgid "" -"The Novell Web site Knowledgebase has additional " -"information about checking to make sure that your Exchange server accepts " -"connections from Evolution." +msgid "The Novell Web site Knowledgebase has additional information about checking to make sure that your Exchange server accepts connections from Evolution." msgstr "" #: C/evolution.xml:5255(para) -msgid "" -"When you know that your server is ready for you to connect, you are ready to " -"add your Exchange account to Evolution Exchange." +msgid "When you know that your server is ready for you to connect, you are ready to add your Exchange account to Evolution Exchange." msgstr "" #: C/evolution.xml:5259(para) -msgid "" -"Evolution Exchange comes with a simple account creation tool for Exchange " -"accounts." +msgid "Evolution Exchange comes with a simple account creation tool for Exchange accounts." msgstr "" #: C/evolution.xml:5260(para) -msgid "" -"If you have no accounts configured, the simple account configuration " -"assistant starts when you start Evolution. It asks only for the Outlook Web " -"Access URL, and your username and password. Evolution Exchange determines " -"the remaining information for you." +msgid "If you have no accounts configured, the simple account configuration assistant starts when you start Evolution. It asks only for the Outlook Web Access URL, and your username and password. Evolution Exchange determines the remaining information for you." msgstr "" #: C/evolution.xml:5261(para) -msgid "" -"If the simple account configuration tool does not run automatically, you " -"need to create an account manually. For more information on how to do this, " -"see Creating a New Exchange " -"Account." +msgid "If the simple account configuration tool does not run automatically, you need to create an account manually. For more information on how to do this, see Creating a New Exchange Account." msgstr "" #: C/evolution.xml:5276(para) -msgid "" -"Create the account following the procedure in Starting Evolution for the First Time. Remember " -"to select Microsoft Exchange as server type in the Receiving Mail section." +msgid "Create the account following the procedure in Starting Evolution for the First Time. Remember to select Microsoft Exchange as server type in the Receiving Mail section." msgstr "" #: C/evolution.xml:5282(para) @@ -10156,53 +7180,41 @@ msgstr "" #: C/evolution.xml:5290(para) -msgid "" -"Use the following procedure to configure your existing account for Evolution " -"Exchange:" +msgid "Use the following procedure to configure your existing account for Evolution Exchange:" msgstr "" #: C/evolution.xml:5296(para) -msgid "" -"Select the account you want to convert, then click Edit to appear the " -"Account Editor." +msgid "Select the account you want to convert, then click Edit to appear the Account Editor." msgstr "" #: C/evolution.xml:5297(para) msgid "You can view Identity tab enabled." msgstr "" -#: C/evolution.xml:5302(para) C/evolution.xml:5876(para) +#: C/evolution.xml:5302(para) +#: C/evolution.xml:5876(para) msgid "Change your email address as needed." msgstr "Změňte vaši e-mailovou adresu, jak potřebujete." #: C/evolution.xml:5305(para) -msgid "" -"Click the Receiving Mail tab, then select Microsoft Exchange as your server " -"type." +msgid "Click the Receiving Mail tab, then select Microsoft Exchange as your server type." msgstr "" #: C/evolution.xml:5310(para) -msgid "" -"Type your user name, and the Outlook Web Access (OWA) URL. Click " -"Authenticate, then enter the password at the prompt. The Exchange server " -"authenticates your account." +msgid "Type your user name, and the Outlook Web Access (OWA) URL. Click Authenticate, then enter the password at the prompt. The Exchange server authenticates your account." msgstr "" -#: C/evolution.xml:5318(para) C/evolution.xml:5890(para) +#: C/evolution.xml:5318(para) +#: C/evolution.xml:5890(para) msgid "Click the Receiving Options tab." msgstr "Klikněte na kartu Možnosti příjmu." #: C/evolution.xml:5319(para) -msgid "" -"Specify how often to check for new mail, your Global Catalog server name and " -"whether to apply filters to messages in your Inbox, check for junk, set a " -"password expiry period, and any other settings you want to include." +msgid "Specify how often to check for new mail, your Global Catalog server name and whether to apply filters to messages in your Inbox, check for junk, set a password expiry period, and any other settings you want to include." msgstr "" #: C/evolution.xml:5322(para) -msgid "" -"Use the Defaults tab to define folders, send cc: or bcc: messages to certain " -"IDs, and set options for message receipts." +msgid "Use the Defaults tab to define folders, send cc: or bcc: messages to certain IDs, and set options for message receipts." msgstr "" #: C/evolution.xml:5325(para) @@ -10214,77 +7226,57 @@ msgstr "" #: C/evolution.xml:5329(para) -msgid "" -"Changes to Evolution Exchange accounts configuration are not active until " -"you have restarted the application." +msgid "Changes to Evolution Exchange accounts configuration are not active until you have restarted the application." msgstr "" #: C/evolution.xml:5338(para) -msgid "" -"When you have installed Evolution Exchange, you can access public folders " -"and perform certain Exchange actions like delegation and password " -"management, and subscribing to other user's calendars, tasks, and contact " -"folders. You can also carry out any folder-related operations like adding, " -"deleting, and renaming folders, and selecting folder permissions on " -"calendars, tasks, and contact folders. Use the regular Mail tool for mail, " -"the Contacts tool for contacts, and the Calendar tool for setting schedules." +msgid "When you have installed Evolution Exchange, you can access public folders and perform certain Exchange actions like delegation and password management, and subscribing to other user's calendars, tasks, and contact folders. You can also carry out any folder-related operations like adding, deleting, and renaming folders, and selecting folder permissions on calendars, tasks, and contact folders. Use the regular Mail tool for mail, the Contacts tool for contacts, and the Calendar tool for setting schedules." msgstr "" #: C/evolution.xml:5339(para) -msgid "" -"If you are using both an Exchange account and a local mail account, you " -"should be aware that whenever you save an email address or appointment from " -"an email message, it is saved in your Exchange contacts list or calendar, " -"rather than in your local account. The same is true for synchronization with " -"Palm OS devices; tasks, and appointments.Addresses from your Palm OS device " -"are synchronized in the Exchange folders rather than in local folders." +msgid "If you are using both an Exchange account and a local mail account, you should be aware that whenever you save an email address or appointment from an email message, it is saved in your Exchange contacts list or calendar, rather than in your local account. The same is true for synchronization with Palm OS devices; tasks, and appointments.Addresses from your Palm OS device are synchronized in the Exchange folders rather than in local folders." msgstr "" #: C/evolution.xml:5340(para) -msgid "" -"To avoid unnecessary strain on the server, the Global Address List (GAL) " -"appears empty until you search for something in it." +msgid "To avoid unnecessary strain on the server, the Global Address List (GAL) appears empty until you search for something in it." msgstr "" #: C/evolution.xml:5346(para) -msgid "" -"There are some settings in Evolution that are available only with Evolution " -"Exchange, like delegation and permission handling, creating Out of " -"Office messages, changing password and viewing folder size." +msgid "There are some settings in Evolution that are available only with Evolution Exchange, like delegation and permission handling, creating Out of Office messages, changing password and viewing folder size." msgstr "" -#: C/evolution.xml:5350(link) C/evolution.xml:5373(title) +#: C/evolution.xml:5350(link) +#: C/evolution.xml:5373(title) msgid "Send Options" msgstr "" -#: C/evolution.xml:5353(link) C/evolution.xml:5454(title) +#: C/evolution.xml:5353(link) +#: C/evolution.xml:5454(title) msgid "Access Delegation" msgstr "" -#: C/evolution.xml:5356(link) C/evolution.xml:5458(title) +#: C/evolution.xml:5356(link) +#: C/evolution.xml:5458(title) msgid "Delegating Access to Others" msgstr "" -#: C/evolution.xml:5359(link) C/evolution.xml:5508(title) +#: C/evolution.xml:5359(link) +#: C/evolution.xml:5508(title) msgid "Subscribe to Other Users' Folders" msgstr "" -#: C/evolution.xml:5362(link) C/evolution.xml:5532(title) +#: C/evolution.xml:5362(link) +#: C/evolution.xml:5532(title) msgid "Subscribe to Public Folders" msgstr "" -#: C/evolution.xml:5365(link) C/evolution.xml:5562(title) +#: C/evolution.xml:5365(link) +#: C/evolution.xml:5562(title) msgid "Setting an Out of Office Message" msgstr "" #: C/evolution.xml:5374(para) -msgid "" -"You can set the priority and sensitivity of the sent message from an " -"exchange account so that the recipients will know how important the message " -"is.The priority can have one of the three options - High, Normal or Low and " -"sensitivity can have one of the four options-Normal, Personal, Private and " -"Confidential respectively. You can also enable delivery receipt request and " -"read receipt request for the messages sent." +msgid "You can set the priority and sensitivity of the sent message from an exchange account so that the recipients will know how important the message is.The priority can have one of the three options - High, Normal or Low and sensitivity can have one of the four options-Normal, Personal, Private and Confidential respectively. You can also enable delivery receipt request and read receipt request for the messages sent." msgstr "" #: C/evolution.xml:5377(title) @@ -10292,10 +7284,7 @@ msgstr "" #: C/evolution.xml:5378(para) -msgid "" -"Evolution lets you track the status of an item you have sent. You can enable " -"the Delivery Receipt request as well as Read Receipt request so that you " -"will know when the item reached the recipients or read by them." +msgid "Evolution lets you track the status of an item you have sent. You can enable the Delivery Receipt request as well as Read Receipt request so that you will know when the item reached the recipients or read by them." msgstr "" #: C/evolution.xml:5379(para) @@ -10315,15 +7304,11 @@ msgstr "" #: C/evolution.xml:5393(para) -msgid "" -"Select the priority for your sent message from the given three options " -"(Normal, High, Low)" +msgid "Select the priority for your sent message from the given three options (Normal, High, Low)" msgstr "" #: C/evolution.xml:5396(para) -msgid "" -"Select the sensitivity for your sent message from the given four options " -"(Normal, Personal, Private, Confidential)." +msgid "Select the sensitivity for your sent message from the given four options (Normal, Personal, Private, Confidential)." msgstr "" #: C/evolution.xml:5400(title) @@ -10331,52 +7316,35 @@ msgstr "" #: C/evolution.xml:5401(para) -msgid "" -"Click Send as Delegate to send the message to the recipient on behalf of " -"someone else." +msgid "Click Send as Delegate to send the message to the recipient on behalf of someone else." msgstr "" #: C/evolution.xml:5404(para) -msgid "" -"To send a calendar item as delegate, you should subscribe to the delegator's " -"message and also you should have necessary rights assigned to you by the " -"delegator." +msgid "To send a calendar item as delegate, you should subscribe to the delegator's message and also you should have necessary rights assigned to you by the delegator." msgstr "" #: C/evolution.xml:5408(para) msgid "Click User to open Show Contacts dialog box." -msgstr "" -"Klikněte na Uživatel, abyste otevřeli dialogové okno Zobrazit kontakty." +msgstr "Klikněte na Uživatel, abyste otevřeli dialogové okno Zobrazit kontakty." #: C/evolution.xml:5411(para) -msgid "" -"Select the contact from the desired Address book and click Add, then close " -"the dialog box." +msgid "Select the contact from the desired Address book and click Add, then close the dialog box." msgstr "" #: C/evolution.xml:5413(para) -msgid "" -"You are not permitted to send a message on behalf of more than one person at " -"a time." +msgid "You are not permitted to send a message on behalf of more than one person at a time." msgstr "" #: C/evolution.xml:5415(para) -msgid "" -"When the recipient opens the mail, he or she can also read a message that " -"The message was sent by <Delegator's name> on behalf of <" -"Delegate's name> on the preview pane header bar." +msgid "When the recipient opens the mail, he or she can also read a message that The message was sent by <Delegator's name> on behalf of <Delegate's name> on the preview pane header bar." msgstr "" #: C/evolution.xml:5420(para) -msgid "" -"Select the Request a delivery receipt for this message check box to get a " -"delivery receipt from your recipient." +msgid "Select the Request a delivery receipt for this message check box to get a delivery receipt from your recipient." msgstr "" #: C/evolution.xml:5423(para) -msgid "" -"Select the Request a read receipt for this message to get a read receipt for " -"the message you have sent." +msgid "Select the Request a read receipt for this message to get a read receipt for the message you have sent." msgstr "" #: C/evolution.xml:5432(title) @@ -10384,9 +7352,7 @@ msgstr "" #: C/evolution.xml:5433(para) -msgid "" -"You can send Meetings or Appointments on behalf of someone else if you have " -"subscribed to his or her Calendar." +msgid "You can send Meetings or Appointments on behalf of someone else if you have subscribed to his or her Calendar." msgstr "" #: C/evolution.xml:5436(para) @@ -10406,17 +7372,11 @@ msgstr "Vyplňte informace." #: C/evolution.xml:5447(para) -msgid "" -"When the recipient receives the calendar item, a message indicates that the " -"item was created by someone on behalf of the Delegator." +msgid "When the recipient receives the calendar item, a message indicates that the item was created by someone on behalf of the Delegator." msgstr "" #: C/evolution.xml:5455(para) -msgid "" -"You can allow other people in your organization's Global Address List to " -"access your calendar, address book, and messages, and they can let you " -"manage theirs. Delegation allows people to do anything from check on each " -"other's schedules to completely manage their personal information." +msgid "You can allow other people in your organization's Global Address List to access your calendar, address book, and messages, and they can let you manage theirs. Delegation allows people to do anything from check on each other's schedules to completely manage their personal information." msgstr "" #: C/evolution.xml:5459(para) @@ -10436,21 +7396,15 @@ msgstr "" #: C/evolution.xml:5474(para) -msgid "" -"Remember that the Global Address List (GAL) appears empty until you have " -"searched for something in it." +msgid "Remember that the Global Address List (GAL) appears empty until you have searched for something in it." msgstr "" #: C/evolution.xml:5477(para) -msgid "" -"Select the delegate and click Edit to open the delegate permission dialog " -"box." +msgid "Select the delegate and click Edit to open the delegate permission dialog box." msgstr "" #: C/evolution.xml:5482(para) -msgid "" -"Select from the following access levels for each of the four types of " -"folders:" +msgid "Select from the following access levels for each of the four types of folders:" msgstr "" #: C/evolution.xml:5485(para) @@ -10462,9 +7416,7 @@ msgstr "" #: C/evolution.xml:5489(para) -msgid "" -"Allows the delegate to see items in this type of folder, but not create new " -"items or edit existing items." +msgid "Allows the delegate to see items in this type of folder, but not create new items or edit existing items." msgstr "" #: C/evolution.xml:5492(title) @@ -10472,9 +7424,7 @@ msgstr "" #: C/evolution.xml:5493(para) -msgid "" -"The delegate can view items in your folders, and can create new items, but " -"cannot change any existing items." +msgid "The delegate can view items in your folders, and can create new items, but cannot change any existing items." msgstr "" #: C/evolution.xml:5496(title) @@ -10486,10 +7436,7 @@ msgstr "" #: C/evolution.xml:5504(para) -msgid "" -"The delegate is notified through a separate mail that he or she is being " -"added to your list of delegates. The mail summarizes all the rights that " -"have been assigned to the delegate." +msgid "The delegate is notified through a separate mail that he or she is being added to your list of delegates. The mail summarizes all the rights that have been assigned to the delegate." msgstr "" #: C/evolution.xml:5509(para) @@ -10501,9 +7448,7 @@ msgstr "" #: C/evolution.xml:5517(para) -msgid "" -"Specify the email address of the user who has delegated to you, or click " -"User to select the user from your address book." +msgid "Specify the email address of the user who has delegated to you, or click User to select the user from your address book." msgstr "" #: C/evolution.xml:5520(para) @@ -10511,17 +7456,11 @@ msgstr "" #: C/evolution.xml:5526(para) -msgid "" -"Folders delegated to you appear in your folder list inside a folder labeled " -"with the name of its owner. For example, if Martha Thompson delegates " -"folders to you, you see a folder called Martha Thompson's Folders in the " -"folder tree at the same level as your Personal Folders and Public Folders." +msgid "Folders delegated to you appear in your folder list inside a folder labeled with the name of its owner. For example, if Martha Thompson delegates folders to you, you see a folder called Martha Thompson's Folders in the folder tree at the same level as your Personal Folders and Public Folders." msgstr "" #: C/evolution.xml:5527(para) -msgid "" -"If the folder fails to open properly, check with the folder owner to make " -"sure that you have been granted the correct access permissions." +msgid "If the folder fails to open properly, check with the folder owner to make sure that you have been granted the correct access permissions." msgstr "" #: C/evolution.xml:5533(para) @@ -10537,8 +7476,7 @@ msgstr "" #: C/evolution.xml:5548(para) -msgid "" -"The folders you have subscribed to appear in the folder list at the left." +msgid "The folders you have subscribed to appear in the folder list at the left." msgstr "" #: C/evolution.xml:5551(para) @@ -10546,24 +7484,11 @@ msgstr "" #: C/evolution.xml:5558(para) -msgid "" -"Reminders for meetings in your Exchange calendar do not work until you have " -"run Evolution at least once after logging in. This is different from locally " -"stored reminders, which work from the moment you log in, regardless of " -"whether you have run Evolution in the session so that you can fix a " -"convenient time for a meeting. To enable Reminder setting in your Exchange " -"account, select Remember the password checkbox. To find " -"more information about Reminders seeReminders." +msgid "Reminders for meetings in your Exchange calendar do not work until you have run Evolution at least once after logging in. This is different from locally stored reminders, which work from the moment you log in, regardless of whether you have run Evolution in the session so that you can fix a convenient time for a meeting. To enable Reminder setting in your Exchange account, select Remember the password checkbox. To find more information about Reminders seeReminders." msgstr "" #: C/evolution.xml:5563(para) -msgid "" -"An Out of Office message is an automatic reply that you can send as a reply " -"to messages, explaining why you are not immediately responding to their " -"messages. For example, if you go on vacation for a week and will not access " -"your email, you can set an automatic reply so that people know that you are " -"not ignoring them." +msgid "An Out of Office message is an automatic reply that you can send as a reply to messages, explaining why you are not immediately responding to their messages. For example, if you go on vacation for a week and will not access your email, you can set an automatic reply so that people know that you are not ignoring them." msgstr "" #: C/evolution.xml:5569(para) @@ -10571,9 +7496,7 @@ msgstr "" #: C/evolution.xml:5572(para) -msgid "" -"Select the Exchange Settings tab. The top option allows you to set an Out of " -"Office message." +msgid "Select the Exchange Settings tab. The top option allows you to set an Out of Office message." msgstr "" #: C/evolution.xml:5575(para) @@ -10585,18 +7508,11 @@ msgstr "" #: C/evolution.xml:5585(para) -msgid "" -"Your message is automatically sent to anyone who sends you mail until you " -"return and select I Am in the office." +msgid "Your message is automatically sent to anyone who sends you mail until you return and select I Am in the office." msgstr "" #: C/evolution.xml:5591(para) -msgid "" -"Evolution helps you fix a convenient time for a meeting according to the " -"availability of the attendees.It's Free/Busy feature allows you to perform a " -"check on other user's Exchange calendar to find whether they are busy " -"according to their Exchange calendars, if so, you can reschedule the meeting " -"altogether." +msgid "Evolution helps you fix a convenient time for a meeting according to the availability of the attendees.It's Free/Busy feature allows you to perform a check on other user's Exchange calendar to find whether they are busy according to their Exchange calendars, if so, you can reschedule the meeting altogether." msgstr "" #: C/evolution.xml:5595(para) @@ -10604,9 +7520,7 @@ msgstr "" #: C/evolution.xml:5598(para) -msgid "" -"Right-click the appointment, then select Schedule Meeting to appear " -"Evolution Meeting editor." +msgid "Right-click the appointment, then select Schedule Meeting to appear Evolution Meeting editor." msgstr "" #: C/evolution.xml:5601(para) @@ -10614,14 +7528,11 @@ msgstr "" #: C/evolution.xml:5604(para) -msgid "" -"Click the Attendees tab to select the participants from Global Address List " -"(GAL)." +msgid "Click the Attendees tab to select the participants from Global Address List (GAL)." msgstr "" #: C/evolution.xml:5605(para) -msgid "" -"You can directly select the participants from the following address lists." +msgid "You can directly select the participants from the following address lists." msgstr "" #: C/evolution.xml:5611(para) @@ -10629,9 +7540,7 @@ msgstr "" #: C/evolution.xml:5617(para) -msgid "" -"You can also specify the category as Anniversary, Birthday, Business etc. " -"from the drop-down list for each address list given." +msgid "You can also specify the category as Anniversary, Birthday, Business etc. from the drop-down list for each address list given." msgstr "" #: C/evolution.xml:5620(para) @@ -10659,61 +7568,54 @@ msgstr "" #: C/evolution.xml:5640(para) -msgid "" -"Click Options > Update Free/Busy to check participant schedules and, if " -"possible, update the meeting in all participants' calendars" +msgid "Click Options > Update Free/Busy to check participant schedules and, if possible, update the meeting in all participants' calendars" msgstr "" #: C/evolution.xml:5643(para) -msgid "" -"If meeting attendees are not available during the times you have scheduled a " -"meeting, you can nudge the meeting forward or backward to the " -"nearest available time. To do so, just click the arrows to the left or right " -"of the Autopick button. The Autopick tool lets you move the meeting to the " -"nearest time during which all attendees are available. If you are not " -"satisfied with those results, you can also drag the edges of the area marked " -"as meeting time to the hours that you want to select." +msgid "If meeting attendees are not available during the times you have scheduled a meeting, you can nudge the meeting forward or backward to the nearest available time. To do so, just click the arrows to the left or right of the Autopick button. The Autopick tool lets you move the meeting to the nearest time during which all attendees are available. If you are not satisfied with those results, you can also drag the edges of the area marked as meeting time to the hours that you want to select." msgstr "" #: C/evolution.xml:5649(para) -msgid "" -"Evolution can access accounts on NovellGroupWise 7 system." +msgid "Evolution can access accounts on NovellGroupWise 7 system." msgstr "" -#: C/evolution.xml:5652(link) C/evolution.xml:5675(title) +#: C/evolution.xml:5652(link) +#: C/evolution.xml:5675(title) msgid "GroupWise Features" msgstr "" -#: C/evolution.xml:5655(link) C/evolution.xml:5764(title) +#: C/evolution.xml:5655(link) +#: C/evolution.xml:5764(title) msgid "GroupWise Terminology vs. Evolution Terminology" msgstr "" -#: C/evolution.xml:5658(link) C/evolution.xml:5835(title) +#: C/evolution.xml:5658(link) +#: C/evolution.xml:5835(title) msgid "Adding your GroupWise Account to Evolution" msgstr "" -#: C/evolution.xml:5661(link) C/evolution.xml:5976(title) +#: C/evolution.xml:5661(link) +#: C/evolution.xml:5976(title) msgid "Scheduling Appointments with Free/Busy" msgstr "" -#: C/evolution.xml:5664(link) C/evolution.xml:5998(title) +#: C/evolution.xml:5664(link) +#: C/evolution.xml:5998(title) msgid "Managing Sent Items" msgstr "" -#: C/evolution.xml:5667(link) C/evolution.xml:6179(title) +#: C/evolution.xml:5667(link) +#: C/evolution.xml:6179(title) msgid "Giving Other People Access to Your Mailbox or Calendar" msgstr "" -#: C/evolution.xml:5670(link) C/evolution.xml:6350(title) +#: C/evolution.xml:5670(link) +#: C/evolution.xml:6350(title) msgid "Junk Mail Handling" msgstr "" #: C/evolution.xml:5676(para) -msgid "" -"GroupWise connectivity in Evolution supports the following basic Novell " -"GroupWise features:" +msgid "GroupWise connectivity in Evolution supports the following basic Novell GroupWise features:" msgstr "" #: C/evolution.xml:5682(para) @@ -10733,9 +7635,7 @@ msgstr "" #: C/evolution.xml:5694(para) -msgid "" -"Marking a message as junk mail adds the sender to your GroupWise junk mail " -"list." +msgid "Marking a message as junk mail adds the sender to your GroupWise junk mail list." msgstr "" #: C/evolution.xml:5697(para) @@ -10743,50 +7643,32 @@ msgstr "" #: C/evolution.xml:5705(para) -msgid "" -"You can send and receive appointment and meeting requests. Allows Evolution " -"users to schedule meetings and view attendee availability for other users on " -"GroupWise." +msgid "You can send and receive appointment and meeting requests. Allows Evolution users to schedule meetings and view attendee availability for other users on GroupWise." msgstr "" #: C/evolution.xml:5708(para) -msgid "" -"You can receive an iCalendar meeting request and add it to your GroupWise " -"calendar." +msgid "You can receive an iCalendar meeting request and add it to your GroupWise calendar." msgstr "" #: C/evolution.xml:5716(para) -msgid "" -"Address Completion is supported for your GroupWise address books, including " -"the System address book, the Frequent Contacts address book, and your " -"personal address book." +msgid "Address Completion is supported for your GroupWise address books, including the System address book, the Frequent Contacts address book, and your personal address book." msgstr "" #: C/evolution.xml:5719(para) -msgid "" -"If you receive a card attachment and click Save in Address Book, it is saved " -"to your Personal address book. New Address Book entries can also be added to " -"your personal address book from received Email messages." +msgid "If you receive a card attachment and click Save in Address Book, it is saved to your Personal address book. New Address Book entries can also be added to your personal address book from received Email messages." msgstr "" #: C/evolution.xml:5722(para) -msgid "" -"To create your GroupWise Frequent contacts and Personal address books, you " -"need to access your GroupWise account once through GroupWise Java client " -"because Evolution currently does not support creating them. The GroupWise " -"system address book is marked for offline use by default.This boosts " -"performance." +msgid "To create your GroupWise Frequent contacts and Personal address books, you need to access your GroupWise account once through GroupWise Java client because Evolution currently does not support creating them. The GroupWise system address book is marked for offline use by default.This boosts performance." msgstr "" -#: C/evolution.xml:5727(para) C/evolution.xml:5799(para) +#: C/evolution.xml:5727(para) +#: C/evolution.xml:5799(para) msgid "Reminder Note" msgstr "" #: C/evolution.xml:5730(para) -msgid "" -"GroupWise Reminder Note is integrated into Memo component. You can view the " -"Reminder notes listed under Memos at the bottom right of the Calendar view " -"given that you have selected them under the Memos component." +msgid "GroupWise Reminder Note is integrated into Memo component. You can view the Reminder notes listed under Memos at the bottom right of the Calendar view given that you have selected them under the Memos component." msgstr "" #: C/evolution.xml:5735(para) @@ -10822,17 +7704,15 @@ msgstr "" #: C/evolution.xml:5765(para) -msgid "" -"GroupWise and Evolution sometimes uses different terminology for different " -"types of items. The following table compares GroupWise terminology to " -"Evolution terminology." +msgid "GroupWise and Evolution sometimes uses different terminology for different types of items. The following table compares GroupWise terminology to Evolution terminology." msgstr "" #: C/evolution.xml:5773(para) msgid "GroupWise" msgstr "" -#: C/evolution.xml:5783(para) C/evolution.xml:5794(para) +#: C/evolution.xml:5783(para) +#: C/evolution.xml:5794(para) msgid "Appointment" msgstr "" @@ -10844,7 +7724,8 @@ msgid "Posted Appointment" msgstr "" -#: C/evolution.xml:5802(para) C/evolution.xml:5826(para) +#: C/evolution.xml:5802(para) +#: C/evolution.xml:5826(para) msgid "None; use a task" msgstr "" @@ -10868,24 +7749,22 @@ msgid "Checklist" msgstr "" -#: C/evolution.xml:5838(link) C/evolution.xml:5846(title) +#: C/evolution.xml:5838(link) +#: C/evolution.xml:5846(title) msgid "Creating a New GroupWise Account" msgstr "" -#: C/evolution.xml:5841(link) C/evolution.xml:5861(title) +#: C/evolution.xml:5841(link) +#: C/evolution.xml:5861(title) msgid "Changing an Existing Account to Work with GroupWise" msgstr "" #: C/evolution.xml:5855(para) -msgid "" -"Create the account following the procedure in Starting Evolution for the First Time." +msgid "Create the account following the procedure in Starting Evolution for the First Time." msgstr "" #: C/evolution.xml:5862(para) -msgid "" -"If you have an existing email account, and want to convert it to use with " -"GroupWise:" +msgid "If you have an existing email account, and want to convert it to use with GroupWise:" msgstr "" #: C/evolution.xml:5868(para) @@ -10897,51 +7776,35 @@ msgstr "" #: C/evolution.xml:5879(para) -msgid "" -"Click the Receiving Email tab, then select Novell GroupWise as your server " -"type." +msgid "Click the Receiving Email tab, then select Novell GroupWise as your server type." msgstr "" #: C/evolution.xml:5884(para) -msgid "" -"Type the name of your mail server, your user name, and select whether to use " -"SSL." +msgid "Type the name of your mail server, your user name, and select whether to use SSL." msgstr "" #: C/evolution.xml:5886(para) -msgid "" -"Select Use SSL to enable a secure connection between Evolution and the " -"server." +msgid "Select Use SSL to enable a secure connection between Evolution and the server." msgstr "" #: C/evolution.xml:5911(para) -msgid "" -"Select if you want to automatically synchronize your remote calendar and " -"contacts locally." +msgid "Select if you want to automatically synchronize your remote calendar and contacts locally." msgstr "" #: C/evolution.xml:5912(para) -msgid "" -"It fetches the remote calendar and contact information and stores it on your " -"local drive." +msgid "It fetches the remote calendar and contact information and stores it on your local drive." msgstr "" #: C/evolution.xml:5914(para) -msgid "" -"Remote calendar and contacts are typically stored remotely on servers rather " -"than on local hard disk." +msgid "Remote calendar and contacts are typically stored remotely on servers rather than on local hard disk." msgstr "" #: C/evolution.xml:5918(para) -msgid "" -"Specify your Post Office Agent SOAP port in the Post Office Agent SOAP Port " -"field." +msgid "Specify your Post Office Agent SOAP port in the Post Office Agent SOAP Port field." msgstr "" #: C/evolution.xml:5922(para) -msgid "" -"(Optional) Click the Proxy tab, then click Add to add any Proxy users to " -"your account." +msgid "(Optional) Click the Proxy tab, then click Add to add any Proxy users to your account." msgstr "" #: C/evolution.xml:5933(title) @@ -10949,32 +7812,19 @@ msgstr "" #: C/evolution.xml:5934(para) -msgid "" -"GroupWise Reminder notes are like mail messages except they are scheduled " -"for a particular day and appear on the Calendar for that date. You can use " -"reminder notes to show vacations, holidays, pay days, birthdays, and so " -"forth.Posted reminder notes are placed in your Calendar on the date you " -"specify. They are not placed in your Mailbox or in any other user's Mailbox." +msgid "GroupWise Reminder notes are like mail messages except they are scheduled for a particular day and appear on the Calendar for that date. You can use reminder notes to show vacations, holidays, pay days, birthdays, and so forth.Posted reminder notes are placed in your Calendar on the date you specify. They are not placed in your Mailbox or in any other user's Mailbox." msgstr "" #: C/evolution.xml:5935(para) -msgid "" -"Evolution integrates this feature into its Memo component so that you can " -"view the Reminder notes listed under Memo at the right bottom side of the " -"calender view." +msgid "Evolution integrates this feature into its Memo component so that you can view the Reminder notes listed under Memo at the right bottom side of the calender view." msgstr "" #: C/evolution.xml:5937(para) -msgid "" -"Select the memo or the Reminder notes under the Memo component to display it " -"on the Calendar view." +msgid "Select the memo or the Reminder notes under the Memo component to display it on the Calendar view." msgstr "" #: C/evolution.xml:5940(para) -msgid "" -"To create a new Reminder Note follow Step 1 through Step 8 under Memos." +msgid "To create a new Reminder Note follow Step 1 through Step 8 under Memos." msgstr "" #: C/evolution.xml:5941(para) @@ -10986,15 +7836,11 @@ msgstr "Klikněte na Soubor > Nová > Sdílená poznámka." #: C/evolution.xml:5947(para) -msgid "" -"Select the Organizer's account name from the drop-down list given next to " -"the Organizer field." +msgid "Select the Organizer's account name from the drop-down list given next to the Organizer field." msgstr "" #: C/evolution.xml:5950(para) -msgid "" -"In the To field, type a username, then press Enter. Repeat for additional " -"users." +msgid "In the To field, type a username, then press Enter. Repeat for additional users." msgstr "" #: C/evolution.xml:5962(para) @@ -11006,18 +7852,11 @@ msgstr "" #: C/evolution.xml:5977(para) -msgid "" -"When you schedule a meeting with your calendar on GroupWise, you can check " -"when other local GroupWise users are busy according to their GroupWise " -"calendars." +msgid "When you schedule a meeting with your calendar on GroupWise, you can check when other local GroupWise users are busy according to their GroupWise calendars." msgstr "" #: C/evolution.xml:5979(para) -msgid "" -"Reminders for appointments in your GroupWise calendar do not work until you " -"have run Evolution at least once after logging in. This is different from " -"locally stored reminders, which work from the moment you log in, regardless " -"of whether you have run Evolution in the session." +msgid "Reminders for appointments in your GroupWise calendar do not work until you have run Evolution at least once after logging in. This is different from locally stored reminders, which work from the moment you log in, regardless of whether you have run Evolution in the session." msgstr "" #: C/evolution.xml:5982(para) @@ -11029,57 +7868,44 @@ msgstr "" #: C/evolution.xml:5988(para) -msgid "" -"Add attendees, either by entering their email addresses into the list, or by " -"clicking the Invite Others button." +msgid "Add attendees, either by entering their email addresses into the list, or by clicking the Invite Others button." msgstr "" #: C/evolution.xml:5991(para) -msgid "" -"Click Options, then click Update Free/Busy to check participant schedules " -"and, if possible, update the meeting in all participants' calendars." +msgid "Click Options, then click Update Free/Busy to check participant schedules and, if possible, update the meeting in all participants' calendars." msgstr "" #: C/evolution.xml:5994(para) -msgid "" -"If meeting attendees are not available during the times you have scheduled a " -"meeting, you can nudge the meeting forward or backward to the " -"nearest available time. To do so, just click the arrows to the left or right " -"of the Autopick button. The Autopick tool moves the meeting to the nearest " -"time during which all attendees are available. If you aren't satisfied with " -"those results, you can drag the edges of the meeting time to the hours that " -"you want to select." +msgid "If meeting attendees are not available during the times you have scheduled a meeting, you can nudge the meeting forward or backward to the nearest available time. To do so, just click the arrows to the left or right of the Autopick button. The Autopick tool moves the meeting to the nearest time during which all attendees are available. If you aren't satisfied with those results, you can drag the edges of the meeting time to the hours that you want to select." msgstr "" -#: C/evolution.xml:6001(link) C/evolution.xml:6021(title) +#: C/evolution.xml:6001(link) +#: C/evolution.xml:6021(title) msgid "Confirming Delivery of Items You have Sent" msgstr "" -#: C/evolution.xml:6004(link) C/evolution.xml:6127(title) +#: C/evolution.xml:6004(link) +#: C/evolution.xml:6127(title) msgid "Displaying Sent Items" msgstr "" -#: C/evolution.xml:6007(link) C/evolution.xml:6066(title) +#: C/evolution.xml:6007(link) +#: C/evolution.xml:6066(title) msgid "Checking the Status of an Item You Have Sent" msgstr "" -#: C/evolution.xml:6010(link) C/evolution.xml:6013(link) +#: C/evolution.xml:6010(link) +#: C/evolution.xml:6013(link) #: C/evolution.xml:6093(title) msgid "Requesting a Reply for Items You Send" msgstr "" #: C/evolution.xml:6017(para) -msgid "" -"You can manage your sent items for GroupWise email only if the recipient is " -"located on the same GroupWise system as you." +msgid "You can manage your sent items for GroupWise email only if the recipient is located on the same GroupWise system as you." msgstr "" #: C/evolution.xml:6022(para) -msgid "" -"Evolution provides several ways for you to confirm that your item was " -"delivered. You can easily track message status of any message you have sent. " -"For example, you can see when an email was delivered and when the recipient " -"opened or deleted the email." +msgid "Evolution provides several ways for you to confirm that your item was delivered. You can easily track message status of any message you have sent. For example, you can see when an email was delivered and when the recipient opened or deleted the email." msgstr "" #: C/evolution.xml:6024(title) @@ -11087,9 +7913,7 @@ msgstr "" #: C/evolution.xml:6025(para) -msgid "" -"You can check the status in the Message Status window of an email you have " -"sent." +msgid "You can check the status in the Message Status window of an email you have sent." msgstr "" #: C/evolution.xml:6028(title) @@ -11097,10 +7921,7 @@ msgstr "" #: C/evolution.xml:6029(para) -msgid "" -"You can receive notification when the recipient opens or deletes a message. " -"For information, see Requesting a Reply for Items " -"You Send." +msgid "You can receive notification when the recipient opens or deletes a message. For information, see Requesting a Reply for Items You Send." msgstr "" #: C/evolution.xml:6032(title) @@ -11108,18 +7929,16 @@ msgstr "" #: C/evolution.xml:6033(para) -msgid "" -"You can inform the recipient that you need a reply to an email. Evolution " -"adds a sentence to the item stating that a reply is requested and changes " -"the icon in the recipient's Mailbox to a double arrow. For information, see " -"Requesting a Reply for Items You Send." +msgid "You can inform the recipient that you need a reply to an email. Evolution adds a sentence to the item stating that a reply is requested and changes the icon in the recipient's Mailbox to a double arrow. For information, see Requesting a Reply for Items You Send." msgstr "" -#: C/evolution.xml:6037(title) C/evolution.xml:6151(title) +#: C/evolution.xml:6037(title) +#: C/evolution.xml:6151(title) msgid "Enabling Status Tracking" msgstr "" -#: C/evolution.xml:6040(para) C/evolution.xml:6080(para) +#: C/evolution.xml:6040(para) +#: C/evolution.xml:6080(para) #: C/evolution.xml:6096(para) msgid "In the Compose Message window, click Insert > Send Options." msgstr "" @@ -11128,50 +7947,41 @@ msgid "Select Status Tracking." msgstr "Vyberte Sledování stavu." -#: C/evolution.xml:6046(para) C/evolution.xml:6158(para) +#: C/evolution.xml:6046(para) +#: C/evolution.xml:6158(para) msgid "Select the check box next to Create a sent item to track information." msgstr "" -#: C/evolution.xml:6049(para) C/evolution.xml:6161(para) -msgid "" -"Select any of the options given (Delivered, Delivered and opened, All " -"information)" +#: C/evolution.xml:6049(para) +#: C/evolution.xml:6161(para) +msgid "Select any of the options given (Delivered, Delivered and opened, All information)" msgstr "" -#: C/evolution.xml:6050(para) C/evolution.xml:6162(para) -msgid "" -"Based on this selection, you can view the status of the send message in the " -"Sent Items folder." +#: C/evolution.xml:6050(para) +#: C/evolution.xml:6162(para) +msgid "Based on this selection, you can view the status of the send message in the Sent Items folder." msgstr "" #: C/evolution.xml:6051(para) -msgid "" -"For more information, see Checking the Status of " -"an Item You Have Sent." +msgid "For more information, see Checking the Status of an Item You Have Sent." msgstr "" -#: C/evolution.xml:6054(para) C/evolution.xml:6165(para) -msgid "" -"(Optional)Select the check box next to Auto-delete sent item to " -"automatically delete the sent item from the Sent folder." +#: C/evolution.xml:6054(para) +#: C/evolution.xml:6165(para) +msgid "(Optional)Select the check box next to Auto-delete sent item to automatically delete the sent item from the Sent folder." msgstr "" -#: C/evolution.xml:6057(para) C/evolution.xml:6168(para) +#: C/evolution.xml:6057(para) +#: C/evolution.xml:6168(para) msgid "Under Return Notification, specify the type of return receipt you want." msgstr "" #: C/evolution.xml:6069(para) -msgid "" -"Right-click an email in your Sent folder, then click Track Message Status." -msgstr "" -"Klik pravým tlačítkem myši na složku Odeslané a potom na Sledovat stav " -"zprávy." +msgid "Right-click an email in your Sent folder, then click Track Message Status." +msgstr "Klik pravým tlačítkem myši na složku Odeslané a potom na Sledovat stav zprávy." #: C/evolution.xml:6070(para) -msgid "" -"With Message Tracking, you know when the item reaches the recipients or is " -"read by them. You also know exactly who received your message, who read your " -"message, and who deleted it and when." +msgid "With Message Tracking, you know when the item reaches the recipients or is read by them. You also know exactly who received your message, who read your message, and who deleted it and when." msgstr "" #: C/evolution.xml:6077(title) @@ -11183,9 +7993,7 @@ msgstr "" #: C/evolution.xml:6084(para) -msgid "" -"The small icon next to an item in the Mailbox is red when the priority is " -"high." +msgid "The small icon next to an item in the Mailbox is red when the priority is high." msgstr "" #: C/evolution.xml:6100(para) @@ -11193,17 +8001,11 @@ msgstr "" #: C/evolution.xml:6101(para) -msgid "" -"If you select When Convenient, then Reply Requested: When Convenient appears " -"at the top of the message. If you select Within x Days, then Reply " -"Requested: By day month numeric day time year appears at " -"the top of the message." +msgid "If you select When Convenient, then Reply Requested: When Convenient appears at the top of the message. If you select Within x Days, then Reply Requested: By day month numeric day time year appears at the top of the message." msgstr "" #: C/evolution.xml:6104(para) -msgid "" -"Click Set Expiration Date, then specify the number of days for this message " -"to remain in the recipient's Inbox." +msgid "Click Set Expiration Date, then specify the number of days for this message to remain in the recipient's Inbox." msgstr "" #: C/evolution.xml:6112(title) @@ -11211,9 +8013,7 @@ msgstr "" #: C/evolution.xml:6113(para) -msgid "" -"You can delay the delivery of an individual message by having it held in the " -"Outbox for a specified time." +msgid "You can delay the delivery of an individual message by having it held in the Outbox for a specified time." msgstr "" #: C/evolution.xml:6116(para) @@ -11221,9 +8021,7 @@ msgstr "" #: C/evolution.xml:6119(para) -msgid "" -"Use the Date and Time options to specify how long the message should remain " -"in the Outbox before it is sent to the recipient." +msgid "Use the Date and Time options to specify how long the message should remain in the Outbox before it is sent to the recipient." msgstr "" #: C/evolution.xml:6130(para) @@ -11231,11 +8029,7 @@ msgstr "" #: C/evolution.xml:6133(para) -msgid "" -"All sent items reside in this folder unless you select a different folder " -"for sent email in the account editor default settings. For more information, " -"refer to Changing Default Folder for Sent and " -"Draft Items under Default Settings." +msgid "All sent items reside in this folder unless you select a different folder for sent email in the account editor default settings. For more information, refer to Changing Default Folder for Sent and Draft Items under Default Settings." msgstr "" #: C/evolution.xml:6136(title) @@ -11243,14 +8037,11 @@ msgstr "" #: C/evolution.xml:6139(para) -msgid "" -"In the Calendar, right-click the meeting or appointment you want to delegate." +msgid "In the Calendar, right-click the meeting or appointment you want to delegate." msgstr "" #: C/evolution.xml:6142(para) -msgid "" -"Select Delegate Meeting, then select the contacts you want to delegate the " -"meeting/appointment for." +msgid "Select Delegate Meeting, then select the contacts you want to delegate the meeting/appointment for." msgstr "" #: C/evolution.xml:6148(para) @@ -11258,61 +8049,48 @@ msgstr "" #: C/evolution.xml:6154(para) -msgid "" -"In the Compose Meeting window, click Insert > Send Options > Status " -"Tracking" +msgid "In the Compose Meeting window, click Insert > Send Options > Status Tracking" msgstr "" #: C/evolution.xml:6180(para) -msgid "" -"Use Proxy to manage another user's Mailbox and Calendar. Proxy lets you " -"perform various actions, such as reading, accepting, and declining items on " -"behalf of another user, within the restrictions the other user sets." +msgid "Use Proxy to manage another user's Mailbox and Calendar. Proxy lets you perform various actions, such as reading, accepting, and declining items on behalf of another user, within the restrictions the other user sets." msgstr "" #: C/evolution.xml:6182(para) -msgid "" -"You can proxy for a user in a different post office or domain, as long as " -"that person is in the same GroupWise system. You cannot proxy for a user in " -"a different GroupWise system." +msgid "You can proxy for a user in a different post office or domain, as long as that person is in the same GroupWise system. You cannot proxy for a user in a different GroupWise system." msgstr "" -#: C/evolution.xml:6187(link) C/evolution.xml:6204(title) +#: C/evolution.xml:6187(link) +#: C/evolution.xml:6204(title) msgid "Receiving Proxy Rights" msgstr "" -#: C/evolution.xml:6190(link) C/evolution.xml:6209(title) +#: C/evolution.xml:6190(link) +#: C/evolution.xml:6209(title) msgid "Assigning Proxy Rights to Another User" msgstr "" -#: C/evolution.xml:6193(link) C/evolution.xml:6280(title) +#: C/evolution.xml:6193(link) +#: C/evolution.xml:6280(title) msgid "Adding and Removing Proxy Names and Rights in Your Proxy List" msgstr "" -#: C/evolution.xml:6196(link) C/evolution.xml:6311(title) +#: C/evolution.xml:6196(link) +#: C/evolution.xml:6311(title) msgid "Managing Someone Else's Mailbox or Calendar" msgstr "" -#: C/evolution.xml:6199(link) C/evolution.xml:6335(title) +#: C/evolution.xml:6199(link) +#: C/evolution.xml:6335(title) msgid "Marking an Item Private" msgstr "" #: C/evolution.xml:6205(para) -msgid "" -"Two steps must be completed before you can act as someone's proxy. First, " -"the person for whom you plan to act as proxy must grant you rights in the " -"Proxy List in Preferences. Second, you must proxy to the user so you can " -"access his or her Mailbox or Calendar." +msgid "Two steps must be completed before you can act as someone's proxy. First, the person for whom you plan to act as proxy must grant you rights in the Proxy List in Preferences. Second, you must proxy to the user so you can access his or her Mailbox or Calendar." msgstr "" #: C/evolution.xml:6210(para) -msgid "" -"Use the Proxy List in the Preferences Account Editor to give other users " -"rights to proxy for you. You can assign each user different rights to your " -"calendaring and messaging information. If you want to let users view " -"specific information about your appointments when they do a Busy Search on " -"your Calendar, give them Read access for appointments. The following table " -"describes the rights you can grant to users:" +msgid "Use the Proxy List in the Preferences Account Editor to give other users rights to proxy for you. You can assign each user different rights to your calendaring and messaging information. If you want to let users view specific information about your appointments when they do a Busy Search on your Calendar, give them Read access for appointments. The following table describes the rights you can grant to users:" msgstr "" #: C/evolution.xml:6218(para) @@ -11328,9 +8106,7 @@ msgstr "" #: C/evolution.xml:6231(para) -msgid "" -"Read items you receive. Proxies cannot see your Contacts folder with this or " -"any other proxy right." +msgid "Read items you receive. Proxies cannot see your Contacts folder with this or any other proxy right." msgstr "" #: C/evolution.xml:6236(para) @@ -11338,10 +8114,7 @@ msgstr "" #: C/evolution.xml:6239(para) -msgid "" -"Create and send items in your name, including applying your signature if you " -"have one defined. Assign categories to items, and change the subject of " -"items." +msgid "Create and send items in your name, including applying your signature if you have one defined. Assign categories to items, and change the subject of items." msgstr "" #: C/evolution.xml:6244(para) @@ -11349,9 +8122,7 @@ msgstr "" #: C/evolution.xml:6247(para) -msgid "" -"Receive the same alarms you receive. Receiving alarms is supported only if " -"the proxy is on the same post office you are." +msgid "Receive the same alarms you receive. Receiving alarms is supported only if the proxy is on the same post office you are." msgstr "" #: C/evolution.xml:6252(para) @@ -11359,9 +8130,7 @@ msgstr "" #: C/evolution.xml:6255(para) -msgid "" -"Receive notification when you receive items. Receiving notifications is " -"supported only if the proxy is on the same post office you are." +msgid "Receive notification when you receive items. Receiving notifications is supported only if the proxy is on the same post office you are." msgstr "" #: C/evolution.xml:6260(para) @@ -11369,11 +8138,7 @@ msgstr "" #: C/evolution.xml:6263(para) -msgid "" -"Change the options in your Mailbox. The proxy can edit any of your Options " -"settings, including the access given to other users. If the proxy also has " -"Mail rights, he or she can create or modify rules and folders. This right " -"allows a proxy to add, delete, and modify categories." +msgid "Change the options in your Mailbox. The proxy can edit any of your Options settings, including the access given to other users. If the proxy also has Mail rights, he or she can create or modify rules and folders. This right allows a proxy to add, delete, and modify categories." msgstr "" #: C/evolution.xml:6268(para) @@ -11381,9 +8146,7 @@ msgstr "" #: C/evolution.xml:6271(para) -msgid "" -"Read the items you marked Private. If you don't give a proxy Private rights, " -"all items marked Private in your Mailbox are hidden from that proxy." +msgid "Read the items you marked Private. If you don't give a proxy Private rights, all items marked Private in your Mailbox are hidden from that proxy." msgstr "" #: C/evolution.xml:6286(para) @@ -11395,9 +8158,7 @@ msgstr "" #: C/evolution.xml:6292(para) -msgid "" -"To add a user to the list, type the name in the Name box or import the " -"contact from Contact list." +msgid "To add a user to the list, type the name in the Name box or import the contact from Contact list." msgstr "" #: C/evolution.xml:6295(para) @@ -11405,22 +8166,15 @@ msgstr "" #: C/evolution.xml:6300(para) -msgid "" -"Repeat Step 4 and Step 5 to assign rights to each user in the Proxy List." +msgid "Repeat Step 4 and Step 5 to assign rights to each user in the Proxy List." msgstr "" #: C/evolution.xml:6307(para) -msgid "" -"To delete a user from the Proxy List, select the user, then click Remove " -"User." +msgid "To delete a user from the Proxy List, select the user, then click Remove User." msgstr "" #: C/evolution.xml:6312(para) -msgid "" -"Before you can act as a proxy for someone, that person must give you proxy " -"rights in his or her Proxy List in Preferences. The amount of access you " -"have depends on the rights you have been given." +msgid "Before you can act as a proxy for someone, that person must give you proxy rights in his or her Proxy List in Preferences. The amount of access you have depends on the rights you have been given." msgstr "" #: C/evolution.xml:6315(para) @@ -11432,9 +8186,7 @@ msgstr "" #: C/evolution.xml:6323(para) -msgid "" -"Type the user name of the person who has given you Proxy access, or select " -"from the list." +msgid "Type the user name of the person who has given you Proxy access, or select from the list." msgstr "" #: C/evolution.xml:6327(para) @@ -11442,33 +8194,19 @@ msgstr "" #: C/evolution.xml:6329(para) -msgid "" -"You can set different colors to each user to distinguish between each users' " -"appointments. You can also select whether to display the appointments of a " -"particular user or not." +msgid "You can set different colors to each user to distinguish between each users' appointments. You can also select whether to display the appointments of a particular user or not." msgstr "" #: C/evolution.xml:6336(para) -msgid "" -"You can limit a proxy's access to individual items in your Mailbox or " -"Calendar by marking items Private." +msgid "You can limit a proxy's access to individual items in your Mailbox or Calendar by marking items Private." msgstr "" #: C/evolution.xml:6337(para) -msgid "" -"When you mark an item Private, you prevent unauthorized proxies from opening " -"it. Proxies cannot access items marked Private unless you give them those " -"rights in your Access List." +msgid "When you mark an item Private, you prevent unauthorized proxies from opening it. Proxies cannot access items marked Private unless you give them those rights in your Access List." msgstr "" #: C/evolution.xml:6338(para) -msgid "" -"If you mark an item Private when you send it, neither your proxies nor the " -"recipient's proxies can open the item without rights. If you mark an item " -"Private when you receive it, it cannot be read by your unauthorized proxies, " -"but it can be read by the sender's proxies. Appointments marked Private " -"display in Busy Search according to the status you selected when you " -"accepted the appointment." +msgid "If you mark an item Private when you send it, neither your proxies nor the recipient's proxies can open the item without rights. If you mark an item Private when you receive it, it cannot be read by your unauthorized proxies, but it can be read by the sender's proxies. Appointments marked Private display in Busy Search according to the status you selected when you accepted the appointment." msgstr "" #: C/evolution.xml:6341(para) @@ -11476,49 +8214,44 @@ msgstr "" #: C/evolution.xml:6343(para) -msgid "" -"In your Calendar, click an item in the Appointments, Reminder Notes, or " -"Tasks List, click Actions, then click Mark Private." +msgid "In your Calendar, click an item in the Appointments, Reminder Notes, or Tasks List, click Actions, then click Mark Private." msgstr "" #: C/evolution.xml:6351(para) -msgid "" -"Junk mail handling for GroupWise accounts is a little different than other " -"junk mail handling. When you mark an item as junk mail in GroupWise, the " -"item is added to your junk list in the GroupWise system. Because these " -"settings are on the GroupWise system, your junk list follows you from " -"computer to computer." +msgid "Junk mail handling for GroupWise accounts is a little different than other junk mail handling. When you mark an item as junk mail in GroupWise, the item is added to your junk list in the GroupWise system. Because these settings are on the GroupWise system, your junk list follows you from computer to computer." msgstr "" -#: C/evolution.xml:6354(link) C/evolution.xml:6371(title) +#: C/evolution.xml:6354(link) +#: C/evolution.xml:6371(title) msgid "Marking a Message As Junk Mail" msgstr "" -#: C/evolution.xml:6357(link) C/evolution.xml:6381(title) +#: C/evolution.xml:6357(link) +#: C/evolution.xml:6381(title) msgid "Marking a Message As Not Junk Mail" msgstr "" -#: C/evolution.xml:6360(link) C/evolution.xml:6395(title) +#: C/evolution.xml:6360(link) +#: C/evolution.xml:6395(title) msgid "Enabling or Disabling Your Junk Mail List" msgstr "" -#: C/evolution.xml:6363(link) C/evolution.xml:6410(title) +#: C/evolution.xml:6363(link) +#: C/evolution.xml:6410(title) msgid "Adding an Email Address to Your Junk List" msgstr "" -#: C/evolution.xml:6366(link) C/evolution.xml:6425(title) +#: C/evolution.xml:6366(link) +#: C/evolution.xml:6425(title) msgid "Removing an Email Address from Your Junk List" msgstr "" #: C/evolution.xml:6374(para) -msgid "" -"Select the message to mark as junk, then click the Junk icon or press Ctrl+J." +msgid "Select the message to mark as junk, then click the Junk icon or press Ctrl+J." msgstr "" #: C/evolution.xml:6375(para) -msgid "" -"The message is moved to your Junk Mail folder and the user is added to your " -"junk list." +msgid "The message is moved to your Junk Mail folder and the user is added to your junk list." msgstr "" #: C/evolution.xml:6384(para) @@ -11534,12 +8267,11 @@ msgstr "" #: C/evolution.xml:6389(para) -msgid "" -"The message is moved to your Mailbox folder and the name is removed from " -"your junk list." +msgid "The message is moved to your Mailbox folder and the name is removed from your junk list." msgstr "" -#: C/evolution.xml:6398(para) C/evolution.xml:6413(para) +#: C/evolution.xml:6398(para) +#: C/evolution.xml:6413(para) #: C/evolution.xml:6428(para) msgid "Right-click a message, then click Junk Mail Settings." msgstr "" @@ -11550,8 +8282,7 @@ #: C/evolution.xml:6416(para) msgid "Type the email address to block in the Email field." -msgstr "" -"Napište svou e-mailovou adresu, kterou blokovat, do pole E-mailová adresa." +msgstr "Napište svou e-mailovou adresu, kterou blokovat, do pole E-mailová adresa." #: C/evolution.xml:6419(para) msgid "Click Add, then click OK." @@ -11559,56 +8290,54 @@ #: C/evolution.xml:6431(para) msgid "Select the email address to remove, then click Remove." -msgstr "" -"Vyberte e-mailovou adresu, kterou chcete odstranit, a klikněte na tlačítko " -"Odstranit." +msgstr "Vyberte e-mailovou adresu, kterou chcete odstranit, a klikněte na tlačítko Odstranit." #: C/evolution.xml:6443(para) -msgid "" -"Perhaps your mail server has changed names. Or you have grown tired of a " -"certain layout for your appointments. Whatever the reason, you can change " -"your Evolution settings." +msgid "Perhaps your mail server has changed names. Or you have grown tired of a certain layout for your appointments. Whatever the reason, you can change your Evolution settings." msgstr "" -#: C/evolution.xml:6446(link) C/evolution.xml:6500(title) +#: C/evolution.xml:6446(link) +#: C/evolution.xml:6500(title) msgid "Working with Mail Accounts" msgstr "Práce s poštovními účty" -#: C/evolution.xml:6449(link) C/evolution.xml:6543(title) +#: C/evolution.xml:6449(link) +#: C/evolution.xml:6543(title) msgid "Autocompletion" msgstr "" -#: C/evolution.xml:6452(link) C/evolution.xml:6598(title) +#: C/evolution.xml:6452(link) +#: C/evolution.xml:6598(title) msgid "Mail Preferences" msgstr "" -#: C/evolution.xml:6455(link) C/evolution.xml:6767(title) +#: C/evolution.xml:6455(link) +#: C/evolution.xml:6767(title) msgid "Composer Preferences" msgstr "" -#: C/evolution.xml:6458(link) C/evolution.xml:6826(title) +#: C/evolution.xml:6458(link) +#: C/evolution.xml:6826(title) msgid "Calendar and Tasks Settings" msgstr "" -#: C/evolution.xml:6461(link) C/evolution.xml:7069(title) +#: C/evolution.xml:6461(link) +#: C/evolution.xml:7069(title) msgid "Contact Management" msgstr "Správa kontaktů" -#: C/evolution.xml:6464(link) C/evolution.xml:7052(title) +#: C/evolution.xml:6464(link) +#: C/evolution.xml:7052(title) msgid "Certificates" msgstr "" -#: C/evolution.xml:6467(link) C/evolution.xml:7202(title) +#: C/evolution.xml:6467(link) +#: C/evolution.xml:7202(title) msgid "Debug Logs" msgstr "" #: C/evolution.xml:6470(para) -msgid "" -"You reach the Evolution settings window by clicking Edit > Preferences. " -"In the left part of the settings window is a column, similar to the " -"Evolution switcher, that lets you choose which portion of Evolution to " -"customize. The right part of the window is where you make your actual " -"changes." +msgid "You reach the Evolution settings window by clicking Edit > Preferences. In the left part of the settings window is a column, similar to the Evolution switcher, that lets you choose which portion of Evolution to customize. The right part of the window is where you make your actual changes." msgstr "" #: C/evolution.xml:6472(para) @@ -11620,11 +8349,7 @@ msgstr "" #: C/evolution.xml:6475(para) -msgid "" -"Add or change information about your email accounts, such as the servers you " -"connect to, the way you download mail, and your password authentication " -"mode. This is the most complex item in the list, and is covered in Working with Mail Accounts." +msgid "Add or change information about your email accounts, such as the servers you connect to, the way you download mail, and your password authentication mode. This is the most complex item in the list, and is covered in Working with Mail Accounts." msgstr "" #: C/evolution.xml:6478(title) @@ -11632,10 +8357,7 @@ msgstr "" #: C/evolution.xml:6479(para) -msgid "" -"Set the address books to be used when completing email addresses in the " -"message composer. For more information, see Autocompletion." +msgid "Set the address books to be used when completing email addresses in the message composer. For more information, see Autocompletion." msgstr "" #: C/evolution.xml:6482(title) @@ -11643,12 +8365,7 @@ msgstr "" #: C/evolution.xml:6483(para) -msgid "" -"These are overall mail reading preferences, such as display settings, " -"notification options, and security. Settings that vary per account are in " -"the Mail Accounts tool, described in Working with Mail Accounts, but most of the mail settings " -"are in Mail Preferences." +msgid "These are overall mail reading preferences, such as display settings, notification options, and security. Settings that vary per account are in the Mail Accounts tool, described in Working with Mail Accounts, but most of the mail settings are in Mail Preferences." msgstr "" #: C/evolution.xml:6486(title) @@ -11656,12 +8373,7 @@ msgstr "" #: C/evolution.xml:6487(para) -msgid "" -"These are settings for the way that you use the mail composer, such as " -"signatures, and spelling. This includes the ability to substitute graphical " -"emoticons for emoticons such as : ) that many people use in " -"email. This tool is covered in Composer Preferences." +msgid "These are settings for the way that you use the mail composer, such as signatures, and spelling. This includes the ability to substitute graphical emoticons for emoticons such as : ) that many people use in email. This tool is covered in Composer Preferences." msgstr "" #: C/evolution.xml:6490(title) @@ -11669,10 +8381,7 @@ msgstr "" #: C/evolution.xml:6491(para) -msgid "" -"Use these settings to control how the calendar behaves, including your time " -"zone and the length of your work week. For more information, see Calendar and Tasks Settings." +msgid "Use these settings to control how the calendar behaves, including your time zone and the length of your work week. For more information, see Calendar and Tasks Settings." msgstr "" #: C/evolution.xml:6494(title) @@ -11680,40 +8389,23 @@ msgstr "" #: C/evolution.xml:6495(para) -msgid "" -"Use these settings for certificate handling for S/MIME security systems. For " -"more information, see Certificates." +msgid "Use these settings for certificate handling for S/MIME security systems. For more information, see Certificates." msgstr "" #: C/evolution.xml:6497(para) -msgid "" -"Previous versions of Evolution included directory servers, folder settings, " -"and Exchange delegation in the settings tool. Directory servers can now be " -"set up as contacts groups in the Contacts tool, you can change folder " -"settings in the folder right-click menu, and Exchange delegation is " -"available in the Message Menu of the Exchange tool." +msgid "Previous versions of Evolution included directory servers, folder settings, and Exchange delegation in the settings tool. Directory servers can now be set up as contacts groups in the Contacts tool, you can change folder settings in the folder right-click menu, and Exchange delegation is available in the Message Menu of the Exchange tool." msgstr "" #: C/evolution.xml:6501(para) -msgid "" -"Evolution allows you to maintain multiple accounts, or identities. When you " -"are writing an email message, you can choose which account to use by " -"selecting from the drop-down list next to the From field in the message " -"composer." +msgid "Evolution allows you to maintain multiple accounts, or identities. When you are writing an email message, you can choose which account to use by selecting from the drop-down list next to the From field in the message composer." msgstr "" #: C/evolution.xml:6502(para) -msgid "" -"Click Send/Receive to update all mail sources that are not disabled. If you " -"don't want to check mail for a given account, select the account in Edit " -"> Preferences > Mail Accounts page and click the Disable button." +msgid "Click Send/Receive to update all mail sources that are not disabled. If you don't want to check mail for a given account, select the account in Edit > Preferences > Mail Accounts page and click the Disable button." msgstr "" #: C/evolution.xml:6503(para) -msgid "" -"To add a new account, click Add to open the Evolution configuration " -"assistant. To alter an existing account, select it in the Preferences " -"window, then click Edit to open the account editor dialog box." +msgid "To add a new account, click Add to open the Evolution configuration assistant. To alter an existing account, select it in the Preferences window, then click Edit to open the account editor dialog box." msgstr "" #: C/evolution.xml:6504(para) @@ -11725,9 +8417,7 @@ msgstr "" #: C/evolution.xml:6507(para) -msgid "" -"Specify the name and email address for this account. You can also choose a " -"default signature to insert into messages sent from this account." +msgid "Specify the name and email address for this account. You can also choose a default signature to insert into messages sent from this account." msgstr "" #: C/evolution.xml:6510(title) @@ -11735,28 +8425,15 @@ msgstr "" #: C/evolution.xml:6511(para) -msgid "" -"Select the way you receive email. You can download email from a POP server, read and keep it on the server (Microsoft " -"Exchange, NovellGroupWise, or IMAPIMAP), or read it from files that already exist on your desktop computer. " -"If your server requires you to use a secure connection, you can select from " -"the given three options: No encryption, TLS encryption or SSL encryption." +msgid "Select the way you receive email. You can download email from a POP server, read and keep it on the server (Microsoft Exchange, NovellGroupWise, or IMAPIMAP), or read it from files that already exist on your desktop computer. If your server requires you to use a secure connection, you can select from the given three options: No encryption, TLS encryption or SSL encryption." msgstr "" #: C/evolution.xml:6513(para) -msgid "" -"Your system administrator might ask you to connect to a specific port on a " -"mail server. To specify which port you use, just type a colon and the port " -"number after the server name. For example, to connect to port 143 on the " -"server smtp.example.com, specify smtp.example.com:143 as the server name." +msgid "Your system administrator might ask you to connect to a specific port on a mail server. To specify which port you use, just type a colon and the port number after the server name. For example, to connect to port 143 on the server smtp.example.com, specify smtp.example.com:143 as the server name." msgstr "" #: C/evolution.xml:6514(para) -msgid "" -"For additional information, see Receiving " -"Mail." +msgid "For additional information, see Receiving Mail." msgstr "" #: C/evolution.xml:6516(title) @@ -11764,15 +8441,11 @@ msgstr "" #: C/evolution.xml:6517(para) -msgid "" -"Decide if you want to check for mail automatically and how often, as well as " -"setting other message retrieval options." +msgid "Decide if you want to check for mail automatically and how often, as well as setting other message retrieval options." msgstr "" #: C/evolution.xml:6519(para) -msgid "" -"For additional information, see Receiving Mail Options." +msgid "For additional information, see Receiving Mail Options." msgstr "" #: C/evolution.xml:6521(title) @@ -11780,17 +8453,11 @@ msgstr "" #: C/evolution.xml:6522(para) -msgid "" -"Use this section to choose and configure a method for sending mail. You can " -"choose SMTP, Microsoft Exchange (if you have " -"installed the Evolution Connector for Microsoft Exchange), Sendmail or many other options." +msgid "Use this section to choose and configure a method for sending mail. You can choose SMTP, Microsoft Exchange (if you have installed the Evolution Connector for Microsoft Exchange), Sendmail or many other options." msgstr "" #: C/evolution.xml:6524(para) -msgid "" -"For additional information, see Sending Mail." +msgid "For additional information, see Sending Mail." msgstr "" #: C/evolution.xml:6526(title) @@ -11798,33 +8465,19 @@ msgstr "" #: C/evolution.xml:6527(para) -msgid "" -"Use this section to set where this account stores the messages that it has " -"sent, and the messages that you save as drafts. If you want to revert to the " -"default settings, click Restore." +msgid "Use this section to set where this account stores the messages that it has sent, and the messages that you save as drafts. If you want to revert to the default settings, click Restore." msgstr "" #: C/evolution.xml:6529(para) -msgid "" -"If you want to send someone a copy of every message from this account, " -"select either Always Carbon-Copy (Cc) To: or Always Blind Carbon-Copy (Bcc) " -"To:, and specify one or more addresses." +msgid "If you want to send someone a copy of every message from this account, select either Always Carbon-Copy (Cc) To: or Always Blind Carbon-Copy (Bcc) To:, and specify one or more addresses." msgstr "" #: C/evolution.xml:6530(para) -msgid "" -"You can specify the way you want to receive message receipts. You can set " -"Send message receipts to Never, Always or Ask for each message. For more " -"information refer Default Settings." +msgid "You can specify the way you want to receive message receipts. You can set Send message receipts to Never, Always or Ask for each message. For more information refer Default Settings." msgstr "" #: C/evolution.xml:6531(para) -msgid "" -"You can change the default settings of your sent items. Click Advanced Send " -"Options to prioritize, classify your send messages. You can also set the " -"date for reply request so that recipient will know the immediacy and can " -"accordingly response to your message. Enable status tracking and set Return " -"Notification for Mail, Calendar and Task." +msgid "You can change the default settings of your sent items. Click Advanced Send Options to prioritize, classify your send messages. You can also set the date for reply request so that recipient will know the immediacy and can accordingly response to your message. Enable status tracking and set Return Notification for Mail, Calendar and Task." msgstr "" #: C/evolution.xml:6533(title) @@ -11832,11 +8485,7 @@ msgstr "" #: C/evolution.xml:6534(para) -msgid "" -"Use this section to set the security options for this account. If you use " -"encryption, enter your PGP key ID (see Encryption for more information) and select among the four options " -"to determine key and signature handling." +msgid "Use this section to set the security options for this account. If you use encryption, enter your PGP key ID (see Encryption for more information) and select among the four options to determine key and signature handling." msgstr "" #: C/evolution.xml:6537(title) @@ -11844,18 +8493,11 @@ msgstr "" #: C/evolution.xml:6538(para) -msgid "" -"This only displays if you have a GroupWise account. Use this section to set " -"proxy access for other users to access your mailbox or calendar." +msgid "This only displays if you have a GroupWise account. Use this section to set proxy access for other users to access your mailbox or calendar." msgstr "" #: C/evolution.xml:6544(para) -msgid "" -"The Autocompletion tool lets you choose address books to auto-complete names " -"for you in the mail composer. This functionality requires accessibility to " -"each of the address books you want to use. To enable autocompletion, select " -"each of the address books that you want to use auto completion in the " -"Autocompletion page." +msgid "The Autocompletion tool lets you choose address books to auto-complete names for you in the mail composer. This functionality requires accessibility to each of the address books you want to use. To enable autocompletion, select each of the address books that you want to use auto completion in the Autocompletion page." msgstr "" #: C/evolution.xml:6548(title) @@ -11863,11 +8505,7 @@ msgstr "" #: C/evolution.xml:6549(para) -msgid "" -"Evolution allows you to choose the headers that you want to download so that " -"you can reduce the download time and filter or move your mail around the way " -"you like it. Evolution help you customize your IMAP Mail header preferences " -"and thus save the download time. The IMAP Mail header options are as follows:" +msgid "Evolution allows you to choose the headers that you want to download so that you can reduce the download time and filter or move your mail around the way you like it. Evolution help you customize your IMAP Mail header preferences and thus save the download time. The IMAP Mail header options are as follows:" msgstr "" #: C/evolution.xml:6551(title) @@ -11875,9 +8513,7 @@ msgstr "" #: C/evolution.xml:6552(para) -msgid "" -"This includes all the available IMAP Mail headers. By choosing this option, " -"Evolution will download all the headers for all the messages." +msgid "This includes all the available IMAP Mail headers. By choosing this option, Evolution will download all the headers for all the messages." msgstr "" #: C/evolution.xml:6555(title) @@ -11885,12 +8521,7 @@ msgstr "" #: C/evolution.xml:6556(para) -msgid "" -"This will include Date, From, To, CC, Subject, Preferences, In-Reply-To, " -"Message-ID, Mime-Version, and Content-Type. If you want to just fetch and " -"see messages without having to categorically filter messages based on your " -"mailing lists, choose this option. This will make Evolution work faster and " -"is generally recommended for common users." +msgid "This will include Date, From, To, CC, Subject, Preferences, In-Reply-To, Message-ID, Mime-Version, and Content-Type. If you want to just fetch and see messages without having to categorically filter messages based on your mailing lists, choose this option. This will make Evolution work faster and is generally recommended for common users." msgstr "" #: C/evolution.xml:6559(title) @@ -11898,21 +8529,11 @@ msgstr "" #: C/evolution.xml:6560(para) -msgid "" -"Enable this option to have filters based on mailing list headers (like list " -"ID) so that in addition to the basic headers, the headers that correspond to " -"mailing-lists are also fetched. Mailing list headers will have the " -"informations such as the mailinglist-ID, owner of the mailing list, and so " -"on with which you can create mailing list filters." +msgid "Enable this option to have filters based on mailing list headers (like list ID) so that in addition to the basic headers, the headers that correspond to mailing-lists are also fetched. Mailing list headers will have the informations such as the mailinglist-ID, owner of the mailing list, and so on with which you can create mailing list filters." msgstr "" #: C/evolution.xml:6562(para) -msgid "" -"This is the default Header preference that comes with Evolution. When this " -"option is chosen, Evolution will download a basic set of headers (as " -"described above) along with a set of headers that are needed for client-side " -"filters based on mailing lists. If you do not have any filters on Evolution, " -"it is recommended to switch to the \"Basic Headers Only\" option." +msgid "This is the default Header preference that comes with Evolution. When this option is chosen, Evolution will download a basic set of headers (as described above) along with a set of headers that are needed for client-side filters based on mailing lists. If you do not have any filters on Evolution, it is recommended to switch to the \"Basic Headers Only\" option." msgstr "" #: C/evolution.xml:6563(para) @@ -11924,20 +8545,15 @@ msgstr "" #: C/evolution.xml:6572(para) -msgid "" -"On the Account Editor, click IMAP Headers tab to open IMAP Headers to the " -"Account Editor." +msgid "On the Account Editor, click IMAP Headers tab to open IMAP Headers to the Account Editor." msgstr "" #: C/evolution.xml:6577(para) -msgid "" -"Click Fetch All Headers to download all the available header information." +msgid "Click Fetch All Headers to download all the available header information." msgstr "" #: C/evolution.xml:6579(para) -msgid "" -"The more headers you have, the more time it will consume to download. This " -"option is not recommended." +msgid "The more headers you have, the more time it will consume to download. This option is not recommended." msgstr "" #: C/evolution.xml:6583(para) @@ -11957,48 +8573,50 @@ msgstr "" #: C/evolution.xml:6599(para) -msgid "" -"The Mail Preferences tool lets you choose how to display citations, how long " -"to wait before marking a message as read, and other mail display settings." +msgid "The Mail Preferences tool lets you choose how to display citations, how long to wait before marking a message as read, and other mail display settings." msgstr "" -#: C/evolution.xml:6602(link) C/evolution.xml:6626(title) +#: C/evolution.xml:6602(link) +#: C/evolution.xml:6626(title) msgid "General Mail Settings" msgstr "" -#: C/evolution.xml:6605(link) C/evolution.xml:6648(title) +#: C/evolution.xml:6605(link) +#: C/evolution.xml:6648(title) msgid "HTML Mail Preferences" msgstr "" -#: C/evolution.xml:6608(link) C/evolution.xml:6666(title) +#: C/evolution.xml:6608(link) +#: C/evolution.xml:6666(title) msgid "Label Preferences" msgstr "" -#: C/evolution.xml:6611(link) C/evolution.xml:6700(title) +#: C/evolution.xml:6611(link) +#: C/evolution.xml:6700(title) msgid "Mail Header Preferences" msgstr "Nastavení hlavičky e-mailu" -#: C/evolution.xml:6614(link) C/evolution.xml:6712(title) +#: C/evolution.xml:6614(link) +#: C/evolution.xml:6712(title) msgid "Junk Mail Preferences" msgstr "" -#: C/evolution.xml:6617(link) C/evolution.xml:6755(title) +#: C/evolution.xml:6617(link) +#: C/evolution.xml:6755(title) msgid "Automatic Contacts Preferences" msgstr "" -#: C/evolution.xml:6620(link) C/evolution.xml:6761(title) +#: C/evolution.xml:6620(link) +#: C/evolution.xml:6761(title) msgid "Calendar and Tasks Preferences" msgstr "" #: C/evolution.xml:6623(para) -msgid "" -"For information on individual email account settings, see Working with Mail Accounts." -msgstr "" -"Informace o nastavení jednotlivých poštovních účtů naleznete v Práci s poštovními účty." +msgid "For information on individual email account settings, see Working with Mail Accounts." +msgstr "Informace o nastavení jednotlivých poštovních účtů naleznete v Práci s poštovními účty." -#: C/evolution.xml:6627(para) C/evolution.xml:6783(para) +#: C/evolution.xml:6627(para) +#: C/evolution.xml:6783(para) msgid "The General page has the following options:" msgstr "" @@ -12007,10 +8625,7 @@ msgstr "" #: C/evolution.xml:6630(para) -msgid "" -"Normally, Evolution uses the same fonts as other GNOME applications. To " -"choose different fonts, deselect Use the same fonts as other applications " -"and select one font for standard typefaces and a second for monospace." +msgid "Normally, Evolution uses the same fonts as other GNOME applications. To choose different fonts, deselect Use the same fonts as other applications and select one font for standard typefaces and a second for monospace." msgstr "" #: C/evolution.xml:6633(title) @@ -12018,23 +8633,11 @@ msgstr "" #: C/evolution.xml:6634(para) -msgid "" -"Choose how long you want to wait before marking a message read, how to " -"highlight quotations, and the default encoding. Enable Fall back " -"to threading message by subject to group the messages as message " -"threads. You can also set the limit to the number of addresses displayed in " -"the message header by enabling Shrink To/CC/BCC header to option.You can also set the limit for rendering text content in " -"the message you receive. By default, when you receive a message with text " -"content more than 4096 Kilo Bytes, Evolution will not render the message in " -"the preview pane. You can view unformatted text either inline or using an " -"external application. You can also enable Magic spacebar and search folders." +msgid "Choose how long you want to wait before marking a message read, how to highlight quotations, and the default encoding. Enable Fall back to threading message by subject to group the messages as message threads. You can also set the limit to the number of addresses displayed in the message header by enabling Shrink To/CC/BCC header to option.You can also set the limit for rendering text content in the message you receive. By default, when you receive a message with text content more than 4096 Kilo Bytes, Evolution will not render the message in the preview pane. You can view unformatted text either inline or using an external application. You can also enable Magic spacebar and search folders." msgstr "" #: C/evolution.xml:6636(para) -msgid "" -"To group the messages as threads select View > Group By threads or press " -"Ctrl+T." +msgid "To group the messages as threads select View > Group By threads or press Ctrl+T." msgstr "" #: C/evolution.xml:6638(title) @@ -12042,12 +8645,7 @@ msgstr "" #: C/evolution.xml:6639(para) -msgid "" -"Choose whether to delete messages automatically when quitting Evolution and " -"how frequently, and whether you want to explicitly confirm the final " -"deletion of messages. Select Confirm when expunging a folder to confirm the " -"final deletion. You can have four different options to set the frequency for " -"deletion: Everytime, Once per day, Once per week, and Once per month." +msgid "Choose whether to delete messages automatically when quitting Evolution and how frequently, and whether you want to explicitly confirm the final deletion of messages. Select Confirm when expunging a folder to confirm the final deletion. You can have four different options to set the frequency for deletion: Everytime, Once per day, Once per week, and Once per month." msgstr "" #: C/evolution.xml:6642(title) @@ -12055,10 +8653,7 @@ msgstr "" #: C/evolution.xml:6643(para) -msgid "" -"Evolution can alert you to the arrival of new mail with a beep or by playing " -"a sound file. Choose your alert noise, or select none, as you prefer. You " -"can choose not to notify on new mail arrival." +msgid "Evolution can alert you to the arrival of new mail with a beep or by playing a sound file. Choose your alert noise, or select none, as you prefer. You can choose not to notify on new mail arrival." msgstr "" #: C/evolution.xml:6649(para) @@ -12078,10 +8673,7 @@ msgstr "" #: C/evolution.xml:6656(para) -msgid "" -"Some people do not like HTML mail, and you can set Evolution to warn you of " -"this preference. This warning appears only when you send HTML mail to people " -"in your contacts who are listed as disliking HTML." +msgid "Some people do not like HTML mail, and you can set Evolution to warn you of this preference. This warning appears only when you send HTML mail to people in your contacts who are listed as disliking HTML." msgstr "" #: C/evolution.xml:6659(title) @@ -12089,26 +8681,15 @@ msgstr "" #: C/evolution.xml:6660(para) -msgid "" -"You can embed a image in an email and have it load only when the message " -"arrives. However, spammers can use image loading patterns to confirm " -"valid addresses and invade your privacy. You can elect to " -"never load images automatically, to load images only if the sender is in " -"your contacts, or always load images." +msgid "You can embed a image in an email and have it load only when the message arrives. However, spammers can use image loading patterns to confirm valid addresses and invade your privacy. You can elect to never load images automatically, to load images only if the sender is in your contacts, or always load images." msgstr "" #: C/evolution.xml:6662(para) -msgid "" -"If you have chosen not to load images automatically, you can choose to see " -"the images in one message at a time by selecting View > Load Images or " -"press Ctrl+I." +msgid "If you have chosen not to load images automatically, you can choose to see the images in one message at a time by selecting View > Load Images or press Ctrl+I." msgstr "" #: C/evolution.xml:6667(para) -msgid "" -"The Label preferences option lets you add color labels for different kinds " -"of messages. You can add, edit, or remove the labels. You can also assign " -"colors to each label you create. You cannot remove the default labels." +msgid "The Label preferences option lets you add color labels for different kinds of messages. You can add, edit, or remove the labels. You can also assign colors to each label you create. You cannot remove the default labels." msgstr "" #: C/evolution.xml:6669(para) @@ -12148,12 +8729,7 @@ msgstr "" #: C/evolution.xml:6701(para) -msgid "" -"The headers on an incoming message are the information about the message " -"that isn't the content of the message itself, such as the sender and the " -"time it was sent. Select the options here to show or hide different amounts " -"of information about the messages you read. You can also add or remove new " -"mail headers to the list. The default mail headers cannot be removed." +msgid "The headers on an incoming message are the information about the message that isn't the content of the message itself, such as the sender and the time it was sent. Select the options here to show or hide different amounts of information about the messages you read. You can also add or remove new mail headers to the list. The default mail headers cannot be removed." msgstr "" #: C/evolution.xml:6703(title) @@ -12161,41 +8737,23 @@ msgstr "" #: C/evolution.xml:6704(para) -msgid "" -"This feature adds support for viewing the photograph of the sender at the " -"right side of the preview pane." +msgid "This feature adds support for viewing the photograph of the sender at the right side of the preview pane." msgstr "" #: C/evolution.xml:6706(para) -msgid "" -"To enable this feature, select Edit > Preferences > Mail Preferences " -"> Headers > Show the photograph of sender in the email preview. " -"Deselect this option to disable this feature." +msgid "To enable this feature, select Edit > Preferences > Mail Preferences > Headers > Show the photograph of sender in the email preview. Deselect this option to disable this feature." msgstr "" #: C/evolution.xml:6707(para) -msgid "" -"By default it searches only in the local addressbooks enabled for " -"autocompletion. If you deselect the option Search for sender " -"photograph only in the local addressbook, it searches in all the " -"addressbooks enabled for autocompletion. If there are multiple matches for " -"the same contact, it always takes the first one. Consider a contact that has " -"multiple matches - the first one with a photograph and the second without a " -"photo. Here, Evolution takes the first contact regardless of it not having a " -"photograph." +msgid "By default it searches only in the local addressbooks enabled for autocompletion. If you deselect the option Search for sender photograph only in the local addressbook, it searches in all the addressbooks enabled for autocompletion. If there are multiple matches for the same contact, it always takes the first one. Consider a contact that has multiple matches - the first one with a photograph and the second without a photo. Here, Evolution takes the first contact regardless of it not having a photograph." msgstr "" #: C/evolution.xml:6708(para) -msgid "" -"This feature is disabled by default as it causes delay in fetching the " -"messages." +msgid "This feature is disabled by default as it causes delay in fetching the messages." msgstr "" #: C/evolution.xml:6713(para) -msgid "" -"You can check your incoming messages for junk content by using Bogofilter " -"and SpamAssassin* tools, which have trainable Bayesian filters. You need to " -"enable the Junk plugins to start filtering junk mail." +msgid "You can check your incoming messages for junk content by using Bogofilter and SpamAssassin* tools, which have trainable Bayesian filters. You need to enable the Junk plugins to start filtering junk mail." msgstr "" #: C/evolution.xml:6714(para) @@ -12203,9 +8761,7 @@ msgstr "" #: C/evolution.xml:6720(para) -msgid "" -"Select the junk plugins you want. You can select either Bogofilter or " -"SpamAssassin, or you can select both." +msgid "Select the junk plugins you want. You can select either Bogofilter or SpamAssassin, or you can select both." msgstr "" #: C/evolution.xml:6724(title) @@ -12213,10 +8769,7 @@ msgstr "" #: C/evolution.xml:6725(para) -msgid "" -"You can check incoming email for junk contents and also decide how often you " -"want to delete junk mail. You also have the option to choose either " -"SpamAssassin or Bogofilter, or you can select both." +msgid "You can check incoming email for junk contents and also decide how often you want to delete junk mail. You also have the option to choose either SpamAssassin or Bogofilter, or you can select both." msgstr "" #: C/evolution.xml:6728(title) @@ -12232,10 +8785,7 @@ msgstr "" #: C/evolution.xml:6733(para) -msgid "" -"This option deletes junk messages when you exit. You can also specify when " -"to delete the junk messages (every time, once per day, once per week, once " -"per month)." +msgid "This option deletes junk messages when you exit. You can also specify when to delete the junk messages (every time, once per day, once per week, once per month)." msgstr "" #: C/evolution.xml:6736(title) @@ -12243,11 +8793,7 @@ msgstr "" #: C/evolution.xml:6737(para) -msgid "" -"Select either SpamAssassin or Bogofilter, or both, as your junk filter. You " -"can view them only if you have enabled the respective plugins. When you " -"select any option, it also reports if the underlying binary is available or " -"not." +msgid "Select either SpamAssassin or Bogofilter, or both, as your junk filter. You can view them only if you have enabled the respective plugins. When you select any option, it also reports if the underlying binary is available or not." msgstr "" #: C/evolution.xml:6741(title) @@ -12255,19 +8801,11 @@ msgstr "" #: C/evolution.xml:6742(para) -msgid "" -"Remote Test performs junk mail filtering on remote servers. It also includes " -"online tests, like checking for blacklisted message senders and ISPs." +msgid "Remote Test performs junk mail filtering on remote servers. It also includes online tests, like checking for blacklisted message senders and ISPs." msgstr "" #: C/evolution.xml:6744(para) -msgid "" -"This option uses tests that require a network connection, such as checking " -"to see if a message is in a list of known junk messages, or if the sender or " -"gateway are blacklisted by anti-spam organizations. Online tests can make " -"filtering slower, because remote tests add to the amount of time it takes to " -"check for junk mail, but they increase accuracy. When you select this " -"option, you do not need to do any additional setup." +msgid "This option uses tests that require a network connection, such as checking to see if a message is in a list of known junk messages, or if the sender or gateway are blacklisted by anti-spam organizations. Online tests can make filtering slower, because remote tests add to the amount of time it takes to check for junk mail, but they increase accuracy. When you select this option, you do not need to do any additional setup." msgstr "" #: C/evolution.xml:6746(title) @@ -12275,54 +8813,36 @@ msgstr "" #: C/evolution.xml:6747(para) -msgid "" -"Select Convert mail text to Unicode to enable Unicode* filtering. For more " -"information on Bogofilter, see the Bogofilter site." +msgid "Select Convert mail text to Unicode to enable Unicode* filtering. For more information on Bogofilter, see the Bogofilter site." msgstr "" #: C/evolution.xml:6750(para) -msgid "" -"Check new messages for junk contents option under Edit > Preferences > " -"Mail Accounts > Edit > Receiving options is enabled only for IMAP. " -"Check incoming mail for junk option under Edit > Preferences > Mail " -"Preferences > Junk > General refers only to POP and Local Delivery." +msgid "Check new messages for junk contents option under Edit > Preferences > Mail Accounts > Edit > Receiving options is enabled only for IMAP. Check incoming mail for junk option under Edit > Preferences > Mail Preferences > Junk > General refers only to POP and Local Delivery." msgstr "" #: C/evolution.xml:6756(para) -msgid "" -"There are two items in this section: Automatic Contacts automatically adds " -"people that you respond to into your address book. You can select the " -"default address book for automatic contacts from the list." +msgid "There are two items in this section: Automatic Contacts automatically adds people that you respond to into your address book. You can select the default address book for automatic contacts from the list." msgstr "" #: C/evolution.xml:6757(para) -msgid "" -"Instant Messaging Contacts periodically synchronizes contact information and " -"images with your instant messaging program. Currently this only works with " -"Pidgin. Your address book must not be a read-only one for both these " -"features to function properly." +msgid "Instant Messaging Contacts periodically synchronizes contact information and images with your instant messaging program. Currently this only works with Pidgin. Your address book must not be a read-only one for both these features to function properly." msgstr "" #: C/evolution.xml:6762(para) -msgid "" -"Allows you to delete messages after you have acted on an appointment. It " -"also allows you to select calendars to search for meeting conflicts." +msgid "Allows you to delete messages after you have acted on an appointment. It also allows you to select calendars to search for meeting conflicts." msgstr "" #: C/evolution.xml:6768(para) -msgid "" -"There are three tabs for message composer settings where you can set the " -"composer preferences. The General tab covers assorted behavior, the " -"Signature tab sets your signature, and the Spell Checking tab controls spell " -"checking." +msgid "There are three tabs for message composer settings where you can set the composer preferences. The General tab covers assorted behavior, the Signature tab sets your signature, and the Spell Checking tab controls spell checking." msgstr "" -#: C/evolution.xml:6774(link) C/evolution.xml:6814(title) +#: C/evolution.xml:6774(link) +#: C/evolution.xml:6814(title) msgid "Signature" msgstr "" -#: C/evolution.xml:6777(link) C/evolution.xml:6819(title) +#: C/evolution.xml:6777(link) +#: C/evolution.xml:6819(title) msgid "Spell Checking" msgstr "" @@ -12331,17 +8851,11 @@ msgstr "" #: C/evolution.xml:6786(para) -msgid "" -"Choose how to normally forward and reply to messages, what character set " -"they will use, whether they are in HTML, and whether that HTML can contain " -"graphic emoticons." +msgid "Choose how to normally forward and reply to messages, what character set they will use, whether they are in HTML, and whether that HTML can contain graphic emoticons." msgstr "" #: C/evolution.xml:6788(para) -msgid "" -"You can forward messages either as an attachment or inline, or else as " -"quoted. Choose reply style from the drop-down list: Quote original message, " -"Do not quote original message, Attach original message." +msgid "You can forward messages either as an attachment or inline, or else as quoted. Choose reply style from the drop-down list: Quote original message, Do not quote original message, Attach original message." msgstr "" #: C/evolution.xml:6790(title) @@ -12349,15 +8863,11 @@ msgstr "" #: C/evolution.xml:6791(para) -msgid "" -"When replying, you can choose where to place your signature in the message. " -"You can place the signature either above the original message or at the end " -"of the composer window. Top Posting is not recommended because placing the " -"signature other than at the end of the message is against the mailing " -"standards." +msgid "When replying, you can choose where to place your signature in the message. You can place the signature either above the original message or at the end of the composer window. Top Posting is not recommended because placing the signature other than at the end of the message is against the mailing standards." msgstr "" -#: C/evolution.xml:6794(title) C/evolution.xml:6867(title) +#: C/evolution.xml:6794(title) +#: C/evolution.xml:6867(title) msgid "Alerts:" msgstr "" @@ -12378,45 +8888,33 @@ msgstr "" #: C/evolution.xml:6807(para) -msgid "" -"The composer warns you if you try to send a message that has only Bcc " -"recipients. This is important because some mail servers fail to transmit " -"blind carbon copy if you do not have at least one recipient that is visible " -"to all readers." +msgid "The composer warns you if you try to send a message that has only Bcc recipients. This is important because some mail servers fail to transmit blind carbon copy if you do not have at least one recipient that is visible to all readers." msgstr "" #: C/evolution.xml:6815(para) -msgid "" -"The signature editor allows you to create several different signatures in " -"plain text or in HTML, and to specify which of them will be added to email " -"you create in the message composer. If you prefer to use an alternate " -"signature or none at all, you can select it from the mail composer itself." +msgid "The signature editor allows you to create several different signatures in plain text or in HTML, and to specify which of them will be added to email you create in the message composer. If you prefer to use an alternate signature or none at all, you can select it from the mail composer itself." msgstr "" #: C/evolution.xml:6820(para) -msgid "" -"To choose a spell-checking language, select it here. You must install gnome-" -"spell, aspell, and an aspell language package (like for example aspell-en " -"for english language) for spell-checking to be available in Evolution. " -"Additional dictionaries are available through your package manager and are " -"detected automatically if you have installed them. To have the composer " -"automatically check your spelling while you type, select Check Spelling " -"While I Type. You can set the color for misspelled words." +msgid "To choose a spell-checking language, select it here. You must install gnome-spell, aspell, and an aspell language package (like for example aspell-en for english language) for spell-checking to be available in Evolution. Additional dictionaries are available through your package manager and are detected automatically if you have installed them. To have the composer automatically check your spelling while you type, select Check Spelling While I Type. You can set the color for misspelled words." msgstr "" #: C/evolution.xml:6827(para) msgid "The calendar configuration tool has several pages:" msgstr "" -#: C/evolution.xml:6833(link) C/evolution.xml:6873(title) +#: C/evolution.xml:6833(link) +#: C/evolution.xml:6873(title) msgid "Display" msgstr "" -#: C/evolution.xml:6836(link) C/evolution.xml:6906(title) +#: C/evolution.xml:6836(link) +#: C/evolution.xml:6906(title) msgid "Alarms" msgstr "" -#: C/evolution.xml:6839(link) C/evolution.xml:6919(title) +#: C/evolution.xml:6839(link) +#: C/evolution.xml:6919(title) msgid "Calendar Publishing" msgstr "" @@ -12453,9 +8951,7 @@ msgstr "" #: C/evolution.xml:6860(para) -msgid "" -"For Evolution, a normal work day begins at 9 a.m. and ends at 5 p.m. You can " -"select your preferred hours." +msgid "For Evolution, a normal work day begins at 9 a.m. and ends at 5 p.m. You can select your preferred hours." msgstr "" #: C/evolution.xml:6863(title) @@ -12467,15 +8963,11 @@ msgstr "" #: C/evolution.xml:6868(para) -msgid "" -"If you want to be warned before you delete any appointment, or to have a " -"reminder automatically appear for each event, select the options here." +msgid "If you want to be warned before you delete any appointment, or to have a reminder automatically appear for each event, select the options here." msgstr "" #: C/evolution.xml:6874(para) -msgid "" -"The Display page lets you choose how your appointments and tasks appear in " -"your calendar." +msgid "The Display page lets you choose how your appointments and tasks appear in your calendar." msgstr "" #: C/evolution.xml:6876(title) @@ -12483,9 +8975,7 @@ msgstr "" #: C/evolution.xml:6877(para) -msgid "" -"Sets the time increments shown as fine lines on the daily view in the " -"calendar." +msgid "Sets the time increments shown as fine lines on the daily view in the calendar." msgstr "" #: C/evolution.xml:6880(title) @@ -12493,9 +8983,7 @@ msgstr "" #: C/evolution.xml:6881(para) -msgid "" -"If there is space, Evolution shows the end times in the week and month views " -"for each appointment." +msgid "If there is space, Evolution shows the end times in the week and month views for each appointment." msgstr "" #: C/evolution.xml:6884(title) @@ -12503,9 +8991,7 @@ msgstr "" #: C/evolution.xml:6885(para) -msgid "" -"Select this option to display weekends in one box instead of two in the " -"month view." +msgid "Select this option to display weekends in one box instead of two in the month view." msgstr "" #: C/evolution.xml:6888(title) @@ -12537,10 +9023,7 @@ msgstr "" #: C/evolution.xml:6901(para) -msgid "" -"Select this option to have completed tasks hidden after a period of time " -"measured in days, hours, or minutes. If you don't select this option, " -"completed tasks remain in your task list, marked as complete." +msgid "Select this option to have completed tasks hidden after a period of time measured in days, hours, or minutes. If you don't select this option, completed tasks remain in your task list, marked as complete." msgstr "" #: C/evolution.xml:6908(title) @@ -12548,10 +9031,7 @@ msgstr "" #: C/evolution.xml:6909(para) -msgid "" -"Select the calendars for which you want an alarm notification. If you don't " -"select the calendar, you will not have an alarm notification for any event " -"in this calendar." +msgid "Select the calendars for which you want an alarm notification. If you don't select the calendar, you will not have an alarm notification for any event in this calendar." msgstr "" #: C/evolution.xml:6914(title) @@ -12563,10 +9043,7 @@ msgstr "" #: C/evolution.xml:6922(para) -msgid "" -"Allows you to select a URL to post your calendar information to. When you " -"add a URL, you can specify the publishing location, the frequency of " -"publishing, which calendar to publish, and who to authenticate as." +msgid "Allows you to select a URL to post your calendar information to. When you add a URL, you can specify the publishing location, the frequency of publishing, which calendar to publish, and who to authenticate as." msgstr "" #: C/evolution.xml:6928(title) @@ -12586,18 +9063,11 @@ msgstr "" #: C/evolution.xml:6934(para) -msgid "" -"Select this option to use the system wide proxy settings configured through " -"Control Center > Network Proxies in GNOME. When this option is selected, " -"Evolution uses the proxy settings in the /system/http_proxy and /system/" -"proxy/gconf keys." +msgid "Select this option to use the system wide proxy settings configured through Control Center > Network Proxies in GNOME. When this option is selected, Evolution uses the proxy settings in the /system/http_proxy and /system/proxy/gconf keys." msgstr "" #: C/evolution.xml:6937(para) -msgid "" -"If these keys do not reflect the settings configured through Control Center " -"> Network Proxies, Evolution does not work with the proxy and you must " -"either update these gconf keys or choose Manual proxy configuration." +msgid "If these keys do not reflect the settings configured through Control Center > Network Proxies, Evolution does not work with the proxy and you must either update these gconf keys or choose Manual proxy configuration." msgstr "" #: C/evolution.xml:6940(title) @@ -12613,15 +9083,7 @@ msgstr "Ruční nastavení proxy:" #: C/evolution.xml:6945(para) -msgid "" -"This option helps you costomize proxy settings regardless of the desktop you " -"use. Specify hosts and ports for HTTP and optionally for other protocols. In " -"the No Proxy Domain field, specify that comma-separated domain names do not " -"go through the configured proxy server. You can specify patterns like *." -"example.com or .example.com in the No Proxy Domain list. Specify a username " -"and password, and if the proxy server requires authentication, select Use " -"Authentication to enable the username and password fields. The customized " -"proxy settings are as follows:" +msgid "This option helps you costomize proxy settings regardless of the desktop you use. Specify hosts and ports for HTTP and optionally for other protocols. In the No Proxy Domain field, specify that comma-separated domain names do not go through the configured proxy server. You can specify patterns like *.example.com or .example.com in the No Proxy Domain list. Specify a username and password, and if the proxy server requires authentication, select Use Authentication to enable the username and password fields. The customized proxy settings are as follows:" msgstr "" #: C/evolution.xml:6954(para) @@ -12636,15 +9098,14 @@ msgid "The machine name to proxy HTTP through." msgstr "" -#: C/evolution.xml:6972(para) C/evolution.xml:6988(para) +#: C/evolution.xml:6972(para) +#: C/evolution.xml:6988(para) #: C/evolution.xml:7004(para) msgid "Port" msgstr "Port" #: C/evolution.xml:6975(para) -msgid "" -"The port for the machine defined by the HTTP Proxy field that you proxy " -"through." +msgid "The port for the machine defined by the HTTP Proxy field that you proxy through." msgstr "" #: C/evolution.xml:6980(para) @@ -12676,11 +9137,7 @@ msgstr "" #: C/evolution.xml:7015(para) -msgid "" -"This key contains a list of hosts which are connected to directly, rather " -"than via the proxy (if it is active). The values can be hostnames, domains " -"(using an initial wildcard like *.example.com), IP host addresses (both IPv4 " -"and IPv6) and network addresses with a netmask similar to 192.168.0.0/24." +msgid "This key contains a list of hosts which are connected to directly, rather than via the proxy (if it is active). The values can be hostnames, domains (using an initial wildcard like *.example.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask similar to 192.168.0.0/24." msgstr "" #: C/evolution.xml:7020(para) @@ -12688,9 +9145,7 @@ msgstr "" #: C/evolution.xml:7023(para) -msgid "" -"If this option is enabled, it uses authentication to connect via the proxy " -"server." +msgid "If this option is enabled, it uses authentication to connect via the proxy server." msgstr "" #: C/evolution.xml:7028(para) @@ -12714,17 +9169,11 @@ msgstr "" #: C/evolution.xml:7047(para) -msgid "" -"Specify the automatic proxy configuration URL for Evolution to use in the " -"autoconfig script to configure the proxy." +msgid "Specify the automatic proxy configuration URL for Evolution to use in the autoconfig script to configure the proxy." msgstr "" #: C/evolution.xml:7053(para) -msgid "" -"Evolution allows you to add certificates for yourself as well as for " -"contacts. This allows you to communicate with others securely over an " -"encrypted connection, or sign a message confirming your identity to the " -"contact. These settings only apply to S/MIME encryption." +msgid "Evolution allows you to add certificates for yourself as well as for contacts. This allows you to communicate with others securely over an encrypted connection, or sign a message confirming your identity to the contact. These settings only apply to S/MIME encryption." msgstr "" #: C/evolution.xml:7055(title) @@ -12732,9 +9181,7 @@ msgstr "" #: C/evolution.xml:7056(para) -msgid "" -"Click the Your Certificates tab to display a list of certificates that you " -"own. You can import, view and delete your certificates from this page." +msgid "Click the Your Certificates tab to display a list of certificates that you own. You can import, view and delete your certificates from this page." msgstr "" #: C/evolution.xml:7059(title) @@ -12742,11 +9189,7 @@ msgstr "" #: C/evolution.xml:7060(para) -msgid "" -"Click the Contact Certificates tab to display a list of certificates that " -"you have for contacts. These certificates allow you to decrypt messages as " -"well verify signed messages. You can import, view, edit, and delete your " -"contact certificates from this page." +msgid "Click the Contact Certificates tab to display a list of certificates that you have for contacts. These certificates allow you to decrypt messages as well verify signed messages. You can import, view, edit, and delete your contact certificates from this page." msgstr "" #: C/evolution.xml:7063(title) @@ -12754,21 +9197,20 @@ msgstr "" #: C/evolution.xml:7064(para) -msgid "" -"Click the Authorities tab to display a list of trusted certificate " -"authorities who verify that the certificate you have is valid. You can " -"import, view, edit, and delete certificate authorities from this page." +msgid "Click the Authorities tab to display a list of trusted certificate authorities who verify that the certificate you have is valid. You can import, view, edit, and delete certificate authorities from this page." msgstr "" #: C/evolution.xml:7070(para) msgid "There are two main tasks for configuring contact information:" msgstr "" -#: C/evolution.xml:7073(link) C/evolution.xml:7081(title) +#: C/evolution.xml:7073(link) +#: C/evolution.xml:7081(title) msgid "Creating a Contact" msgstr "" -#: C/evolution.xml:7076(link) C/evolution.xml:7103(title) +#: C/evolution.xml:7076(link) +#: C/evolution.xml:7103(title) msgid "Creating an Address Book" msgstr "" @@ -12821,21 +9263,15 @@ msgstr "" #: C/evolution.xml:7120(para) -msgid "" -"If you have an account that allows you to create an address book on that " -"server, you can select that account." +msgid "If you have an account that allows you to create an address book on that server, you can select that account." msgstr "" #: C/evolution.xml:7124(para) -msgid "" -"If you selected On This Computer, specify the name of the address book, and " -"choose whether you want to the new address book as your default folder." +msgid "If you selected On This Computer, specify the name of the address book, and choose whether you want to the new address book as your default folder." msgstr "" #: C/evolution.xml:7126(para) -msgid "" -"If you are creating an address book on an LDAP " -"server, enter the server information as requested by the assistant:" +msgid "If you are creating an address book on an LDAP server, enter the server information as requested by the assistant:" msgstr "" #: C/evolution.xml:7128(title) @@ -12851,10 +9287,7 @@ msgstr "" #: C/evolution.xml:7133(para) -msgid "" -"Specify whether your login is anonymous, uses an email address, or uses a " -"distinguished name. If the login is not anonymous, specify the email address " -"or distinguished name (DN) required by the server." +msgid "Specify whether your login is anonymous, uses an email address, or uses a distinguished name. If the login is not anonymous, specify the email address or distinguished name (DN) required by the server." msgstr "" #: C/evolution.xml:7136(title) @@ -12862,9 +9295,7 @@ msgstr "" #: C/evolution.xml:7137(para) -msgid "" -"The Internet port Evolution connects to in order to access the LDAP " -"database. This is normally 389." +msgid "The Internet port Evolution connects to in order to access the LDAP database. This is normally 389." msgstr "" #: C/evolution.xml:7140(title) @@ -12872,10 +9303,7 @@ msgstr "" #: C/evolution.xml:7141(para) -msgid "" -"SSL and TLS are security mechanisms. If you select No Encryption, Evolution " -"will send your password unencrypted. By using SSL or TLS, a secure " -"connection will be used and your password will be sent encrypted." +msgid "SSL and TLS are security mechanisms. If you select No Encryption, Evolution will send your password unencrypted. By using SSL or TLS, a secure connection will be used and your password will be sent encrypted." msgstr "" #: C/evolution.xml:7144(title) @@ -12883,10 +9311,7 @@ msgstr "" #: C/evolution.xml:7145(para) -msgid "" -"The search base is the starting point " -"for a directory search. Contact your network administrator for information " -"about the correct settings." +msgid "The search base is the starting point for a directory search. Contact your network administrator for information about the correct settings." msgstr "" #: C/evolution.xml:7148(title) @@ -12894,9 +9319,7 @@ msgstr "" #: C/evolution.xml:7149(para) -msgid "" -"The search scope is the breadth of a " -"given search. The following options are available:" +msgid "The search scope is the breadth of a given search. The following options are available:" msgstr "" #: C/evolution.xml:7154(title) @@ -12920,9 +9343,7 @@ msgstr "" #: C/evolution.xml:7167(para) -msgid "" -"The maximum time Evolution attempts to download data from the server before " -"giving up." +msgid "The maximum time Evolution attempts to download data from the server before giving up." msgstr "" #: C/evolution.xml:7172(title) @@ -12930,10 +9351,7 @@ msgstr "" #: C/evolution.xml:7173(para) -msgid "" -"The maximum number of results for a given search. Most servers refuse to " -"send more than 500, but you can set the number lower if you want to shorten " -"downloads for very broad searches." +msgid "The maximum number of results for a given search. Most servers refuse to send more than 500, but you can set the number lower if you want to shorten downloads for very broad searches." msgstr "" #: C/evolution.xml:7178(title) @@ -12941,9 +9359,7 @@ msgstr "" #: C/evolution.xml:7179(para) -msgid "" -"The name you want to use as a label for this folder. It can be any name you " -"choose." +msgid "The name you want to use as a label for this folder. It can be any name you choose." msgstr "" #: C/evolution.xml:7184(title) @@ -12951,37 +9367,23 @@ msgstr "" #: C/evolution.xml:7185(para) -msgid "" -"The search filter can be set here for all the LDAP queries. For example:" +msgid "The search filter can be set here for all the LDAP queries. For example:" msgstr "" #: C/evolution.xml:7187(para) -msgid "" -"ObjectClass=*: Lists all the objects from the server.ObjectClass=User: Lists " -"only the users. Filter (|(ObjectClass=User)(ObjectClass=groupOfNames)): " -"Retrieves the User and Contact List objects.(&(mail=*)(ObjectClass=*)): " -"Lists the objects associated with the email addresses." +msgid "ObjectClass=*: Lists all the objects from the server.ObjectClass=User: Lists only the users. Filter (|(ObjectClass=User)(ObjectClass=groupOfNames)): Retrieves the User and Contact List objects.(&(mail=*)(ObjectClass=*)): Lists the objects associated with the email addresses." msgstr "" #: C/evolution.xml:7189(para) -msgid "" -"If you change any LDAP address book configurations, Evolution and the " -"Evolution Data Server need to be restarted in order to see the changes." +msgid "If you change any LDAP address book configurations, Evolution and the Evolution Data Server need to be restarted in order to see the changes." msgstr "" #: C/evolution.xml:7192(para) -msgid "" -"If you are creating the address book for a specific account, type the name " -"of the address book if you want the address book stored locally when " -"offline, and if you want the address book to be your default folder." +msgid "If you are creating the address book for a specific account, type the name of the address book if you want the address book stored locally when offline, and if you want the address book to be your default folder." msgstr "" #: C/evolution.xml:7203(para) -msgid "" -"Evolution allows you to view the error logs and set the display duration for " -"the error messages that appear in the statusbar. When an error occurs, " -"statusbar displays the error message for the specified time, then it is " -"moved to the debug file." +msgid "Evolution allows you to view the error logs and set the display duration for the error messages that appear in the statusbar. When an error occurs, statusbar displays the error message for the specified time, then it is moved to the debug file." msgstr "" #: C/evolution.xml:7206(para) @@ -12997,66 +9399,38 @@ msgstr "" #: C/evolution.xml:7215(para) -msgid "" -"The icon indicates that the error message is a warning. The icon indicates an " -"informational message." -msgstr "" -"Ikona signalizuje, že chybová zpráva je varováním. Ikona signalizuje " -"informační zprávu." +msgid "The icon indicates that the error message is a warning. The icon indicates an informational message." +msgstr "Ikona signalizuje, že chybová zpráva je varováním. Ikona signalizuje informační zprávu." #: C/evolution.xml:7222(para) -msgid "" -"Synchronization presents you with three issues you need to address. First, " -"you need to enable synchronization. Second, your computer needs to recognize " -"and access your handheld. At this time, Evolution " -"only supports Palm OS devices like the PalmPilot* and the Handspring Visor. " -"Third, you should decide what sort of synchronization behavior you want." +msgid "Synchronization presents you with three issues you need to address. First, you need to enable synchronization. Second, your computer needs to recognize and access your handheld. At this time, Evolution only supports Palm OS devices like the PalmPilot* and the Handspring Visor. Third, you should decide what sort of synchronization behavior you want." msgstr "" -#: C/evolution.xml:7225(link) C/evolution.xml:7236(title) +#: C/evolution.xml:7225(link) +#: C/evolution.xml:7236(title) msgid "Enabling Synchronization" msgstr "" -#: C/evolution.xml:7228(link) C/evolution.xml:7241(title) +#: C/evolution.xml:7228(link) +#: C/evolution.xml:7241(title) msgid "Selecting Conduits" msgstr "" -#: C/evolution.xml:7231(link) C/evolution.xml:7264(title) +#: C/evolution.xml:7231(link) +#: C/evolution.xml:7264(title) msgid "Synchronizing Information" msgstr "" #: C/evolution.xml:7237(para) -msgid "" -"If you haven't used a handheld device with your computer before, you need to " -"run the GNOME Control Center by clicking System > Settings, and make sure " -"that Pilot Link is properly configured. Make sure that you have read and " -"write permissions on the device, which is normally in /dev/pilot. If that " -"does not work, check in /dev/ttyS0 if you have a serial connection, or in /" -"dev/ttyUSB1 for a USB connection. You can do this by becoming root and " -"adding your username to the group that owns this device node. For a USB " -"device on sync, two device nodes are created, ttyUSB0 and ttyUSB1. The " -"second node is the one to be used in configuring the device." +msgid "If you haven't used a handheld device with your computer before, you need to run the GNOME Control Center by clicking System > Settings, and make sure that Pilot Link is properly configured. Make sure that you have read and write permissions on the device, which is normally in /dev/pilot. If that does not work, check in /dev/ttyS0 if you have a serial connection, or in /dev/ttyUSB1 for a USB connection. You can do this by becoming root and adding your username to the group that owns this device node. For a USB device on sync, two device nodes are created, ttyUSB0 and ttyUSB1. The second node is the one to be used in configuring the device." msgstr "" #: C/evolution.xml:7242(para) -msgid "" -"After your computer and your Palm OS device are communicating, select the " -"conduits you want under the Pilot Conduits " -"section of the Control Center. You can use conduits to synchronize data with " -"several applications; the Evolution conduits are labeled EAddress, for the " -"contacts in your address book; ECalendar, for your calendar; and ETodo, for " -"your task list." +msgid "After your computer and your Palm OS device are communicating, select the conduits you want under the Pilot Conduits section of the Control Center. You can use conduits to synchronize data with several applications; the Evolution conduits are labeled EAddress, for the contacts in your address book; ECalendar, for your calendar; and ETodo, for your task list." msgstr "" #: C/evolution.xml:7243(para) -msgid "" -"Click Enable, then click Settings to change what the conduit does when " -"activated. Your options can vary depending on the conduit, but typically " -"they are as follows:" +msgid "Click Enable, then click Settings to change what the conduit does when activated. Your options can vary depending on the conduit, but typically they are as follows:" msgstr "" #: C/evolution.xml:7245(title) @@ -13072,10 +9446,7 @@ msgstr "" #: C/evolution.xml:7250(para) -msgid "" -"Copy new data from the computer to the handheld, and from the handheld to " -"the computer. Remove items that were on both systems but have been deleted " -"on one." +msgid "Copy new data from the computer to the handheld, and from the handheld to the computer. Remove items that were on both systems but have been deleted on one." msgstr "" #: C/evolution.xml:7253(title) @@ -13083,8 +9454,7 @@ msgstr "" #: C/evolution.xml:7254(para) -msgid "" -"If there is any new data on the handheld device, copy it to the computer." +msgid "If there is any new data on the handheld device, copy it to the computer." msgstr "" #: C/evolution.xml:7257(title) @@ -13096,21 +9466,15 @@ msgstr "" #: C/evolution.xml:7260(para) -msgid "" -"Select the behavior you want for each conduit you choose to use. If you're " -"not sure, use Synchronize." +msgid "Select the behavior you want for each conduit you choose to use. If you're not sure, use Synchronize." msgstr "" #: C/evolution.xml:7265(para) -msgid "" -"Use the following procedure to synchronize the data on your Palm OS device " -"with the data you store in Evolution." +msgid "Use the following procedure to synchronize the data on your Palm OS device with the data you store in Evolution." msgstr "" #: C/evolution.xml:7266(para) -msgid "" -"If you want to back up your information before synchronizing, make a copy of " -"the .evolution directory inside your home directory." +msgid "If you want to back up your information before synchronizing, make a copy of the .evolution directory inside your home directory." msgstr "" #: C/evolution.xml:7269(para) @@ -13118,24 +9482,15 @@ msgstr "" #: C/evolution.xml:7270(para) -msgid "" -"If you use Palm OS v. 4.0 and have password protection turned on for your " -"handheld device, you might encounter trouble synchronizing. If this happens, " -"try turning off password protection on your handheld, synchronize it with " -"your desktop computer, and then re-enable password protection on your " -"handheld." +msgid "If you use Palm OS v. 4.0 and have password protection turned on for your handheld device, you might encounter trouble synchronizing. If this happens, try turning off password protection on your handheld, synchronize it with your desktop computer, and then re-enable password protection on your handheld." msgstr "" #: C/evolution.xml:7273(para) -msgid "" -"If you have followed the setup instructions properly, your Palm OS device " -"will synchronize data with Evolution." +msgid "If you have followed the setup instructions properly, your Palm OS device will synchronize data with Evolution." msgstr "" #: C/evolution.xml:7279(para) -msgid "" -"If you are using Microsoft Outlook, but not Microsoft Exchange, this section " -"helps you switch to Evolution." +msgid "If you are using Microsoft Outlook, but not Microsoft Exchange, this section helps you switch to Evolution." msgstr "" #: C/evolution.xml:7282(title) @@ -13143,10 +9498,7 @@ msgstr "" #: C/evolution.xml:7283(para) -msgid "" -"Exchange and IMAP mail is stored on the server, so you do not need to " -"migrate it to your Linux* partition. However, if you have stored mail on " -"your computer, you might want to make it accessible to Evolution." +msgid "Exchange and IMAP mail is stored on the server, so you do not need to migrate it to your Linux* partition. However, if you have stored mail on your computer, you might want to make it accessible to Evolution." msgstr "" #: C/evolution.xml:7284(para) @@ -13154,66 +9506,40 @@ msgstr "" #: C/evolution.xml:7287(para) -msgid "" -"Clean up your mail. Delete messages and folders you do not need, and click " -"File > Folders > Properties > Advanced > Compact to erase old, " -"deleted messages from your PST file." +msgid "Clean up your mail. Delete messages and folders you do not need, and click File > Folders > Properties > Advanced > Compact to erase old, deleted messages from your PST file." msgstr "" #: C/evolution.xml:7290(para) -msgid "" -"If you nest your folders one inside another, you might want to rename " -"subfolders so that you can tell which folder they belong to. You must re-" -"nest them after you load them into Evolution." +msgid "If you nest your folders one inside another, you might want to rename subfolders so that you can tell which folder they belong to. You must re-nest them after you load them into Evolution." msgstr "" #: C/evolution.xml:7293(para) -msgid "" -"Import the files into Mozilla Mail (or another mailer, such as Netscape or " -"Eudora, that uses the standard mbox format)." +msgid "Import the files into Mozilla Mail (or another mailer, such as Netscape or Eudora, that uses the standard mbox format)." msgstr "" #: C/evolution.xml:7294(para) -msgid "" -"Linux mailers cannot do this task, because it requires a library available " -"only under Windows. In Mozilla, import by selecting Window Mail & " -"Newsgroups Tools Import." +msgid "Linux mailers cannot do this task, because it requires a library available only under Windows. In Mozilla, import by selecting Window Mail & Newsgroups Tools Import." msgstr "" #: C/evolution.xml:7297(para) -msgid "" -"Mozilla creates a set of files in the directory Windows" -"\\Application_Data\\Mozilla\\Profiles\\(UserName)\\(Random Letters)\\Mail" -"\\Local Folders\\OutlookMail\\. The data files are those that have " -"no file extension." +msgid "Mozilla creates a set of files in the directory Windows\\Application_Data\\Mozilla\\Profiles\\(UserName)\\(Random Letters)\\Mail\\Local Folders\\OutlookMail\\. The data files are those that have no file extension." msgstr "" #: C/evolution.xml:7298(para) -msgid "" -"If you are using Windows Vista*, Windows XP* or Windows 2000*, your Windows " -"hard drive is probably in the NTFS format, which some Linux systems cannot " -"read without additional software. You might find it simpler to copy the mail " -"folders to a different drive or to burn a CD." +msgid "If you are using Windows Vista*, Windows XP* or Windows 2000*, your Windows hard drive is probably in the NTFS format, which some Linux systems cannot read without additional software. You might find it simpler to copy the mail folders to a different drive or to burn a CD." msgstr "" #: C/evolution.xml:7299(para) -msgid "" -"When you have your mail in a format Evolution can understand, reboot to " -"Linux. Then continue with the following procedure. To create new folders for " -"your files:" +msgid "When you have your mail in a format Evolution can understand, reboot to Linux. Then continue with the following procedure. To create new folders for your files:" msgstr "" #: C/evolution.xml:7302(para) msgid "Mount your Windows drive or the disk where you saved the mail files." -msgstr "" -"Připojte váš disk s Windows nebo disk, kde máte uloženy soubory s poštou." +msgstr "Připojte váš disk s Windows nebo disk, kde máte uloženy soubory s poštou." #: C/evolution.xml:7305(para) -msgid "" -"Copy all the mail files into your home directory or another convenient place." -msgstr "" -"Zkopírujte všechny soubory s poštou do vašeho domovského adresáře nebo do " -"jiné příhodné složky." +msgid "Copy all the mail files into your home directory or another convenient place." +msgstr "Zkopírujte všechny soubory s poštou do vašeho domovského adresáře nebo do jiné příhodné složky." #: C/evolution.xml:7308(para) msgid "Start Evolution." @@ -13221,20 +9547,15 @@ #: C/evolution.xml:7311(para) msgid "Select File > New > Mail Folder to create the folders you want." -msgstr "" -"Vyberte Soubor > Nová > Složka pošty pro vytvoření složek, které " -"chcete." +msgstr "Vyberte Soubor > Nová > Složka pošty pro vytvoření složek, které chcete." #: C/evolution.xml:7314(para) msgid "To import the data files:" msgstr "Importování datových souborů:" #: C/evolution.xml:7317(para) -msgid "" -"In Evolution, open the File Import assistant by clicking File > Import." -msgstr "" -"V Evolutionu kliknutím na Soubor > Importovat otevřete Asistenta " -"importování souboru." +msgid "In Evolution, open the File Import assistant by clicking File > Import." +msgstr "V Evolutionu kliknutím na Soubor > Importovat otevřete Asistenta importování souboru." #: C/evolution.xml:7320(para) msgid "Click Next, then select Import a single file." @@ -13254,28 +9575,24 @@ #: C/evolution.xml:7333(para) msgid "Repeat the import steps until you have imported all your mail." -msgstr "" -"Opakujte kroky importu, dokud nebudete mít importovánu celou vaši poštu." +msgstr "Opakujte kroky importu, dokud nebudete mít importovánu celou vaši poštu." #: C/evolution.xml:7341(para) -msgid "" -"You can print this section to use it as a quick reference for most of the " -"things you want to do with Evolution. You can also " -"find this information by selecting Help > Quick Reference in the Menubar." -msgstr "" -"Tuto sekci si můžete vytisknout jako stručnou příručku pro většinu operací, " -"které chcete s Evolutionem dělat. Tyto informace " -"naleznete také tak, že vyberete Nápověda > Stručná příručka v nabídce." +msgid "You can print this section to use it as a quick reference for most of the things you want to do with Evolution. You can also find this information by selecting Help > Quick Reference in the Menubar." +msgstr "Tuto sekci si můžete vytisknout jako stručnou příručku pro většinu operací, které chcete s Evolutionem dělat. Tyto informace naleznete také tak, že vyberete Nápověda > Stručná příručka v nabídce." -#: C/evolution.xml:7344(link) C/evolution.xml:7358(title) +#: C/evolution.xml:7344(link) +#: C/evolution.xml:7358(title) msgid "Opening or Creating Items" msgstr "Otevírání a vytváření položek" -#: C/evolution.xml:7347(link) C/evolution.xml:7383(title) +#: C/evolution.xml:7347(link) +#: C/evolution.xml:7383(title) msgid "Mail Tasks" msgstr "Úkoly pošty" -#: C/evolution.xml:7353(link) C/evolution.xml:7433(title) +#: C/evolution.xml:7353(link) +#: C/evolution.xml:7433(title) msgid "Address Book" msgstr "Adresář" @@ -13284,16 +9601,8 @@ msgstr "Nová položka:" #: C/evolution.xml:7362(para) -msgid "" -"Press Ctrl+N to open a new item for whatever part of Evolution you're " -"working in. In mail, this means you create a new message. If you're looking " -"at your address book, Ctrl+N creates a new contact card, and in the " -"calendar, a new appointment." -msgstr "" -"Pro otevření nové položky klikněte na Ctrl+N, je jedno, v jaké části " -"Evolutionu pracujete. V poště to znamená, že otevřete novou zprávu. Pokud se " -"podíváte do vašeho adresáře, Ctrl+N otevře kartu nového kontaktu, a v " -"kalendáři pak novou událost." +msgid "Press Ctrl+N to open a new item for whatever part of Evolution you're working in. In mail, this means you create a new message. If you're looking at your address book, Ctrl+N creates a new contact card, and in the calendar, a new appointment." +msgstr "Pro otevření nové položky klikněte na Ctrl+N, je jedno, v jaké části Evolutionu pracujete. V poště to znamená, že otevřete novou zprávu. Pokud se podíváte do vašeho adresáře, Ctrl+N otevře kartu nového kontaktu, a v kalendáři pak novou událost." #: C/evolution.xml:7365(title) msgid "Creating a New Email Message:" @@ -13303,11 +9612,13 @@ msgid "Select File > New > Mail Message or Shift+Ctrl+M." msgstr "Použijte Soubor > Nová > Zpráva nebo Shift+Ctrl+M." -#: C/evolution.xml:7369(title) C/evolution.xml:7422(title) +#: C/evolution.xml:7369(title) +#: C/evolution.xml:7422(title) msgid "Creating a New Appointment:" msgstr "Vytvoření nové události:" -#: C/evolution.xml:7370(para) C/evolution.xml:7423(para) +#: C/evolution.xml:7370(para) +#: C/evolution.xml:7423(para) msgid "Click File > New > Appointment or Shift+Ctrl+A." msgstr "Použijte Soubor > Nová > Událost nebo Shift+Ctrl+A." @@ -13316,19 +9627,16 @@ msgstr "Vložení nového kontaktu:" #: C/evolution.xml:7374(para) -msgid "" -"Double-click in any blank space in the contact manager to create a new " -"address card. You can also click File > New > Contact or Shift+Ctrl+C." -msgstr "" -"Dvojtým kliknutím kdekoliv do prázdného prostoru ve správci kontaktů " -"otevřete novou kartu adresáře. Taktéž můžete použít Soubor > Nová > " -"Kontakt nebo Shift+Ctrl+C. " +msgid "Double-click in any blank space in the contact manager to create a new address card. You can also click File > New > Contact or Shift+Ctrl+C." +msgstr "Dvojtým kliknutím kdekoliv do prázdného prostoru ve správci kontaktů otevřete novou kartu adresáře. Taktéž můžete použít Soubor > Nová > Kontakt nebo Shift+Ctrl+C. " -#: C/evolution.xml:7377(title) C/evolution.xml:7427(title) +#: C/evolution.xml:7377(title) +#: C/evolution.xml:7427(title) msgid "Creating a New Task:" msgstr "Vytvoření nového úkolu:" -#: C/evolution.xml:7378(para) C/evolution.xml:7428(para) +#: C/evolution.xml:7378(para) +#: C/evolution.xml:7428(para) msgid "Click File > New > Task or Shift+Ctrl+T." msgstr "Klikněte na Soubor > Nová > Úkol nebo Shift+Ctrl+T." @@ -13337,93 +9645,60 @@ msgstr "Posílání a přijímání pošty:" #: C/evolution.xml:7386(para) -msgid "" -"Press F9, click the Send/Receive button in the toolbar, or click File > " -"Send/Receive." -msgstr "" -"Stiskněte F9, klikněte na Odeslat/Přijmout v liště nástrojů nebo klikněte na " -"Soubor > Odeslat/Přijmout" +msgid "Press F9, click the Send/Receive button in the toolbar, or click File > Send/Receive." +msgstr "Stiskněte F9, klikněte na Odeslat/Přijmout v liště nástrojů nebo klikněte na Soubor > Odeslat/Přijmout" #: C/evolution.xml:7389(title) msgid "Navigating the Message List with the Keyboard:" msgstr "Pohybování se v seznamu zpráv pomocí klávesnice:" #: C/evolution.xml:7390(para) -msgid "" -"Press (]) or (.) to jump to the next unread message. ([) or (,) goes to the " -"previous unread message. Use the arrow keys to move up and down in the list " -"of all messages." -msgstr "" -"Stiskněte (]) nebo (.) pro přeskočení na další nepřečtenou zprávu. ([) nebo " -"(,) posouvá na předchozí nepřečtenou zprávu. Pro pohyb nahorů a dolů v " -"seznamu všech zpráv použijte klávesy se šipkami." +msgid "Press (]) or (.) to jump to the next unread message. ([) or (,) goes to the previous unread message. Use the arrow keys to move up and down in the list of all messages." +msgstr "Stiskněte (]) nebo (.) pro přeskočení na další nepřečtenou zprávu. ([) nebo (,) posouvá na předchozí nepřečtenou zprávu. Pro pohyb nahorů a dolů v seznamu všech zpráv použijte klávesy se šipkami." #: C/evolution.xml:7393(title) msgid "Moving the Display Up and Down in the Preview Pane:" msgstr "Posouvání zobrazení nahorů a dolů v panelu náhledu." #: C/evolution.xml:7394(para) -msgid "" -"Press the Spacebar to move down a page. Press Backspace to move up a page." -msgstr "" -"Stiskněte mezerník pro posunutí stránky dolů. Stiskněte Backspace pro " -"pusunutí stránky nahorů." +msgid "Press the Spacebar to move down a page. Press Backspace to move up a page." +msgstr "Stiskněte mezerník pro posunutí stránky dolů. Stiskněte Backspace pro pusunutí stránky nahorů." #: C/evolution.xml:7397(title) msgid "Replying To a Message:" msgstr "Odpověď na zprávu:" #: C/evolution.xml:7398(para) -msgid "" -"To reply only to the sender of the message, click Reply in the toolbar, or " -"press Ctrl+R." -msgstr "" -"Chcete-li odpovědět odesílateli zprávy, klikněte na Odpovědět v liště " -"nástrojů nebo stikněte Ctrl+R." +msgid "To reply only to the sender of the message, click Reply in the toolbar, or press Ctrl+R." +msgstr "Chcete-li odpovědět odesílateli zprávy, klikněte na Odpovědět v liště nástrojů nebo stikněte Ctrl+R." #: C/evolution.xml:7400(para) -msgid "" -"To reply to the sender and all the other visible recipients of the message, " -"click Reply to All or select the message and press Shift+Ctrl+R." -msgstr "" -"Pro odpověď odesílateli a všem ostatním příjemcům zprávy, klikněte na " -"Odpovědět všem nebo vyberte zprávu a stiskněte Shift+Ctrl+R." +msgid "To reply to the sender and all the other visible recipients of the message, click Reply to All or select the message and press Shift+Ctrl+R." +msgstr "Pro odpověď odesílateli a všem ostatním příjemcům zprávy, klikněte na Odpovědět všem nebo vyberte zprávu a stiskněte Shift+Ctrl+R." #: C/evolution.xml:7402(title) msgid "Forwarding a Message:" msgstr "Přeposílání zprávy:" #: C/evolution.xml:7403(para) -msgid "" -"Select the message or messages you want to forward, then click Forward in " -"the toolbar, or press Ctrl+F." -msgstr "" -"Vyberte zprávu nebo zprávy, které chcete přeposlat, potom klikněte na " -"Přeposlat v liště nástrojů nebo stiskněte Ctrl+F." +msgid "Select the message or messages you want to forward, then click Forward in the toolbar, or press Ctrl+F." +msgstr "Vyberte zprávu nebo zprávy, které chcete přeposlat, potom klikněte na Přeposlat v liště nástrojů nebo stiskněte Ctrl+F." #: C/evolution.xml:7406(title) msgid "Opening a Message In a New Window:" msgstr "Otevírání zprávy v novém okně:" #: C/evolution.xml:7407(para) -msgid "" -"Double-click the message you want to view, or select it and press Enter or " -"Ctrl+O." -msgstr "" -"Dvakrát klikněte na zprávu, kterou chcete vidět, nebo ji vyberte a stiskněte " -"Enter nebo Ctrl+O." +msgid "Double-click the message you want to view, or select it and press Enter or Ctrl+O." +msgstr "Dvakrát klikněte na zprávu, kterou chcete vidět, nebo ji vyberte a stiskněte Enter nebo Ctrl+O." #: C/evolution.xml:7410(title) msgid "Creating Filters and Search Folders:" msgstr "Vytváření filtrů a složek hledání:" #: C/evolution.xml:7411(para) -msgid "" -"Right-click a message and select Create Rule From Message. You can also " -"create filters and Search folders in the Edit menu." -msgstr "" -"Klikněte pravým tlačítkem na zprávu a vyberte Vytvořit pravidlo ze zprávy. " -"Filtry a složky hledání můžete také vytvořit přes nabídku Upravit. " +msgid "Right-click a message and select Create Rule From Message. You can also create filters and Search folders in the Edit menu." +msgstr "Klikněte pravým tlačítkem na zprávu a vyberte Vytvořit pravidlo ze zprávy. Filtry a složky hledání můžete také vytvořit přes nabídku Upravit. " #: C/evolution.xml:7414(title) msgid "Adding a Sender to the Address Book:" @@ -13431,17 +9706,11 @@ #: C/evolution.xml:7415(para) msgid "Right-click on any email address to add it to your address book." -msgstr "" -"Klikněte pravým tlačítkem myši na libovolnou e-mailovou adresu, abyste ji " -"přidali do adresáře." +msgstr "Klikněte pravým tlačítkem myši na libovolnou e-mailovou adresu, abyste ji přidali do adresáře." #: C/evolution.xml:7425(para) -msgid "" -"You can also click in any blank spot in the calendar and start typing to " -"create a new appointment entry." -msgstr "" -"Můžete také kliknout na libovolný prázdný bod v kalendáři a začít psát " -"záznam o nové události." +msgid "You can also click in any blank spot in the calendar and start typing to create a new appointment entry." +msgstr "Můžete také kliknout na libovolný prázdný bod v kalendáři a začít psát záznam o nové události." #: C/evolution.xml:7435(title) msgid "Editing a Contact:" @@ -13456,12 +9725,8 @@ msgstr "Smazání kontaktu:" #: C/evolution.xml:7440(para) -msgid "" -"Right-click a contact, then click Delete; or select a contact, then click " -"Delete on the toolbar." -msgstr "" -"Kliknutí pravým tlačítkem na kontakt a potom kliknutí na Odstranit nebo " -"vybrání kontaktu a potom kliknutí na Odstranit na liště nástrojů. " +msgid "Right-click a contact, then click Delete; or select a contact, then click Delete on the toolbar." +msgstr "Kliknutí pravým tlačítkem na kontakt a potom kliknutí na Odstranit nebo vybrání kontaktu a potom kliknutí na Odstranit na liště nástrojů. " #: C/evolution.xml:7443(title) msgid "Sending Emails to a Contact:" @@ -13469,84 +9734,35 @@ #: C/evolution.xml:7444(para) msgid "Right-click a contact, then click Send Message to Contact." -msgstr "" -"Klik pravým tlačítkem myši na kontakt a kliknutí na Poslat kontaktu zprávu. " +msgstr "Klik pravým tlačítkem myši na kontakt a kliknutí na Poslat kontaktu zprávu. " #: C/evolution.xml:7447(title) msgid "Creating a New Contact:" msgstr "Vytvoření nového kontaktu:" #: C/evolution.xml:7448(para) -msgid "" -"Double-click in any blank space in the contact manager to create a new " -"address card, or right-click anywhere in the address book and select New " -"Contact. You can also click File > New Contact or press Shift+Ctrl+C." -msgstr "" -"Dvojitý klik kdekoliv v prázdném místě správce kontaktů vyvolá okno s " -"dialogem pro vytvoření nového kontaktu. Nebo klik pravým tlačítkem kdekoliv " -"v adresáři a vybrání Nový kontakt. Taktéž můžete kliknout na Soubor > " -"Nový kontakt nebo stisknout Shift+Ctrl+C." +msgid "Double-click in any blank space in the contact manager to create a new address card, or right-click anywhere in the address book and select New Contact. You can also click File > New Contact or press Shift+Ctrl+C." +msgstr "Dvojitý klik kdekoliv v prázdném místě správce kontaktů vyvolá okno s dialogem pro vytvoření nového kontaktu. Nebo klik pravým tlačítkem kdekoliv v adresáři a vybrání Nový kontakt. Taktéž můžete kliknout na Soubor > Nový kontakt nebo stisknout Shift+Ctrl+C." #: C/evolution.xml:7455(para) -msgid "" -"Evolution bug tracking is done at the GNOME bug tracking System. You can use " -"that, or the GNOME Bug Report Tool (known as bug-buddy at the command line) " -"if you find bugs or want to request new features." -msgstr "" -"Systém pro hlášení chyb v aplikaci Evolution je " -"vytvořen v Systému pro hlášení chyb " -"v GNOME. Pokud naleznete nějakou chybu nebo chcete novou funkci, " -"můžete použít jej nebo nástroj pro nahlášení chyb v GNOME (v příkazové řádce " -"známý jako bug-buddy)." +msgid "Evolution bug tracking is done at the GNOME bug tracking System. You can use that, or the GNOME Bug Report Tool (known as bug-buddy at the command line) if you find bugs or want to request new features." +msgstr "Systém pro hlášení chyb v aplikaci Evolution je vytvořen v Systému pro hlášení chyb v GNOME. Pokud naleznete nějakou chybu nebo chcete novou funkci, můžete použít jej nebo nástroj pro nahlášení chyb v GNOME (v příkazové řádce známý jako bug-buddy)." #: C/evolution.xml:7456(para) -msgid "" -"A complete list of feature requests and other issues with Evolution is " -"available online in the GNOME bug tracking system. You can learn more about " -"the Evolution development process at the Evolution Developer site." -msgstr "" -"Kompletní seznam požadovaných funkcí a ostatních problémů s aplikací " -"Evolution je k dispozici v systému pro hlášení chyb v GNOME. O procesu " -"vývoje Evolutionu se můžete více dozvědět na stránkách vývoje Evolutionu.." +msgid "A complete list of feature requests and other issues with Evolution is available online in the GNOME bug tracking system. You can learn more about the Evolution development process at the Evolution Developer site." +msgstr "Kompletní seznam požadovaných funkcí a ostatních problémů s aplikací Evolution je k dispozici v systému pro hlášení chyb v GNOME. O procesu vývoje Evolutionu se můžete více dozvědět na stránkách vývoje Evolutionu.." #: C/evolution.xml:7461(para) -msgid "" -"Evolution was written by the Evolution team and " -"numerous other dedicated GNOME programmers. You can see their names by " -"clicking Help > About from the main Evolution window." -msgstr "" -"Evolution byl napsán týmem Evolution a mnoha dalšími " -"nadšenými vývojáři GNOME. Jejich jména můžete vidět tak, že kliknete na " -"Pomoc > O programu v hlavním okně Evolutionu." +msgid "Evolution was written by the Evolution team and numerous other dedicated GNOME programmers. You can see their names by clicking Help > About from the main Evolution window." +msgstr "Evolution byl napsán týmem Evolution a mnoha dalšími nadšenými vývojáři GNOME. Jejich jména můžete vidět tak, že kliknete na Pomoc > O programu v hlavním okně Evolutionu." #: C/evolution.xml:7462(para) -msgid "" -"The Evolution code owes a great debt to the GNOME-pim and GNOME-Calendar " -"applications, and to KHTMLW. The developers of Evolution acknowledge the " -"efforts and contributions of all who worked on those projects." -msgstr "" -"Kód Evolutionu vděčí za mnohé aplikacím GNOME-pim, GNOME-Calendar a KHTMLW. " -"Vývojáři Evolutionu kvitují snahu a příspěvky všech, kteří na těchto " -"projektech pracovali." +msgid "The Evolution code owes a great debt to the GNOME-pim and GNOME-Calendar applications, and to KHTMLW. The developers of Evolution acknowledge the efforts and contributions of all who worked on those projects." +msgstr "Kód Evolutionu vděčí za mnohé aplikacím GNOME-pim, GNOME-Calendar a KHTMLW. Vývojáři Evolutionu kvitují snahu a příspěvky všech, kteří na těchto projektech pracovali." #: C/evolution.xml:7463(para) -msgid "" -"For more information please visit the Evolution Web page. Please send all comments, " -"suggestions, and bug reports to the bug tracking database. Instructions for submitting bug reports " -"can be found on-line at the same location. You can also use the GNOME bug " -"report tool, bug-buddy, to submit your defect reports." -msgstr "" -"Více informací naleznete na webových stránkách aplikace " -"Evolution. Prosím pošlete všechny komentáře, návrhy a nahlášení chyb do " -"databáze nahlášených chyb. " -"Instrukce pro vložení chyby naleznete na stejném místě. Pro nahlášení chyb " -"můžete využít také nástroj pro nahlašování chyb v GNOME (bug-buddy)." +msgid "For more information please visit the Evolution Web page. Please send all comments, suggestions, and bug reports to the bug tracking database. Instructions for submitting bug reports can be found on-line at the same location. You can also use the GNOME bug report tool, bug-buddy, to submit your defect reports." +msgstr "Více informací naleznete na webových stránkách aplikace Evolution. Prosím pošlete všechny komentáře, návrhy a nahlášení chyb do databáze nahlášených chyb. Instrukce pro vložení chyby naleznete na stejném místě. Pro nahlášení chyb můžete využít také nástroj pro nahlašování chyb v GNOME (bug-buddy)." #: C/evolution.xml:7464(para) msgid "This manual was written by:" @@ -13593,40 +9809,24 @@ msgstr "Ettore Perazzoli (ettore@ximian.com)" #: C/evolution.xml:7497(para) -msgid "" -"With the help of the application programmers and the GNOME Documentation " -"Project." +msgid "With the help of the application programmers and the GNOME Documentation Project." msgstr "S pomocí vývojářů aplikace a GNOME Documentation Project." #: C/evolution.xml:7500(para) -msgid "" -"Please file comments and suggestions for this manual as bugs in the GNOME " -"bug tracking system. If you contributed to this project but do not see your " -"name here, please contact Radhika PC (pradhika@novell.com) or Srinivasa " -"Ragavan (sragavan@novell.com) and either of them will list you." -msgstr "" -"Prosím pošlete komentáře a návrhy k tomuto manuálu jako chyby v systému pro " -"hlášení chyb v GNOME. Pokud jste přispěli k tomuto projektu a nevidíte své " -"jméno, prosím kontaktujte Radhika PC (pradhika@novell.com) nebo Sreenivasa " -"Ragavan (sragavan@novell.com) a jeden z nich vás zařadí do seznamu." +msgid "Please file comments and suggestions for this manual as bugs in the GNOME bug tracking system. If you contributed to this project but do not see your name here, please contact Radhika PC (pradhika@novell.com) or Srinivasa Ragavan (sragavan@novell.com) and either of them will list you." +msgstr "Prosím pošlete komentáře a návrhy k tomuto manuálu jako chyby v systému pro hlášení chyb v GNOME. Pokud jste přispěli k tomuto projektu a nevidíte své jméno, prosím kontaktujte Radhika PC (pradhika@novell.com) nebo Sreenivasa Ragavan (sragavan@novell.com) a jeden z nich vás zařadí do seznamu." #: C/evolution.xml:7501(para) -msgid "" -"Partial list of Documentation Translators (application translated to " -"numerous additional languages):" -msgstr "" -"Dílčí seznam překladatelů dokumentace (aplikace je přeložena do množství " -"dalších jazyků):" +msgid "Partial list of Documentation Translators (application translated to numerous additional languages):" +msgstr "Dílčí seznam překladatelů dokumentace (aplikace je přeložena do množství dalších jazyků):" #: C/evolution.xml:7504(para) msgid "Daniel Persson for Swedish (.se)" msgstr "Daniel Persson pro švédštinu (.se)" #: C/evolution.xml:7507(para) -msgid "" -"Hector Garcia Alvarez and Francisco Javier F. Serrador for Spanish (.es)" -msgstr "" -"Hector Garcia Alvarez a Francisco Javier F. Serrador pro španělštinu (.es)" +msgid "Hector Garcia Alvarez and Francisco Javier F. Serrador for Spanish (.es)" +msgstr "Hector Garcia Alvarez a Francisco Javier F. Serrador pro španělštinu (.es)" #: C/evolution.xml:7510(para) msgid "Kjartan Maraas for Norwegian (.no)" @@ -13637,36 +9837,24 @@ msgstr "Sergey V. Mironov pro ruštinu (.ru)" #: C/evolution.xml:7520(para) -msgid "" -"This glossary contains terms that are frequently used in this guide as well " -"as in Evolution." -msgstr "" -"Tento rejstřík obsahuje výrazy, které jsou často používány v této příručce " -"stejně jako v aplikaci Evolution." +msgid "This glossary contains terms that are frequently used in this guide as well as in Evolution." +msgstr "Tento rejstřík obsahuje výrazy, které jsou často používány v této příručce stejně jako v aplikaci Evolution." #: C/evolution.xml:7522(glossterm) msgid "Assistant" msgstr "Asistent" #: C/evolution.xml:7524(para) -msgid "" -"A tool that guides a user through a series of steps, usually to configure or " -"set up a program. Equivalent to Wizard and Druid." -msgstr "" -"Nástroj, který uživatele provede skrz sérii kroků, zpravidla při nastavení " -"programu. Ekvivalent k Průvodci." +msgid "A tool that guides a user through a series of steps, usually to configure or set up a program. Equivalent to Wizard and Druid." +msgstr "Nástroj, který uživatele provede skrz sérii kroků, zpravidla při nastavení programu. Ekvivalent k Průvodci." #: C/evolution.xml:7528(glossterm) msgid "attachment" msgstr "příloha" #: C/evolution.xml:7530(para) -msgid "" -"Any file sent with an email. Attachments can be embedded in a message or " -"appended to it." -msgstr "" -"Jakýkoliv soubor poslaný s e-mailem. Přílohy mohou být vloženy do zprávy " -"nebo k ní připojeny." +msgid "Any file sent with an email. Attachments can be embedded in a message or appended to it." +msgstr "Jakýkoliv soubor poslaný s e-mailem. Přílohy mohou být vloženy do zprávy nebo k ní připojeny." #: C/evolution.xml:7534(glossterm) msgid "automatic indexing" @@ -13681,44 +9869,24 @@ msgstr "Bcc (skrytá kopie)" #: C/evolution.xml:7542(para) -msgid "" -"Blind copy recipients (Bcc) receive a copy of an item. Other recipients " -"receive no information about blind copies. Only the sender and the blind " -"copy recipient know that a blind copy was sent. If a recipient replies and " -"chooses Reply to All, the blind copy recipient does not receive the reply." -msgstr "" -"Adresáti skrytých kopií (Bcc) přijímají kopii zprávy, ostatní adresáti o tom " -"ovšem nezískají žádnou informaci. Pouze odesílatel a adresát skryté kopie o " -"odeslání této kopie ví. Pokud adresát odpoví a zvolí Odpovědět všem, tak " -"adresát skryté kopie odpověď neobdrží." +msgid "Blind copy recipients (Bcc) receive a copy of an item. Other recipients receive no information about blind copies. Only the sender and the blind copy recipient know that a blind copy was sent. If a recipient replies and chooses Reply to All, the blind copy recipient does not receive the reply." +msgstr "Adresáti skrytých kopií (Bcc) přijímají kopii zprávy, ostatní adresáti o tom ovšem nezískají žádnou informaci. Pouze odesílatel a adresát skryté kopie o odeslání této kopie ví. Pokud adresát odpoví a zvolí Odpovědět všem, tak adresát skryté kopie odpověď neobdrží." #: C/evolution.xml:7546(glossterm) msgid "Cc (Carbon Copy)" msgstr "Kopie" #: C/evolution.xml:7548(para) -msgid "" -"Carbon copy recipients (CC) receive a copy of an item. CC recipients are " -"users who would benefit from the information in an item, but are not " -"affected by or directly responsible for it. All recipients can see that a " -"carbon copy was sent. They can also see the names of the CC recipients." -msgstr "" -"Adresáti kopie (CC) přijímají kopii zprávy. CC adresáti jsou uživatelé, " -"kteří by mohli mít užitek z informací obsažených ve zprávě, ale přímo se " -"jich netýká a nejsou za ni zodpovědni. Všichni adresáti mohou vidět, že byla " -"odeslána také kopie. Mohou také vidět jména příjemců kopie." +msgid "Carbon copy recipients (CC) receive a copy of an item. CC recipients are users who would benefit from the information in an item, but are not affected by or directly responsible for it. All recipients can see that a carbon copy was sent. They can also see the names of the CC recipients." +msgstr "Adresáti kopie (CC) přijímají kopii zprávy. CC adresáti jsou uživatelé, kteří by mohli mít užitek z informací obsažených ve zprávě, ale přímo se jich netýká a nejsou za ni zodpovědni. Všichni adresáti mohou vidět, že byla odeslána také kopie. Mohou také vidět jména příjemců kopie." #: C/evolution.xml:7552(glossterm) msgid "conduit" msgstr "conduit" #: C/evolution.xml:7554(para) -msgid "" -"A small application that controls the transfer of data between a handheld " -"device and a desktop computer." -msgstr "" -"Malá aplikace, která kontroluje přenos dat mezi přenosným zařízením a " -"počítačem." +msgid "A small application that controls the transfer of data between a handheld device and a desktop computer." +msgstr "Malá aplikace, která kontroluje přenos dat mezi přenosným zařízením a počítačem." #: C/evolution.xml:7560(para) msgid "The GNOME groupware application." @@ -13729,74 +9897,39 @@ msgstr "spustit" #: C/evolution.xml:7566(para) -msgid "" -"To run a program. Any file that can be run is called an executable. " -"Evolution can download executable attachments, but before they can be run, " -"the files must be marked as executable with a shell or file manager. This " -"security precaution prevents the automatic or accidental execution of " -"malicious programs. For more information on executables and file " -"permissions, see the documentation for your file manager or shell." -msgstr "" -"Spustit program. Jakýkoliv soubor, který může být spuštěn se nazývá " -"spustitelný. Evolution umí stahovat spustitelné přílohy ale před tím, než " -"může být takovýto soubor spuštěn, musí být v shellu nebo správci souborů " -"označen jako spustitelný. Toto bezpečnostní opatření zabraňuje automatickému " -"nebo náhodnému spuštění škodlivých programů. Více informací o spouštění a " -"právech souborů dozvíte v dokumentaci vašeho správce souborů nebo shellu." +msgid "To run a program. Any file that can be run is called an executable. Evolution can download executable attachments, but before they can be run, the files must be marked as executable with a shell or file manager. This security precaution prevents the automatic or accidental execution of malicious programs. For more information on executables and file permissions, see the documentation for your file manager or shell." +msgstr "Spustit program. Jakýkoliv soubor, který může být spuštěn se nazývá spustitelný. Evolution umí stahovat spustitelné přílohy ale před tím, než může být takovýto soubor spuštěn, musí být v shellu nebo správci souborů označen jako spustitelný. Toto bezpečnostní opatření zabraňuje automatickému nebo náhodnému spuštění škodlivých programů. Více informací o spouštění a právech souborů dozvíte v dokumentaci vašeho správce souborů nebo shellu." #: C/evolution.xml:7570(glossterm) msgid "expunge" msgstr "vyčistit" #: C/evolution.xml:7572(para) -msgid "" -"When messages are marked for deletion, they remain until they are expunged. " -"When a message is expunged, it is permanently deleted, as long as it was " -"marked for deletion." -msgstr "" -"Když jsou zprávy označené pro vymazání, zůstávají dokud nejsou vyčistěny. " -"Když je zpráva vyčistěna, je nadobro smazána, pokud byla označena pro " -"vymazání." +msgid "When messages are marked for deletion, they remain until they are expunged. When a message is expunged, it is permanently deleted, as long as it was marked for deletion." +msgstr "Když jsou zprávy označené pro vymazání, zůstávají dokud nejsou vyčistěny. Když je zpráva vyčistěna, je nadobro smazána, pokud byla označena pro vymazání." #: C/evolution.xml:7576(glossterm) msgid "file tree" msgstr "strom souborů" #: C/evolution.xml:7578(para) -msgid "" -"A way of describing a group of files on a computer. The top of the tree is " -"called the root directory, and is denoted by /. The rest " -"of the branches spread downward from the root. Don't confuse the root " -"directory with the root account or root's home directory, normally /" -"root." -msgstr "" -"Způsob zobrazení skupin souborů na počítači. Vrchol stromu se nazývá " -"kořenový adresář a značí se /. Ostatní větve se rozšiřují " -"směrem dolů z kořenu. Nepleťte si kořenový adresář (root directory) s účtem " -"roota nebo domovským adresářem roota (/root) " +msgid "A way of describing a group of files on a computer. The top of the tree is called the root directory, and is denoted by /. The rest of the branches spread downward from the root. Don't confuse the root directory with the root account or root's home directory, normally /root." +msgstr "Způsob zobrazení skupin souborů na počítači. Vrchol stromu se nazývá kořenový adresář a značí se /. Ostatní větve se rozšiřují směrem dolů z kořenu. Nepleťte si kořenový adresář (root directory) s účtem roota nebo domovským adresářem roota (/root) " #: C/evolution.xml:7582(glossterm) msgid "filter" msgstr "filtr" #: C/evolution.xml:7584(para) -msgid "" -"Within Evolution, a filter is a method of sorting mail automatically when it " -"is downloaded. You can create filters to perform one or more actions on a " -"message that meets any (or all) of a wide range of criteria." -msgstr "" -"V Evolutionu je filtr metoda, pomocí které jsou e-maily rozřarovány při " -"stahování. Můžete vytvořit filtry, které budou vykonávat jednu nebo více " -"akcí se zprávami, které splní jedno nebo všechna kritéria." +msgid "Within Evolution, a filter is a method of sorting mail automatically when it is downloaded. You can create filters to perform one or more actions on a message that meets any (or all) of a wide range of criteria." +msgstr "V Evolutionu je filtr metoda, pomocí které jsou e-maily rozřarovány při stahování. Můžete vytvořit filtry, které budou vykonávat jednu nebo více akcí se zprávami, které splní jedno nebo všechna kritéria." #: C/evolution.xml:7588(glossterm) msgid "forward" msgstr "přeposlat" #: C/evolution.xml:7590(para) -msgid "" -"Forwards a copy of the message and any additional comments to a different " -"email address." +msgid "Forwards a copy of the message and any additional comments to a different email address." msgstr "Přeposílá kopii zprávy a dalším komentářů na jinou e-mailovou adresu." #: C/evolution.xml:7594(glossterm) @@ -13804,31 +9937,16 @@ msgstr "groupware" #: C/evolution.xml:7596(para) -msgid "" -"A term describing an application that helps groups of people work together. " -"Typically, a groupware application has several productivity features built " -"into one program, including email, calendar, and address book tools." -msgstr "" -"Výraz, který popisuje aplikaci, která pomáhá skupinám lidi při společné " -"práci. Typicky má groupwarová aplikace několik funkcí na podporu " -"produktivity začleněných do jednoho programu, včetně e-mailu, kalendáře a " -"nástrojů adresáře. " +msgid "A term describing an application that helps groups of people work together. Typically, a groupware application has several productivity features built into one program, including email, calendar, and address book tools." +msgstr "Výraz, který popisuje aplikaci, která pomáhá skupinám lidi při společné práci. Typicky má groupwarová aplikace několik funkcí na podporu produktivity začleněných do jednoho programu, včetně e-mailu, kalendáře a nástrojů adresáře. " #: C/evolution.xml:7600(glossterm) msgid "HTML" msgstr "HTML" #: C/evolution.xml:7602(para) -msgid "" -"Hypertext Markup Language (HTML) is a language for describing page layout in " -"electronic documents such as Web pages, help files, and email messages. HTML " -"can be used in email and news posts to insert images and apply text " -"treatments." -msgstr "" -"Hypertext Markup Language (HTML) je jazyk pro popsání rozvržení stránek v " -"elektronických dokumentech jako jsou webové stránky, soubory nápovědy a e-" -"mailové zprávy. HTML může být použito v e-mailech pro vkládání obrázků a " -"upravování textu." +msgid "Hypertext Markup Language (HTML) is a language for describing page layout in electronic documents such as Web pages, help files, and email messages. HTML can be used in email and news posts to insert images and apply text treatments." +msgstr "Hypertext Markup Language (HTML) je jazyk pro popsání rozvržení stránek v elektronických dokumentech jako jsou webové stránky, soubory nápovědy a e-mailové zprávy. HTML může být použito v e-mailech pro vkládání obrázků a upravování textu." #: C/evolution.xml:7606(glossterm) msgid "iCal" @@ -13843,163 +9961,88 @@ msgstr "IMAP" #: C/evolution.xml:7614(para) -msgid "" -"Internet Mail Access Protocol. It allows access to email that is typically " -"stored remotely on a server rather than on a local hard disk. Often " -"contrasted with POP." -msgstr "" -"Internet Mail Access Protocol. Umožňuje přístup k e-mailu tak, že jsou " -"uloženy vzdáleně na serveru a ne lokálně na haddisku. Často označován za " -"opak POP." +msgid "Internet Mail Access Protocol. It allows access to email that is typically stored remotely on a server rather than on a local hard disk. Often contrasted with POP." +msgstr "Internet Mail Access Protocol. Umožňuje přístup k e-mailu tak, že jsou uloženy vzdáleně na serveru a ne lokálně na haddisku. Často označován za opak POP." #: C/evolution.xml:7618(glossterm) msgid "inline" msgstr "vložený" #: C/evolution.xml:7620(para) -msgid "" -"Displayed as part of a message or other document, rather than attached as a " -"separate file. Contrast with attachment." -msgstr "" -"zobrazený jako část zprávy nebo jiného dokumenty, místo přilozený jako " -"samostatný soubor. Opak přílohy." +msgid "Displayed as part of a message or other document, rather than attached as a separate file. Contrast with attachment." +msgstr "zobrazený jako část zprávy nebo jiného dokumenty, místo přilozený jako samostatný soubor. Opak přílohy." #: C/evolution.xml:7624(glossterm) msgid "LDAP" msgstr "LDAP" #: C/evolution.xml:7626(para) -msgid "" -"Lightweight Directory Access Protocol. Allows a client to search through a " -"large database of addresses, phone numbers, and people stored on a server." -msgstr "" -"Lightweight Directory Access Protocol. Umožňuje klientům prohledávat velké " -"databáze adres, telefonních čísel a lidi uložených na serveru." +msgid "Lightweight Directory Access Protocol. Allows a client to search through a large database of addresses, phone numbers, and people stored on a server." +msgstr "Lightweight Directory Access Protocol. Umožňuje klientům prohledávat velké databáze adres, telefonních čísel a lidi uložených na serveru." #: C/evolution.xml:7630(glossterm) msgid "mail client" msgstr "e-mailový klient" #: C/evolution.xml:7632(para) -msgid "" -"The application with which a person reads and sends email. Its counterparts " -"are the various types of mail servers, which handle user authentication and " -"direct messages from the sender to the recipient." -msgstr "" -"Aplikace, pomocí které může uživatel číst a posílat e-maily. Jejím " -"protějškem jsou různé typy mail serverů, které pracují s autentizací " -"uživatele a posílají zprávy od odesílatele k adresátovi." +msgid "The application with which a person reads and sends email. Its counterparts are the various types of mail servers, which handle user authentication and direct messages from the sender to the recipient." +msgstr "Aplikace, pomocí které může uživatel číst a posílat e-maily. Jejím protějškem jsou různé typy mail serverů, které pracují s autentizací uživatele a posílají zprávy od odesílatele k adresátovi." #: C/evolution.xml:7636(glossterm) msgid "POP" msgstr "POP" #: C/evolution.xml:7638(para) -msgid "" -"Post Office Protocol. A mechanism for email transport. In contrast to IMAP, " -"it is used only to get mail from a server and store it locally on your hard " -"disk." -msgstr "" -"Post Office Protocol. Mechanismus pro přenos e-mailů. Narozdíl od IMAPu je " -"používán pouze pro získání e-mailu ze serveru a uložení lokalně na vašem " -"harddisku." +msgid "Post Office Protocol. A mechanism for email transport. In contrast to IMAP, it is used only to get mail from a server and store it locally on your hard disk." +msgstr "Post Office Protocol. Mechanismus pro přenos e-mailů. Narozdíl od IMAPu je používán pouze pro získání e-mailu ze serveru a uložení lokalně na vašem harddisku." #: C/evolution.xml:7642(glossterm) msgid "protocol" msgstr "protokol" #: C/evolution.xml:7644(para) -msgid "" -"An agreed-upon method of communication, especially one for sending " -"particular types of information between computer systems. Examples include " -"POP (Post Office Protocol), for email, and HTTP (HyperText Transfer " -"Protocol) for Web pages." -msgstr "" -"Široce přijímaná metoda komunikace, především pro posílání určitých typů " -"informací mezi počítačovými systémy. Příkladem může být POP (Post Office " -"Protocol) pro e-maily a HTTP (HypterText Transfer Protocol) pro webové " -"stránky." +msgid "An agreed-upon method of communication, especially one for sending particular types of information between computer systems. Examples include POP (Post Office Protocol), for email, and HTTP (HyperText Transfer Protocol) for Web pages." +msgstr "Široce přijímaná metoda komunikace, především pro posílání určitých typů informací mezi počítačovými systémy. Příkladem může být POP (Post Office Protocol) pro e-maily a HTTP (HypterText Transfer Protocol) pro webové stránky." #: C/evolution.xml:7648(glossterm) msgid "public key encryption" msgstr "Šifrování veřejným klíčem" #: C/evolution.xml:7650(para) -msgid "" -"A strong encryption method that uses a set of two keys, one of which is made " -"public, and one of which is kept private. Data encrypted using the public " -"key can only be decrypted using the private key. The longer the keys, the " -"more difficult it is to break the encryption." -msgstr "" -"Silná šifrovací metoda, která používá dva klíče, jeden je veřejný a druhý " -"zůstává privátní. Data zašifrovaná veřejným klíčem mohou být rozšifrována " -"pouze privátním klíčem. Čím delší klíče, tím obtížnější je prolomit " -"šifrování." +msgid "A strong encryption method that uses a set of two keys, one of which is made public, and one of which is kept private. Data encrypted using the public key can only be decrypted using the private key. The longer the keys, the more difficult it is to break the encryption." +msgstr "Silná šifrovací metoda, která používá dva klíče, jeden je veřejný a druhý zůstává privátní. Data zašifrovaná veřejným klíčem mohou být rozšifrována pouze privátním klíčem. Čím delší klíče, tím obtížnější je prolomit šifrování." #: C/evolution.xml:7654(glossterm) msgid "regular expression" msgstr "regulární výraz" #: C/evolution.xml:7656(para) -msgid "" -"A regular expression (regex) is a way of describing a string of text using " -"metacharacters or wildcard symbols. For example, the statement fly.*so[au]p " -"means any phrase beginning with fly and ending in " -"soup or soap. If you searched for that " -"expression, you'd find both fly in my soup and fly in " -"my soap. For more information, enter man grep " -"from the command line." -msgstr "" -"regulární výraz je způsob, jakým lze popsat řetězec použitím speciálních " -"znaků a symbolů. Např. sdělení fly.*so[au]p znamená jakoukoliv frázi " -"začínající na fly a končící na soup nebo " -"soap. Pokud byste hledali tento výraz, nalezli byste " -"fly in my soup a fly in my soap. Pokud chcete " -"získat více informací, vložte man grep z příkazové řádky." +msgid "A regular expression (regex) is a way of describing a string of text using metacharacters or wildcard symbols. For example, the statement fly.*so[au]p means any phrase beginning with fly and ending in soup or soap. If you searched for that expression, you'd find both fly in my soup and fly in my soap. For more information, enter man grep from the command line." +msgstr "regulární výraz je způsob, jakým lze popsat řetězec použitím speciálních znaků a symbolů. Např. sdělení fly.*so[au]p znamená jakoukoliv frázi začínající na fly a končící na soup nebo soap. Pokud byste hledali tento výraz, nalezli byste fly in my soup a fly in my soap. Pokud chcete získat více informací, vložte man grep z příkazové řádky." #: C/evolution.xml:7660(glossterm) msgid "script" msgstr "skript" #: C/evolution.xml:7662(para) -msgid "" -"A program written in an interpreted (rather than compiled) language. Often " -"used as a synonym for macro, to denote a series of prerecorded commands or " -"actions within an application. Scripts are used to accomplish repetitive and " -"tedious tasks, to save the user time." -msgstr "" -"Program napsaný v interpretovaném (spíše než kompilovaném) jazyku. Často " -"používáno jako synonymum pro makro, označení série příkazů nebo akce v rámci " -"aplikace. Skripty jsou používány pro to, aby vykonaly opakující se, " -"zdlouhavé úlohy a ušetřily tak čas." +msgid "A program written in an interpreted (rather than compiled) language. Often used as a synonym for macro, to denote a series of prerecorded commands or actions within an application. Scripts are used to accomplish repetitive and tedious tasks, to save the user time." +msgstr "Program napsaný v interpretovaném (spíše než kompilovaném) jazyku. Často používáno jako synonymum pro makro, označení série příkazů nebo akce v rámci aplikace. Skripty jsou používány pro to, aby vykonaly opakující se, zdlouhavé úlohy a ušetřily tak čas." #: C/evolution.xml:7666(glossterm) msgid "search base" msgstr "základna pro hledání" #: C/evolution.xml:7668(para) -msgid "" -"LDAP can break contact lists into many groups. The search base tells LDAP " -"the top group to use. How much of the Search Base to search is set by the " -"Search Scope option." -msgstr "" -"LDAP může rozbít seznam kontaktů do mnoha skupin. Základna pro hledání řekne " -"LDAP, kterou top skupinu použít. Volbou rozsahu hledání se nastavuje, jak " -"velká základna má být prohledávána." +msgid "LDAP can break contact lists into many groups. The search base tells LDAP the top group to use. How much of the Search Base to search is set by the Search Scope option." +msgstr "LDAP může rozbít seznam kontaktů do mnoha skupin. Základna pro hledání řekne LDAP, kterou top skupinu použít. Volbou rozsahu hledání se nastavuje, jak velká základna má být prohledávána." #: C/evolution.xml:7672(glossterm) msgid "search folder" msgstr "složka hledání" #: C/evolution.xml:7674(para) -msgid "" -"An email organization tool. Search folders allow you to create a folder that " -"contains the results of a complex search. Search folder contents are updated " -"dynamically." -msgstr "" -"Nástroj pro organizaci e-mailů. Složky hledání vám umožňují vytvořit složku, " -"která bude obsahovat výsledky komplexního vyhledávání. Složka hledání je " -"dynamicky aktualizována." +msgid "An email organization tool. Search folders allow you to create a folder that contains the results of a complex search. Search folder contents are updated dynamically." +msgstr "Nástroj pro organizaci e-mailů. Složky hledání vám umožňují vytvořit složku, která bude obsahovat výsledky komplexního vyhledávání. Složka hledání je dynamicky aktualizována." #: C/evolution.xml:7678(glossterm) msgid "search scope" @@ -14014,190 +10057,87 @@ msgstr "Sendmail" #: C/evolution.xml:7686(para) -msgid "" -"A program that sends mail. Evolution can use it instead of SMTP; some people " -"prefer it because it offers more flexibility; however, it is more difficult " -"to set up." -msgstr "" -"Program, který odesílá e-maily. Evolution ho může používat místo SMTP. " -"Někteří lidé ho preferují, protože nabízí lepší flexibilitu, nicméně se hůře " -"nastavuje." +msgid "A program that sends mail. Evolution can use it instead of SMTP; some people prefer it because it offers more flexibility; however, it is more difficult to set up." +msgstr "Program, který odesílá e-maily. Evolution ho může používat místo SMTP. Někteří lidé ho preferují, protože nabízí lepší flexibilitu, nicméně se hůře nastavuje." #: C/evolution.xml:7690(glossterm) msgid "switcher" msgstr "přepínač" #: C/evolution.xml:7692(para) -msgid "" -"An area of Evolution that offers users fast access to the most frequently " -"used features of the application." -msgstr "" -"Oblast Evolutionu, která uživatelům nabízí rychlý přístup k nejčastěji " -"používaným funkcím aplikace." +msgid "An area of Evolution that offers users fast access to the most frequently used features of the application." +msgstr "Oblast Evolutionu, která uživatelům nabízí rychlý přístup k nejčastěji používaným funkcím aplikace." #: C/evolution.xml:7696(glossterm) msgid "signature" msgstr "podpis" #: C/evolution.xml:7698(para) -msgid "" -"Text placed at the end of every email sent, similar to a hand-written " -"signature at the bottom of a written letter. A signature can be anything " -"from a favorite quotation to a link to a Web page; courtesy dictates that it " -"be fewer than four lines long." -msgstr "" -"Text umístěný na konci každého odeslaného e-mailu, podobný ručně psanému " -"podpisu v dolní části psaného dopisu. Podpisem může být cokoliv od " -"oblíbeného citátu po odkaz na webovou stránku. Etiketa říká, že, podpis by " -"neměl být delší než čtyři řádky." +msgid "Text placed at the end of every email sent, similar to a hand-written signature at the bottom of a written letter. A signature can be anything from a favorite quotation to a link to a Web page; courtesy dictates that it be fewer than four lines long." +msgstr "Text umístěný na konci každého odeslaného e-mailu, podobný ručně psanému podpisu v dolní části psaného dopisu. Podpisem může být cokoliv od oblíbeného citátu po odkaz na webovou stránku. Etiketa říká, že, podpis by neměl být delší než čtyři řádky." #: C/evolution.xml:7702(glossterm) msgid "SMTP" msgstr "SMTP" #: C/evolution.xml:7704(para) -msgid "" -"Simple Mail Transfer Protocol. The most common way of transporting mail " -"messages from your computer to the server." -msgstr "" -"Simple Mail Transfer Protocol. Nejobvyklejší způsob přenosu e-mailových " -"zpráv z vašeho počítače na server." +msgid "Simple Mail Transfer Protocol. The most common way of transporting mail messages from your computer to the server." +msgstr "Simple Mail Transfer Protocol. Nejobvyklejší způsob přenosu e-mailových zpráv z vašeho počítače na server." #: C/evolution.xml:7708(glossterm) msgid "tooltip" msgstr "Nástrojový tip" #: C/evolution.xml:7710(para) -msgid "" -"A small box of explanatory text that appears when the mouse pointer is held " -"over a button or other interface element." -msgstr "" -"Malé pole s vysvětlujícím textem, které se zobrazí, když kurzor myši zůstane " -"nad tlačítkem nebo jiným prvkem rozhraní." +msgid "A small box of explanatory text that appears when the mouse pointer is held over a button or other interface element." +msgstr "Malé pole s vysvětlujícím textem, které se zobrazí, když kurzor myši zůstane nad tlačítkem nebo jiným prvkem rozhraní." #: C/evolution.xml:7714(glossterm) msgid "virus" msgstr "virus" #: C/evolution.xml:7716(para) -msgid "" -"A program that inserts itself into other files or programs. When executed, " -"it spreads to more programs and other computers. A virus can cause " -"substantial damage by clogging networks or disk drives, deleting files, or " -"opening security holes." -msgstr "" -"Program, který sám sebe vkládá do jiných souborů nebo programů. Když je " -"spuštěn, rozšiřuje se do více programů a jiných počítačů. Virus může " -"způsobit významné škody zablokováním sítě nebo pevných disků, vymazáním " -"souborů nebo otevřením bezpečnostních děr." +msgid "A program that inserts itself into other files or programs. When executed, it spreads to more programs and other computers. A virus can cause substantial damage by clogging networks or disk drives, deleting files, or opening security holes." +msgstr "Program, který sám sebe vkládá do jiných souborů nebo programů. Když je spuštěn, rozšiřuje se do více programů a jiných počítačů. Virus může způsobit významné škody zablokováním sítě nebo pevných disků, vymazáním souborů nebo otevřením bezpečnostních děr." #: C/evolution.xml:7720(glossterm) msgid "vCard" msgstr "vCard" #: C/evolution.xml:7722(para) -msgid "" -"A file format for the exchange of contact information. When you get an " -"address card attached to an email, it is probably in vCard format." -msgstr "" -"Formát souboru pro výměnu kontaktních informací. Když dostanete kartu " -"adresáře přiloženou k e-mailu, bude pravděpodobně ve formátu vCard." +msgid "A file format for the exchange of contact information. When you get an address card attached to an email, it is probably in vCard format." +msgstr "Formát souboru pro výměnu kontaktních informací. Když dostanete kartu adresáře přiloženou k e-mailu, bude pravděpodobně ve formátu vCard." #: C/evolution.xml:7728(title) msgid "Legal Notices" msgstr "Právní poznámky" #: C/evolution.xml:7730(member) -msgid "" -"Novell, Inc. makes no representations or warranties with respect to the " -"contents or use of this documentation, and specifically disclaims any " -"express or implied warranties of merchantability or fitness for any " -"particular purpose. Further, Novell, Inc. reserves the right to revise this " -"publication and to make changes to its content, at any time, without " -"obligation to notify any person or entity of such revisions or changes." -msgstr "" -"Novell, Inc. neprovádí žádné zastoupení nebo záruky vzhledem k obsahu a " -"použití tohoto dokumentu a především se zříká jakýchkoliv výslovných nebo " -"odvozených záruk prodejnosti nebo vhodnosti pro jakýkoliv účel. Dále si " -"Novell, Inc. zachovává právo revidovat tuto publikaci a měnit její obsah " -"kdykoliv bez nutnosti informovat o tom jakoukoliv osobu nebo předmět revizí " -"a změn." +msgid "Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Further, Novell, Inc. reserves the right to revise this publication and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes." +msgstr "Novell, Inc. neprovádí žádné zastoupení nebo záruky vzhledem k obsahu a použití tohoto dokumentu a především se zříká jakýchkoliv výslovných nebo odvozených záruk prodejnosti nebo vhodnosti pro jakýkoliv účel. Dále si Novell, Inc. zachovává právo revidovat tuto publikaci a měnit její obsah kdykoliv bez nutnosti informovat o tom jakoukoliv osobu nebo předmět revizí a změn." #: C/evolution.xml:7731(member) -msgid "" -"Further, Novell, Inc. makes no representations or warranties with respect to " -"any software, and specifically disclaims any express or implied warranties " -"of merchantability or fitness for any particular purpose. Further, Novell, " -"Inc. reserves the right to make changes to any and all parts of Novell " -"software, at any time, without any obligation to notify any person or entity " -"of such changes." -msgstr "" -"Dále společnost Novell, Inc. nedělá zastoupení nebo záruky s ohledem na " -"jakýkoliv software a zříká se jakýchkoliv rychlých a implikovaných záruk " -"prodejnosti nebo způsobilosti pro jakýkoliv účel. Dále si společnost Novell, " -"Inc. vyhrazuje právo dělat změny ve všech částech softwaru od společnosti " -"Novell, kdykoliv a bez povinnosti oznámit to jakékoliv osobě nebo objektu " -"těchto změn." +msgid "Further, Novell, Inc. makes no representations or warranties with respect to any software, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Further, Novell, Inc. reserves the right to make changes to any and all parts of Novell software, at any time, without any obligation to notify any person or entity of such changes." +msgstr "Dále společnost Novell, Inc. nedělá zastoupení nebo záruky s ohledem na jakýkoliv software a zříká se jakýchkoliv rychlých a implikovaných záruk prodejnosti nebo způsobilosti pro jakýkoliv účel. Dále si společnost Novell, Inc. vyhrazuje právo dělat změny ve všech částech softwaru od společnosti Novell, kdykoliv a bez povinnosti oznámit to jakékoliv osobě nebo objektu těchto změn." #: C/evolution.xml:7734(member) -msgid "" -"You may not use, export, or re-export this product in violation of any " -"applicable laws or regulations including, without limitation, U.S. export " -"regulations or the laws of the country in which you reside." -msgstr "" -"Nemůžete tento produkt používat, exportovat a reexportovat v rozporu s " -"jakýmkoliv použitelným zákonem, včetně nařízení, exportními nařízeními " -"Spojených států nebo zákony země, v které sídlíte." +msgid "You may not use, export, or re-export this product in violation of any applicable laws or regulations including, without limitation, U.S. export regulations or the laws of the country in which you reside." +msgstr "Nemůžete tento produkt používat, exportovat a reexportovat v rozporu s jakýmkoliv použitelným zákonem, včetně nařízení, exportními nařízeními Spojených států nebo zákony země, v které sídlíte." #: C/evolution.xml:7737(member) -msgid "" -"Copyright 2007 Novell, Inc. Permission is granted to copy, distribute, and/" -"or modify this document under the terms of the GNU Free Documentation " -"License (GFDL), Version 1.2 or any later version, published by the Free " -"Software Foundation with no Invariant Sections, no Front-Cover Texts, and no " -"Back-Cover Texts. A copy of the GFDL can be found at http://www.fsf.org/" -"licenses/fdl.html." -msgstr "" -"Copyright 2007 Novell, Inc. Je povoleno kopírovat, šířit a/nebo upravovat " -"tento dokument za podmínek GNU Free Documentation License, verze 1.2 nebo " -"jakékoli další verze vydané nadací Free Software Foundation; bez neměnných " -"oddílů, bez textů předních desek a bez textů zadních desek. Kopii GFDL " -"můžete najít na http://www.fsf.org/licences/fdl.html" +msgid "Copyright 2007 Novell, Inc. Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.2 or any later version, published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the GFDL can be found at http://www.fsf.org/licenses/fdl.html." +msgstr "Copyright 2007 Novell, Inc. Je povoleno kopírovat, šířit a/nebo upravovat tento dokument za podmínek GNU Free Documentation License, verze 1.2 nebo jakékoli další verze vydané nadací Free Software Foundation; bez neměnných oddílů, bez textů předních desek a bez textů zadních desek. Kopii GFDL můžete najít na http://www.fsf.org/licences/fdl.html" #: C/evolution.xml:7738(member) -msgid "" -"THIS DOCUMENT AND MODIFIED VERSIONS OF THIS DOCUMENT ARE PROVIDED UNDER THE " -"TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING " -"THAT:" +msgid "THIS DOCUMENT AND MODIFIED VERSIONS OF THIS DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT:" msgstr "" #: C/evolution.xml:7739(member) -msgid "" -"1. THE DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY " -"KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES " -"THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS, " -"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. THE ENTIRE " -"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " -"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " -"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgid "1. THE DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #: C/evolution.xml:7740(member) -msgid "" -"2. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT " -"(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL " -"WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED " -"VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE " -"TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR " -"CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, " -"DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR " -"MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR " -"RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN " -"IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES." +msgid "2. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES." msgstr "" #: C/evolution.xml:7743(member) @@ -14225,49 +10165,32 @@ msgstr "Červen 2007" #: C/evolution.xml:7752(member) -msgid "" -"To access the online documentation for this and other Novell products, and " -"to get updates, see www.novell.com/documentation" -msgstr "" -"Pro přístup k online dokumentaci pro tento nebo jiný produkt Novellu a pro " -"aktualizace navštivte www.novell.com/documentation " +msgid "To access the online documentation for this and other Novell products, and to get updates, see www.novell.com/documentation" +msgstr "Pro přístup k online dokumentaci pro tento nebo jiný produkt Novellu a pro aktualizace navštivte www.novell.com/documentation " #: C/evolution.xml:7755(member) msgid "Evolution is a trademark of Novell, Inc." msgstr "Evolution je obchodní známka společnosti Novell, Inc." #: C/evolution.xml:7756(member) -msgid "" -"GroupWise is a registered trademark of Novell, Inc. in the United States and " -"other countries." -msgstr "" -"GroupWise je registrovaná obchodní známka společnosti Novell, Inc. ve " -"Spojených státech a ostatních zemích." +msgid "GroupWise is a registered trademark of Novell, Inc. in the United States and other countries." +msgstr "GroupWise je registrovaná obchodní známka společnosti Novell, Inc. ve Spojených státech a ostatních zemích." #: C/evolution.xml:7757(member) -msgid "" -"Novell is a registered trademark of Novell, Inc. in the United States and " -"other countries." -msgstr "" -"Novell je registrovaná obchodní známka společnosti Novell, Inc. ve Spojených " -"státech a ostatních zemích." +msgid "Novell is a registered trademark of Novell, Inc. in the United States and other countries." +msgstr "Novell je registrovaná obchodní známka společnosti Novell, Inc. ve Spojených státech a ostatních zemích." #: C/evolution.xml:7758(member) msgid "SUSE is a registered trademark of SUSE AG, a Novell company." msgstr "SUSE je registrovaná obchodní známka SUSE AG, společnost Novell." #: C/evolution.xml:7759(member) -msgid "" -"Ximian is a registered trademark of Novell, Inc. in the United States and " -"other countries." -msgstr "" -"Ximian je registrovaná obchodní známka společnosti Novell, Inc. ve Spojených " -"státech a ostatních zemích." +msgid "Ximian is a registered trademark of Novell, Inc. in the United States and other countries." +msgstr "Ximian je registrovaná obchodní známka společnosti Novell, Inc. ve Spojených státech a ostatních zemích." #: C/evolution.xml:7762(member) msgid "All third-party trademarks are the property of their respective owners." -msgstr "" -"Všechny obchodní známky třetích stran jsou majetkem příslušných vlastníků." +msgstr "Všechny obchodní známky třetích stran jsou majetkem příslušných vlastníků." #. Put one translator per line, in the form of NAME , YEAR1, YEAR2. #: C/evolution.xml:0(None) @@ -14280,13 +10203,10 @@ #~ msgstr "" #~ "@@image: 'figures/evo_crash_recovery.png'; " #~ "md5=6bfa921910f94e5845f893a6308169a6" - #~ msgid "Connecting to Hula" #~ msgstr "Spojení s Hula" - #~ msgid "Hula:" #~ msgstr "Hula:" - #~ msgid "" #~ "Select this option if you want Hula account. Evolution provide you " #~ "connectivity to Hula servers " @@ -14297,16 +10217,12 @@ #~ "připojení k serverům Hula " #~ "pomocí IMAPu a podporuje kalendář pomocí CalDAV. Více informací se " #~ "dozvíte na Připojení k Hula" - #~ msgid "If you don't know the Server, contact your administrator." #~ msgstr "Pokud neznáte jméno serveru, kontaktujte svého administrátora." - #~ msgid "Type your username for the account in the Username field." #~ msgstr "Napište uživatelské jméno do pole Uživatelské jméno." - #~ msgid "Select to use a secure (SSL) connection." #~ msgstr "Vyberte použití zabezpečeného připojení (SSL)." - #~ msgid "" #~ "If your server supports secure connections, you should enable this " #~ "security option. If you are unsure if your server supports a secure " @@ -14315,43 +10231,36 @@ #~ "Pokud váš server podporuje zabezpečená připojení, měli byste tuto volbu " #~ "aktivovat. Pokud si nejste jistí, zda váš server tuto možnost podporuje, " #~ "kontaktujte svého administrátora." - #~ msgid "" #~ "If you are unsure what authentication type you need, contact your system " #~ "administrator." #~ msgstr "" #~ "Pokud si nejste jistí, který druh autentizace potřebujete, kontaktujte " #~ "svého administrátora." - #~ msgid "" #~ "Select if you want to apply filters to new messages in the Inbox on the " #~ "server." #~ msgstr "" #~ "Zvolte, pokud chcete aplikovat filtry na nové zprávy v Příchozích na " #~ "serveru." - #~ msgid "Select if you want to automatically synchronize remote mail locally." #~ msgstr "" #~ "Zvolte, pokud chcete automaticky synchronizovat vzdálenou poštu lokálně." - #~ msgid "" #~ "Select check new messages for junk contents to filter new messages for " #~ "spam messages." #~ msgstr "" #~ "Zvolením \"kontrolovat nevyžádanou poštu v nových zprávách\" vyfiltrujete " #~ "z nových zpráv spam." - #~ msgid "" #~ "For more information refer Stopping Junk Mail (Spam)" #~ msgstr "" #~ "Více informací získáte na Boj " #~ "proti spamu" - #~ msgid "Select if you want to apply filters to new messages in the Inbox." #~ msgstr "" #~ "Zvolte, pokud chcete použít filtry na nové zprávy ve složce Příchozí." - #~ msgid "" #~ "Select if you want Evolution to automatically check for new mail.If you " #~ "select this option, you need to specify how often Evolution should check " @@ -14360,10 +10269,8 @@ #~ "Zvolte, pokud chcete, aby Evolution automaticky kontroloval novou poštu. " #~ "Pokud zvolíte tuto volbu, musíte zadat, jak často má Evolution nové " #~ "zprávy kontrolovat." - #~ msgid "Type the Server address in the Server field." #~ msgstr "Napište adresu serveru do pole Server." - #~ msgid "" #~ "Before importing e-mail from Netscape*, make sure you have selected File " #~ "> Compact All Folders. If you don't, Evolution will import and " @@ -14372,19 +10279,15 @@ #~ "Před importem pošty z Netscape* se ujistěte, že jste vybrali Soubor > " #~ "Provést údržbu všech složek. Pokud ne, Evolution importuje a obnoví " #~ "smazané zprávy ve vaší složce Koše." - #~ msgid "This is where your e-mail is displayed." #~ msgstr "Zde jsou vaše e-maily zobrazovány." - #~ msgid "Crash Recovery" #~ msgstr "Zotavení po pádu" - #~ msgid "" #~ "Evolution displays a crash detection message when you restart it after a " #~ "crash." #~ msgstr "" #~ "Evolution zobrazí zprávu o detekci pádu, když ho po pádu restartujete." - #~ msgid "" #~ "Click Ignore to restore the preview pane displayed when Evolution " #~ "crashed. If you click Recover, Evolution opens with all preview panes " @@ -14393,7 +10296,6 @@ #~ "Klikněte na Ignorovat, pokud chcete obnovit panel náhledu, který byl " #~ "zobrazený, když Evolution spadl. Pokud kliknete na Obnovit, Evolution se " #~ "otevře se všemi panely náhledu skrytými. " - #~ msgid "" #~ "Evolution has a number of command line options that you can use. You can " #~ "find the full list by entering the command man evolutionman evolution nebo evolution --help. Nejdůležitějšími " #~ "volbami pro příkazovou řádku jsou:" - #~ msgid "" #~ "Click Edit > Preferences > Mail Preferences and select the Enable " #~ "Magic Spacebar check box." #~ msgstr "" #~ "Klikněte na Upravit > Nastavení > Účty e-mailu a zaškrtněte Povolit " #~ "Magický mezerník." - #~ msgid "Click Edit > Preferences" #~ msgstr "Klikněte na Upravit > Nastavení" - #~ msgid "" #~ "Click the down-arrow on the attachment icon, or right-click the " #~ "attachment icon in the attachment bar, then click Save As." #~ msgstr "" #~ "Klikněte na šipku směřující dolů na ikoně přílohy nebo klikněte pravým " #~ "tlačítkem na ikonu přílohy v liště příloh, potom klikněte na Uložit jako." - #~ msgid "" #~ "When you have finished making your selections, click Close to exit the " #~ "Plugin Manager." #~ msgstr "" #~ "Jste-li hotovi s výběrem, zavřete Správce zasuvných modulů kliknutím na " #~ "Zavřít." - #~ msgid "Click Image." #~ msgstr "Klikněte na Obrázek." - #~ msgid "Click Rule." #~ msgstr "Klikněte na Čáru." - #~ msgid "Click Table." #~ msgstr "Klikněte na Tabulku:" - #~ msgid "RSVP:" #~ msgstr "RSVP:" - #~ msgid "" #~ "GPG uses two keys: public and private. You can give your public key to " #~ "anyone you want to receive encrypted messages, or put it on a public key " @@ -14454,7 +10347,6 @@ #~ "budou kontaktovat. Váš privátní klíč vám umožňuje dešifrovat jakoukoliv " #~ "zprávu zašifrovanou vašim veřejným klíčem. Nikdy nedávejte nikomu váš " #~ "privátní klíč." - #~ msgid "" #~ "When you send a message that is encrypted, you must encrypt it using your " #~ "intended recipient's public key. To receive an encrypted message, you " @@ -14470,45 +10362,35 @@ #~ "podpis zpráv zašifrujte váš podpis vaším privátním klíčem tak, že pouze " #~ "váš veřejný klíč jej může odemčít. Když pošlete zprávu, příjemce dostane " #~ "váš veřejný klíč a odemče podpis a tím si ověří vaši identitu." - #~ msgid "Click Edit > Preferences, then click Mail Accounts." #~ msgstr "Klikněte na Upravit > Nastavení a potom na Účty e-mailu." - #~ msgid "Click Edit > Preferences, then click Certificate." #~ msgstr "Klikněte na Upravit > Nastavení, potom klikněte na Certifikáty." - #~ msgid "" #~ "Click Edit > Preferences, then select the account to encrypt the " #~ "messages in." #~ msgstr "" #~ "Klikněte na Upravit > Nastavení, potom vyberte účet, v kterém chcete " #~ "šifrovat zprávy." - #~ msgid "Select the search criteria." #~ msgstr "Vyberte kritérium vyhledávání" - #~ msgid "Click Show to expand the drop-down list." #~ msgstr "Klikněte na Zobrazit pro rozbalení seznamu." - #~ msgid "To perform advanced search," #~ msgstr "Chcete-li provést pokročilé hledání," - #~ msgid "The sender's address." #~ msgstr "Adresa odesílatele." - #~ msgid "" #~ "Messages can have labels of Important, Work, Personal, To Do, or Later. " #~ "You can set tables with other filters or by hand." #~ msgstr "" #~ "Zprávy mohou mít štítky Důležité, Pracovní, Osobní, Zpracovávané a " #~ "Později. Můžete nastavit tabulky s jinými filtry nebo ručně." - #~ msgid "" #~ "Moves the message into a folder you specify. Click Here to select the " #~ "destination folder." #~ msgstr "" #~ "Přesune zprávu do složky, kterou uvedete. Kliknutím zde vyberete složku." - #~ msgid "" #~ "To change your junk mail filtering preferences, click Edit > " #~ "Preferences, then click Mail Preferences. For more information on this " @@ -14517,17 +10399,14 @@ #~ "Pro změnu vašeho nastavení filtrování nevyžádané pošty klikněte na " #~ "Upravit > Nastavení, potom na Nastavení pošty. Více informací najdete " #~ "v Nastavení nevyžádané pošty." - #~ msgid "" #~ "From the Contact Editor toolbar, you can save and close, print, close, or " #~ "delete the contact." #~ msgstr "" #~ "Z nástrojové lišty editoru kontaktů můžete ukládat, zavírat, tisknout " #~ "nebo mazat kontakt." - #~ msgid "Use File > New Task or Shift+Ctrl+T." #~ msgstr "Vyberte Soubor > Nový úkol nebo tiskněte Shift+Ctrl+T." - #~ msgid "" #~ "A pre-downloading procedure that allows Evolution to quickly refer to " #~ "data. It enables faster searches and decreases memory usage for data " @@ -14536,19 +10415,14 @@ #~ "Procedura před stahováním, která aplikaci Evolution umožňuje podívat se " #~ "rychle na data. Umožňuje to rychlejší vyhledávání a snížení využití " #~ "paměti při zobrazení dat." - #~ msgid "2007" #~ msgstr "2007" - #~ msgid "Evolution™" #~ msgstr "Evolution™" - #~ msgid "evolution ‘%s’" #~ msgstr "evolution ‘%s’" - #~ msgid "@@image: 'figures/evo_label_a.png'; md5=THIS FILE DOESN'T EXIST" #~ msgstr "@@image: 'figures/evo_label_a.png'; md5=THIS FILE DOESN'T EXIST" - #~ msgid "" #~ "For support, late-breaking news, and errata, visit the Novell® support " #~ "center at support.novell.comsupport." #~ "novell.com." - #~ msgid "" #~ "Evolution™ makes the tasks of storing, organizing, and retrieving your " #~ "personal information easy, so you can work and communicate more " @@ -14569,7 +10442,6 @@ #~ "osobních informací, takže můžete pracovat a komunikovat s ostatními " #~ "efektivněji. Je to velmi vyvinutý groupware program, nedílná součást k internetu připojeného počítače." - #~ msgid "" #~ "Evolution can help you work in a group by handling e-mail, address, and " #~ "other contact information, and one or more calendars. It can do that on " @@ -14579,7 +10451,6 @@ #~ "Evolution vám může pomoci pracovat ve skupině tak, že bude vést vaše e-" #~ "maily, kontakty a jeden nebo více kalendářů. Může to dělat na jednom nebo " #~ "více počítačích spojených po síti, pro jednu osobu nebo velkou skupinu." - #~ msgid "" #~ "With Evolution, you can accomplish your most common daily tasks quickly. " #~ "For example, it takes only one or two clicks to enter appointment or " @@ -14595,7 +10466,6 @@ #~ "funkce jako složky vyhledávání, které " #~ "vám umožní uložit výsledky hledání, jakoby byly obyčejnými složkami e-" #~ "mailů." - #~ msgid "" #~ "If you check this option, evolution fetches the headers as well as the " #~ "body of the message simultaneously. In this case, the time taken to open " @@ -14606,23 +10476,18 @@ #~ "tělo zprávy. V tomto případě otevření zprávy nevyžaduje relativně tolik " #~ "času. K tomu můžete stáhnout všechny maily pro čtení offline, pokud " #~ "zatrhnete tuto volbu." - #~ msgid "To take the backup," #~ msgstr "Pro vytvoření zálohy" - #~ msgid "To restore Evolution," #~ msgstr "Pro obnovu Evolutionu" - #~ msgid "" #~ "‘Get Mail' in the Evolution toolbar replaced with Send/Receive tool in " #~ "SLED." #~ msgstr "" #~ "\"Získat poštu\" bylo v liště nástrojů Evolutionu nahrazeno v SLED " #~ "položkou Přijmout/Odeslat." - #~ msgid "Click Configure to add the keywords." #~ msgstr "Klikněte na Configure pro přidání klíčových slov." - #~ msgid "" #~ "If you need additional help with Evolution, visit the Novell® support site at." @@ -14630,3 +10495,4 @@ #~ "Jestliže potřebujete další pomoc s aplikací Evolution, navštivte stránku podpory společnosti Novell®." + diff -Nru evolution-2.24.1.1/help/cs/evolution.xml evolution-2.24.2/help/cs/evolution.xml --- evolution-2.24.1.1/help/cs/evolution.xml 2008-11-07 08:00:58.000000000 +0100 +++ evolution-2.24.2/help/cs/evolution.xml 2008-11-24 05:57:48.000000000 +0100 @@ -309,14 +309,14 @@ Vyberte, pokud chcete používat zabezpečené připojení (SSL nebo TLS). - You should enable this option if your server supports it. - Free webmail providers usually supply information about which of these options can be used. If you are in an organizational environment, you may want to contact your system administrator for more information. + Pokud ji server podporuje, měli byste tuto volbu povolit. + Poskytovatelé freemailů obvykle poskytují informace možnostech, které můžete využít. Pokud jste v prostředí organizace, můžete kontaktovat vašeho správce systému, abyste získali více informací. Zvolte druh autentizace v seznamu Autentizace. nebo Klikněte na Zjistit podporované typy a Evolution zjistí, který typ je podporován. Některé servery neoznamují, které autentizační mechanismy podporují, takže kliknutí na toto tlačítko nezaručuje, že dostupné mechanismy opravdu fungují. - Free webmail providers usually supply information about which of these options can be used. If you are in an organizational environment, you may want to contact your system administrator for more information. + Poskytovatelé freemailů obvykle poskytují informace možnostech, které můžete využít. Pokud jste v prostředí organizace, můžete kontaktovat vašeho správce systému, abyste získali více informací. Zvolte, pokud chcete, aby si Evolution pamatoval vaše heslo. @@ -722,7 +722,7 @@
Import pošty (volitelné) Poté, co vyberete časové pásmo, nabídne vám Evolution import souborů pošty nebo adres z jiné aplikace, pokud je nalezne. Úplný popis funkce importu naleznete v Importu jednotlivých souborů. - Microsoft Outlook* and versions of Outlook Express after version 4 use proprietary formats that Evolution cannot read or import. + Microsoft Outlook* a verze Outlooku Express verze 4 a vyšší používají proprietární formáty, které Evolution neumí přečíst nebo importovat. Abyste informace importovali, budete možná potřebovat nástroj Exportu pod Windows*. Instrukce naleznete v Migraci lokálních poštovních složek Outlooku. Před importováním pošty z Netscape*, musí uživatelé Mozilly a Netscape kliknout na Soubor > Provést údržbu služeb > Všechny složky v poštovním nástroji Netscapu a Mozilly. Jinak Evolution importuje a obnoví všechny zprávy ze složky Koš. @@ -1002,7 +1002,7 @@
Volby pro příkazovou řádku Evolution má celou řadu voleb pro příkazovou řádku, které můžete použít. Pokud chcete zjistit informace o volbách pro příkazovou řádku, otevřete okno terminálu a napište evolution --help. - The most important command line options are: + Nejdůležitější volby pro příkazovou řádku jsou: @@ -1100,7 +1100,7 @@ Vytváření novým e-mailových zpráv - Templates + Šablony Posílání pozvánek poštou @@ -1165,49 +1165,49 @@ Evolution vás upozorní na nové příchozí e-maily. Když dostanete do Příchozích novou zprávu, na přepínači se objeví blikající ikona. Také můžete vidět blikající ikonu v oznamovací oblasti, která zmizí, když nový e-mail otevřete. Oznamovací zprávu můžete vidět tak, že podržíte myš nad ikonou. - To enable this feature, select Edit > Plugins, then select the Mail Notification check box. You can configure the plugin by specifing the following in the Plugin Manager. + Chcete-li povolit tuto funkci, vyberte Upravit > Zásuvné moduly, potom zaškrtněte Upozornění na novou poštu. Tento zásuvný modul můžete nastavit specifikováním následujících informací ve Správci zásuvných modulů. - Notify new messages for Inbox only: - Select this option to restrict the mail notification to Inbox. With this option enabled, you are notified of each new message arrival in the Inbox. + Upozorňovat pouze na nové zprávy v Příchozí: + Vyberte tuto možnost, pokud chcete upozornění na novou poštu omezit pouze na Příchozí. Povolením této možnosti budete upozorňováni na každou novou zprávu, která dorazí do složky Příchozí. - Generate D-Bus message: - D-Bus is a fast, lightweight message bus system that allows applications to communicate with each other. Select this option to generate a D-Bus message on the session bus whenever a new message arrives. + Vytvořit zprávu D-Bus: + D-Bus je rychlý a lehký systém bus zpráv, který aplikacím umožňuje komunikovat mezi sebou. Vyberte tuto možnost, pokud chcete vytvářet zprávy D-Bus, kdykoliv nová zpráva dorazí. - Show icon in the notification area: - Select this option to display a new mail icon in the notification area when a new message arrives. You have two options to select from: + Zobrazovat ikonu v oznamovací oblasti: + Vyberte tuto možnost, chcete-li, aby se v oznamovací oblasti zobrazovala ikona nové pošty, když dorazí nová zpráva. Máte na výběr dvě možnosti: - Blinking icon in the notification area: - Select this option to make the new mail icon blink in the notification area on arrival of a new message. + Blikat s ikonou v oznamovací oblasti: + Vyberte tuto možnost, pokud chcete, aby ikona nové pošty při příchodu nové zprávy v oznamovací oblasti blikala. - Popup message together with the icon: - Select this option to make the new message pop up along with the new mail icon. + Vyskakovací zpráva společně s ikonou: + Vyberte tuto možnost, pokud chcete, aby s ikonou nové pošty vyskočila i zpráva o nové poště. - Play sound when new messages arrive: - You have two options to select from: + Zahrát zvuk, když přijde nová pošta: + Máte na výběr dvě možnosti: Pípnout: - Select this option to play a beep sound on the arrival of a new message. + Vyberte tuto možnost, pokud chcete, aby se s příchodem nové zprávy ozvalo pípnutí. Přehrát zvukový soubor: - Select this option to play a sound file of your choice on the arrival of a new message. + Vyberte tuto možnost, pokud chcete, aby se s příchodem nové zprávy přehrál zvukový soubor dle vašeho výběru. @@ -1217,13 +1217,13 @@ Klikněte na Žádný, abyste otevřeli okno pro výběr zvukového souboru. - Browse to find the sound file of your choice. + Najděte požadovaný soubor. Kliknutím na Otevřít zvukový soubor vyberete. - Click Play to confirm the selection. + Výběr potvrďte kliknutím na Přehrát.
@@ -1260,7 +1260,7 @@ Použijte následující postup pro nastavení limitu zobrazených adres: - Select Edit > Preferences. + Vyberte Upravit > Nastavení. Vyberte Nastavení pošty. @@ -1488,9 +1488,9 @@ Vlastní hlavičky Chcete-li povolit zásuvný modul Vlastní hlavičky: Vyberte Upravit > Zásuvné moduly. - Then select Custom Header. You can configure custom headers to set sensitivity and caveats to the outgoing messages. + Potom vyberte Vlastní hlavičku. Můžete si nastavit vlastní hlavičky, pokud chcete nastavit citlivost a varování do odchozích zpráv. - In the Plugin Manager, select the Configuration tab to customize your header fields. You can add, edit, or remove the header fields. For every header field you add, you can specify the keys and values. The key is used as the title of the Custom Header. You can enter multiple values for the keys. You must use a semicolon to separate every value you enter. + Ve Správci zásuvných modulů vyberte kartu Nastavení pro přizpůsobení hlavičkových polí. Můžete přidat, upravit nebo odstranit hlavičkové pole. Každému poli můžete přidat a stanovit klíče a hodnoty. Klíč se používá jako titulek vlastní hlavičky. Klíčům můžete přiřadit více hodnot. Hodnoty, které zádáváte, musíte oddělit středníkem. Abyste otevřeli okno pro vytvoření zprávy, vyberte Soubor > Nová > Zpráva nebo Shift+Ctrl+M. @@ -1498,10 +1498,10 @@ Vyberte Vložit > Vlastní hlavička pro otevření okna vlastní hlavičky e-mailu. - In the Email Custom Header window, you can view all the header fields and values you add. + V okně Vlastní hlavička zprávy můžete vidět všechny hlavičková pole a hodnoty, které jste přidali. - Set the values for the header fields by using the respective drop-down list. + Nastavte hodnoty pro hlavičková pole tak, že použijete rozbalovací seznam. Klikněte na OK. @@ -1880,7 +1880,7 @@ Můžete do textu vložit vodorovnou čáru, která jej pomůže rozdělit na dvě části: - Click Insert > Rule in the menubar. + Klikněte v nabídce na Vložit > Pravidlo. Vyberte šířku, velikost a zarovnání. @@ -1899,7 +1899,7 @@ Můžete vložit tabulku do textu: - Click Insert > Table in the menubar. + Klikněte v nabídce na Vložit > Tabulku. Vyberte počet řádků a sloupců. @@ -1942,7 +1942,7 @@ Pro změnu implicitního nastavení, - Select Edit > Preferences. + Vyberte Upravit > Nastavení. Vyberte účet e-mailu, jehož výchozí nastavení chcete změnit. @@ -2047,20 +2047,20 @@
- Templates - A message template is a standard message that you can use at any time to send mail with the same pattern. Evolution allows you to create and edit message templates. + Šablony + Šablony zprávy je standardní zpráva, kterou můžete kdykoliv použít pro poslání e-mailu se stejným vzorem. Evolution vám umožňuje tvořit a upravovat šablony. - Creating a Message Template from an Existing Message + Vytvoření nové šablony zprávy z existující zprávy - Saving a New Message as a Template + Uložení nové zprávy jako šablonu - Using a Message Template as a Reply + Použití šablony zprávy pro Odpovědět - Configuring Message Templates + Nastavení šablon zpráv Chcete-li zapnout zásuvný modul Přípomínka přílohy: @@ -2071,25 +2071,25 @@
- Creating a Message Template from an Existing Message + Vytvoření nové šablony zprávy z existující zprávy Vyberete zprávu. - Right-click > Move to folder / Copy to folder. + Klikněte pravým tlačítkem > Přesunout do složky / Kopírovat do složky. Vyberte místní složku pro šablony. - You can also edit an existing message and save it as a template. + Můžete také upravovat existující zprávu a uložit ji jako šablonu. Otevřete zprávu a potom klikněte na Odpovědět. - Edit the message body or the addresses according to your requirements. + Upravte tělo zprávy nebo adresy podle vašich požadavků. Vyberte Soubor > Uložit jako šablonu. @@ -2098,10 +2098,10 @@
- Saving a New Message as a Template + Uložení nové zprávy jako šablonu - Click New and enter the information in the New Message window, according to your requirements. + Klikněte na Nový a vložte do okna nové zprávy informace podle vašich požadavků. Vyberte Soubor > Uložit jako šablonu. @@ -2110,38 +2110,38 @@
- Using a Message Template as a Reply + Použití šablony zprávy pro Odpovědět Klikněte pravým tlačítkem na zprávu, na kterou odpovídáte, a potom na Šablony. - This option lists all the message templates in the Template folder. + Tato volba zobrazí seznam všech šablon zpráv ve složce Šablony. - Select Open the message template of your choice and make changes if required. + Zvolte šablonu zprávy dle vašeho výběru a prověďte změny, pokud jsou nutné. Klikněte na Poslat. - When you select a message template for replying, the subject of the reply is preserved. + Pokud vyberte šablonu zprávy pro odpověď, předmět odpovědi je již uvedený.
- Configuring Message Templates - In the Plugin Manager, select the Configuration tab to customize your message templates. You can add, edit or remove the key-value pairs. You can specify any number of key-value pairs. - In any template, the occurrence of every $key is replaced by the value it has in the configuration. For example, if you set the key to Manager and the value to Harry, any occurrence of $Manager is replaced by Harry in the message. - Assume that you have 1000 message templates with your current manager's name has a reference in them. When the current manager is replaced by a new one, it's not easy for you to manually replace the manager's name in all the 1000 messages. If the messages have a $Manager key value, you can reset the value in the Configuration tab of this plugin. - By default, the entire environment variables are used as a key-value pair. An occurrence of $env_variable is replaced by the value it carries. For example, an occurrence of $PATH in your template is replaced by its value when the template is used. - The replacement process uses the following order of precedence: + Nastavení šablon zpráv + Ve správci zásuvných modulů vyberte kartu Nastavení a můžete vaše šablony zpráv upravovat. Můžete přidávat, upravovat nebo odstraňovat páry klíčových hodnot. Můžete zadat jakýkoliv počet párů klíčových hodnot. + V kterékoliv šabloně je výskyt $klíč nahrazen hodnotou, kterou má v nastavení. Například nastavíte klíčové slovo na manažer a hodnotu na Jindra, jakýkoliv výskyt $manažer je nahrazen ve zprávě výrazem Jindra. + Předpokládejme, že máte 1000 šablon zpráv s jménem vašeho současného manažera. V momentě, kdy je současný manažer nahrazen novým, není pro vás jednoduché změnit jméno manažera ve všech tisíci zprávách. Pokud má zpráva klíčovou hodnotu $manažer, můžete hodnotu změnit na kartě Nastavení tohoto zásuvného modulu. + Ve výchozím stavu jsou proměnné celého prostředí použity jako páry klíčových hodnot. Výskyt $env_variable je nahrazen hodnotou, kterou nese. Například výskyt $PATH ve vaší šabloně je nahrazen hodnotou, když je šablona použita. + Proces nahrazování používá následující pořadí priorit: - $key is replaced by the value set for it in the Configuration tab of the Templates plugin. + $klíč je nahrazen hodnotou mu přiřazenou na kartě Nastavení zásuvného modulu Šablona. - If the key is not found, it is then replaced with the value of its environment variable. + Pokud není klíč nalezen, je nahrazen hodnotou proměnné z prostředí. - If key is neither a configuration option nor an environment variable, no changes are made. + Pokud není klíč ani volbou v nastavení, ani proměnnou v prostředí, žádné změny neproběhnou.
@@ -2206,8 +2206,8 @@ Evolution vám pomáhá schránit vaše soukromí použitím GNU Privacy Guard (GPG), implementace silného šifrování veřejným klíčem. - In order to send and receive encrypted emails using GPG, it is necessary to use two kinds of encryption keys: public and private. Public keys are used to encrypt messages and private keys to decrypt them. To send encrypted email, you must have the recepient's public key, which is used to encrypt the message. The recipient then uses his/her private key to decrypt (and read) the encrypted message. - Those who wish to send you encrypted email must first have a copy of your public key on your keyring. To this end, public keys can be shared with those who want to send encrypted messages to you. In order to do this, you may place your public key on a public key server. Private keys should not be shared with others. + K tomu, abyste mohli posílat a přijímat e-maily šifrované pomocí GPG, je nutné použít dva druhy šifrovacích klíčů: veřejné a privátní. Veřejné klíče jsou využívány k zašifrování zpráv a privátní k jejich rozšifrování. Abyste mohli poslat šifrovaný e-mail, potřebujete veřejný klíč příjemce, který se používá k zašifrování zprávy. Příjemce potom použije svůj privátní klíč k rozšifrování (a přečtení) zašifrované zprávy. + Ti, kteří si přejí vám posílat šifrované e-maily, musí mít kopii vašeho večejného klíče. Za tímto účelem mohou být veřejné klíče sdíleny s těmi, kteří vám chtějí posílat šifrované zprávy. Abyste tohoto dosáhli, můžete umístit váš veřejný klíč na server veřejných klíčů. Privátní klíče by neměly být sdíleny s nikým. Evolution nepodporuje starší verze PGP, jako je OpenPGP a Inline PGP. Můžete použít šifrování dvěma způsoby: @@ -2365,7 +2365,7 @@ Přidání podpisového certifikátu - Select Edit > Preferences. + Vyberte Upravit > Nastavení. Klikněte na Certifikáty. @@ -2516,7 +2516,7 @@ - Microsoft Outlook* and versions of Outlook Express after version 4 use proprietary formats that Evolution cannot read or import. + Microsoft Outlook* a verze Outlooku Express verze 4 a vyšší používají proprietární formáty, které Evolution neumí přečíst nebo importovat. Jednou z metod migrace, která dobře funguje, je použít aplikaci Outport. Více informací najdete v outport.sourceforge.net. Můžete také importovat data z jiného poštovního klienta pro Windows, např. Mozilly. @@ -2868,7 +2868,7 @@ Pokročilé hledání: - You can perform an advanced search based on any of the search types. + Můžete provádět pokročilá vyhledávání na základě kteréhokoliv z těchto typů hledání. @@ -3368,32 +3368,32 @@ Klikněte na tlačítko Kategorie a vyberte kategorie pro tuto kartu. Přidělíte-li kontaktu kategorie, můžete potom vyhledávat kontakty, které používají tyto kategorie. Více informací o kategoriích kontaktů naleznete v Organizaci kontaktů. - Free/Busy and Calendar URLs: - Click the Personal Information tab to enter Web addresses for the contact. If the contact publishes Free/Busy or calendar data online, using a server other than Exchange or GroupWise, you can specify the addresses for those servers here. After you do so, you can check their schedules when creating appointments in the calendar. + URL k Volno/Obsazeno a Kalendáři: + Klikněte na kartu Osobní informace, chcete-li vložit webové adresy pro tento kontakt. Pokud kontakt zveřejnuje svá data Volno/Obsazeno nebo data kalendáře online pomocí jiného serveru než Exchange a GroupWise, můžete zadat adresy těchto serverů zde. Poté, co to uděláte, můžete kontrolovat jejich rozvrh při vytváření schůzek v kalendáři.
- Creating and Editing Contacts - Follow the steps given below to create a new card. + Vytváření a editace kontaktů + Následujte kroky napsané níže, chcete-li vytvořit novou kartu. Klikněte na Soubor > Nová > Kontakt. - Enter the contact information to the entry boxes provided. + Vložte informace o kontaktu do políček, která jsou k dispozici. Klikněte na OK. - If you want to change a card that already exists, + Chcete-li změnit kartu, která již existuje, - Go to the Contacts window by selecting View > Window > Contacts from the menubar. + Běžte do okna Kontakty tak, že v nabídce vyberete Zobrazit > Okno > Kontakty. - Double click on the card you want to edit. + Poklepejte na kartu, kterou chcete editovat. Upravte informace v okně Editoru kontaktů. @@ -3402,18 +3402,18 @@ Klikněte na OK. - You can also edit the contact information from the preview pane. + Taktéž můžete editovat informace o kontaktu z panelu náhledu. Klikněte pravým tlačítkem na adresu z hlavičky zprávy. - Select Add to Address Book to bring up the Contact Quick-Add window. + Vyberte Přidat do adresáře a zobrazí se okno Rychlé přidání kontaktu. - Press the Edit Full button at the bottom left to bring up the Contact Editor window. + Stiskněte tlačítko Upravit celé vlevo dole, pokud chcete zobrazit okno Editor kontaktů. Upravte informace v okně Editoru kontaktů. @@ -3425,8 +3425,8 @@
Google kontakty - Evolution allows you to access your Google Address Book. You can view the Google contacts offline and create, modify and delete the contacts online. - To configure your Google Address Book in Evolution contacts: + Evolution vám umožňuje přístupovat k vašemu adresáři Google. Můžete Google kontakty prohlížet offline, vytvářet, měnit a mazat kontakty online. + Chcete-li nastavit v kontaktech Evolutionu adresář Google: Vyberte Soubor > Nová > Adresář, abyste otevřeli okno nového adresáře. @@ -3434,42 +3434,42 @@ - Select Google from the Type drop-down list. + Jako Typ vyberte z rozbalovacího seznamu Google. Zadejte jméno adresáře. - Select or deselect the following options and provide the username for the Google account: + Vyberte či odeberte následující volby a zadejte jméno uživatele pro účet u Googlu: - Mark as default address book: - Select this option to make the Google address book as your default address book. + Označit jako výchozí adresář: + Tato volba udělá adresář Google váším výchozím adresářem. Kopírovat obsah adresáře lokálně pro offline operace: - Select this option to copy the address book to your machine so you can access the contacts even when you are not connected to the network. + Vyberte tuto volbu, chcete-li kopírovat adresář do vašeho počítače tak, abyste mohli ke kontaktům přistupovat, i když nebudete připojení k síti. - Username: - Specify the username of your Google account. + Jméno uživatele: + Zadejte jméno uživatele pro váš účet u Googlu. - Use SSL: - Select Use SSL to enable a secure connection between Evolution and the server + Použít SSL: + Vyberte Použít SSL, chcete-li povolit zabezpečené připojení mezi Evolutionem a serverem. - Refresh: - Set the time to automatically refresh the Google address book. + Obnovit: + Zajdete čas, po jehož uplynutí se má adresář Google automaticky obnovit. @@ -3485,40 +3485,40 @@ Vyhledávání kontaktů Vlastní hledání: - Evolution enables you to find the contact address quickly by using Customized Search. To find the contact address you are looking for, use the following procedure: + Evolution vám umožnuje nalézt kontakt jednoduše pomocí Vlastního hledání. Abyste nalezli hledaný kontakt, následujte tento postup: Klikněte na ikonu hledání pro rozbalení seznamu. - Specify the search criteria from any of the following: + Zadejte jedno z následujících kritérií: - Name begins with + Jméno začíná na - Email begins with + E-mail začíná na - Any field contains + Jakékoliv políčko obsahuje - Press Enter to begin the search + Vyhledávání spustíte stisknutím Enter. - For a more complex search, select Search Advanced and select criteria that describe your desired contact: + Pro komplexnější vyhledávání zvolte Pokročilé hledání a vyberte kritéria, která popisují vámi požadovaný kontakt: - Name the rule in the Rule Name field. + Napište název pravidla do pole Název pravidla. - Set up your criteria in the Find items field. + Nastavte kritéria v poli Najít položky. - Select Add to add additional criteria. + Další kritérium přidáte kliknutím na Přidat. Klikněte na OK. @@ -3527,9 +3527,9 @@ Pro zrušení hledání klikněte na ikonu metly v poli řetězce nebo vyberte z nabídky Hledat > Vymazat, nebo nechte vyhledat prázdný řetězec. Pro zrušení hledání můžete také stisknout Shift+Ctrl+Q. Rychlé hledání: - Displays all the contacts that match the built-in criteria you have selected from the drop-down list at the top left side, just above the Display pane. + Zobrazí všechny kontakty, které odpovídají předvoleným kritériím, které jste vybrali z rozbalovacího seznamu vlevo nahoře, právě nad panelem zobrazení. - To perform quick search, use the following procedure: + Chcete-li provést rychlé hledání, použijte následující postup: Klikněte na ikonu hledání pro rozbalení seznamu. @@ -3538,182 +3538,182 @@ Vyberte ze seznamu kritérium hledání: - Anniversary + Výročí - Birthday + Narozeniny - Business + Práce - Competition + Konkurence - Favorites + Oblíbené - Gifts + Dary - Goals/Objectives + Cíle/Plány - Holiday + Dovolená - Holiday Cards + Blahopřání - Hot Contacts + Důležité kontakty - Ideas + Nápady - International + Mezinárodní - Key Customer + Klíčový zákazník - Miscellaneous + Různé Osobní - Phone Calls + Telefonní hovory Stav - Strategies + Strategie - Suppliers + Dodavatelé - Time & Expenses + Čas a výdaje VIP - Waiting + Čekání - Weather: Cloudy + Počasí: Zataženo - Weather: Fog + Počasí: Mlha - Weather: Partly Cloudy + Počasí: Polojasno - Weather: Rain + Počasí: Déšť - Weather: Snow + Počasí: Sníh - Weather: Sunny + Počasí: Slunečno - Weather: Thunderstorms + Počasí: Bouřky - Evolution displays the desired contacts. + Evolution zobrazí požadované kontakty.
Organizace kontaktů - Evolution allows you to organize your contacts. You can create several individual address books, or contact lists. Within a given address book, you can have several categories of contacts. + Evolution vám umožňuje organizovat vaše kontakty. Můžete si vytvořit několik adresářů nebo seznamů kontaktů. V rámci jednoho adresáře můžete mít několik kategorií kontaktů. - Contacts Groups + Skupiny kontaktů Vytvoření seznamu kontaktů - Grouping with Categories + Seskupování podle kategorií - Configuring Evolution to use LDAP + Nastavení Evolutionu k použití LDAP
- Contacts Groups - Contacts Groups are nothing but Address Books. The simplest way to organize contacts is to create additional address books. You can create a new one by clicking File > New > Address Book. For contacts groups on your computer, you only need to provide a name. For contacts on the network, you need to provide more information about the contacts server you are trying to access. - To move a card from one group to another, just drag it from the main display of contacts and drop it to a different group. You cannot change the contents of most network contact groups. + Skupiny kontaktů + Skupiny kontaktů není nic jiného než adresáře. Nejjednodušším způsobem, jak organizovat kontakty, je vytvořit další adresář. Nový můžete vytvořit kliknutím na Soubor > Nový > Adresář. Pro skupiny kontaktů ve vašem počítači potřebujete zadat pouze jméno. Pro kontakty v síti musíte zadat více informací o serveru, ke kterému se připojujete. + Chcete-li přesunout kartu z jedné skupiny do druhé, jednoduše ji přetáhněte ze zobrazení kontaktů a pusťte do jiné skupiny. U většiny skupin kontaktů na síti obsah měnit nemůžete. - Contacts groups are not the same as contact lists. A contact group is like a folder or address book full of contacts. A contact list is a single contact that contains other contacts, and is most often used to email several people at once. + Skupiny kontaktů nejsou to samé co seznamy kontaktů. Skupina kontaktů je jako složka nebo adresář plný kontaktů. Seznam kontaktů je jeden kontakt, který obsahuje další kontakty a nejčastěji se používá pro poslání e-mailu více lidem naráz.
- Importing Contacts - You can import contacts from other contact management tools with the Import tool. + Import kontaktů + Pomocí nástroje pro import můžete importovat kontakty z jiných nástrojů pro správu kontaktů. Klikněte na Soubor > Importovat. nebo - Mail yourself a contact as vCard attachment. - Currently VCF and LDIF are supported. CSV and TAB format files are supported from Microsoft Outlook, Thunderbird, Mozilla, and Evolution. + Pošlete si kontakt jako přílohu vCard. + Momentálně nejsou VCF a LDIF podporovány. Formáty CSV a TAB jsou podporovány z Microsoft Outlooku, Thunderbirdu, Mozilly a Evolutionu.
Vytvoření seznamu kontaktů - A contact list is a set of contacts with a single nickname that you create. When you send email to the nickname, it is sent to every member of the list. This differs from a network mailing list in that it exists only on your computer as a convenience to you, rather than as an actual email address managed by a mailing list application on a server. - For example, you could create one card for each family member, then add those cards to a contact list called Family. Then, instead of entering each person's email address individually, you can send email to Family and the message would go to all of them. - To create a list of contacts: + Seznam kontaktů je sdružení kontaktů s jednou přezdívkou, kterou jste vytvořili. Od konferencí jej odlišuje to, že existuje pouze ve vašem počítači jako zjednodušení vaší práce, a ne jako opravdová e-mailová adresa spravovaná aplikací pro konference na serveru. + Například můžete vytvořit jednu kartu pro každého člena rodiny a potom tyto karty přidat do seznamu kontaktů pojmenovaného Rodina. Potom, místo abyste zadávali každou adresu zvlášť, můžete poslat e-mail kontaktu Rodina a zpráva přijde všem. + Chcete-li vytvořit seznam kontaktů: - Open the list creation dialog box by clicking the New List button. + Otevřete okno pro vytvoření seznamu tak, že kliknete na tlačítko Nový seznam. nebo - Click File > New > Contact List. + Klikněte na Soubor > Nový > Seznam kontaktů. - Specify a name for the list. + Zadejte jméno pro seznam. - Specify the names or email addresses of contacts. + Zadejte jména nebo e-mailové adresy kontaktů. nebo - Drag contacts from the main window into the list. + Přetáhněte kontakty z hlavního okna do seznamu. - Choose whether you want to hide the email addresses when you send a message to the list. - Unless it is a very small list, it is recommended that you leave the addresses hidden. This is the same thing as using the Bcc: feature discussed in Specifying Additional Recipients for Email. + Vyberte, zda-li chcete skrýt e-mailové adresy, když posíláte seznamu zprávu. + Pokud to není velmi krátký seznam, doporučuje se nechat adresy skryté. Stejně se chová funkce Skrytá kopie, které se věnuje Zadání dalších příjemců zprávy. - When you are finished, click OK. + Když jste hotovi, klikněte na Budiž. - The list appears as a contact card, which you can use as you would any other card, including mailing the list to another person and sending email to the list. - To mail the list, open a new email and type the name you chose for the list. Evolution addresses the message to the entire list when you send the message. You can also right-click the list's address card in the contacts tool and select Send Message to List. - Evolution cannot store contact lists on Microsoft Exchange servers. + Seznam se zobrazí jako karta kontaktu, kterou můžete používat stejně jako jakoukoliv jinou kartu, včetně poslání seznamu další osobě a posílání e-mailu seznamu. + Chcete-li napsat seznamu, otevřete nový e-mail a napište jméno, které jste pro seznam vybrali. Evolution adresuje zprávu celému seznamu, když zprávu posíláte. Taktéž můžete kliknout pravým pravým tlačítkem na kartu seznamu v nástroji kontaktů a vybrat Odeslat zprávu seznamu. + Evolution neumí ukládat seznamy kontaktů na servery Microsoft Exchange.
- Grouping with Categories - Another way to group cards is to mark them as belonging to different categories. You can mark a card as being in several categories or no category at all. For example, you put a friend's card in the Business category because he works with you and the Friends category because he's a friend. - To mark a card as belonging to a category, + Seskupování podle kategorií + Jiným způsobem, jako sdružovat karty, může být označit je jako patřící do různých skupin. Můžete kartu označit jako patřící do několika kategorií nebo do žádné kategorie. Například vložíte kartu přítele do kategorie Práce, protože s vámi pracuje, a do kategorie Přátelé, protože je váš přítel. + Chcete-li kartu označit jako patřící do kategorie, - Double click the card to appear the Contact Editor window + Poklepejte na kartu, aby se zobrazilo okno Editoru kontaktů. - Click the Categories button at the left. + Klikněte na tlačítko Kategorie nalevo. Můžete vidět dialogové okno Kategorie tak, jak je ukázáno níže. @@ -3726,96 +3726,96 @@ - Select the category from the list. You can select as many or as few categories as you like. + Vyberte kategorii ze seznamu. Můžete vybrat tolik kategorií, kolik chcete. - If the master list of categories doesn't suit you, you can add your own categories. To add a new category, + Pokud vám původní seznam kategorií nevyhovuje, můžete přidat vaše vlastní kategorie. Pro přidání nové kategorie, - Enter the new category in the entry box at the top. + Vložte novou kategorii do pole nahoře. Klikněte na OK. - You can view the category name appeared in the field next to Categories button in the Contact Editor. + Jméno kategorie můžete vidět v editoru kontaktu v poli vedle tlačítka Kategorie. Klikněte na OK. - You can edit or set the color and icon for each categories available under categories list. To achieve that click Edit button at the bottom of the Categories window. Press the Delete button to delete the items from the list. + Můžete upravovat nebo nastavit barvu a ikonu pro každou kategorii v seznamu. Dosáhnete to tak, že kliknete na tlačítko Upravit dole v okně Kategorie. Chcete-li položku vymazat ze seznamu, stiskněte tlačítko Smazat.
LDAP: Sdílené adresáře po síti - The LDAP protocol was created to let users share contact information over a network by sharing access to a central directory. LDAP allows a company to maintain a shared set of contact information. Many companies keep a common LDAP address book for all their employees or for client contacts. - To learn how to add a remote LDAP directory to your available address books, see Contact Management. Remote groups of contacts appear under the On LDAP Servers item in the switcher. They work like a local folder of contact cards, with the following exceptions: + Protokol LDAP byl vytvořený, aby uživatelům umožnil sdílet kontakty po síti pomocí sdílení přístupu do centrálního adresáře. LDAP umožňuje společnost udržovat sdílené kontakty. Mnoho společností udržuje společný LDAP adresář pro všechny své zaměstnance nebo klienty. + Jak přidat vzdálený LDAP adresář, naleznete ve Správě kontaktů. Vzdálené skupiny kontaktů se objeví v přepínači pod položkou Na serverech LDAP. Fungují stejně jako místní složky kontaktů s těmito výjimkami: - Network folders are only available when you are connected to the network. If you use a laptop or have a modem connection, you might want to copy or cache some of the network directory. You do this by dragging and dropping your desired contacts into the local address books. - You can also mark the network folder for offline usage. To mark the folder, right-click the folder, then click Properties. Select Copy Folder Content Locally for Offline Operation. + Složky v síti jsou dostupné, pouze když jste k síti připojeni. Používáte-li notebook nebo máte modemové připojení, možná budete chtít kopírovat nebo ukládat do cache něco z adresáře v síti. Uděláte to přetažením a pustěním požadovaných kontaktů do místního adresáře. + Můžete také složku v síti označit pro offline použití. Složku označíte tak, že kliknete pravým tlačítkem na složku a vyberete Nastavení. Poté zaškrtněte Zkopírovat obsah adresáře lokálně pro práci při odpojení. - To prevent excess network traffic, Evolution does not normally load data from the LDAP server upon opening. + Aby zbytečně nezatěžoval síťový provoz, Evolution normálně nenačítá data ze serveru LDAP, dokud složku neotevřete. - Depending on your server settings, you might not be able to edit all the fields in a contact stored on an LDAP server. Some servers prohibit some or all changes, and others use a smaller set of fields than Evolution allows. Check with your system administrator if you need different settings. + V závislosti na nastavení vašeho serveru možná nebudete moci upravovat všechna pole v kontaktech uložených na serveru LDAP. Některé servery zakazují některé nebo veškeré změny, jiné používají menší sadu polí, než Evolution povoluje. Zeptejte se vašeho administrátora, zda-li potřebujete jiné nastavení.
- Configuring Evolution to use LDAP + Nastavení Evolutionu k použití LDAP Více informací o nastavení Evolutionu tak, aby používal LDAP naleznete ve Správě kontaktů.
Pošli mi kartu: Rychlé přidávání nových karet - When you get information about a person in the mail or in a calendar entry, you can add it to an address card. To do so, right-click any email address or email message, and click Add to Address Book on the menu that appears. If the sender already exists, the Editor tab opens and you can edit the detail. Evolution can also add cards from a hand-held device during HotSync* operation. For more information, see Synchronizing Your Handheld Device. + Když dostanete informace o nějaké osobě v poště nebo v kalendáři, můžete je přidat do adresáře. Uděláte to tak, že kliknete pravým tlačítkem na e-mailovou adresu nebo e-mailovou zprávu a v nabídce, která se objeví, vyberete Přidat do adresáře. Pokud odesílatel již existuje, otevře se okno editoru a můžete upravovat detaily. Evolution také umí přidávat kontakty z přenosného zařízení pomocí operace HotSync*. Více informací naleznete v kapitole Synchronizace s přenosným zařízením.
Kalendář v Evolutionu - This section shows you how to use the Evolution Calendar to manage your schedule alone or in conjunction with peers. To learn about importing calendar data, see Importing Single Files, which covers the Import tool. + Tato sekce ukazuje, jak použít Kalendář Evolution pro správu vašeho rozvrhu samostatně nebo ve spojení s kolegy. Jak importovat data kalendáře, se dozvíte v kapitole Import jednotlivých souborů. - Ways of Looking at your Calendar + Způsoby, jak se dívat na kalendář Plánování s Kalendářem Evolution - Searching for Calendar Items + Vyhledávání položek v kalendáři - Printing Displayed Items + Tisk zobrazených položek - Deleting Old Appointments and Meetings + Mazání starých události a schůzek - Delegating Meetings + Postoupení schůzek - Multiple Calendars, Web Calendars, and CalDAV + Více kalendářů, webové kalendáře a CalDAV. - The Task List + Seznam úkolů - Memos + Poznámky - Configuring Time Zones + Nastavení časových pásem
- Ways of Looking at your Calendar - In Evolution, you can keep multiple calendars and overlay them one over the next. For example, you might have a schedule of events for work, one for home, and one for your favorite sports team. The side bar lists those calendars, and you can select or deselect the boxes next to them to show and hide the appointments in your calendar view. By hiding and showing different sets of appointments, you can be sure to avoid conflicts, while keeping a minimum of clutter in your view. + Způsoby, jak se dívat na kalendář + V Evolutionu můžete udržovat více kalendářů a překládat je jeden přes druhý. Například budete chtít rozvrh pro práci, domů a jeden pro váš oblíbený sportovní tým. Postranní lišta zobrazuje seznam těchto kalendářů a můžete zaškrtávat nebo odškrtávat přepínače vedle nich, tak zobrazíte nebo skryjete události v zobrazení kalendáře. Skrýváním a zobrazováním různých sad událostí si můžete být jistí, že se vyhnete konfliktům a přitom nemáte zobrazení přeplněné. Appointments for each calendar appear as a different color. The toolbar offers you five different buttons that can show you different views of your calendar. @@ -3931,7 +3931,7 @@ Click New, then select Calendar to open the New Calendar dialog. - Select Google from the Type drop-down list. + Jako Typ vyberte z rozbalovacího seznamu Google. @@ -3946,7 +3946,7 @@ - Username: + Jméno uživatele: Specify your username for your Google account @@ -4352,7 +4352,7 @@
- Searching for Calendar Items + Vyhledávání položek v kalendáři You can use a customized search, an advanced search, or a quick search to search for Calendar items. Vlastní hledání: @@ -4363,7 +4363,7 @@ Klikněte na ikonu hledání pro rozbalení seznamu. - Specify the search criteria from any of the following: + Zadejte jedno z následujících kritérií: Summary contains @@ -4382,7 +4382,7 @@ Pokročilé hledání: - You can perform an advanced search based on any of the search types. + Můžete provádět pokročilá vyhledávání na základě kteréhokoliv z těchto typů hledání. @@ -4431,67 +4431,67 @@ Next 7 Days' Appointments - Anniversary + Výročí - Birthday + Narozeniny - Business + Práce - Competition + Konkurence Favourites - Gifts + Dary - Goals/Objectives + Cíle/Plány - Holiday + Dovolená - Holiday Cards + Blahopřání - Ideas + Nápady - International + Mezinárodní - Key Customer + Klíčový zákazník - Miscellaneous + Různé Osobní - Phone Calls + Telefonní hovory Stav - Strategies + Strategie - Suppliers + Dodavatelé - Time & Expenses + Čas a výdaje VIP - Waiting + Čekání @@ -4500,17 +4500,17 @@
- Printing Displayed Items + Tisk zobrazených položek To print the displayed calendar items, click File > Print.
- Deleting Old Appointments and Meetings + Mazání starých události a schůzek Keeping a list of everything you did in the past eventually slows down your calendar. To delete old events, click Actions > Purge, then enter the number of days of past events you want to keep. Click OK to purge the items.
- Delegating Meetings + Postoupení schůzek Only attendees of a meeting can delegate a meeting. @@ -4530,14 +4530,14 @@
- Multiple Calendars, Web Calendars, and CalDAV + Více kalendářů, webové kalendáře a CalDAV. To create a new calendar, click File > New > Calendar. If the calendar is one you plan to store locally, you need only provide a name and color. If it is a remote calendar, specify the name, color, URL, and a refresh frequency. The refresh frequency determines how often Evolution checks to see if the calendar has changed. If you are working with someone who publishes an online calendar, you might want to check for updates every thirty minutes. On the other hand, if you have displayed a sports team schedule in your calendar, you might not need to refresh it more than once a week. The icalshare.com Web site has an extensive list of shared online calendars, including national and religious holidays, phases of the moon, sports, and local and regional events. Evolution lets you view and manage calendars on remote CalDAV servers. The procedure to create a CalDAV calendar source is similar to that of a remote Web calendar source. You can view and create calendar events on CalDav accounts just like other calendars on Evolution.
- The Task List + Seznam úkolů The Task List, located in the upper-right corner of the calendar, lets you keep a list of tasks separate from your calendar appointments. You can use the list in a larger window by clicking the Tasks button in the side bar. Task Lists are more easily organized in the dedicated Tasks tool. Each task list is assigned a color, and you can use the Tasks tool switcher to hide and show task lists just like calendars. In the calendar display task pad, tasks from all visible task lists appear, color coded by list. @@ -4679,7 +4679,7 @@ Klikněte na ikonu hledání pro rozbalení seznamu. - Specify the search criteria from any of the following: + Zadejte jedno z následujících kritérií: Summary contains @@ -4698,7 +4698,7 @@ Pokročilé hledání: - You can perform an advanced search based on any of the search types. + Můžete provádět pokročilá vyhledávání na základě kteréhokoliv z těchto typů hledání. @@ -4782,67 +4782,67 @@ Tasks With Attachments - Anniversary + Výročí - Birthday + Narozeniny - Business + Práce - Competition + Konkurence Favourites - Gifts + Dary - Goals/Objectives + Cíle/Plány Holidays - Holiday Cards + Blahopřání - Ideas + Nápady - International + Mezinárodní Key Customers - Miscellaneous + Různé Osobní - Phone Calls + Telefonní hovory Stav - Strategies + Strategie - Suppliers + Dodavatelé - Time & Expenses + Čas a výdaje VIP - Waiting + Čekání @@ -4852,7 +4852,7 @@
- Memos + Poznámky In Evolution, the Memos component lets you create, edit, and store journal entries without dates, using the filesystem as a backend. To create a new memo entry: @@ -4915,7 +4915,7 @@ Klikněte na ikonu hledání pro rozbalení seznamu. - Specify the search criteria from any of the following: + Zadejte jedno z následujících kritérií: Summary contains @@ -4934,7 +4934,7 @@ Pokročilé hledání: - You can perform an advanced search based on any of the search types. + Můžete provádět pokročilá vyhledávání na základě kteréhokoliv z těchto typů hledání. @@ -4977,67 +4977,67 @@ Unmatched - Anniversary + Výročí - Birthday + Narozeniny - Business + Práce - Competition + Konkurence - Favorites + Oblíbené - Gifts + Dary - Goals/Objectives + Cíle/Plány Holidays - Holiday Cards + Blahopřání - Ideas + Nápady - International + Mezinárodní Key Customers - Miscellaneous + Různé Osobní - Phone Calls + Telefonní hovory Stav - Strategies + Strategie - Suppliers + Dodavatelé - Time & Expenses + Čas a výdaje VIP - Waiting + Čekání You can view the desired items listed in the Memo view. @@ -5047,7 +5047,7 @@
- Configuring Time Zones + Nastavení časových pásem Evolution supports the use of time zones. If you share calendar files with friends or co-workers, you might need to configure your time zone. @@ -5246,7 +5246,7 @@ Creating a New Exchange Account - Select Edit > Preferences. + Vyberte Upravit > Nastavení. Klikněte na Přidat. @@ -5440,7 +5440,7 @@ To add someone to your list of delegates: - Select Edit > Preferences. + Vyberte Upravit > Nastavení. Klikněte na kartu Nastavení Exchange. @@ -6544,7 +6544,7 @@ To set the IMAP Mail headers: - Select Edit > Preferences. + Vyberte Upravit > Nastavení. Select the IMAP account and click Edit to open the Account Editor. diff -Nru evolution-2.24.1.1/mail/ChangeLog evolution-2.24.2/mail/ChangeLog --- evolution-2.24.1.1/mail/ChangeLog 2008-11-07 07:38:04.000000000 +0100 +++ evolution-2.24.2/mail/ChangeLog 2008-11-24 05:33:37.000000000 +0100 @@ -1,3 +1,23 @@ +2008-11-19 Srinivasa Ragavan + + ** Fix for bug #555276 + + * mail/mail-vfolder.c: Don't load vfolder as subfolder. + +2008-11-07 Luca Ferretti + + * default/it/Inbox: Remove my name and address from here... + +2008-11-07 Matthew Barnes + + ** Fix for bug #552583 + + * mail-config.c: (mail_config_get_account_by_source_url): + Instead of preserving the authmech attribute in the two URLs + being compared, strip the attributes out of both URLs and just do + a simple string comparison. We're just trying to match a URL to + an account here. The authentication method shouldn't be relevant. + 2008-11-07 Bharath Acharya ** Fix for BNC bug #437226 diff -Nru evolution-2.24.1.1/mail/default/it/Inbox evolution-2.24.2/mail/default/it/Inbox --- evolution-2.24.1.1/mail/default/it/Inbox 2008-10-13 10:37:09.000000000 +0200 +++ evolution-2.24.2/mail/default/it/Inbox 2008-11-20 05:07:24.000000000 +0100 @@ -11,7 +11,7 @@ pop.novell.com with SMTP; 14 Mar 2007 12:00:00 -0000 From: "Il Team di Evolution" To: Utenti di Evoltuion -Subject: Welcome to Evolution! +Subject: Benvenuti in Evolution! X-Mailman-Version: 1.1 Content-Type: multipart/related; type="multipart/alternative"; boundary="=-ydrc8BainUywe3FHUoUz" @@ -368,9 +368,9 @@ --=-ydrc8BainUywe3FHUoUz-- -From elle.uca@libero.it Thu Sep 18 13:56:53 2008 +From evolution@novell.com Thu Sep 18 13:56:53 2008 Subject: Benvenuti in Evolution! -From: Luca Ferretti +From: "Il team di Evolution" To: Utenti X-Mailman-Version: 1.1 Content-Type: multipart/related; type="multipart/alternative"; @@ -733,9 +733,9 @@ --=-KY6mBUirEUuiJCdWIcAx-- -From elle.uca@libero.it Thu Sep 18 13:57:36 2008 +From evolution@novell.com Thu Sep 18 13:57:36 2008 Subject: Benvenuti in Evolution! -From: Luca Ferretti +From: "Il team di Evolution" To: Utenti X-Mailman-Version: 1.1 Content-Type: multipart/related; type="multipart/alternative"; @@ -1098,9 +1098,9 @@ --=-npCA7I/c/xZ7QcYvWHkm-- -From elle.uca@libero.it Thu Sep 18 14:00:35 2008 +From evolution@novell.com Thu Sep 18 14:00:35 2008 Subject: Benvenuti in Evolution! -From: Luca Ferretti +From: "Il team di Evolution" To: Utenti X-Mailman-Version: 1.1 Content-Type: multipart/related; type="multipart/alternative"; diff -Nru evolution-2.24.1.1/mail/mail-config.c evolution-2.24.2/mail/mail-config.c --- evolution-2.24.1.1/mail/mail-config.c 2008-10-13 10:37:24.000000000 +0200 +++ evolution-2.24.2/mail/mail-config.c 2008-11-20 05:07:24.000000000 +0100 @@ -781,48 +781,49 @@ EAccount * mail_config_get_account_by_source_url (const char *source_url) { - CamelProvider *provider; - EAccount *account; - CamelURL *source; + EAccount *account = NULL; EIterator *iter; g_return_val_if_fail (source_url != NULL, NULL); - provider = camel_provider_get(source_url, NULL); - if (!provider) - return NULL; - - source = camel_url_new (source_url, NULL); - if (!source) - return NULL; - iter = e_list_get_iterator ((EList *) config->accounts); while (e_iterator_is_valid (iter)) { + CamelURL *url; + gchar *string; + account = (EAccount *) e_iterator_get (iter); - if (account->source && account->source->url && account->source->url[0]) { - CamelURL *url; + e_iterator_next (iter); - url = camel_url_new (account->source->url, NULL); - if (url && provider->url_equal (url, source)) { - camel_url_free (url); - camel_url_free (source); - g_object_unref (iter); + if (account->source == NULL) + continue; - return account; - } + else if (account->source->url == NULL) + continue; - if (url) - camel_url_free (url); - } + else if (*account->source->url == '\0') + continue; - e_iterator_next (iter); + url = camel_url_new (account->source->url, NULL); + if (url == NULL) + continue; + + /* Simplify the account URL for comparison. */ + string = camel_url_to_string (url, CAMEL_URL_HIDE_ALL); + if (string == NULL || strcmp (string, source_url) != 0) + account = NULL; /* not a match */ + + camel_url_free (url); + g_free (string); + + if (account != NULL) { + g_object_unref (iter); + return account; + } } g_object_unref (iter); - camel_url_free (source); - return NULL; } diff -Nru evolution-2.24.1.1/mail/mail-vfolder.c evolution-2.24.2/mail/mail-vfolder.c --- evolution-2.24.1.1/mail/mail-vfolder.c 2008-10-20 05:28:32.000000000 +0200 +++ evolution-2.24.2/mail/mail-vfolder.c 2008-11-19 06:47:47.000000000 +0100 @@ -266,6 +266,11 @@ g_warning("Folder '%s' disappeared while I was adding/remove it to/from my vfolder", m->uri); return; } + if (strncmp(m->uri, "vfolder:/", 9) == 0 || + strncmp(m->uri, "email://vfolder@local", 21) == 0) { + printf("Ignoring loading vfolder as a subfolder \n"); + return; + } if (folder == NULL) folder = mail_tool_uri_to_folder (m->uri, 0, &m->base.ex); diff -Nru evolution-2.24.1.1/NEWS evolution-2.24.2/NEWS --- evolution-2.24.1.1/NEWS 2008-11-07 07:57:31.000000000 +0100 +++ evolution-2.24.2/NEWS 2008-11-24 05:33:49.000000000 +0100 @@ -1,3 +1,17 @@ +Evolution 2.24.2 2008-11-24 +--------------------------- + +Bug Fixes: + #434320: When the popup is clicked close the status icon (Srinivasa Ragavan) + #446286: Remove the header check as we do a e_gw_connection_get_item for tracking the status (Bharath Acharya) + #555276: Don't load vfolder as subfolder. (Srinivasa Ragavan) + #559810: Do not localize empty label names, also localize them only first time (Milan Crha) + #560329: Fix the signature of the "children-changed" signal emission (Li Yuan) + #560882: Left-align header labels instead of centering them, and adjust the header padding so they look purdy (Matthew Barnes) + +Updated Translations: + Nickolay V. Shmyrev (ru) + Evolution 2.24.1.1 2008-11-07 ---------------------------- diff -Nru evolution-2.24.1.1/plugins/groupwise-account-setup/camel-gw-listener.c evolution-2.24.2/plugins/groupwise-account-setup/camel-gw-listener.c --- evolution-2.24.1.1/plugins/groupwise-account-setup/camel-gw-listener.c 2008-10-13 10:37:02.000000000 +0200 +++ evolution-2.24.2/plugins/groupwise-account-setup/camel-gw-listener.c 2008-11-20 05:07:24.000000000 +0100 @@ -559,7 +559,7 @@ url = camel_url_new (info->source_url, NULL); - color = g_strdup_printf ("%u", g_random_int_range (0x100000, 0xffffaa)); + color = g_strdup_printf ("#%06X", g_random_int_range (0x100000, 0xffffaa)); /* The above range is chosen so that the colors are neither too light nor too dark and appealing in all the themes */ diff -Nru evolution-2.24.1.1/plugins/groupwise-account-setup/ChangeLog evolution-2.24.2/plugins/groupwise-account-setup/ChangeLog --- evolution-2.24.1.1/plugins/groupwise-account-setup/ChangeLog 2008-10-13 10:37:02.000000000 +0200 +++ evolution-2.24.2/plugins/groupwise-account-setup/ChangeLog 2008-11-20 05:07:24.000000000 +0100 @@ -1,3 +1,10 @@ +2008-11-11 Suman Manjunath + + ** Fix for bug #440646 (bugzilla.novell.com) + + * camel-gw-listener.c (add_proxy_sources): Set the ESource color-spec + for proxy accounts in the correct format. + 2008-09-02 Sankar P License Changes diff -Nru evolution-2.24.1.1/plugins/groupwise-features/ChangeLog evolution-2.24.2/plugins/groupwise-features/ChangeLog --- evolution-2.24.1.1/plugins/groupwise-features/ChangeLog 2008-11-07 05:34:07.000000000 +0100 +++ evolution-2.24.2/plugins/groupwise-features/ChangeLog 2008-11-24 04:41:28.000000000 +0100 @@ -1,3 +1,10 @@ +2008-11-20 Bharath Acharya + + ** Fix for bug bnc #446286 + + * status-track.c: (track_status): Remove the header check as we do a + e_gw_connection_get_item for tracking the status. + 2008-11-04 Sankar P ** Fix for bug bnc #434968 diff -Nru evolution-2.24.1.1/plugins/groupwise-features/status-track.c evolution-2.24.2/plugins/groupwise-features/status-track.c --- evolution-2.24.1.1/plugins/groupwise-features/status-track.c 2008-10-13 10:36:55.000000000 +0200 +++ evolution-2.24.2/plugins/groupwise-features/status-track.c 2008-11-24 04:41:28.000000000 +0100 @@ -79,8 +79,6 @@ gchar *boldmsg; - const char *status = NULL ; - int row = 0; EGwConnection *cnc; @@ -93,14 +91,6 @@ return ; } - status = camel_medium_get_header ( CAMEL_MEDIUM(msg), "X-gw-status-opt") ; - if (!status) { - g_print ("Error!! No header\n"); - /* No need to make any call if this header is not available. - This is the server side identifier for sent-items */ - return ; - } - /*Create the dialog*/ d = (GtkDialog *) gtk_dialog_new (); gtk_dialog_add_button (d, GTK_STOCK_OK, GTK_RESPONSE_OK); diff -Nru evolution-2.24.1.1/plugins/mail-notification/ChangeLog evolution-2.24.2/plugins/mail-notification/ChangeLog --- evolution-2.24.1.1/plugins/mail-notification/ChangeLog 2008-10-13 10:37:01.000000000 +0200 +++ evolution-2.24.2/plugins/mail-notification/ChangeLog 2008-11-19 17:20:11.000000000 +0100 @@ -1,3 +1,14 @@ +2008-11-19 Srinivasa Ragavan + + * mail-notification.c: Fix a compilation error. + +2008-11-19 Srinivasa Ragavan + + ** Fix for BNC bug #434320 + + * plugins/mail-notification/mail-notification.c: When the popup is + clicked close the status icon. + 2008-09-16 Sankar P License Changes diff -Nru evolution-2.24.1.1/plugins/mail-notification/mail-notification.c evolution-2.24.2/plugins/mail-notification/mail-notification.c --- evolution-2.24.1.1/plugins/mail-notification/mail-notification.c 2008-10-13 10:37:01.000000000 +0200 +++ evolution-2.24.2/plugins/mail-notification/mail-notification.c 2008-11-19 17:19:54.000000000 +0100 @@ -56,6 +56,7 @@ static gboolean enabled = FALSE; static GtkWidget *get_cfg_widget (void); +static GStaticMutex mlock = G_STATIC_MUTEX_INIT; /** * each part should "implement" its own "public" functions: @@ -441,6 +442,27 @@ g_object_unref (menu); } + +#ifdef HAVE_LIBNOTIFY +static void +notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a) +{ + g_static_mutex_lock (&mlock); + + gtk_status_icon_set_visible (status_icon, FALSE); + g_object_unref (status_icon); + + if (blink_timeout_id) { + g_source_remove (blink_timeout_id); + blink_timeout_id = 0; + } + + status_icon = NULL; + status_count = 0; + g_static_mutex_unlock (&mlock); +} +#endif + static void new_notify_status (EMEventTargetFolder *t) { @@ -487,6 +509,7 @@ notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL); notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT); + notify_notification_add_action(notify, "default", "Default", notifyActionCallback, NULL, NULL); g_timeout_add (500, notification_callback, notify); } } @@ -835,7 +858,6 @@ int e_plugin_lib_enable (EPluginLib *ep, int enable); GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *epl); -static GStaticMutex mlock = G_STATIC_MUTEX_INIT; void org_gnome_mail_new_notify (EPlugin *ep, EMEventTargetFolder *t) diff -Nru evolution-2.24.1.1/po/ChangeLog evolution-2.24.2/po/ChangeLog --- evolution-2.24.1.1/po/ChangeLog 2008-11-07 05:34:06.000000000 +0100 +++ evolution-2.24.2/po/ChangeLog 2008-11-20 05:07:25.000000000 +0100 @@ -1,4 +1,8 @@ -2008-11-3 Maxim Dziumanenko +2008-11-16 Nickolay V. Shmyrev + + * ru.po: Updated Russian translation. + +2008-11-03 Maxim Dziumanenko * uk.po: Update Ukrainian translation. diff -Nru evolution-2.24.1.1/po/ru.po evolution-2.24.2/po/ru.po --- evolution-2.24.1.1/po/ru.po 2008-10-13 10:36:50.000000000 +0200 +++ evolution-2.24.2/po/ru.po 2008-11-20 05:07:25.000000000 +0100 @@ -1,9 +1,6 @@ -# translation of ru.po to Russian # translation of evolution to Russian -# # Copyright (C) 2000,2002,2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # -# # Valek Filippov , 2000. # Dmitry Mastrukov , 2001-2003. # Leonid Kanter , 2001-2003, 2004, 2005, 2006, 2007, 2008. @@ -14,16 +11,15 @@ msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-21 17:39+0000\n" +"POT-Creation-Date: 2008-11-16 03:45+0300\n" "PO-Revision-Date: 2008-08-04 16:58+0300\n" -"Last-Translator: Leonid Kanter \n" +"Last-Translator: Nickolay V. Shmyrev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: KBabel 1.11.4\n" #: ../a11y/addressbook/ea-addressbook-view.c:94 #: ../a11y/addressbook/ea-addressbook-view.c:103 @@ -172,7 +168,7 @@ #. specifiers or add anything. #: ../a11y/calendar/ea-gnome-calendar.c:189 #: ../calendar/gui/calendar-component.c:760 -#: ../calendar/gui/e-day-view-top-item.c:856 ../calendar/gui/e-day-view.c:1583 +#: ../calendar/gui/e-day-view-top-item.c:855 ../calendar/gui/e-day-view.c:1577 #: ../calendar/gui/e-week-view-main-item.c:335 msgid "%a %d %b" msgstr "%a, %d %b" @@ -204,14 +200,14 @@ #. change the specifiers or add anything. #: ../a11y/calendar/ea-gnome-calendar.c:219 #: ../calendar/gui/calendar-component.c:786 -#: ../calendar/gui/e-day-view-top-item.c:860 ../calendar/gui/e-day-view.c:1599 +#: ../calendar/gui/e-day-view-top-item.c:859 ../calendar/gui/e-day-view.c:1593 #: ../calendar/gui/e-week-view-main-item.c:349 msgid "%d %b" msgstr "%d %b" #: ../a11y/calendar/ea-gnome-calendar.c:245 #: ../a11y/calendar/ea-gnome-calendar.c:253 -#: ../calendar/importers/icalendar-importer.c:766 +#: ../calendar/importers/icalendar-importer.c:780 msgid "Gnome Calendar" msgstr "Календарь Gnome" @@ -275,19 +271,19 @@ msgid "toggle the cell" msgstr "переключить ячейку" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:194 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:208 msgid "expand" msgstr "расширить" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:195 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:209 msgid "expands the row in the ETree containing this cell" msgstr "расширить строку в ETree, содержащую эту ячейку" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:200 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:214 msgid "collapse" msgstr "свернуть" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:201 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:215 msgid "collapses the row in the ETree containing this cell" msgstr "сворачивает строку в ETree, содержащую эту ячейку" @@ -436,6 +432,7 @@ msgstr "Ответ сервера LDAP не содержит поддерживаемой информации схемы." #: ../addressbook/addressbook.error.xml.h:19 +#: ../calendar/calendar.error.xml.h:50 msgid "Server Version" msgstr "Версия сервера" @@ -571,17 +568,17 @@ msgid "{1}" msgstr "{1}" -#: ../addressbook/conduit/address-conduit.c:299 +#: ../addressbook/conduit/address-conduit.c:300 msgid "Default Sync Address:" msgstr "Адрес синхронизации по умолчанию:" -#: ../addressbook/conduit/address-conduit.c:1320 #: ../addressbook/conduit/address-conduit.c:1321 +#: ../addressbook/conduit/address-conduit.c:1322 msgid "Could not load address book" msgstr "Не удалось загрузить адресную книгу" -#: ../addressbook/conduit/address-conduit.c:1398 -#: ../addressbook/conduit/address-conduit.c:1401 +#: ../addressbook/conduit/address-conduit.c:1399 +#: ../addressbook/conduit/address-conduit.c:1402 msgid "Could not read pilot's Address application block" msgstr "Не удалось прочитать блок приложения адресов Пилота" @@ -603,9 +600,9 @@ #. Create the contacts group #: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:5 -#: ../addressbook/gui/component/addressbook-view.c:1326 +#: ../addressbook/gui/component/addressbook-view.c:1325 #: ../calendar/gui/calendar-component.c:299 ../calendar/gui/migration.c:396 -#: ../plugins/exchange-operations/exchange-delegates-user.c:76 +#: ../plugins/exchange-operations/exchange-delegates-user.c:78 #: ../plugins/exchange-operations/exchange-folder.c:582 msgid "Contacts" msgstr "Контакты" @@ -651,7 +648,7 @@ #: ../calendar/gui/migration.c:577 ../calendar/gui/migration.c:1091 #: ../calendar/gui/tasks-component.c:195 ../mail/em-folder-tree-model.c:200 #: ../mail/em-folder-tree-model.c:202 ../mail/em-migrate.c:2906 -#: ../mail/mail-component.c:311 ../mail/mail-vfolder.c:216 +#: ../mail/mail-component.c:311 ../mail/mail-vfolder.c:223 #: ../mail/message-list.c:1457 msgid "On This Computer" msgstr "На этом компьютере" @@ -698,7 +695,7 @@ msgstr "Создание нового списка контактов" #: ../addressbook/gui/component/addressbook-component.c:244 -#: ../addressbook/gui/component/addressbook-config.c:1207 +#: ../addressbook/gui/component/addressbook-config.c:1223 msgid "New Address Book" msgstr "Новая адресная книга" @@ -715,61 +712,61 @@ msgid "Failed upgrading Address Book settings or folders." msgstr "Ошибка обновления параметров или папок Адресной книги." -#: ../addressbook/gui/component/addressbook-config.c:316 +#: ../addressbook/gui/component/addressbook-config.c:332 msgid "Base" msgstr "Base" -#: ../addressbook/gui/component/addressbook-config.c:517 +#: ../addressbook/gui/component/addressbook-config.c:533 #: ../calendar/gui/dialogs/calendar-setup.c:170 msgid "_Type:" msgstr "_Тип:" -#: ../addressbook/gui/component/addressbook-config.c:619 +#: ../addressbook/gui/component/addressbook-config.c:635 msgid "Copy _book content locally for offline operation" msgstr "Скопировать _книгу локально для автономной работы" -#: ../addressbook/gui/component/addressbook-config.c:982 +#: ../addressbook/gui/component/addressbook-config.c:998 #: ../addressbook/gui/component/ldap-config.glade.h:22 #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:20 -#: ../calendar/gui/dialogs/calendar-setup.c:367 -#: ../calendar/gui/dialogs/calendar-setup.c:378 -#: ../calendar/gui/dialogs/calendar-setup.c:389 +#: ../calendar/gui/dialogs/calendar-setup.c:368 +#: ../calendar/gui/dialogs/calendar-setup.c:379 +#: ../calendar/gui/dialogs/calendar-setup.c:390 #: ../mail/em-folder-properties.c:283 ../mail/mail-config.glade.h:89 -#: ../plugins/itip-formatter/itip-formatter.c:2367 +#: ../plugins/itip-formatter/itip-formatter.c:2439 #: ../smime/gui/smime-ui.glade.h:28 msgid "General" msgstr "Общие" -#: ../addressbook/gui/component/addressbook-config.c:983 -#: ../addressbook/gui/widgets/e-addressbook-view.c:555 +#: ../addressbook/gui/component/addressbook-config.c:999 +#: ../addressbook/gui/widgets/e-addressbook-view.c:556 #: ../mail/importers/pine-importer.c:383 msgid "Address Book" msgstr "Адресная книга" -#: ../addressbook/gui/component/addressbook-config.c:987 +#: ../addressbook/gui/component/addressbook-config.c:1003 msgid "Server Information" msgstr "Сведения о сервере" -#: ../addressbook/gui/component/addressbook-config.c:989 +#: ../addressbook/gui/component/addressbook-config.c:1005 msgid "Authentication" msgstr "Аутентификация" -#: ../addressbook/gui/component/addressbook-config.c:992 +#: ../addressbook/gui/component/addressbook-config.c:1008 #: ../addressbook/gui/component/ldap-config.glade.h:17 #: ../smime/gui/smime-ui.glade.h:20 msgid "Details" msgstr "Подробности" -#: ../addressbook/gui/component/addressbook-config.c:993 -#: ../mail/em-folder-browser.c:983 +#: ../addressbook/gui/component/addressbook-config.c:1009 +#: ../mail/em-folder-browser.c:985 msgid "Searching" msgstr "Поиск" -#: ../addressbook/gui/component/addressbook-config.c:995 +#: ../addressbook/gui/component/addressbook-config.c:1011 msgid "Downloading" msgstr "Загрузка" -#: ../addressbook/gui/component/addressbook-config.c:1205 +#: ../addressbook/gui/component/addressbook-config.c:1221 #: ../addressbook/gui/component/ldap-config.glade.h:11 msgid "Address Book Properties" msgstr "Свойства адресной книги" @@ -835,34 +832,34 @@ "\n" "Производится преобразование ваших данных Pilot Sync..." -#: ../addressbook/gui/component/addressbook-view.c:425 -#: ../mail/em-folder-utils.c:501 +#: ../addressbook/gui/component/addressbook-view.c:424 +#: ../mail/em-folder-utils.c:448 #, c-format msgid "Rename the \"%s\" folder to:" msgstr "Переименовать папку \"%s\" в:" -#: ../addressbook/gui/component/addressbook-view.c:428 -#: ../mail/em-folder-utils.c:503 +#: ../addressbook/gui/component/addressbook-view.c:427 +#: ../mail/em-folder-utils.c:450 msgid "Rename Folder" msgstr "Переименование папки" -#: ../addressbook/gui/component/addressbook-view.c:433 -#: ../mail/em-folder-utils.c:509 +#: ../addressbook/gui/component/addressbook-view.c:432 +#: ../mail/em-folder-utils.c:456 msgid "Folder names cannot contain '/'" msgstr "Имена папок не может содержать '/'" -#: ../addressbook/gui/component/addressbook-view.c:942 +#: ../addressbook/gui/component/addressbook-view.c:941 msgid "_New Address Book" msgstr "_Новая адресная книга" -#: ../addressbook/gui/component/addressbook-view.c:943 +#: ../addressbook/gui/component/addressbook-view.c:942 msgid "Save As vCard..." msgstr "Сохранить как VCard..." -#: ../addressbook/gui/component/addressbook-view.c:946 -#: ../addressbook/gui/widgets/e-addressbook-view.c:955 +#: ../addressbook/gui/component/addressbook-view.c:945 +#: ../addressbook/gui/widgets/e-addressbook-view.c:956 #: ../calendar/gui/calendar-component.c:619 -#: ../calendar/gui/e-calendar-table.c:1595 +#: ../calendar/gui/e-calendar-table.c:1598 #: ../calendar/gui/e-calendar-view.c:1692 ../calendar/gui/e-memo-table.c:940 #: ../calendar/gui/memos-component.c:468 ../calendar/gui/tasks-component.c:459 #: ../mail/em-folder-tree.c:2111 ../mail/em-folder-view.c:1340 @@ -872,16 +869,16 @@ msgid "_Delete" msgstr "_Удалить" -#: ../addressbook/gui/component/addressbook-view.c:949 +#: ../addressbook/gui/component/addressbook-view.c:948 #: ../calendar/gui/calendar-component.c:622 -#: ../calendar/gui/dialogs/comp-editor.c:2035 +#: ../calendar/gui/dialogs/comp-editor.c:2043 #: ../calendar/gui/memos-component.c:471 ../calendar/gui/tasks-component.c:462 -#: ../composer/e-msg-composer.c:1044 ../mail/em-folder-tree.c:2120 +#: ../composer/e-msg-composer.c:1041 ../mail/em-folder-tree.c:2120 #: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:38 msgid "_Properties" msgstr "_Свойства" -#: ../addressbook/gui/component/addressbook-view.c:1337 +#: ../addressbook/gui/component/addressbook-view.c:1336 msgid "Contact Source Selector" msgstr "Выбор источника контактов" @@ -902,8 +899,8 @@ #: ../addressbook/gui/component/addressbook.c:222 #: ../calendar/common/authentication.c:51 -#: ../plugins/google-account-setup/google-source.c:444 -#: ../plugins/publish-calendar/publish-calendar.c:190 +#: ../plugins/google-account-setup/google-source.c:441 +#: ../plugins/publish-calendar/publish-calendar.c:191 #: ../smime/gui/component.c:49 msgid "Enter password" msgstr "Введите пароль" @@ -1220,7 +1217,7 @@ #: ../addressbook/gui/component/ldap-config.glade.h:53 #: ../calendar/gui/dialogs/calendar-setup.c:227 -#: ../mail/mail-config.glade.h:175 +#: ../mail/mail-config.glade.h:177 #: ../plugins/groupwise-features/properties.glade.h:11 #: ../widgets/menus/gal-view-instance-save-as-dialog.glade.h:2 msgid "_Name:" @@ -1235,7 +1232,7 @@ msgstr "_Диапазон поиска:" #: ../addressbook/gui/component/ldap-config.glade.h:56 -#: ../mail/mail-config.glade.h:184 +#: ../mail/mail-config.glade.h:186 #: ../plugins/publish-calendar/publish-calendar.glade.h:26 msgid "_Server:" msgstr "_Сервер:" @@ -1258,8 +1255,8 @@ #: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:17 #: ../plugins/calendar-http/calendar-http.c:279 #: ../plugins/calendar-weather/calendar-weather.c:561 -#: ../plugins/google-account-setup/google-source.c:662 -#: ../plugins/google-account-setup/google-contacts-source.c:328 +#: ../plugins/google-account-setup/google-source.c:671 +#: ../plugins/google-account-setup/google-contacts-source.c:338 msgid "minutes" msgstr "минут" @@ -1300,7 +1297,7 @@ msgstr "Рабочий" #: ../addressbook/gui/contact-editor/contact-editor.glade.h:10 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:174 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:175 #: ../addressbook/gui/widgets/eab-contact-display.c:614 msgid "AIM" msgstr "AIM" @@ -1312,16 +1309,16 @@ msgstr "Ка_тегории..." #: ../addressbook/gui/contact-editor/contact-editor.glade.h:12 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:263 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:264 #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1158 -#: ../addressbook/gui/widgets/e-minicard.c:198 +#: ../addressbook/gui/widgets/e-minicard.c:199 msgid "Contact" msgstr "Контакт" #: ../addressbook/gui/contact-editor/contact-editor.glade.h:13 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:540 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:555 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2420 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:541 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:556 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2421 msgid "Contact Editor" msgstr "Редактор контактов" @@ -1362,7 +1359,7 @@ #. red #: ../addressbook/gui/contact-editor/contact-editor.glade.h:23 #: ../addressbook/gui/contact-editor/e-contact-editor-im.c:230 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:192 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:193 #: ../addressbook/gui/widgets/eab-contact-display.c:57 #: ../addressbook/gui/widgets/eab-contact-display.c:643 #: ../mail/em-migrate.c:1057 @@ -1387,9 +1384,9 @@ msgstr "_День рождения:" #: ../addressbook/gui/contact-editor/contact-editor.glade.h:28 -#: ../calendar/gui/dialogs/event-page.c:787 +#: ../calendar/gui/dialogs/event-page.c:791 #: ../calendar/gui/dialogs/event-page.glade.h:14 -#: ../plugins/itip-formatter/itip-view.c:1850 +#: ../plugins/itip-formatter/itip-view.c:1868 msgid "_Calendar:" msgstr "_Календарь:" @@ -1486,17 +1483,17 @@ #: ../addressbook/gui/contact-editor/e-contact-editor-address.c:99 #: ../addressbook/gui/contact-editor/e-contact-editor-fullname.c:92 #: ../addressbook/gui/contact-editor/e-contact-editor-im.c:135 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:291 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:292 #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1178 -#: ../addressbook/gui/widgets/e-addressbook-model.c:312 +#: ../addressbook/gui/widgets/e-addressbook-model.c:325 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:419 #: ../addressbook/gui/widgets/e-minicard-label.c:165 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:131 #: ../addressbook/gui/widgets/e-minicard-view.c:545 -#: ../addressbook/gui/widgets/e-minicard.c:191 +#: ../addressbook/gui/widgets/e-minicard.c:192 #: ../widgets/menus/gal-define-views-model.c:178 -#: ../widgets/table/e-cell-text.c:1836 ../widgets/text/e-text.c:3687 -#: ../widgets/text/e-text.c:3688 +#: ../widgets/table/e-cell-text.c:1835 ../widgets/text/e-text.c:3688 +#: ../widgets/text/e-text.c:3689 msgid "Editable" msgstr "Изменяемый" @@ -2485,7 +2482,7 @@ msgstr "AOL Instant Messenger" #: ../addressbook/gui/contact-editor/e-contact-editor-im.c:56 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:175 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:176 #: ../addressbook/gui/widgets/eab-contact-display.c:617 msgid "Jabber" msgstr "Jabber" @@ -2499,7 +2496,7 @@ msgstr "Gadu-Gadu Messenger" #: ../addressbook/gui/contact-editor/e-contact-editor-im.c:60 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:179 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:180 #: ../addressbook/gui/widgets/eab-contact-display.c:616 msgid "ICQ" msgstr "ICQ" @@ -2511,7 +2508,7 @@ #: ../addressbook/gui/contact-editor/e-contact-editor-im.c:121 #: ../calendar/gui/caltypes.xml.h:25 #: ../calendar/gui/e-cal-list-view.etspec.h:3 ../mail/message-list.etspec.h:9 -#: ../plugins/publish-calendar/publish-calendar.c:693 +#: ../plugins/publish-calendar/publish-calendar.c:694 #: ../plugins/save-calendar/csv-format.c:376 msgid "Location" msgstr "Адрес" @@ -2521,77 +2518,77 @@ msgstr "Имя пользователя" #: ../addressbook/gui/contact-editor/e-contact-editor-im.c:226 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:193 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:194 #: ../addressbook/gui/widgets/eab-contact-display.c:58 msgid "Home" msgstr "Домашний" #: ../addressbook/gui/contact-editor/e-contact-editor-im.c:234 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:194 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:195 #: ../addressbook/gui/widgets/eab-contact-display.c:59 #: ../addressbook/gui/widgets/eab-contact-display.c:528 msgid "Other" msgstr "Другие" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:176 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:177 #: ../addressbook/gui/widgets/eab-contact-display.c:619 msgid "Yahoo" msgstr "Yahoo" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:177 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:178 #: ../addressbook/gui/widgets/eab-contact-display.c:620 msgid "Gadu-Gadu" msgstr "Gadu-Gadu" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:178 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:179 #: ../addressbook/gui/widgets/eab-contact-display.c:618 msgid "MSN" msgstr "MSN" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:180 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:181 #: ../addressbook/gui/widgets/eab-contact-display.c:615 msgid "GroupWise" msgstr "GroupWise" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:249 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:250 msgid "Source Book" msgstr "Книга-источник" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:256 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:257 msgid "Target Book" msgstr "Книга назначения" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:270 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:271 msgid "Is New Contact" msgstr "Является новым контактом" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:277 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:278 msgid "Writable Fields" msgstr "Поля для записи" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:284 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:285 msgid "Required Fields" msgstr "Требуемые поля" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:298 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:299 msgid "Changed" msgstr "Изменено" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:550 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2415 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:551 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2416 #, c-format msgid "Contact Editor - %s" msgstr "Редактор контактов - %s" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2811 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2812 msgid "Please select an image for this contact" msgstr "Выберите изображение для этого контакта" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2812 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2813 msgid "_No image" msgstr "_Нет изображения" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3085 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3086 msgid "" "The contact data is invalid:\n" "\n" @@ -2599,43 +2596,43 @@ "Данные контакта неверны:\n" "\n" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3089 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3090 #, c-format msgid "'%s' has an invalid format" msgstr "неверный формат «%s»" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3096 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3097 #, c-format msgid "%s'%s' has an invalid format" msgstr "неверный формат %s«%s»" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3111 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3122 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3112 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3123 #, c-format msgid "%s'%s' is empty" msgstr "%s«%s» пуст" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3137 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3138 msgid "Invalid contact." msgstr "Неверный контакт." -#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:329 +#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:325 msgid "Contact Quick-Add" msgstr "Быстрое добавление контакта" -#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:332 +#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:328 msgid "_Edit Full" msgstr "_Изменить все" -#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:406 +#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:402 msgid "_Full name" msgstr "_Полное имя" -#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:417 +#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:413 msgid "E_mail" msgstr "_Эл. почта" -#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:428 +#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:424 msgid "_Select Address Book" msgstr "_Выберите адресную книгу" @@ -2773,8 +2770,8 @@ #: ../addressbook/gui/contact-editor/im.glade.h:4 #: ../calendar/gui/dialogs/event-page.glade.h:16 #: ../plugins/calendar-weather/calendar-weather.c:409 -#: ../plugins/exchange-operations/exchange-calendar.c:243 -#: ../plugins/exchange-operations/exchange-contacts.c:234 +#: ../plugins/exchange-operations/exchange-calendar.c:247 +#: ../plugins/exchange-operations/exchange-contacts.c:239 msgid "_Location:" msgstr "_Расположение:" @@ -2814,9 +2811,9 @@ msgstr "_Участники" #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1148 -#: ../addressbook/gui/widgets/e-addressbook-model.c:298 +#: ../addressbook/gui/widgets/e-addressbook-model.c:311 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:405 -#: ../addressbook/gui/widgets/e-addressbook-view.c:212 +#: ../addressbook/gui/widgets/e-addressbook-view.c:213 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:117 #: ../addressbook/gui/widgets/e-minicard-view.c:531 msgid "Book" @@ -2878,19 +2875,19 @@ #: ../addressbook/gui/widgets/eab-contact-display.c:597 #: ../addressbook/gui/widgets/eab-contact-display.c:600 #: ../addressbook/gui/widgets/eab-contact-display.c:879 -#: ../plugins/groupwise-features/junk-settings.c:416 ../smime/lib/e-cert.c:827 +#: ../plugins/groupwise-features/junk-settings.c:416 ../smime/lib/e-cert.c:810 msgid "Email" msgstr "Эл. почта" #: ../addressbook/gui/widgets/addresstypes.xml.h:1 -#: ../addressbook/gui/widgets/e-addressbook-view.c:161 -#: ../calendar/gui/cal-search-bar.c:76 ../calendar/gui/caltypes.xml.h:3 +#: ../addressbook/gui/widgets/e-addressbook-view.c:162 +#: ../calendar/gui/cal-search-bar.c:80 ../calendar/gui/caltypes.xml.h:3 #: ../calendar/gui/memotypes.xml.h:3 ../calendar/gui/tasktypes.xml.h:5 msgid "Any field contains" msgstr "Любое поле содержит" #: ../addressbook/gui/widgets/addresstypes.xml.h:2 -#: ../addressbook/gui/widgets/e-addressbook-view.c:160 +#: ../addressbook/gui/widgets/e-addressbook-view.c:161 msgid "Email begins with" msgstr "Почтовый адрес начинается с" @@ -2898,11 +2895,11 @@ msgid "Name contains" msgstr "Имя содержит" -#: ../addressbook/gui/widgets/e-addressbook-model.c:150 +#: ../addressbook/gui/widgets/e-addressbook-model.c:163 msgid "No contacts" msgstr "Нет контактов" -#: ../addressbook/gui/widgets/e-addressbook-model.c:153 +#: ../addressbook/gui/widgets/e-addressbook-model.c:166 #, c-format msgid "%d contact" msgid_plural "%d contacts" @@ -2910,24 +2907,24 @@ msgstr[1] "%d контакта" msgstr[2] "%d контактов" -#: ../addressbook/gui/widgets/e-addressbook-model.c:305 +#: ../addressbook/gui/widgets/e-addressbook-model.c:318 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:412 -#: ../addressbook/gui/widgets/e-addressbook-view.c:226 +#: ../addressbook/gui/widgets/e-addressbook-view.c:227 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:124 #: ../addressbook/gui/widgets/e-minicard-view.c:538 msgid "Query" msgstr "Запрос" -#: ../addressbook/gui/widgets/e-addressbook-model.c:448 +#: ../addressbook/gui/widgets/e-addressbook-model.c:461 msgid "Error getting book view" msgstr "Ошибка при получении вида книги" #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:426 #: ../widgets/table/e-table-click-to-add.c:509 #: ../widgets/table/e-table-selection-model.c:302 -#: ../widgets/table/e-table.c:3353 -#: ../widgets/table/e-tree-selection-model.c:820 ../widgets/text/e-text.c:3551 -#: ../widgets/text/e-text.c:3552 +#: ../widgets/table/e-table.c:3354 +#: ../widgets/table/e-tree-selection-model.c:820 ../widgets/text/e-text.c:3552 +#: ../widgets/text/e-text.c:3553 msgid "Model" msgstr "Модель" @@ -2935,15 +2932,15 @@ msgid "Error modifying card" msgstr "Ошибка при изменении карточки" -#: ../addressbook/gui/widgets/e-addressbook-view.c:159 +#: ../addressbook/gui/widgets/e-addressbook-view.c:160 msgid "Name begins with" msgstr "Имя начинается с" -#: ../addressbook/gui/widgets/e-addressbook-view.c:219 +#: ../addressbook/gui/widgets/e-addressbook-view.c:220 msgid "Source" msgstr "Источник" -#: ../addressbook/gui/widgets/e-addressbook-view.c:233 +#: ../addressbook/gui/widgets/e-addressbook-view.c:234 #: ../calendar/gui/e-calendar-table.etspec.h:12 #: ../calendar/gui/e-meeting-list-view.c:508 #: ../calendar/gui/e-meeting-time-sel.etspec.h:11 @@ -2951,72 +2948,72 @@ msgid "Type" msgstr "Тип" -#: ../addressbook/gui/widgets/e-addressbook-view.c:812 +#: ../addressbook/gui/widgets/e-addressbook-view.c:813 #: ../addressbook/gui/widgets/e-addressbook-view.c:1953 msgid "Save as vCard..." msgstr "Сохранить как vCard..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:933 -#: ../calendar/gui/dialogs/comp-editor.c:2033 -#: ../calendar/gui/e-calendar-table.c:1573 +#: ../addressbook/gui/widgets/e-addressbook-view.c:934 +#: ../calendar/gui/dialogs/comp-editor.c:2041 +#: ../calendar/gui/e-calendar-table.c:1576 #: ../calendar/gui/e-calendar-view.c:1670 ../calendar/gui/e-memo-table.c:923 #: ../ui/evolution-addressbook.xml.h:56 msgid "_Open" msgstr "_Открыть" -#: ../addressbook/gui/widgets/e-addressbook-view.c:935 +#: ../addressbook/gui/widgets/e-addressbook-view.c:936 msgid "_New Contact..." msgstr "Со_здать контакт..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:936 +#: ../addressbook/gui/widgets/e-addressbook-view.c:937 msgid "New Contact _List..." msgstr "Соз_дать список контактов..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:939 +#: ../addressbook/gui/widgets/e-addressbook-view.c:940 msgid "_Save as vCard..." msgstr "_Сохранить как vCard..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:940 +#: ../addressbook/gui/widgets/e-addressbook-view.c:941 msgid "_Forward Contact" msgstr "_Переслать контакт" -#: ../addressbook/gui/widgets/e-addressbook-view.c:941 +#: ../addressbook/gui/widgets/e-addressbook-view.c:942 msgid "_Forward Contacts" msgstr "_Переслать контакты" -#: ../addressbook/gui/widgets/e-addressbook-view.c:942 +#: ../addressbook/gui/widgets/e-addressbook-view.c:943 msgid "Send _Message to Contact" msgstr "Отправить _сообщение к контакту" -#: ../addressbook/gui/widgets/e-addressbook-view.c:943 +#: ../addressbook/gui/widgets/e-addressbook-view.c:944 msgid "Send _Message to List" msgstr "Отправить _сообщение в список" -#: ../addressbook/gui/widgets/e-addressbook-view.c:944 +#: ../addressbook/gui/widgets/e-addressbook-view.c:945 msgid "Send _Message to Contacts" msgstr "Отправить _сообщение к контактам" -#: ../addressbook/gui/widgets/e-addressbook-view.c:945 +#: ../addressbook/gui/widgets/e-addressbook-view.c:946 msgid "_Print" msgstr "_Печать" -#: ../addressbook/gui/widgets/e-addressbook-view.c:948 +#: ../addressbook/gui/widgets/e-addressbook-view.c:949 msgid "Cop_y to Address Book..." msgstr "Коп_ировать в адресную книгу..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:949 +#: ../addressbook/gui/widgets/e-addressbook-view.c:950 msgid "Mo_ve to Address Book..." msgstr "Пере_местить в адресную книгу..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:952 +#: ../addressbook/gui/widgets/e-addressbook-view.c:953 msgid "Cu_t" msgstr "_Вырезать" -#: ../addressbook/gui/widgets/e-addressbook-view.c:953 -#: ../calendar/gui/dialogs/comp-editor.c:480 -#: ../calendar/gui/e-calendar-table.c:1581 +#: ../addressbook/gui/widgets/e-addressbook-view.c:954 +#: ../calendar/gui/dialogs/comp-editor.c:484 +#: ../calendar/gui/e-calendar-table.c:1584 #: ../calendar/gui/e-calendar-view.c:1677 ../calendar/gui/e-memo-table.c:931 -#: ../composer/e-msg-composer.c:2055 ../mail/em-folder-tree.c:1005 +#: ../composer/e-msg-composer.c:2052 ../mail/em-folder-tree.c:1005 #: ../mail/em-folder-view.c:1325 ../mail/message-list.c:2044 #: ../ui/evolution-addressbook.xml.h:46 ../ui/evolution-calendar.xml.h:39 #: ../ui/evolution-mail-message.xml.h:103 ../ui/evolution-memos.xml.h:15 @@ -3024,14 +3021,14 @@ msgid "_Copy" msgstr "_Копировать" -#: ../addressbook/gui/widgets/e-addressbook-view.c:954 +#: ../addressbook/gui/widgets/e-addressbook-view.c:955 msgid "P_aste" msgstr "Вст_авить" #. All, unmatched, separator #: ../addressbook/gui/widgets/e-addressbook-view.c:1524 -#: ../calendar/gui/cal-search-bar.c:625 ../calendar/gui/cal-search-bar.c:668 -#: ../calendar/gui/cal-search-bar.c:687 +#: ../calendar/gui/cal-search-bar.c:628 ../calendar/gui/cal-search-bar.c:671 +#: ../calendar/gui/cal-search-bar.c:690 msgid "Any Category" msgstr "Любая категория" @@ -3205,38 +3202,38 @@ msgstr "Веб-сайт" #: ../addressbook/gui/widgets/e-minicard-label.c:116 -#: ../addressbook/gui/widgets/e-minicard.c:154 +#: ../addressbook/gui/widgets/e-minicard.c:155 #: ../widgets/misc/e-canvas-vbox.c:85 ../widgets/misc/e-canvas-vbox.c:86 -#: ../widgets/misc/e-reflow.c:1433 ../widgets/misc/e-reflow.c:1434 +#: ../widgets/misc/e-reflow.c:1424 ../widgets/misc/e-reflow.c:1425 #: ../widgets/table/e-table-click-to-add.c:523 -#: ../widgets/table/e-table-col.c:99 +#: ../widgets/table/e-table-col.c:98 #: ../widgets/table/e-table-field-chooser-item.c:654 #: ../widgets/table/e-table-group-container.c:992 #: ../widgets/table/e-table-group-container.c:993 #: ../widgets/table/e-table-group-leaf.c:637 #: ../widgets/table/e-table-group-leaf.c:638 -#: ../widgets/table/e-table-item.c:3081 ../widgets/table/e-table-item.c:3082 -#: ../widgets/text/e-text.c:3729 ../widgets/text/e-text.c:3730 +#: ../widgets/table/e-table-item.c:3077 ../widgets/table/e-table-item.c:3078 +#: ../widgets/text/e-text.c:3730 ../widgets/text/e-text.c:3731 msgid "Width" msgstr "Ширина" #: ../addressbook/gui/widgets/e-minicard-label.c:123 -#: ../addressbook/gui/widgets/e-minicard.c:161 +#: ../addressbook/gui/widgets/e-minicard.c:162 #: ../widgets/misc/e-canvas-vbox.c:97 ../widgets/misc/e-canvas-vbox.c:98 -#: ../widgets/misc/e-reflow.c:1441 ../widgets/misc/e-reflow.c:1442 +#: ../widgets/misc/e-reflow.c:1432 ../widgets/misc/e-reflow.c:1433 #: ../widgets/table/e-table-click-to-add.c:530 #: ../widgets/table/e-table-field-chooser-item.c:661 #: ../widgets/table/e-table-group-container.c:985 #: ../widgets/table/e-table-group-container.c:986 #: ../widgets/table/e-table-group-leaf.c:630 #: ../widgets/table/e-table-group-leaf.c:631 -#: ../widgets/table/e-table-item.c:3087 ../widgets/table/e-table-item.c:3088 -#: ../widgets/text/e-text.c:3737 ../widgets/text/e-text.c:3738 +#: ../widgets/table/e-table-item.c:3083 ../widgets/table/e-table-item.c:3084 +#: ../widgets/text/e-text.c:3738 ../widgets/text/e-text.c:3739 msgid "Height" msgstr "Высота" #: ../addressbook/gui/widgets/e-minicard-label.c:130 -#: ../addressbook/gui/widgets/e-minicard.c:169 +#: ../addressbook/gui/widgets/e-minicard.c:170 msgid "Has Focus" msgstr "Имеет фокус" @@ -3322,24 +3319,24 @@ msgid "Adapter" msgstr "Адаптер" -#: ../addressbook/gui/widgets/e-minicard.c:99 +#: ../addressbook/gui/widgets/e-minicard.c:100 msgid "Work Email" msgstr "Рабочая эл. почта" -#: ../addressbook/gui/widgets/e-minicard.c:100 +#: ../addressbook/gui/widgets/e-minicard.c:101 msgid "Home Email" msgstr "Домашняя эл.почта" -#: ../addressbook/gui/widgets/e-minicard.c:101 -#: ../addressbook/gui/widgets/e-minicard.c:830 +#: ../addressbook/gui/widgets/e-minicard.c:102 +#: ../addressbook/gui/widgets/e-minicard.c:831 msgid "Other Email" msgstr "Другая эл.почта" -#: ../addressbook/gui/widgets/e-minicard.c:177 +#: ../addressbook/gui/widgets/e-minicard.c:178 msgid "Selected" msgstr "Выбрано" -#: ../addressbook/gui/widgets/e-minicard.c:184 +#: ../addressbook/gui/widgets/e-minicard.c:185 msgid "Has Cursor" msgstr "Имеет курсор" @@ -3348,7 +3345,7 @@ msgstr "_Открыть ссылку в браузере" #: ../addressbook/gui/widgets/eab-contact-display.c:173 -#: ../mail/em-folder-view.c:2795 +#: ../mail/em-folder-view.c:2792 msgid "_Copy Link Location" msgstr "_Копировать ссылку" @@ -3395,10 +3392,10 @@ msgstr "Видеочат" #: ../addressbook/gui/widgets/eab-contact-display.c:636 -#: ../calendar/gui/calendar-commands.c:92 -#: ../calendar/gui/dialogs/calendar-setup.c:368 +#: ../calendar/gui/calendar-commands.c:93 +#: ../calendar/gui/dialogs/calendar-setup.c:369 #: ../calendar/gui/gnome-cal.c:2451 -#: ../plugins/exchange-operations/exchange-delegates-user.c:76 +#: ../plugins/exchange-operations/exchange-delegates-user.c:78 #: ../plugins/exchange-operations/exchange-folder.c:576 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:424 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:455 @@ -3457,56 +3454,56 @@ msgstr "Блог" #. E_BOOK_ERROR_OK -#: ../addressbook/gui/widgets/eab-gui-util.c:57 +#: ../addressbook/gui/widgets/eab-gui-util.c:58 msgid "Success" msgstr "Успешно" #. E_BOOK_ERROR_INVALID_ARG #. E_BOOK_ERROR_BUSY -#: ../addressbook/gui/widgets/eab-gui-util.c:59 +#: ../addressbook/gui/widgets/eab-gui-util.c:60 msgid "Backend busy" msgstr "Компонент занят" #. E_BOOK_ERROR_REPOSITORY_OFFLINE -#: ../addressbook/gui/widgets/eab-gui-util.c:60 +#: ../addressbook/gui/widgets/eab-gui-util.c:61 msgid "Repository offline" msgstr "Репозиторий вне сети" #. E_BOOK_ERROR_NO_SUCH_BOOK -#: ../addressbook/gui/widgets/eab-gui-util.c:61 +#: ../addressbook/gui/widgets/eab-gui-util.c:62 msgid "Address Book does not exist" msgstr "Адресная книга не существует" #. E_BOOK_ERROR_NO_SELF_CONTACT -#: ../addressbook/gui/widgets/eab-gui-util.c:62 +#: ../addressbook/gui/widgets/eab-gui-util.c:63 msgid "No Self Contact defined" msgstr "Свой контакт не определён" #. E_BOOK_ERROR_URI_NOT_LOADED #. E_BOOK_ERROR_URI_ALREADY_LOADED #. E_BOOK_ERROR_PERMISSION_DENIED -#: ../addressbook/gui/widgets/eab-gui-util.c:65 +#: ../addressbook/gui/widgets/eab-gui-util.c:66 #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:50 msgid "Permission denied" msgstr "Отказ в доступе" #. E_BOOK_ERROR_CONTACT_NOT_FOUND -#: ../addressbook/gui/widgets/eab-gui-util.c:66 +#: ../addressbook/gui/widgets/eab-gui-util.c:67 msgid "Contact not found" msgstr "Контакт не найден" #. E_BOOK_ERROR_CONTACT_ID_ALREADY_EXISTS -#: ../addressbook/gui/widgets/eab-gui-util.c:67 +#: ../addressbook/gui/widgets/eab-gui-util.c:68 msgid "Contact ID already exists" msgstr "Идентификатор контакта уже существует" #. E_BOOK_ERROR_PROTOCOL_NOT_SUPPORTED -#: ../addressbook/gui/widgets/eab-gui-util.c:68 +#: ../addressbook/gui/widgets/eab-gui-util.c:69 msgid "Protocol not supported" msgstr "Протокол не поддерживается" #. E_BOOK_ERROR_CANCELLED -#: ../addressbook/gui/widgets/eab-gui-util.c:69 +#: ../addressbook/gui/widgets/eab-gui-util.c:70 #: ../calendar/gui/dialogs/task-details-page.glade.h:3 #: ../calendar/gui/e-cal-component-preview.c:256 #: ../calendar/gui/e-cal-model-tasks.c:364 @@ -3517,53 +3514,53 @@ msgstr "Отменено" #. E_BOOK_ERROR_COULD_NOT_CANCEL -#: ../addressbook/gui/widgets/eab-gui-util.c:70 +#: ../addressbook/gui/widgets/eab-gui-util.c:71 msgid "Could not cancel" msgstr "Не удалось отменить" #. E_BOOK_ERROR_AUTHENTICATION_FAILED -#: ../addressbook/gui/widgets/eab-gui-util.c:71 +#: ../addressbook/gui/widgets/eab-gui-util.c:72 #: ../calendar/gui/comp-editor-factory.c:427 msgid "Authentication Failed" msgstr "Сбой проверки подлинности" #. E_BOOK_ERROR_AUTHENTICATION_REQUIRED -#: ../addressbook/gui/widgets/eab-gui-util.c:72 +#: ../addressbook/gui/widgets/eab-gui-util.c:73 msgid "Authentication Required" msgstr "Требуется проверка подлинности" #. E_BOOK_ERROR_TLS_NOT_AVAILABLE -#: ../addressbook/gui/widgets/eab-gui-util.c:73 +#: ../addressbook/gui/widgets/eab-gui-util.c:74 msgid "TLS not Available" msgstr "TLS недоступен" #. E_BOOK_ERROR_CORBA_EXCEPTION #. E_BOOK_ERROR_NO_SUCH_SOURCE -#: ../addressbook/gui/widgets/eab-gui-util.c:75 +#: ../addressbook/gui/widgets/eab-gui-util.c:76 msgid "No such source" msgstr "Нет такого источника" #. E_BOOK_ERROR_OFFLINE_UNAVAILABLE -#: ../addressbook/gui/widgets/eab-gui-util.c:76 +#: ../addressbook/gui/widgets/eab-gui-util.c:77 msgid "Not available in offline mode" msgstr "Недоступно в автономном режиме" #. E_BOOK_ERROR_OTHER_ERROR -#: ../addressbook/gui/widgets/eab-gui-util.c:77 +#: ../addressbook/gui/widgets/eab-gui-util.c:78 msgid "Other error" msgstr "Иная ошибка" #. E_BOOK_ERROR_INVALID_SERVER_VERSION -#: ../addressbook/gui/widgets/eab-gui-util.c:78 +#: ../addressbook/gui/widgets/eab-gui-util.c:79 msgid "Invalid server version" msgstr "Неверная версия сервера" #. E_BOOK_ERROR_UNSUPPORTED_AUTHENTICATION_METHOD -#: ../addressbook/gui/widgets/eab-gui-util.c:79 +#: ../addressbook/gui/widgets/eab-gui-util.c:80 msgid "Unsupported authentication method" msgstr "Неподдерживаемый метод авторизации" -#: ../addressbook/gui/widgets/eab-gui-util.c:109 +#: ../addressbook/gui/widgets/eab-gui-util.c:110 msgid "" "We were unable to open this address book. This either means this book is not " "marked for offline usage or not yet downloaded for offline usage. Please " @@ -3574,7 +3571,7 @@ "автономного использования. Загрузите эту книгу в режиме подключения к сети, " "чтобы получить доступ к ее содержимому" -#: ../addressbook/gui/widgets/eab-gui-util.c:118 +#: ../addressbook/gui/widgets/eab-gui-util.c:119 #, c-format msgid "" "We were unable to open this address book. Please check that the path %s " @@ -3583,7 +3580,7 @@ "Не удалось открыть эту адресную книгу. Убедитесь, что путь %s существует и " "что у вас имеются необходимые права доступа." -#: ../addressbook/gui/widgets/eab-gui-util.c:127 +#: ../addressbook/gui/widgets/eab-gui-util.c:128 msgid "" "We were unable to open this address book. This either means you have " "entered an incorrect URI, or the LDAP server is unreachable." @@ -3591,7 +3588,7 @@ "Не удалось открыть эту адресную книгу. Это значит, что либо введён неверный " "URI, либо сервер LDAP недоступен." -#: ../addressbook/gui/widgets/eab-gui-util.c:133 +#: ../addressbook/gui/widgets/eab-gui-util.c:134 msgid "" "This version of Evolution does not have LDAP support compiled in to it. If " "you want to use LDAP in Evolution, you must install an LDAP-enabled " @@ -3601,7 +3598,7 @@ "использовать LDAP в Evolution, необходимо установить пакет Evolution с " "поддержкой LDAP." -#: ../addressbook/gui/widgets/eab-gui-util.c:140 +#: ../addressbook/gui/widgets/eab-gui-util.c:141 msgid "" "We were unable to open this address book. This either means you have " "entered an incorrect URI, or the server is unreachable." @@ -3609,11 +3606,11 @@ "Не удалось открыть эту адресную книгу. Это значит, что либо введен неверный " "URI, либо сервер недоступен." -#: ../addressbook/gui/widgets/eab-gui-util.c:148 +#: ../addressbook/gui/widgets/eab-gui-util.c:149 msgid "Detailed error:" msgstr "Подробная ошибка:" -#: ../addressbook/gui/widgets/eab-gui-util.c:171 +#: ../addressbook/gui/widgets/eab-gui-util.c:172 msgid "" "More cards matched this query than either the server is \n" "configured to return or Evolution is configured to display.\n" @@ -3626,7 +3623,7 @@ "поднимите ограничения для выдачи результатов в\n" "настройках сервера каталога для этой адресной книги." -#: ../addressbook/gui/widgets/eab-gui-util.c:177 +#: ../addressbook/gui/widgets/eab-gui-util.c:178 msgid "" "The time to execute this query exceeded the server limit or the limit\n" "you have configured for this address book. Please make your search\n" @@ -3639,48 +3636,48 @@ "поднимите ограничения времени в настройках сервера\n" "каталога для этой адресной книги." -#: ../addressbook/gui/widgets/eab-gui-util.c:183 +#: ../addressbook/gui/widgets/eab-gui-util.c:184 msgid "The backend for this address book was unable to parse this query." msgstr "" "Компонент обработки этой адресной книги не смог обработать текущий запрос." -#: ../addressbook/gui/widgets/eab-gui-util.c:186 +#: ../addressbook/gui/widgets/eab-gui-util.c:187 msgid "The backend for this address book refused to perform this query." msgstr "" "Компонент обработки этой адресной книги отказался обрабатывать текущий " "запрос." -#: ../addressbook/gui/widgets/eab-gui-util.c:189 +#: ../addressbook/gui/widgets/eab-gui-util.c:190 msgid "This query did not complete successfully." msgstr "Этот запрос завершился с ошибкой." -#: ../addressbook/gui/widgets/eab-gui-util.c:211 +#: ../addressbook/gui/widgets/eab-gui-util.c:212 msgid "Error adding list" msgstr "Ошибка добавления списка" -#: ../addressbook/gui/widgets/eab-gui-util.c:211 -#: ../addressbook/gui/widgets/eab-gui-util.c:687 +#: ../addressbook/gui/widgets/eab-gui-util.c:212 +#: ../addressbook/gui/widgets/eab-gui-util.c:688 msgid "Error adding contact" msgstr "Ошибка добавления контакта" -#: ../addressbook/gui/widgets/eab-gui-util.c:222 +#: ../addressbook/gui/widgets/eab-gui-util.c:223 msgid "Error modifying list" msgstr "Ошибка изменения списка" -#: ../addressbook/gui/widgets/eab-gui-util.c:222 +#: ../addressbook/gui/widgets/eab-gui-util.c:223 msgid "Error modifying contact" msgstr "Ошибка изменения контакта" -#: ../addressbook/gui/widgets/eab-gui-util.c:234 +#: ../addressbook/gui/widgets/eab-gui-util.c:235 msgid "Error removing list" msgstr "Ошибка удаления списка" -#: ../addressbook/gui/widgets/eab-gui-util.c:234 -#: ../addressbook/gui/widgets/eab-gui-util.c:637 +#: ../addressbook/gui/widgets/eab-gui-util.c:235 +#: ../addressbook/gui/widgets/eab-gui-util.c:638 msgid "Error removing contact" msgstr "Ошибка удаления контакта" -#: ../addressbook/gui/widgets/eab-gui-util.c:316 +#: ../addressbook/gui/widgets/eab-gui-util.c:317 #, c-format msgid "" "Opening %d contact will open %d new window as well.\n" @@ -3698,16 +3695,16 @@ "Открытие %d контактов также откроет %d новых окон.\n" "Вы действительно хотите отобразить все эти контакты?" -#: ../addressbook/gui/widgets/eab-gui-util.c:324 +#: ../addressbook/gui/widgets/eab-gui-util.c:325 msgid "_Don't Display" msgstr "_Не отображать" -#: ../addressbook/gui/widgets/eab-gui-util.c:325 +#: ../addressbook/gui/widgets/eab-gui-util.c:326 msgid "Display _All Contacts" msgstr "Отображать _все контакты" #. For Translators only: "it" refers to the filename %s. -#: ../addressbook/gui/widgets/eab-gui-util.c:351 +#: ../addressbook/gui/widgets/eab-gui-util.c:352 #, c-format msgid "" "%s already exists\n" @@ -3716,15 +3713,15 @@ "%s уже существует\n" "Хотите переписать?" -#: ../addressbook/gui/widgets/eab-gui-util.c:355 +#: ../addressbook/gui/widgets/eab-gui-util.c:356 msgid "Overwrite" msgstr "Перезаписать" #. more than one, finding the total number of contacts might #. * hit performance while saving large number of contacts #. -#: ../addressbook/gui/widgets/eab-gui-util.c:396 -#: ../addressbook/gui/widgets/eab-gui-util.c:399 +#: ../addressbook/gui/widgets/eab-gui-util.c:397 +#: ../addressbook/gui/widgets/eab-gui-util.c:400 msgid "contact" msgid_plural "contacts" msgstr[0] "контакт" @@ -3732,50 +3729,50 @@ msgstr[2] "контактов" #. This is a filename. Translators take note. -#: ../addressbook/gui/widgets/eab-gui-util.c:445 +#: ../addressbook/gui/widgets/eab-gui-util.c:446 msgid "card.vcf" msgstr "card.vcf" -#: ../addressbook/gui/widgets/eab-gui-util.c:482 +#: ../addressbook/gui/widgets/eab-gui-util.c:483 msgid "Select Address Book" msgstr "Выберите адресную книгу" -#: ../addressbook/gui/widgets/eab-gui-util.c:596 +#: ../addressbook/gui/widgets/eab-gui-util.c:597 msgid "list" msgstr "список" -#: ../addressbook/gui/widgets/eab-gui-util.c:748 +#: ../addressbook/gui/widgets/eab-gui-util.c:749 msgid "Move contact to" msgstr "Переместить контакт в" -#: ../addressbook/gui/widgets/eab-gui-util.c:750 +#: ../addressbook/gui/widgets/eab-gui-util.c:751 msgid "Copy contact to" msgstr "Копировать контакт в" -#: ../addressbook/gui/widgets/eab-gui-util.c:753 +#: ../addressbook/gui/widgets/eab-gui-util.c:754 msgid "Move contacts to" msgstr "Переместить контакты в" -#: ../addressbook/gui/widgets/eab-gui-util.c:755 +#: ../addressbook/gui/widgets/eab-gui-util.c:756 msgid "Copy contacts to" msgstr "Копировать контакты в" -#: ../addressbook/gui/widgets/eab-gui-util.c:900 +#: ../addressbook/gui/widgets/eab-gui-util.c:902 msgid "Multiple vCards" msgstr "Множество карточек" -#: ../addressbook/gui/widgets/eab-gui-util.c:907 +#: ../addressbook/gui/widgets/eab-gui-util.c:909 #, c-format msgid "vCard for %s" msgstr "vCard для %s" -#: ../addressbook/gui/widgets/eab-gui-util.c:919 -#: ../addressbook/gui/widgets/eab-gui-util.c:945 +#: ../addressbook/gui/widgets/eab-gui-util.c:921 +#: ../addressbook/gui/widgets/eab-gui-util.c:947 #, c-format msgid "Contact information" msgstr "Контактная информация" -#: ../addressbook/gui/widgets/eab-gui-util.c:947 +#: ../addressbook/gui/widgets/eab-gui-util.c:949 #, c-format msgid "Contact information for %s" msgstr "Контактная информация %s" @@ -3784,7 +3781,7 @@ msgid "Querying Address Book..." msgstr "Запрашивается адресная книга..." -#: ../addressbook/gui/widgets/eab-vcard-control.c:143 +#: ../addressbook/gui/widgets/eab-vcard-control.c:141 #, c-format msgid "There is one other contact." msgid_plural "There are %d other contacts." @@ -3792,16 +3789,16 @@ msgstr[1] "Имеется %d других контакта." msgstr[2] "Имеется %d других контактов." -#: ../addressbook/gui/widgets/eab-vcard-control.c:228 -#: ../addressbook/gui/widgets/eab-vcard-control.c:279 +#: ../addressbook/gui/widgets/eab-vcard-control.c:226 +#: ../addressbook/gui/widgets/eab-vcard-control.c:277 msgid "Show Full vCard" msgstr "Показывать всю карточку" -#: ../addressbook/gui/widgets/eab-vcard-control.c:232 +#: ../addressbook/gui/widgets/eab-vcard-control.c:230 msgid "Show Compact vCard" msgstr "Показывать компактную карточку" -#: ../addressbook/gui/widgets/eab-vcard-control.c:284 +#: ../addressbook/gui/widgets/eab-vcard-control.c:282 msgid "Save in address book" msgstr "Сохранить в адресной книге" @@ -3810,10 +3807,10 @@ msgstr "Вид карточек" #: ../addressbook/importers/evolution-csv-importer.c:661 -#: ../addressbook/importers/evolution-ldif-importer.c:498 -#: ../addressbook/importers/evolution-vcard-importer.c:250 -#: ../calendar/importers/icalendar-importer.c:306 -#: ../calendar/importers/icalendar-importer.c:671 ../shell/shell.error.xml.h:6 +#: ../addressbook/importers/evolution-ldif-importer.c:513 +#: ../addressbook/importers/evolution-vcard-importer.c:252 +#: ../calendar/importers/icalendar-importer.c:308 +#: ../calendar/importers/icalendar-importer.c:685 ../shell/shell.error.xml.h:7 msgid "Importing..." msgstr "Импорт..." @@ -3841,19 +3838,19 @@ msgid "Evolution CSV and Tab Importer" msgstr "Программа импортирования Evolution CSV и Tab" -#: ../addressbook/importers/evolution-ldif-importer.c:665 +#: ../addressbook/importers/evolution-ldif-importer.c:680 msgid "LDAP Data Interchange Format (.ldif)" msgstr "Формат обмена данными LDAP" -#: ../addressbook/importers/evolution-ldif-importer.c:666 +#: ../addressbook/importers/evolution-ldif-importer.c:681 msgid "Evolution LDIF importer" msgstr "Evolution LDIF importer" -#: ../addressbook/importers/evolution-vcard-importer.c:547 +#: ../addressbook/importers/evolution-vcard-importer.c:549 msgid "vCard (.vcf, .gcrd)" msgstr "vCard (.vcf, .gcrd)" -#: ../addressbook/importers/evolution-vcard-importer.c:548 +#: ../addressbook/importers/evolution-vcard-importer.c:550 msgid "Evolution vCard Importer" msgstr "Evolution vCard Importer" @@ -3902,7 +3899,7 @@ #: ../widgets/table/e-table-field-chooser-dialog.c:81 #: ../widgets/table/e-table-field-chooser-item.c:647 #: ../widgets/table/e-table-field-chooser.c:80 -#: ../widgets/table/e-table-header-item.c:1908 +#: ../widgets/table/e-table-header-item.c:1907 #: ../widgets/table/e-table-selection-model.c:309 msgid "Header" msgstr "Заголовок" @@ -4005,9 +4002,9 @@ #. FIXME: Take care of i18n #: ../addressbook/printing/e-contact-print.glade.h:36 -#: ../plugins/exchange-operations/exchange-account-setup.c:1069 -#: ../plugins/exchange-operations/exchange-calendar.c:232 -#: ../plugins/exchange-operations/exchange-contacts.c:217 +#: ../plugins/exchange-operations/exchange-account-setup.c:1080 +#: ../plugins/exchange-operations/exchange-calendar.c:236 +#: ../plugins/exchange-operations/exchange-contacts.c:222 msgid "Size:" msgstr "Размер:" @@ -4058,8 +4055,8 @@ msgid "This should test the contact print code" msgstr "Проверка кода печати контакта" -#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:667 -#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:703 +#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:656 +#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:692 #: ../addressbook/tools/evolution-addressbook-export-list-folders.c:50 msgid "Can not open file" msgstr "Не удалось открыть файл" @@ -4230,19 +4227,19 @@ msgstr "Вы действительно хотите удалить эту встречу?" #: ../calendar/calendar.error.xml.h:22 -#: ../calendar/gui/dialogs/delete-comp.c:178 +#: ../calendar/gui/dialogs/delete-comp.c:182 #, c-format msgid "Are you sure you want to delete this meeting?" msgstr "Вы действительно хотите удалить это собрание?" #: ../calendar/calendar.error.xml.h:23 -#: ../calendar/gui/dialogs/delete-comp.c:184 +#: ../calendar/gui/dialogs/delete-comp.c:188 #, c-format msgid "Are you sure you want to delete this memo?" msgstr "Вы действительно хотите удалить эту заметку?" #: ../calendar/calendar.error.xml.h:24 -#: ../calendar/gui/dialogs/delete-comp.c:181 +#: ../calendar/gui/dialogs/delete-comp.c:185 #, c-format msgid "Are you sure you want to delete this task?" msgstr "Вы действительно хотите удалить эту задачу?" @@ -4347,6 +4344,18 @@ "узнать, что задача была удалена." #: ../calendar/calendar.error.xml.h:45 +msgid "Save Appointment" +msgstr "Сохранить встречу" + +#: ../calendar/calendar.error.xml.h:46 +msgid "Save Memo" +msgstr "Сохранить заметку" + +#: ../calendar/calendar.error.xml.h:47 +msgid "Save Task" +msgstr "Сохранить задачу" + +#: ../calendar/calendar.error.xml.h:48 msgid "" "Sending updated information allows other participants to keep their " "calendars up to date." @@ -4354,7 +4363,7 @@ "Рассылка обновленной информации позволит другим участникам поддерживать свои " "календари в текущем состоянии." -#: ../calendar/calendar.error.xml.h:46 +#: ../calendar/calendar.error.xml.h:49 msgid "" "Sending updated information allows other participants to keep their task " "lists up to date." @@ -4362,7 +4371,7 @@ "Отправка обновлений позволяет другим участникам поддерживать их список задач " "в текущем состоянии." -#: ../calendar/calendar.error.xml.h:47 +#: ../calendar/calendar.error.xml.h:51 msgid "" "Some attachments are being downloaded. Saving the appointment would result " "in the loss of these attachments." @@ -4370,7 +4379,7 @@ "Несколько вложений еще загружаются. Сохранение встречи приведет к тому, что " "она будет сохранена без этих вложений." -#: ../calendar/calendar.error.xml.h:48 +#: ../calendar/calendar.error.xml.h:52 msgid "" "Some attachments are being downloaded. Saving the task would result in the " "loss of these attachments." @@ -4378,83 +4387,83 @@ "Несколько вложений еще загружаются. Сохранение задачи приведет к тому, что " "она будет сохранена без этих вложений." -#: ../calendar/calendar.error.xml.h:49 +#: ../calendar/calendar.error.xml.h:53 msgid "Some features may not work properly with your current server." msgstr "Некоторые функции могут работать некорректно с вашим текущим сервером." -#: ../calendar/calendar.error.xml.h:50 +#: ../calendar/calendar.error.xml.h:54 msgid "The Evolution calendar has quit unexpectedly." msgstr "Работа компонента календаря Evolution неожиданно завершилась." -#: ../calendar/calendar.error.xml.h:51 +#: ../calendar/calendar.error.xml.h:55 msgid "The Evolution memo has quit unexpectedly." msgstr "Работа компонента заметок Evolution неожиданно завершилась." -#: ../calendar/calendar.error.xml.h:52 +#: ../calendar/calendar.error.xml.h:56 msgid "The Evolution tasks have quit unexpectedly." msgstr "Работа компонента задач Evolution неожиданно завершилась." -#: ../calendar/calendar.error.xml.h:53 +#: ../calendar/calendar.error.xml.h:57 msgid "The calendar is not marked for offline usage." msgstr "Этот календарь не отмечен для автономного использования." -#: ../calendar/calendar.error.xml.h:54 +#: ../calendar/calendar.error.xml.h:58 msgid "The memo list is not marked for offline usage." msgstr "Этот список заметок не отмечен для автономного использования." -#: ../calendar/calendar.error.xml.h:55 +#: ../calendar/calendar.error.xml.h:59 msgid "The task list is not marked for offline usage." msgstr "Этот список задач не отмечен для автономного использования." -#: ../calendar/calendar.error.xml.h:56 +#: ../calendar/calendar.error.xml.h:60 msgid "This calendar will be removed permanently." msgstr "Этот календарь будет окончательно удален." -#: ../calendar/calendar.error.xml.h:57 +#: ../calendar/calendar.error.xml.h:61 msgid "This memo list will be removed permanently." msgstr "Заметка будет окончательно удалена." -#: ../calendar/calendar.error.xml.h:58 +#: ../calendar/calendar.error.xml.h:62 msgid "This task list will be removed permanently." msgstr "Задача будет окончательно удалена." -#: ../calendar/calendar.error.xml.h:59 +#: ../calendar/calendar.error.xml.h:63 msgid "Would you like to save your changes to this appointment?" msgstr "Сохранить изменения этой встречи?" -#: ../calendar/calendar.error.xml.h:60 +#: ../calendar/calendar.error.xml.h:64 msgid "Would you like to save your changes to this memo?" msgstr "Сохранить изменения этой заметки?" -#: ../calendar/calendar.error.xml.h:61 +#: ../calendar/calendar.error.xml.h:65 msgid "Would you like to save your changes to this task?" msgstr "Сохранить изменения этой задачи?" -#: ../calendar/calendar.error.xml.h:62 +#: ../calendar/calendar.error.xml.h:66 msgid "Would you like to send a cancelation notice for this memo?" msgstr "Разослать уведомление об отмене этой заметки в журнале?" -#: ../calendar/calendar.error.xml.h:63 +#: ../calendar/calendar.error.xml.h:67 msgid "Would you like to send all the participants a cancelation notice?" msgstr "Разослать всем участникам уведомление об отмене?" -#: ../calendar/calendar.error.xml.h:64 +#: ../calendar/calendar.error.xml.h:68 msgid "Would you like to send meeting invitations to participants?" msgstr "Разослать приглашения на собрание участникам?" -#: ../calendar/calendar.error.xml.h:65 +#: ../calendar/calendar.error.xml.h:69 msgid "Would you like to send this task to participants?" msgstr "Разослать эту задачу участникам?" -#: ../calendar/calendar.error.xml.h:66 +#: ../calendar/calendar.error.xml.h:70 msgid "Would you like to send updated meeting information to participants?" msgstr "Разослать обновленную информацию о собрании участникам?" -#: ../calendar/calendar.error.xml.h:67 +#: ../calendar/calendar.error.xml.h:71 msgid "Would you like to send updated task information to participants?" msgstr "Разослать обновленные сведения о задаче участникам?" -#: ../calendar/calendar.error.xml.h:68 +#: ../calendar/calendar.error.xml.h:72 msgid "" "You are connecting to an unsupported GroupWise server and may encounter " "problems using Evolution. For best results, the server should be upgraded to " @@ -4464,101 +4473,101 @@ "с проблемами при использовании Evolution. Для получения лучших результатов " "сервер должен быть обновлен до поддерживаемой версии." -#: ../calendar/calendar.error.xml.h:69 +#: ../calendar/calendar.error.xml.h:73 msgid "You have changed this appointment, but not yet saved it." msgstr "Вы сделали изменения этой встречи, но не сохранили их." -#: ../calendar/calendar.error.xml.h:70 +#: ../calendar/calendar.error.xml.h:74 msgid "You have changed this task, but not yet saved it." msgstr "Вы сделали изменения этой задачи, но не сохранили их." -#: ../calendar/calendar.error.xml.h:71 +#: ../calendar/calendar.error.xml.h:75 msgid "You have made changes to this memo, but not yet saved them." msgstr "Вы сделали изменения этой заметки, но не сохранили их." -#: ../calendar/calendar.error.xml.h:72 +#: ../calendar/calendar.error.xml.h:76 msgid "Your calendars will not be available until Evolution is restarted." msgstr "Ваши календари будут недоступны до перезапуска Evolution." -#: ../calendar/calendar.error.xml.h:73 +#: ../calendar/calendar.error.xml.h:77 msgid "Your memos will not be available until Evolution is restarted." msgstr "Ваши заметки будут недоступны до перезапуска Evolution." -#: ../calendar/calendar.error.xml.h:74 +#: ../calendar/calendar.error.xml.h:78 msgid "Your tasks will not be available until Evolution is restarted." msgstr "Ваши задачи будут недоступны до перезапуска Evolution." -#: ../calendar/calendar.error.xml.h:75 +#: ../calendar/calendar.error.xml.h:79 #: ../composer/mail-composer.error.xml.h:30 msgid "_Discard Changes" msgstr "_Отклонить изменения" -#: ../calendar/calendar.error.xml.h:76 ../composer/e-composer-actions.c:499 +#: ../calendar/calendar.error.xml.h:80 ../composer/e-composer-actions.c:497 msgid "_Save" msgstr "_Сохранить" -#: ../calendar/calendar.error.xml.h:77 +#: ../calendar/calendar.error.xml.h:81 msgid "_Save Changes" msgstr "_Сохранить изменения" -#: ../calendar/calendar.error.xml.h:78 +#: ../calendar/calendar.error.xml.h:82 #: ../composer/mail-composer.error.xml.h:34 ../mail/mail.error.xml.h:142 #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:6 msgid "_Send" msgstr "_Отправить" -#: ../calendar/calendar.error.xml.h:79 +#: ../calendar/calendar.error.xml.h:83 msgid "_Send Notice" msgstr "_Отправить уведомление" -#: ../calendar/calendar.error.xml.h:80 +#: ../calendar/calendar.error.xml.h:84 msgid "{0}." msgstr "{0}." -#: ../calendar/conduits/calendar/calendar-conduit.c:256 +#: ../calendar/conduits/calendar/calendar-conduit.c:258 msgid "Split Multi-Day Events:" msgstr "Разделить многодневные события:" -#: ../calendar/conduits/calendar/calendar-conduit.c:1521 -#: ../calendar/conduits/calendar/calendar-conduit.c:1522 -#: ../calendar/conduits/memo/memo-conduit.c:820 +#: ../calendar/conduits/calendar/calendar-conduit.c:1523 +#: ../calendar/conduits/calendar/calendar-conduit.c:1524 #: ../calendar/conduits/memo/memo-conduit.c:821 -#: ../calendar/conduits/todo/todo-conduit.c:1018 +#: ../calendar/conduits/memo/memo-conduit.c:822 #: ../calendar/conduits/todo/todo-conduit.c:1019 +#: ../calendar/conduits/todo/todo-conduit.c:1020 msgid "Could not start evolution-data-server" msgstr "Не удалось запустить evolution-data-server" -#: ../calendar/conduits/calendar/calendar-conduit.c:1629 -#: ../calendar/conduits/calendar/calendar-conduit.c:1632 +#: ../calendar/conduits/calendar/calendar-conduit.c:1631 +#: ../calendar/conduits/calendar/calendar-conduit.c:1634 msgid "Could not read pilot's Calendar application block" msgstr "Не удалось прочитать блок приложения календарь Пилота" -#: ../calendar/conduits/memo/memo-conduit.c:914 -#: ../calendar/conduits/memo/memo-conduit.c:917 +#: ../calendar/conduits/memo/memo-conduit.c:915 +#: ../calendar/conduits/memo/memo-conduit.c:918 msgid "Could not read pilot's Memo application block" msgstr "Не удалось прочитать блок приложения заметок Пилота" -#: ../calendar/conduits/memo/memo-conduit.c:961 -#: ../calendar/conduits/memo/memo-conduit.c:964 +#: ../calendar/conduits/memo/memo-conduit.c:962 +#: ../calendar/conduits/memo/memo-conduit.c:965 msgid "Could not write pilot's Memo application block" msgstr "Не удалось прочитать блок приложения заметок" -#: ../calendar/conduits/todo/todo-conduit.c:240 +#: ../calendar/conduits/todo/todo-conduit.c:241 msgid "Default Priority:" msgstr "Приоритет по умолчанию:" -#: ../calendar/conduits/todo/todo-conduit.c:1102 -#: ../calendar/conduits/todo/todo-conduit.c:1105 +#: ../calendar/conduits/todo/todo-conduit.c:1103 +#: ../calendar/conduits/todo/todo-conduit.c:1106 msgid "Could not read pilot's ToDo application block" msgstr "Не удалось прочитать блок приложения заданий Пилота" -#: ../calendar/conduits/todo/todo-conduit.c:1147 -#: ../calendar/conduits/todo/todo-conduit.c:1150 +#: ../calendar/conduits/todo/todo-conduit.c:1148 +#: ../calendar/conduits/todo/todo-conduit.c:1151 msgid "Could not write pilot's ToDo application block" msgstr "Не удалось прочитать блок приложения ToDo пилота" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:1 -#: ../plugins/itip-formatter/itip-formatter.c:2358 +#: ../plugins/itip-formatter/itip-formatter.c:2430 msgid "Calendar and Tasks" msgstr "Календарь и задачи" @@ -4618,9 +4627,9 @@ #: ../calendar/gui/tasks-component.c:539 #: ../calendar/gui/tasks-component.c:1090 ../calendar/gui/tasks-control.c:492 #: ../calendar/gui/tasks-control.c:508 -#: ../calendar/importers/icalendar-importer.c:74 -#: ../calendar/importers/icalendar-importer.c:735 -#: ../plugins/exchange-operations/exchange-delegates-user.c:76 +#: ../calendar/importers/icalendar-importer.c:76 +#: ../calendar/importers/icalendar-importer.c:749 +#: ../plugins/exchange-operations/exchange-delegates-user.c:78 #: ../plugins/exchange-operations/exchange-folder.c:588 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:425 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:569 @@ -4654,8 +4663,8 @@ #: ../calendar/gui/dialogs/event-page.glade.h:19 ../filter/filter.glade.h:15 #: ../plugins/calendar-http/calendar-http.c:280 #: ../plugins/calendar-weather/calendar-weather.c:562 -#: ../plugins/google-account-setup/google-source.c:663 -#: ../plugins/google-account-setup/google-contacts-source.c:329 +#: ../plugins/google-account-setup/google-source.c:672 +#: ../plugins/google-account-setup/google-contacts-source.c:339 msgid "hours" msgid_plural "hours" msgstr[0] "час" @@ -4685,9 +4694,9 @@ msgstr "Напомнить _через:" #: ../calendar/gui/alarm-notify/alarm-notify.glade.h:4 -#: ../calendar/gui/dialogs/comp-editor.c:1332 +#: ../calendar/gui/dialogs/comp-editor.c:1336 #: ../calendar/gui/dialogs/recurrence-page.glade.h:10 -#: ../filter/filter.glade.h:11 ../mail/mail-config.glade.h:167 +#: ../filter/filter.glade.h:11 ../mail/mail-config.glade.h:169 #: ../plugins/exchange-operations/exchange-delegates.glade.h:15 #: ../plugins/publish-calendar/publish-calendar.glade.h:21 #: ../ui/evolution-addressbook.xml.h:51 ../ui/evolution-calendar.xml.h:41 @@ -4780,7 +4789,7 @@ msgstr "неправильное время" #. Translator: Entire string is like "Pop up an alert %d hours before start of appointment" -#: ../calendar/gui/alarm-notify/util.c:69 ../calendar/gui/e-alarm-list.c:404 +#: ../calendar/gui/alarm-notify/util.c:69 ../calendar/gui/e-alarm-list.c:406 #: ../calendar/gui/misc.c:116 #, c-format msgid "%d hour" @@ -4790,7 +4799,7 @@ msgstr[2] "%d часов" #. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment" -#: ../calendar/gui/alarm-notify/util.c:75 ../calendar/gui/e-alarm-list.c:410 +#: ../calendar/gui/alarm-notify/util.c:75 ../calendar/gui/e-alarm-list.c:412 #: ../calendar/gui/misc.c:122 #, c-format msgid "%d minute" @@ -4802,7 +4811,7 @@ #. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third") #. Translator: Entire string is like "Pop up an alert %d seconds before start of appointment" #. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third") -#: ../calendar/gui/alarm-notify/util.c:79 ../calendar/gui/e-alarm-list.c:416 +#: ../calendar/gui/alarm-notify/util.c:79 ../calendar/gui/e-alarm-list.c:418 #: ../calendar/gui/misc.c:126 #, c-format msgid "%d second" @@ -5239,66 +5248,66 @@ msgid "daylight savings time" msgstr "летнее время" -#: ../calendar/gui/cal-search-bar.c:71 +#: ../calendar/gui/cal-search-bar.c:75 msgid "Summary contains" msgstr "Сводка содержит" -#: ../calendar/gui/cal-search-bar.c:72 +#: ../calendar/gui/cal-search-bar.c:76 msgid "Description contains" msgstr "Описание содержит" -#: ../calendar/gui/cal-search-bar.c:73 +#: ../calendar/gui/cal-search-bar.c:77 msgid "Category is" msgstr "Категории " -#: ../calendar/gui/cal-search-bar.c:74 +#: ../calendar/gui/cal-search-bar.c:78 msgid "Comment contains" msgstr "Комментарий содержит" -#: ../calendar/gui/cal-search-bar.c:75 +#: ../calendar/gui/cal-search-bar.c:79 msgid "Location contains" msgstr "Адрес содержит" -#: ../calendar/gui/cal-search-bar.c:629 ../calendar/gui/cal-search-bar.c:672 -#: ../calendar/gui/cal-search-bar.c:691 +#: ../calendar/gui/cal-search-bar.c:632 ../calendar/gui/cal-search-bar.c:675 +#: ../calendar/gui/cal-search-bar.c:694 msgid "Unmatched" msgstr "Прочее" -#: ../calendar/gui/cal-search-bar.c:637 +#: ../calendar/gui/cal-search-bar.c:640 msgid "Next 7 Days' Tasks" msgstr "Задачи на следующую неделю" -#: ../calendar/gui/cal-search-bar.c:641 +#: ../calendar/gui/cal-search-bar.c:644 msgid "Active Tasks" msgstr "Активные задачи" -#: ../calendar/gui/cal-search-bar.c:645 +#: ../calendar/gui/cal-search-bar.c:648 msgid "Overdue Tasks" msgstr "Просроченные задачи" -#: ../calendar/gui/cal-search-bar.c:649 +#: ../calendar/gui/cal-search-bar.c:652 msgid "Completed Tasks" msgstr "Завершённые задачи" -#: ../calendar/gui/cal-search-bar.c:653 +#: ../calendar/gui/cal-search-bar.c:656 msgid "Tasks with Attachments" msgstr "Задачи с вложениями" -#: ../calendar/gui/cal-search-bar.c:699 +#: ../calendar/gui/cal-search-bar.c:702 msgid "Active Appointments" msgstr "Активные встречи" -#: ../calendar/gui/cal-search-bar.c:703 +#: ../calendar/gui/cal-search-bar.c:706 msgid "Next 7 Days' Appointments" msgstr "Встречи на следующую неделю" -#: ../calendar/gui/calendar-commands.c:92 ../ui/evolution-addressbook.xml.h:26 +#: ../calendar/gui/calendar-commands.c:93 ../ui/evolution-addressbook.xml.h:26 #: ../ui/evolution-calendar.xml.h:20 ../ui/evolution-mail-message.xml.h:75 #: ../ui/evolution-memos.xml.h:11 ../ui/evolution-tasks.xml.h:14 msgid "Print" msgstr "Печать" -#: ../calendar/gui/calendar-commands.c:317 +#: ../calendar/gui/calendar-commands.c:318 msgid "" "This operation will permanently erase all events older than the selected " "amount of time. If you continue, you will not be able to recover these " @@ -5307,16 +5316,16 @@ "Это действие безвозвратно уничтожит все события старше указанного промежутка " "времени. Если вы продолжите, вы не сможете восстановить эти события." -#: ../calendar/gui/calendar-commands.c:323 +#: ../calendar/gui/calendar-commands.c:324 msgid "Purge events older than" msgstr "Очистить элементы старше чем" -#: ../calendar/gui/calendar-commands.c:328 +#: ../calendar/gui/calendar-commands.c:329 #: ../calendar/gui/dialogs/alarm-dialog.glade.h:21 ../filter/filter.glade.h:14 #: ../plugins/calendar-http/calendar-http.c:281 #: ../plugins/calendar-weather/calendar-weather.c:563 -#: ../plugins/google-account-setup/google-source.c:664 -#: ../plugins/google-account-setup/google-contacts-source.c:330 +#: ../plugins/google-account-setup/google-source.c:673 +#: ../plugins/google-account-setup/google-contacts-source.c:340 #: ../widgets/misc/e-send-options.glade.h:39 msgid "days" msgstr "дней" @@ -5443,7 +5452,7 @@ msgstr "Любое поле" #: ../calendar/gui/caltypes.xml.h:4 ../calendar/gui/memotypes.xml.h:4 -#: ../calendar/gui/tasktypes.xml.h:6 ../mail/em-filter-i18n.h:5 +#: ../calendar/gui/tasktypes.xml.h:6 ../mail/em-filter-i18n.h:21 msgid "Attachments" msgstr "Вложения" @@ -5492,12 +5501,12 @@ msgstr "Описание содержит" #: ../calendar/gui/caltypes.xml.h:14 ../calendar/gui/memotypes.xml.h:13 -#: ../calendar/gui/tasktypes.xml.h:16 ../mail/em-filter-i18n.h:22 +#: ../calendar/gui/tasktypes.xml.h:16 ../mail/em-filter-i18n.h:38 msgid "Do Not Exist" msgstr "Не существует" #: ../calendar/gui/caltypes.xml.h:15 ../calendar/gui/memotypes.xml.h:14 -#: ../calendar/gui/tasktypes.xml.h:17 ../mail/em-filter-i18n.h:25 +#: ../calendar/gui/tasktypes.xml.h:17 ../mail/em-filter-i18n.h:41 msgid "Exist" msgstr "Существует" @@ -5588,7 +5597,7 @@ #: ../calendar/gui/e-meeting-list-view.c:545 #: ../calendar/gui/e-meeting-time-sel.etspec.h:10 #: ../calendar/gui/memotypes.xml.h:31 ../calendar/gui/tasktypes.xml.h:38 -#: ../mail/em-filter-i18n.h:70 ../mail/message-list.etspec.h:17 +#: ../mail/em-filter-i18n.h:86 ../mail/message-list.etspec.h:17 msgid "Status" msgstr "Состояние" @@ -5632,22 +5641,22 @@ msgstr "Ожидание" #: ../calendar/gui/caltypes.xml.h:42 ../calendar/gui/memotypes.xml.h:39 -#: ../calendar/gui/tasktypes.xml.h:47 ../mail/em-filter-i18n.h:10 +#: ../calendar/gui/tasktypes.xml.h:47 ../mail/em-filter-i18n.h:26 msgid "contains" msgstr "содержит" #: ../calendar/gui/caltypes.xml.h:43 ../calendar/gui/memotypes.xml.h:40 -#: ../calendar/gui/tasktypes.xml.h:48 ../mail/em-filter-i18n.h:16 +#: ../calendar/gui/tasktypes.xml.h:48 ../mail/em-filter-i18n.h:32 msgid "does not contain" msgstr "не содержит" #: ../calendar/gui/caltypes.xml.h:44 ../calendar/gui/memotypes.xml.h:41 -#: ../calendar/gui/tasktypes.xml.h:49 ../mail/em-filter-i18n.h:30 +#: ../calendar/gui/tasktypes.xml.h:49 ../mail/em-filter-i18n.h:46 msgid "is" msgstr "является" #: ../calendar/gui/caltypes.xml.h:45 ../calendar/gui/memotypes.xml.h:42 -#: ../calendar/gui/tasktypes.xml.h:52 ../mail/em-filter-i18n.h:36 +#: ../calendar/gui/tasktypes.xml.h:52 ../mail/em-filter-i18n.h:52 msgid "is not" msgstr "не является" @@ -5700,17 +5709,17 @@ msgstr "_Сообщение:" #: ../calendar/gui/dialogs/alarm-dialog.glade.h:8 -#: ../calendar/gui/e-alarm-list.c:442 +#: ../calendar/gui/e-alarm-list.c:444 msgid "Play a sound" msgstr "Воспроизвести звук" #: ../calendar/gui/dialogs/alarm-dialog.glade.h:9 -#: ../calendar/gui/e-alarm-list.c:446 +#: ../calendar/gui/e-alarm-list.c:448 msgid "Pop up an alert" msgstr "Выводить предупреждение" #: ../calendar/gui/dialogs/alarm-dialog.glade.h:10 -#: ../calendar/gui/e-alarm-list.c:454 +#: ../calendar/gui/e-alarm-list.c:456 msgid "Run a program" msgstr "Выполнить программу" @@ -5723,7 +5732,7 @@ msgstr "Отправить:" #: ../calendar/gui/dialogs/alarm-dialog.glade.h:13 -#: ../calendar/gui/e-alarm-list.c:450 +#: ../calendar/gui/e-alarm-list.c:452 msgid "Send an email" msgstr "Отправить почту" @@ -5793,7 +5802,7 @@ msgstr "Сигналы" #: ../calendar/gui/dialogs/cal-attachment-select-file.c:82 -#: ../composer/e-composer-actions.c:64 +#: ../composer/e-composer-actions.c:62 msgid "_Suggest automatic display of attachment" msgstr "_Предполагать автоматическое отображение вложения" @@ -5801,7 +5810,7 @@ msgid "Attach file(s)" msgstr "Вложить файл(ы)" -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:485 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:484 msgid "Selected Calendars for Alarms" msgstr "Календари - источники сигналов" @@ -5867,7 +5876,7 @@ msgstr "Отображение" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:19 -#: ../calendar/gui/dialogs/recurrence-page.c:1087 +#: ../calendar/gui/dialogs/recurrence-page.c:1089 #: ../calendar/gui/e-itip-control.c:738 msgid "Friday" msgstr "Пятница" @@ -5883,7 +5892,7 @@ "Дни" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:24 -#: ../calendar/gui/dialogs/recurrence-page.c:1083 +#: ../calendar/gui/dialogs/recurrence-page.c:1085 #: ../calendar/gui/e-itip-control.c:734 msgid "Monday" msgstr "Понедельник" @@ -5917,7 +5926,7 @@ msgstr "Вск" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:35 -#: ../calendar/gui/dialogs/recurrence-page.c:1088 +#: ../calendar/gui/dialogs/recurrence-page.c:1090 #: ../calendar/gui/e-itip-control.c:739 msgid "Saturday" msgstr "Суббота" @@ -5935,7 +5944,7 @@ msgstr "Показывать номера недель в навигаторе по датам" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:39 -#: ../calendar/gui/dialogs/recurrence-page.c:1089 +#: ../calendar/gui/dialogs/recurrence-page.c:1091 #: ../calendar/gui/e-itip-control.c:733 msgid "Sunday" msgstr "Воскресенье" @@ -5954,7 +5963,7 @@ msgstr "Шаблон:" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:44 -#: ../calendar/gui/dialogs/recurrence-page.c:1086 +#: ../calendar/gui/dialogs/recurrence-page.c:1088 #: ../calendar/gui/e-itip-control.c:737 msgid "Thursday" msgstr "Четверг" @@ -5969,13 +5978,13 @@ msgstr "Формат времени:" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:47 -#: ../calendar/gui/dialogs/recurrence-page.c:1084 +#: ../calendar/gui/dialogs/recurrence-page.c:1086 #: ../calendar/gui/e-itip-control.c:735 msgid "Tuesday" msgstr "Вторник" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:48 -#: ../calendar/gui/dialogs/recurrence-page.c:1085 +#: ../calendar/gui/dialogs/recurrence-page.c:1087 #: ../calendar/gui/e-itip-control.c:736 msgid "Wednesday" msgstr "Среда" @@ -6054,51 +6063,51 @@ msgid "before every appointment" msgstr "перед каждой встречей" -#: ../calendar/gui/dialogs/calendar-setup.c:270 +#: ../calendar/gui/dialogs/calendar-setup.c:271 msgid "Cop_y calendar contents locally for offline operation" msgstr "Коп_ировать содержимое календаря локально для автономных операций" -#: ../calendar/gui/dialogs/calendar-setup.c:272 +#: ../calendar/gui/dialogs/calendar-setup.c:273 msgid "Cop_y task list contents locally for offline operation" msgstr "Коп_ировать содержимое списка задач локально для автономной работы" -#: ../calendar/gui/dialogs/calendar-setup.c:274 +#: ../calendar/gui/dialogs/calendar-setup.c:275 msgid "Cop_y memo list contents locally for offline operation" msgstr "Коп_ировать список заметок локально для автономной работы" -#: ../calendar/gui/dialogs/calendar-setup.c:344 +#: ../calendar/gui/dialogs/calendar-setup.c:345 msgid "Colo_r:" msgstr "_Цвет:" -#: ../calendar/gui/dialogs/calendar-setup.c:379 +#: ../calendar/gui/dialogs/calendar-setup.c:380 msgid "Task List" msgstr "Список задач" -#: ../calendar/gui/dialogs/calendar-setup.c:390 +#: ../calendar/gui/dialogs/calendar-setup.c:391 msgid "Memo List" msgstr "Список заметок" -#: ../calendar/gui/dialogs/calendar-setup.c:475 +#: ../calendar/gui/dialogs/calendar-setup.c:476 msgid "Calendar Properties" msgstr "Свойства календаря" -#: ../calendar/gui/dialogs/calendar-setup.c:475 +#: ../calendar/gui/dialogs/calendar-setup.c:476 msgid "New Calendar" msgstr "Новый календарь" -#: ../calendar/gui/dialogs/calendar-setup.c:531 +#: ../calendar/gui/dialogs/calendar-setup.c:532 msgid "Task List Properties" msgstr "Свойства списка задач" -#: ../calendar/gui/dialogs/calendar-setup.c:531 +#: ../calendar/gui/dialogs/calendar-setup.c:532 msgid "New Task List" msgstr "Новый список задач" -#: ../calendar/gui/dialogs/calendar-setup.c:587 +#: ../calendar/gui/dialogs/calendar-setup.c:588 msgid "Memo List Properties" msgstr "Свойства списка заметок" -#: ../calendar/gui/dialogs/calendar-setup.c:587 +#: ../calendar/gui/dialogs/calendar-setup.c:588 msgid "New Memo List" msgstr "Новый список заметок" @@ -6171,15 +6180,15 @@ msgid "Due " msgstr "К дате" -#: ../calendar/gui/dialogs/comp-editor.c:232 +#: ../calendar/gui/dialogs/comp-editor.c:236 #, c-format msgid "Attached message - %s" msgstr "Вложенное сообщение - %s" #. translators, this count will always be >1 -#: ../calendar/gui/dialogs/comp-editor.c:237 -#: ../calendar/gui/dialogs/comp-editor.c:410 ../composer/e-msg-composer.c:1769 -#: ../composer/e-msg-composer.c:1988 +#: ../calendar/gui/dialogs/comp-editor.c:241 +#: ../calendar/gui/dialogs/comp-editor.c:414 ../composer/e-msg-composer.c:1766 +#: ../composer/e-msg-composer.c:1985 #, c-format msgid "Attached message" msgid_plural "%d attached messages" @@ -6187,211 +6196,211 @@ msgstr[1] "%d вложенных сообщения" msgstr[2] "%d вложенных сообщений" -#: ../calendar/gui/dialogs/comp-editor.c:481 ../composer/e-msg-composer.c:2056 +#: ../calendar/gui/dialogs/comp-editor.c:485 ../composer/e-msg-composer.c:2053 #: ../mail/em-folder-tree.c:1006 ../mail/em-folder-utils.c:364 #: ../mail/em-folder-view.c:1186 ../mail/message-list.c:2045 msgid "_Move" msgstr "Пере_местить" -#: ../calendar/gui/dialogs/comp-editor.c:483 ../composer/e-msg-composer.c:2058 +#: ../calendar/gui/dialogs/comp-editor.c:487 ../composer/e-msg-composer.c:2055 #: ../mail/em-folder-tree.c:1008 ../mail/message-list.c:2047 msgid "Cancel _Drag" msgstr "Отменить _перенос" -#: ../calendar/gui/dialogs/comp-editor.c:616 -#: ../calendar/gui/dialogs/comp-editor.c:3249 ../mail/em-utils.c:371 +#: ../calendar/gui/dialogs/comp-editor.c:620 +#: ../calendar/gui/dialogs/comp-editor.c:3257 ../mail/em-utils.c:372 #: ../plugins/prefer-plain/prefer-plain.c:91 #: ../widgets/misc/e-attachment-bar.c:453 msgid "attachment" msgstr "вложение" -#: ../calendar/gui/dialogs/comp-editor.c:842 +#: ../calendar/gui/dialogs/comp-editor.c:846 msgid "Could not update object" msgstr "Не удалось обновить объект" -#: ../calendar/gui/dialogs/comp-editor.c:930 +#: ../calendar/gui/dialogs/comp-editor.c:934 msgid "Edit Appointment" msgstr "Изменить встречу" -#: ../calendar/gui/dialogs/comp-editor.c:937 +#: ../calendar/gui/dialogs/comp-editor.c:941 #, c-format msgid "Meeting - %s" msgstr "Собрание - %s" -#: ../calendar/gui/dialogs/comp-editor.c:939 +#: ../calendar/gui/dialogs/comp-editor.c:943 #, c-format msgid "Appointment - %s" msgstr "Встреча - %s" -#: ../calendar/gui/dialogs/comp-editor.c:945 +#: ../calendar/gui/dialogs/comp-editor.c:949 #, c-format msgid "Assigned Task - %s" msgstr "Назначенная задача - %s" -#: ../calendar/gui/dialogs/comp-editor.c:947 +#: ../calendar/gui/dialogs/comp-editor.c:951 #, c-format msgid "Task - %s" msgstr "Задача - %s" -#: ../calendar/gui/dialogs/comp-editor.c:952 +#: ../calendar/gui/dialogs/comp-editor.c:956 #, c-format msgid "Memo - %s" msgstr "Заметка - %s" -#: ../calendar/gui/dialogs/comp-editor.c:968 +#: ../calendar/gui/dialogs/comp-editor.c:972 msgid "No Summary" msgstr "Нет сводки" -#: ../calendar/gui/dialogs/comp-editor.c:1262 +#: ../calendar/gui/dialogs/comp-editor.c:1266 msgid "Click here to close the current window" msgstr "Нажмите, чтобы закрыть текущее окно" -#: ../calendar/gui/dialogs/comp-editor.c:1269 +#: ../calendar/gui/dialogs/comp-editor.c:1273 msgid "Copy selected text to the clipboard" msgstr "Копировать выделенный текст в буфер обмена" -#: ../calendar/gui/dialogs/comp-editor.c:1276 +#: ../calendar/gui/dialogs/comp-editor.c:1280 msgid "Cut selected text to the clipboard" msgstr "Вырезать выделенный текст в буфер обмена" -#: ../calendar/gui/dialogs/comp-editor.c:1283 +#: ../calendar/gui/dialogs/comp-editor.c:1287 msgid "Click here to view help available" msgstr "Нажмите, чтобы просмотреть справку" -#: ../calendar/gui/dialogs/comp-editor.c:1290 +#: ../calendar/gui/dialogs/comp-editor.c:1294 msgid "Paste text from the clipboard" msgstr "Вставить текст из буфера обмена" -#: ../calendar/gui/dialogs/comp-editor.c:1311 +#: ../calendar/gui/dialogs/comp-editor.c:1315 msgid "Click here to save the current window" msgstr "Нажмите, чтобы сохранить текущее окно" -#: ../calendar/gui/dialogs/comp-editor.c:1318 +#: ../calendar/gui/dialogs/comp-editor.c:1322 msgid "Select all text" msgstr "Выделить весь текст" -#: ../calendar/gui/dialogs/comp-editor.c:1325 +#: ../calendar/gui/dialogs/comp-editor.c:1329 msgid "_Classification" msgstr "_Классификация" -#: ../calendar/gui/dialogs/comp-editor.c:1339 +#: ../calendar/gui/dialogs/comp-editor.c:1343 #: ../mail/mail-signature-editor.c:208 #: ../ui/evolution-mail-messagedisplay.xml.h:6 ../ui/evolution.xml.h:43 msgid "_File" msgstr "_Файл" -#: ../calendar/gui/dialogs/comp-editor.c:1346 +#: ../calendar/gui/dialogs/comp-editor.c:1350 #: ../ui/evolution-mail-global.xml.h:24 ../ui/evolution.xml.h:46 msgid "_Help" msgstr "_Справка" -#: ../calendar/gui/dialogs/comp-editor.c:1353 +#: ../calendar/gui/dialogs/comp-editor.c:1357 msgid "_Insert" msgstr "_Вставить" -#: ../calendar/gui/dialogs/comp-editor.c:1360 +#: ../calendar/gui/dialogs/comp-editor.c:1364 msgid "_Options" msgstr "_Параметры" -#: ../calendar/gui/dialogs/comp-editor.c:1367 ../mail/em-folder-tree.c:2098 +#: ../calendar/gui/dialogs/comp-editor.c:1371 ../mail/em-folder-tree.c:2098 #: ../ui/evolution-addressbook.xml.h:64 ../ui/evolution-mail-global.xml.h:34 #: ../ui/evolution-mail-messagedisplay.xml.h:8 ../ui/evolution-tasks.xml.h:30 #: ../ui/evolution.xml.h:55 msgid "_View" msgstr "_Вид" -#: ../calendar/gui/dialogs/comp-editor.c:1377 -#: ../composer/e-composer-actions.c:471 +#: ../calendar/gui/dialogs/comp-editor.c:1381 +#: ../composer/e-composer-actions.c:469 msgid "_Attachment..." msgstr "_Вложение..." -#: ../calendar/gui/dialogs/comp-editor.c:1379 +#: ../calendar/gui/dialogs/comp-editor.c:1383 msgid "Click here to attach a file" msgstr "Нажмите, чтобы вложить файл" -#: ../calendar/gui/dialogs/comp-editor.c:1387 +#: ../calendar/gui/dialogs/comp-editor.c:1391 msgid "_Categories" msgstr "_Категории" -#: ../calendar/gui/dialogs/comp-editor.c:1389 +#: ../calendar/gui/dialogs/comp-editor.c:1393 msgid "Toggles whether to display categories" msgstr "Переключает отображение категорий" -#: ../calendar/gui/dialogs/comp-editor.c:1395 +#: ../calendar/gui/dialogs/comp-editor.c:1399 msgid "Time _Zone" msgstr "Часовой _пояс" -#: ../calendar/gui/dialogs/comp-editor.c:1397 +#: ../calendar/gui/dialogs/comp-editor.c:1401 msgid "Toggles whether the time zone is displayed" msgstr "Переключает отображение часового пояса" -#: ../calendar/gui/dialogs/comp-editor.c:1406 +#: ../calendar/gui/dialogs/comp-editor.c:1410 msgid "Pu_blic" msgstr "Пу_бличное" -#: ../calendar/gui/dialogs/comp-editor.c:1408 +#: ../calendar/gui/dialogs/comp-editor.c:1412 msgid "Classify as public" msgstr "Классифицировать как публичное" -#: ../calendar/gui/dialogs/comp-editor.c:1413 +#: ../calendar/gui/dialogs/comp-editor.c:1417 msgid "_Private" msgstr "_Личное" -#: ../calendar/gui/dialogs/comp-editor.c:1415 +#: ../calendar/gui/dialogs/comp-editor.c:1419 msgid "Classify as private" msgstr "Классифицировать как личное" -#: ../calendar/gui/dialogs/comp-editor.c:1420 +#: ../calendar/gui/dialogs/comp-editor.c:1424 msgid "_Confidential" msgstr "_Конфиденциальное" -#: ../calendar/gui/dialogs/comp-editor.c:1422 +#: ../calendar/gui/dialogs/comp-editor.c:1426 msgid "Classify as confidential" msgstr "Классифицировать как конфиденциальное" -#: ../calendar/gui/dialogs/comp-editor.c:1430 +#: ../calendar/gui/dialogs/comp-editor.c:1434 msgid "R_ole Field" msgstr "Поле «_Должность»" -#: ../calendar/gui/dialogs/comp-editor.c:1432 +#: ../calendar/gui/dialogs/comp-editor.c:1436 msgid "Toggles whether the Role field is displayed" msgstr "Переключает отображение поля «Должность»" -#: ../calendar/gui/dialogs/comp-editor.c:1438 +#: ../calendar/gui/dialogs/comp-editor.c:1442 msgid "_RSVP" msgstr "П_росьба ответить" -#: ../calendar/gui/dialogs/comp-editor.c:1440 +#: ../calendar/gui/dialogs/comp-editor.c:1444 msgid "Toggles whether the RSVP field is displayed" msgstr "Переключает отображение поля «Просьба ответить»" -#: ../calendar/gui/dialogs/comp-editor.c:1446 +#: ../calendar/gui/dialogs/comp-editor.c:1450 msgid "_Status Field" msgstr "Поле _состояния" -#: ../calendar/gui/dialogs/comp-editor.c:1448 +#: ../calendar/gui/dialogs/comp-editor.c:1452 msgid "Toggles whether the Status field is displayed" msgstr "Переключает отображение поля «Состояние»" -#: ../calendar/gui/dialogs/comp-editor.c:1454 +#: ../calendar/gui/dialogs/comp-editor.c:1458 msgid "_Type Field" msgstr "Поле _типа" -#: ../calendar/gui/dialogs/comp-editor.c:1456 +#: ../calendar/gui/dialogs/comp-editor.c:1460 msgid "Toggles whether the Attendee Type is displayed" msgstr "Переключает отображение поля типа участников" -#: ../calendar/gui/dialogs/comp-editor.c:1766 -#: ../composer/e-composer-private.c:65 ../widgets/misc/e-attachment-bar.c:1381 +#: ../calendar/gui/dialogs/comp-editor.c:1774 +#: ../composer/e-composer-private.c:64 ../widgets/misc/e-attachment-bar.c:1381 msgid "Recent _Documents" msgstr "Недавние _документы" -#: ../calendar/gui/dialogs/comp-editor.c:1785 -#: ../composer/e-composer-actions.c:699 +#: ../calendar/gui/dialogs/comp-editor.c:1793 +#: ../composer/e-composer-actions.c:697 msgid "Attach" msgstr "Вложить" -#: ../calendar/gui/dialogs/comp-editor.c:1880 +#: ../calendar/gui/dialogs/comp-editor.c:1888 #, c-format msgid "%d Attachment" msgid_plural "%d Attachments" @@ -6399,48 +6408,48 @@ msgstr[1] "%d вложения" msgstr[2] "%d вложений" -#: ../calendar/gui/dialogs/comp-editor.c:1912 +#: ../calendar/gui/dialogs/comp-editor.c:1920 msgid "Hide Attachment _Bar" msgstr "Скрыть _панель вложений" -#: ../calendar/gui/dialogs/comp-editor.c:1915 -#: ../calendar/gui/dialogs/comp-editor.c:2223 +#: ../calendar/gui/dialogs/comp-editor.c:1923 +#: ../calendar/gui/dialogs/comp-editor.c:2231 msgid "Show Attachment _Bar" msgstr "Показать _панель вложений" -#: ../calendar/gui/dialogs/comp-editor.c:2034 -#: ../calendar/gui/dialogs/event-page.c:1871 -#: ../calendar/gui/dialogs/task-page.c:1193 ../composer/e-msg-composer.c:1043 +#: ../calendar/gui/dialogs/comp-editor.c:2042 +#: ../calendar/gui/dialogs/event-page.c:1875 +#: ../calendar/gui/dialogs/task-page.c:1197 ../composer/e-msg-composer.c:1040 #: ../plugins/groupwise-features/junk-settings.glade.h:8 #: ../plugins/groupwise-features/properties.glade.h:13 #: ../widgets/table/e-table-config.glade.h:21 msgid "_Remove" msgstr "_Удалить" -#: ../calendar/gui/dialogs/comp-editor.c:2037 -#: ../composer/e-msg-composer.c:1046 +#: ../calendar/gui/dialogs/comp-editor.c:2045 +#: ../composer/e-msg-composer.c:1043 #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:4 msgid "_Add attachment..." msgstr "_Добавить вложение..." -#: ../calendar/gui/dialogs/comp-editor.c:2245 +#: ../calendar/gui/dialogs/comp-editor.c:2253 #: ../mail/em-format-html-display.c:2201 msgid "Show Attachments" msgstr "Отображать вложения" -#: ../calendar/gui/dialogs/comp-editor.c:2246 +#: ../calendar/gui/dialogs/comp-editor.c:2254 msgid "Press space key to toggle attachment bar" msgstr "Нажмите клавишу \"Пробел\" для переключения панели вложений" -#: ../calendar/gui/dialogs/comp-editor.c:2390 -#: ../calendar/gui/dialogs/comp-editor.c:2437 -#: ../calendar/gui/dialogs/comp-editor.c:3282 +#: ../calendar/gui/dialogs/comp-editor.c:2398 +#: ../calendar/gui/dialogs/comp-editor.c:2445 +#: ../calendar/gui/dialogs/comp-editor.c:3290 msgid "Changes made to this item may be discarded if an update arrives" msgstr "" "Изменения этого элемента будут отвергнуты, если по электронной почте придет " "обновление." -#: ../calendar/gui/dialogs/comp-editor.c:3311 +#: ../calendar/gui/dialogs/comp-editor.c:3319 msgid "Unable to use current version!" msgstr "Не удалось использовать текущую версию!" @@ -6456,7 +6465,7 @@ msgid "Destination is read only" msgstr "Назначение доступно только для чтения" -#: ../calendar/gui/dialogs/delete-comp.c:201 +#: ../calendar/gui/dialogs/delete-comp.c:205 msgid "_Delete this item from all other recipient's mailboxes?" msgstr "_Удалить этот элемент из ящиков всех остальных получателей?" @@ -6539,6 +6548,7 @@ #: ../calendar/gui/dialogs/event-editor.c:210 #: ../plugins/groupwise-features/org-gnome-compose-send-options.xml.h:2 +#: ../plugins/groupwise-features/send-options.c:212 #: ../widgets/misc/e-send-options.glade.h:19 msgid "Send Options" msgstr "Параметры отправки" @@ -6576,87 +6586,87 @@ msgid "Appoint_ment" msgstr "Встре_ча" -#: ../calendar/gui/dialogs/event-page.c:731 -#: ../calendar/gui/dialogs/event-page.c:2714 +#: ../calendar/gui/dialogs/event-page.c:735 +#: ../calendar/gui/dialogs/event-page.c:2718 msgid "This event has alarms" msgstr "Это событие имеет сигналы" -#: ../calendar/gui/dialogs/event-page.c:794 +#: ../calendar/gui/dialogs/event-page.c:798 #: ../calendar/gui/dialogs/event-page.glade.h:10 #: ../calendar/gui/dialogs/meeting-page.glade.h:5 #: ../calendar/gui/dialogs/memo-page.glade.h:2 msgid "Or_ganizer:" msgstr "Ор_ганизатор:" -#: ../calendar/gui/dialogs/event-page.c:840 +#: ../calendar/gui/dialogs/event-page.c:844 msgid "_Delegatees" msgstr "_Представители" -#: ../calendar/gui/dialogs/event-page.c:842 +#: ../calendar/gui/dialogs/event-page.c:846 msgid "Atte_ndees" msgstr "_Участники" -#: ../calendar/gui/dialogs/event-page.c:1026 +#: ../calendar/gui/dialogs/event-page.c:1030 msgid "Event with no start date" msgstr "Событие без даты начала" -#: ../calendar/gui/dialogs/event-page.c:1029 +#: ../calendar/gui/dialogs/event-page.c:1033 msgid "Event with no end date" msgstr "Событие без даты завершения" -#: ../calendar/gui/dialogs/event-page.c:1198 -#: ../calendar/gui/dialogs/memo-page.c:636 -#: ../calendar/gui/dialogs/task-page.c:808 +#: ../calendar/gui/dialogs/event-page.c:1202 +#: ../calendar/gui/dialogs/memo-page.c:640 +#: ../calendar/gui/dialogs/task-page.c:812 msgid "Start date is wrong" msgstr "Дата начала неверна" -#: ../calendar/gui/dialogs/event-page.c:1208 +#: ../calendar/gui/dialogs/event-page.c:1212 msgid "End date is wrong" msgstr "Неверная дата завершения" -#: ../calendar/gui/dialogs/event-page.c:1231 +#: ../calendar/gui/dialogs/event-page.c:1235 msgid "Start time is wrong" msgstr "Неверное время начала" -#: ../calendar/gui/dialogs/event-page.c:1238 +#: ../calendar/gui/dialogs/event-page.c:1242 msgid "End time is wrong" msgstr "Неверное время завершения" -#: ../calendar/gui/dialogs/event-page.c:1401 -#: ../calendar/gui/dialogs/memo-page.c:677 -#: ../calendar/gui/dialogs/task-page.c:868 +#: ../calendar/gui/dialogs/event-page.c:1405 +#: ../calendar/gui/dialogs/memo-page.c:681 +#: ../calendar/gui/dialogs/task-page.c:872 msgid "The organizer selected no longer has an account." msgstr "Выбранный организатор больше не имеет учётной записи." -#: ../calendar/gui/dialogs/event-page.c:1407 -#: ../calendar/gui/dialogs/memo-page.c:683 -#: ../calendar/gui/dialogs/task-page.c:874 +#: ../calendar/gui/dialogs/event-page.c:1411 +#: ../calendar/gui/dialogs/memo-page.c:687 +#: ../calendar/gui/dialogs/task-page.c:878 msgid "An organizer is required." msgstr "Требуется организатор." -#: ../calendar/gui/dialogs/event-page.c:1432 -#: ../calendar/gui/dialogs/task-page.c:898 +#: ../calendar/gui/dialogs/event-page.c:1436 +#: ../calendar/gui/dialogs/task-page.c:902 msgid "At least one attendee is required." msgstr "Требуется как минимум один участник" -#: ../calendar/gui/dialogs/event-page.c:1872 -#: ../calendar/gui/dialogs/task-page.c:1194 +#: ../calendar/gui/dialogs/event-page.c:1876 +#: ../calendar/gui/dialogs/task-page.c:1198 msgid "_Add " msgstr "_Добавить " -#: ../calendar/gui/dialogs/event-page.c:2590 +#: ../calendar/gui/dialogs/event-page.c:2594 #, c-format msgid "Unable to open the calendar '%s'." msgstr "Не удалось открыть календарь «%s»." -#: ../calendar/gui/dialogs/event-page.c:2634 -#: ../calendar/gui/dialogs/memo-page.c:886 -#: ../calendar/gui/dialogs/task-page.c:1793 +#: ../calendar/gui/dialogs/event-page.c:2638 +#: ../calendar/gui/dialogs/memo-page.c:890 +#: ../calendar/gui/dialogs/task-page.c:1797 #, c-format msgid "You are acting on behalf of %s" msgstr "Вы действуете от лица %s" -#: ../calendar/gui/dialogs/event-page.c:2914 +#: ../calendar/gui/dialogs/event-page.c:2918 #, c-format msgid "%d day before appointment" msgid_plural "%d days before appointment" @@ -6664,7 +6674,7 @@ msgstr[1] "%d дня до встречи" msgstr[2] "%d дней до встречи" -#: ../calendar/gui/dialogs/event-page.c:2920 +#: ../calendar/gui/dialogs/event-page.c:2924 #, c-format msgid "%d hour before appointment" msgid_plural "%d hours before appointment" @@ -6672,7 +6682,7 @@ msgstr[1] "%d часа до встречи" msgstr[2] "%d часов до встречи" -#: ../calendar/gui/dialogs/event-page.c:2926 +#: ../calendar/gui/dialogs/event-page.c:2930 #, c-format msgid "%d minute before appointment" msgid_plural "%d minutes before appointment" @@ -6680,24 +6690,24 @@ msgstr[1] "%d минуты до встречи" msgstr[2] "%d минут до встречи" -#: ../calendar/gui/dialogs/event-page.c:2939 +#: ../calendar/gui/dialogs/event-page.c:2943 msgid "Customize" msgstr "Настроить" #. an empty string is the same as 'None' -#: ../calendar/gui/dialogs/event-page.c:2944 +#: ../calendar/gui/dialogs/event-page.c:2948 #: ../calendar/gui/dialogs/meeting-page.glade.h:4 #: ../calendar/gui/e-cal-model-tasks.c:673 -#: ../calendar/gui/e-itip-control.c:1158 ../filter/filter-rule.c:944 +#: ../calendar/gui/e-itip-control.c:1158 ../filter/filter-rule.c:945 #: ../mail/em-account-editor.c:684 ../mail/em-account-editor.c:1408 #: ../mail/em-account-prefs.c:438 ../mail/em-junk-hook.c:93 #: ../plugins/calendar-weather/calendar-weather.c:370 #: ../plugins/calendar-weather/calendar-weather.c:424 -#: ../plugins/exchange-operations/exchange-delegates-user.c:193 +#: ../plugins/exchange-operations/exchange-delegates-user.c:195 #: ../plugins/exchange-operations/exchange-delegates.glade.h:9 -#: ../plugins/itip-formatter/itip-formatter.c:2021 -#: ../widgets/misc/e-cell-date-edit.c:306 ../widgets/misc/e-dateedit.c:1517 -#: ../widgets/misc/e-dateedit.c:1731 +#: ../plugins/itip-formatter/itip-formatter.c:2091 +#: ../widgets/misc/e-cell-date-edit.c:306 ../widgets/misc/e-dateedit.c:1511 +#: ../widgets/misc/e-dateedit.c:1725 #: ../widgets/misc/e-signature-combo-box.c:70 msgid "None" msgstr "Нет" @@ -6781,12 +6791,12 @@ msgid "Memo" msgstr "Заметка" -#: ../calendar/gui/dialogs/memo-page.c:847 +#: ../calendar/gui/dialogs/memo-page.c:851 #, c-format msgid "Unable to open memos in '%s'." msgstr "Не удалось открыть заметки в «%s»." -#: ../calendar/gui/dialogs/memo-page.c:1002 ../mail/em-format-html.c:1562 +#: ../calendar/gui/dialogs/memo-page.c:1006 ../mail/em-format-html.c:1562 #: ../mail/em-format-html.c:1620 ../mail/em-format-html.c:1646 #: ../mail/em-format-quote.c:210 ../mail/em-format.c:886 #: ../mail/em-mailer-prefs.c:77 ../mail/message-list.etspec.h:19 @@ -6803,7 +6813,7 @@ msgstr "_Кому:" #: ../calendar/gui/dialogs/memo-page.glade.h:7 -#: ../calendar/gui/dialogs/task-page.c:360 +#: ../calendar/gui/dialogs/task-page.c:364 #: ../calendar/gui/dialogs/task-page.glade.h:9 msgid "_Group:" msgstr "_Группа:" @@ -6844,17 +6854,17 @@ msgid "All Instances" msgstr "Все записи" -#: ../calendar/gui/dialogs/recurrence-page.c:560 +#: ../calendar/gui/dialogs/recurrence-page.c:562 msgid "This appointment contains recurrences that Evolution cannot edit." msgstr "Эта встреча имеет правила повторения, не редактируемые в Evolution." -#: ../calendar/gui/dialogs/recurrence-page.c:890 +#: ../calendar/gui/dialogs/recurrence-page.c:892 msgid "Recurrence date is invalid" msgstr "Повторяющаяся дата некорректна" #. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] week(s) on [Wednesday] [forever]' #. * (dropdown menu options are in [square brackets]). This means that after the 'on', name of a week day always follows. -#: ../calendar/gui/dialogs/recurrence-page.c:928 +#: ../calendar/gui/dialogs/recurrence-page.c:930 msgid "on" msgstr "в" @@ -6862,7 +6872,7 @@ #. * (dropdown menu options are in [square brackets]). This means that after 'first', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:992 +#: ../calendar/gui/dialogs/recurrence-page.c:994 msgid "first" msgstr "первый" @@ -6871,7 +6881,7 @@ #. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:998 +#: ../calendar/gui/dialogs/recurrence-page.c:1000 msgid "second" msgstr "второй" @@ -6879,7 +6889,7 @@ #. * (dropdown menu options are in [square brackets]). This means that after 'third', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1003 +#: ../calendar/gui/dialogs/recurrence-page.c:1005 msgid "third" msgstr "третий" @@ -6887,7 +6897,7 @@ #. * (dropdown menu options are in [square brackets]). This means that after 'fourth', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1008 +#: ../calendar/gui/dialogs/recurrence-page.c:1010 msgid "fourth" msgstr "четвертый" @@ -6895,13 +6905,13 @@ #. * (dropdown menu options are in [square brackets]). This means that after 'last', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1013 +#: ../calendar/gui/dialogs/recurrence-page.c:1015 msgid "last" msgstr "последний" #. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [Other date] [11th to 20th] [17th] [forever]' #. * (dropdown menu options are in [square brackets]). -#: ../calendar/gui/dialogs/recurrence-page.c:1039 +#: ../calendar/gui/dialogs/recurrence-page.c:1041 msgid "Other Date" msgstr "Другая дата" @@ -6909,7 +6919,7 @@ #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [1st to 10th] [7th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1047 +#: ../calendar/gui/dialogs/recurrence-page.c:1049 msgid "1st to 10th" msgstr "с 1-го по 10-е" @@ -6917,7 +6927,7 @@ #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [11th to 20th] [17th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1053 +#: ../calendar/gui/dialogs/recurrence-page.c:1055 msgid "11th to 20th" msgstr "с 11-го по 20-е" @@ -6925,45 +6935,45 @@ #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [21th to 31th] [27th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1059 +#: ../calendar/gui/dialogs/recurrence-page.c:1061 msgid "21st to 31st" msgstr "с 21-го по 31-е" #. For Translator : 'day' is part of the sentence of the form 'appointment recurs/Every [x] month(s) on the [first] [day] [forever]' #. (dropdown menu options are in [square brackets]). This means that after 'first', either the string 'day' or #. the name of a week day (like 'Monday' or 'Friday') always follow. -#: ../calendar/gui/dialogs/recurrence-page.c:1082 +#: ../calendar/gui/dialogs/recurrence-page.c:1084 msgid "day" msgstr "день" #. TRANSLATORS: Entire string is for example: 'This appointment recurs/Every [x] month(s) on the [second] [Tuesday] [forever]' #. * (dropdown menu options are in [square brackets])." #. -#: ../calendar/gui/dialogs/recurrence-page.c:1208 +#: ../calendar/gui/dialogs/recurrence-page.c:1210 msgid "on the" msgstr " " -#: ../calendar/gui/dialogs/recurrence-page.c:1384 +#: ../calendar/gui/dialogs/recurrence-page.c:1386 msgid "occurrences" msgstr "случаи" -#: ../calendar/gui/dialogs/recurrence-page.c:2087 +#: ../calendar/gui/dialogs/recurrence-page.c:2089 msgid "Add exception" msgstr "Добавить исключение" -#: ../calendar/gui/dialogs/recurrence-page.c:2128 +#: ../calendar/gui/dialogs/recurrence-page.c:2130 msgid "Could not get a selection to modify." msgstr "Не удалось получить выделение для изменения." -#: ../calendar/gui/dialogs/recurrence-page.c:2134 +#: ../calendar/gui/dialogs/recurrence-page.c:2136 msgid "Modify exception" msgstr "Изменить исключение" -#: ../calendar/gui/dialogs/recurrence-page.c:2178 +#: ../calendar/gui/dialogs/recurrence-page.c:2180 msgid "Could not get a selection to delete." msgstr "Не удалось получить изменение для удаления." -#: ../calendar/gui/dialogs/recurrence-page.c:2302 +#: ../calendar/gui/dialogs/recurrence-page.c:2304 msgid "Date/Time" msgstr "Дата/Время" @@ -7121,7 +7131,7 @@ msgstr "Нажмите, чтобы изменить или просмотреть детали задачи" #: ../calendar/gui/dialogs/task-editor.c:123 -#: ../composer/e-composer-actions.c:527 +#: ../composer/e-composer-actions.c:525 msgid "_Send Options" msgstr "Параметры _отправки" @@ -7133,16 +7143,16 @@ msgid "Task Details" msgstr "Описание задачи" -#: ../calendar/gui/dialogs/task-page.c:368 +#: ../calendar/gui/dialogs/task-page.c:372 #: ../calendar/gui/dialogs/task-page.glade.h:4 msgid "Organi_zer:" msgstr "Органи_затор:" -#: ../calendar/gui/dialogs/task-page.c:781 +#: ../calendar/gui/dialogs/task-page.c:785 msgid "Due date is wrong" msgstr "Дата выполнения некорректна" -#: ../calendar/gui/dialogs/task-page.c:1750 +#: ../calendar/gui/dialogs/task-page.c:1754 #, c-format msgid "Unable to open tasks in '%s'." msgstr "Не удалось открыть задачи в «%s»." @@ -7164,7 +7174,7 @@ msgstr "Часовой пояс:" #. Translator: Entire string is like "Pop up an alert %d days before start of appointment" -#: ../calendar/gui/e-alarm-list.c:392 +#: ../calendar/gui/e-alarm-list.c:394 #, c-format msgid "%d day" msgid_plural "%d days" @@ -7173,7 +7183,7 @@ msgstr[2] "%d дней" #. Translator: Entire string is like "Pop up an alert %d weeks before start of appointment" -#: ../calendar/gui/e-alarm-list.c:398 +#: ../calendar/gui/e-alarm-list.c:400 #, c-format msgid "%d week" msgid_plural "%d weeks" @@ -7181,74 +7191,74 @@ msgstr[1] "%d недели" msgstr[2] "%d недель" -#: ../calendar/gui/e-alarm-list.c:460 +#: ../calendar/gui/e-alarm-list.c:462 msgid "Unknown action to be performed" msgstr "Неизвестное действие для выполнения" #. Translator: The first %s refers to the base, which would be actions like #. * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes" -#: ../calendar/gui/e-alarm-list.c:474 +#: ../calendar/gui/e-alarm-list.c:476 #, c-format msgid "%s %s before the start of the appointment" msgstr "%s %s до начала встречи" #. Translator: The first %s refers to the base, which would be actions like #. * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes" -#: ../calendar/gui/e-alarm-list.c:479 +#: ../calendar/gui/e-alarm-list.c:481 #, c-format msgid "%s %s after the start of the appointment" msgstr "%s %s после начала встречи" #. Translator: The %s refers to the base, which would be actions like #. * "Play a sound" -#: ../calendar/gui/e-alarm-list.c:486 +#: ../calendar/gui/e-alarm-list.c:488 #, c-format msgid "%s at the start of the appointment" msgstr "%s в начале встречи" #. Translator: The first %s refers to the base, which would be actions like #. * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes" -#: ../calendar/gui/e-alarm-list.c:497 +#: ../calendar/gui/e-alarm-list.c:499 #, c-format msgid "%s %s before the end of the appointment" msgstr "%s %s перед окончанием встречи" #. Translator: The first %s refers to the base, which would be actions like #. * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes" -#: ../calendar/gui/e-alarm-list.c:502 +#: ../calendar/gui/e-alarm-list.c:504 #, c-format msgid "%s %s after the end of the appointment" msgstr "%s %s после окончания встречи" #. Translator: The %s refers to the base, which would be actions like #. * "Play a sound" -#: ../calendar/gui/e-alarm-list.c:509 +#: ../calendar/gui/e-alarm-list.c:511 #, c-format msgid "%s at the end of the appointment" msgstr "%s в конце встречи" #. Translator: The first %s refers to the base, which would be actions like #. * "Play a Sound". Second %s is an absolute time, e.g. "10:00AM" -#: ../calendar/gui/e-alarm-list.c:533 +#: ../calendar/gui/e-alarm-list.c:535 #, c-format msgid "%s at %s" msgstr "%s на %s" #. Translator: The %s refers to the base, which would be actions like #. * "Play a sound". "Trigger types" are absolute or relative dates -#: ../calendar/gui/e-alarm-list.c:541 +#: ../calendar/gui/e-alarm-list.c:543 #, c-format msgid "%s for an unknown trigger type" msgstr "%s для неизвестного типа переключателя" #: ../calendar/gui/e-cal-component-memo-preview.c:75 -#: ../calendar/gui/e-cal-component-preview.c:73 ../mail/em-folder-view.c:3315 +#: ../calendar/gui/e-cal-component-preview.c:73 ../mail/em-folder-view.c:3312 #, c-format msgid "Click to open %s" msgstr "Нажмите, чтобы открыть %s" #: ../calendar/gui/e-cal-component-memo-preview.c:135 -#: ../calendar/gui/e-cal-component-preview.c:177 ../filter/filter-rule.c:857 +#: ../calendar/gui/e-cal-component-preview.c:177 ../filter/filter-rule.c:858 msgid "Untitled" msgstr "Неозаглавленное" @@ -7285,7 +7295,7 @@ #. Status #: ../calendar/gui/e-cal-component-preview.c:246 #: ../calendar/gui/e-itip-control.c:1186 -#: ../plugins/exchange-operations/exchange-account-setup.c:267 +#: ../plugins/exchange-operations/exchange-account-setup.c:275 #: ../plugins/itip-formatter/itip-view.c:1029 msgid "Status:" msgstr "Состояние:" @@ -7347,9 +7357,9 @@ #: ../calendar/gui/e-meeting-list-view.c:181 #: ../calendar/gui/e-meeting-store.c:111 ../calendar/gui/e-meeting-store.c:146 #: ../calendar/gui/e-meeting-store.c:209 ../calendar/gui/print.c:987 -#: ../calendar/gui/print.c:1004 ../mail/em-utils.c:1340 -#: ../plugins/itip-formatter/itip-formatter.c:409 -#: ../plugins/itip-formatter/itip-formatter.c:2046 +#: ../calendar/gui/print.c:1004 ../mail/em-utils.c:1341 +#: ../plugins/itip-formatter/itip-formatter.c:447 +#: ../plugins/itip-formatter/itip-formatter.c:2116 #: ../plugins/plugin-manager/plugin-manager.c:89 #: ../widgets/misc/e-attachment-bar.c:821 #: ../widgets/misc/e-charset-picker.c:56 @@ -7377,7 +7387,7 @@ msgid "untitled_image.%s" msgstr "untitled_image.%s" -#: ../calendar/gui/e-cal-popup.c:286 ../calendar/gui/e-calendar-table.c:1575 +#: ../calendar/gui/e-cal-popup.c:286 ../calendar/gui/e-calendar-table.c:1578 #: ../calendar/gui/e-calendar-view.c:1671 ../calendar/gui/e-memo-table.c:925 #: ../mail/em-folder-view.c:1336 ../mail/em-popup.c:561 ../mail/em-popup.c:572 msgid "_Save As..." @@ -7478,34 +7488,34 @@ msgid "Updating objects" msgstr "Обновление объектов" -#: ../calendar/gui/e-calendar-table.c:1347 +#: ../calendar/gui/e-calendar-table.c:1350 #: ../calendar/gui/e-calendar-view.c:1220 ../calendar/gui/e-memo-table.c:820 -#: ../composer/e-composer-actions.c:277 +#: ../composer/e-composer-actions.c:275 msgid "Save as..." msgstr "Сохранить как..." -#: ../calendar/gui/e-calendar-table.c:1570 +#: ../calendar/gui/e-calendar-table.c:1573 #: ../calendar/gui/e-calendar-view.c:1653 msgid "New _Task" msgstr "Новая _задача" -#: ../calendar/gui/e-calendar-table.c:1574 ../calendar/gui/e-memo-table.c:924 +#: ../calendar/gui/e-calendar-table.c:1577 ../calendar/gui/e-memo-table.c:924 msgid "Open _Web Page" msgstr "Открыть _веб-страницу" -#: ../calendar/gui/e-calendar-table.c:1576 +#: ../calendar/gui/e-calendar-table.c:1579 #: ../calendar/gui/e-calendar-view.c:1656 ../calendar/gui/e-memo-table.c:926 msgid "P_rint..." msgstr "_Печать..." -#: ../calendar/gui/e-calendar-table.c:1580 +#: ../calendar/gui/e-calendar-table.c:1583 #: ../calendar/gui/e-calendar-view.c:1676 ../calendar/gui/e-memo-table.c:930 #: ../ui/evolution-addressbook.xml.h:2 ../ui/evolution-calendar.xml.h:1 #: ../ui/evolution-memos.xml.h:1 ../ui/evolution-tasks.xml.h:1 msgid "C_ut" msgstr "_Вырезать" -#: ../calendar/gui/e-calendar-table.c:1582 +#: ../calendar/gui/e-calendar-table.c:1585 #: ../calendar/gui/e-calendar-view.c:1659 #: ../calendar/gui/e-calendar-view.c:1678 ../calendar/gui/e-memo-table.c:932 #: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:43 @@ -7513,36 +7523,36 @@ msgid "_Paste" msgstr "Вст_авить" -#: ../calendar/gui/e-calendar-table.c:1586 ../ui/evolution-tasks.xml.h:22 +#: ../calendar/gui/e-calendar-table.c:1589 ../ui/evolution-tasks.xml.h:22 msgid "_Assign Task" msgstr "_Назначить задачу" -#: ../calendar/gui/e-calendar-table.c:1587 ../calendar/gui/e-memo-table.c:936 +#: ../calendar/gui/e-calendar-table.c:1590 ../calendar/gui/e-memo-table.c:936 #: ../ui/evolution-tasks.xml.h:26 msgid "_Forward as iCalendar" msgstr "_Переслать как iCalendar" -#: ../calendar/gui/e-calendar-table.c:1588 +#: ../calendar/gui/e-calendar-table.c:1591 msgid "_Mark as Complete" msgstr "По_метить как выполненное" -#: ../calendar/gui/e-calendar-table.c:1589 +#: ../calendar/gui/e-calendar-table.c:1592 msgid "_Mark Selected Tasks as Complete" msgstr "По_метить выбранную задачу как выполненную" -#: ../calendar/gui/e-calendar-table.c:1590 +#: ../calendar/gui/e-calendar-table.c:1593 msgid "_Mark as Incomplete" msgstr "По_метить как невыполненные" -#: ../calendar/gui/e-calendar-table.c:1591 +#: ../calendar/gui/e-calendar-table.c:1594 msgid "_Mark Selected Tasks as Incomplete" msgstr "По_метить выбранные задачи как выполненные" -#: ../calendar/gui/e-calendar-table.c:1596 +#: ../calendar/gui/e-calendar-table.c:1599 msgid "_Delete Selected Tasks" msgstr "У_далить выделенные задачи" -#: ../calendar/gui/e-calendar-table.c:1833 +#: ../calendar/gui/e-calendar-table.c:1836 #: ../calendar/gui/e-calendar-table.etspec.h:4 msgid "Click to add a task" msgstr "Нажмите, чтобы добавить задачу" @@ -7699,19 +7709,19 @@ #. month, %B = full month name. You can change the #. order but don't change the specifiers or add #. anything. -#: ../calendar/gui/e-day-view-top-item.c:852 ../calendar/gui/e-day-view.c:1566 +#: ../calendar/gui/e-day-view-top-item.c:851 ../calendar/gui/e-day-view.c:1560 #: ../calendar/gui/e-week-view-main-item.c:326 ../calendar/gui/print.c:1674 msgid "%A %d %B" msgstr "%A, %d %B" #. String to use in 12-hour time format for times in the morning. -#: ../calendar/gui/e-day-view.c:806 ../calendar/gui/e-week-view.c:542 +#: ../calendar/gui/e-day-view.c:800 ../calendar/gui/e-week-view.c:540 #: ../calendar/gui/print.c:831 msgid "am" msgstr "am" #. String to use in 12-hour time format for times in the afternoon. -#: ../calendar/gui/e-day-view.c:809 ../calendar/gui/e-week-view.c:545 +#: ../calendar/gui/e-day-view.c:803 ../calendar/gui/e-week-view.c:543 #: ../calendar/gui/print.c:833 msgid "pm" msgstr "pm" @@ -7836,12 +7846,12 @@ #: ../calendar/gui/e-meeting-list-view.c:203 #: ../calendar/gui/e-meeting-store.c:173 ../calendar/gui/e-meeting-store.c:196 #: ../calendar/gui/itip-utils.c:664 -#: ../plugins/itip-formatter/itip-formatter.c:2034 +#: ../plugins/itip-formatter/itip-formatter.c:2104 msgid "Accepted" msgstr "Принято" #: ../calendar/gui/e-itip-control.c:1195 ../calendar/gui/itip-utils.c:667 -#: ../plugins/itip-formatter/itip-formatter.c:2037 +#: ../plugins/itip-formatter/itip-formatter.c:2107 msgid "Tentatively Accepted" msgstr "Экспериментально принятый" @@ -7849,7 +7859,7 @@ #: ../calendar/gui/e-meeting-list-view.c:204 #: ../calendar/gui/e-meeting-store.c:175 ../calendar/gui/e-meeting-store.c:198 #: ../calendar/gui/itip-utils.c:670 ../calendar/gui/itip-utils.c:699 -#: ../plugins/itip-formatter/itip-formatter.c:2040 +#: ../plugins/itip-formatter/itip-formatter.c:2110 msgid "Declined" msgstr "Отклонено" @@ -8070,7 +8080,7 @@ msgstr "Статус участника обновлён!\n" #: ../calendar/gui/e-itip-control.c:2080 -#: ../plugins/itip-formatter/itip-formatter.c:1253 +#: ../plugins/itip-formatter/itip-formatter.c:1304 msgid "Attendee status can not be updated because the item no longer exists" msgstr "" "Статус участника не может быть обновлён, потому что элемент больше не " @@ -8230,7 +8240,7 @@ #: ../calendar/gui/e-meeting-list-view.c:206 #: ../calendar/gui/e-meeting-store.c:179 ../calendar/gui/e-meeting-store.c:202 #: ../calendar/gui/itip-utils.c:673 -#: ../plugins/itip-formatter/itip-formatter.c:2043 +#: ../plugins/itip-formatter/itip-formatter.c:2113 msgid "Delegated" msgstr "Поручено" @@ -8997,49 +9007,49 @@ msgid "In progress" msgstr "Выполняется" -#: ../calendar/gui/tasktypes.xml.h:50 ../mail/em-filter-i18n.h:34 +#: ../calendar/gui/tasktypes.xml.h:50 ../mail/em-filter-i18n.h:50 msgid "is greater than" msgstr "больше чем" -#: ../calendar/gui/tasktypes.xml.h:51 ../mail/em-filter-i18n.h:35 +#: ../calendar/gui/tasktypes.xml.h:51 ../mail/em-filter-i18n.h:51 msgid "is less than" msgstr "меньше чем" -#: ../calendar/importers/icalendar-importer.c:73 +#: ../calendar/importers/icalendar-importer.c:75 msgid "Appointments and Meetings" msgstr "Встречи и собрания" -#: ../calendar/importers/icalendar-importer.c:331 -#: ../calendar/importers/icalendar-importer.c:614 -#: ../plugins/itip-formatter/itip-formatter.c:1577 +#: ../calendar/importers/icalendar-importer.c:333 +#: ../calendar/importers/icalendar-importer.c:628 +#: ../plugins/itip-formatter/itip-formatter.c:1638 msgid "Opening calendar" msgstr "Открывается календарь" -#: ../calendar/importers/icalendar-importer.c:438 +#: ../calendar/importers/icalendar-importer.c:440 msgid "iCalendar files (.ics)" msgstr "Файлы iCalendar (.ics)" -#: ../calendar/importers/icalendar-importer.c:439 +#: ../calendar/importers/icalendar-importer.c:441 msgid "Evolution iCalendar importer" msgstr "Evolution iCalendar importer" -#: ../calendar/importers/icalendar-importer.c:515 +#: ../calendar/importers/icalendar-importer.c:529 msgid "Reminder!" msgstr "Напоминание!" -#: ../calendar/importers/icalendar-importer.c:567 +#: ../calendar/importers/icalendar-importer.c:581 msgid "vCalendar files (.vcf)" msgstr "Файлы vCalendar (.vcf)" -#: ../calendar/importers/icalendar-importer.c:568 +#: ../calendar/importers/icalendar-importer.c:582 msgid "Evolution vCalendar importer" msgstr "Evolution vCalendar importer" -#: ../calendar/importers/icalendar-importer.c:730 +#: ../calendar/importers/icalendar-importer.c:744 msgid "Calendar Events" msgstr "События календаря" -#: ../calendar/importers/icalendar-importer.c:767 +#: ../calendar/importers/icalendar-importer.c:781 msgid "Evolution Calendar intelligent importer" msgstr "Интеллектуальный импортер календаря Evolution" @@ -10592,215 +10602,215 @@ msgid "Pacific/Yap" msgstr "Тихий океан/о-в Яп" -#: ../composer/e-composer-autosave.c:275 +#: ../composer/e-composer-autosave.c:273 msgid "Could not open autosave file" msgstr "Не удалось открыть автоматически сохраняемый файл" -#: ../composer/e-composer-autosave.c:282 +#: ../composer/e-composer-autosave.c:280 msgid "Unable to retrieve message from editor" msgstr "Не удалось получить сообщение из редактора" -#: ../composer/e-composer-actions.c:47 +#: ../composer/e-composer-actions.c:45 msgid "Insert Attachment" msgstr "Вставить вложение" -#: ../composer/e-composer-actions.c:51 +#: ../composer/e-composer-actions.c:49 msgid "A_ttach" msgstr "В_ложить" -#: ../composer/e-composer-actions.c:142 +#: ../composer/e-composer-actions.c:140 msgid "Untitled Message" msgstr "Неозаглавленное сообщение" -#: ../composer/e-composer-actions.c:473 +#: ../composer/e-composer-actions.c:471 msgid "Attach a file" msgstr "Вложить файл" -#: ../composer/e-composer-actions.c:478 ../mail/mail-signature-editor.c:194 +#: ../composer/e-composer-actions.c:476 ../mail/mail-signature-editor.c:194 #: ../ui/evolution-mail-messagedisplay.xml.h:4 msgid "_Close" msgstr "_Закрыть" -#: ../composer/e-composer-actions.c:480 +#: ../composer/e-composer-actions.c:478 msgid "Close the current file" msgstr "Закрыть текущий файл" -#: ../composer/e-composer-actions.c:485 ../mail/em-folder-view.c:1337 +#: ../composer/e-composer-actions.c:483 ../mail/em-folder-view.c:1337 #: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:44 #: ../ui/evolution-mail-message.xml.h:123 ../ui/evolution-memos.xml.h:20 #: ../ui/evolution-tasks.xml.h:29 msgid "_Print..." msgstr "_Печать..." -#: ../composer/e-composer-actions.c:492 ../ui/evolution-addressbook.xml.h:27 +#: ../composer/e-composer-actions.c:490 ../ui/evolution-addressbook.xml.h:27 #: ../ui/evolution-calendar.xml.h:21 ../ui/evolution-mail-message.xml.h:76 #: ../ui/evolution-memos.xml.h:12 ../ui/evolution-tasks.xml.h:15 msgid "Print Pre_view" msgstr "Пред_варительный просмотр" -#: ../composer/e-composer-actions.c:501 +#: ../composer/e-composer-actions.c:499 msgid "Save the current file" msgstr "Сохранить текущий файл" -#: ../composer/e-composer-actions.c:506 +#: ../composer/e-composer-actions.c:504 msgid "Save _As..." msgstr "Сохранить как..." -#: ../composer/e-composer-actions.c:508 +#: ../composer/e-composer-actions.c:506 msgid "Save the current file with a different name" msgstr "Сохранить текущий файл под другим именем" -#: ../composer/e-composer-actions.c:513 +#: ../composer/e-composer-actions.c:511 msgid "Save _Draft" msgstr "Сохранить _черновик" -#: ../composer/e-composer-actions.c:515 +#: ../composer/e-composer-actions.c:513 msgid "Save as draft" msgstr "Сохранить как черновик" -#: ../composer/e-composer-actions.c:520 +#: ../composer/e-composer-actions.c:518 msgid "S_end" msgstr "Отпр_авить" -#: ../composer/e-composer-actions.c:522 +#: ../composer/e-composer-actions.c:520 msgid "Send this message" msgstr "Отправить это сообщение" -#: ../composer/e-composer-actions.c:529 +#: ../composer/e-composer-actions.c:527 msgid "Insert Send options" msgstr "Вставить параметры отправки" -#: ../composer/e-composer-actions.c:534 +#: ../composer/e-composer-actions.c:532 msgid "New _Message" msgstr "_Новое сообщение" -#: ../composer/e-composer-actions.c:536 +#: ../composer/e-composer-actions.c:534 msgid "Open New Message window" msgstr "Открыть окно создания нового сообщения" -#: ../composer/e-composer-actions.c:543 +#: ../composer/e-composer-actions.c:541 msgid "Character _Encoding" msgstr "Кодировка _символов" -#: ../composer/e-composer-actions.c:550 +#: ../composer/e-composer-actions.c:548 msgid "_Security" msgstr "_Безопасность" -#: ../composer/e-composer-actions.c:560 +#: ../composer/e-composer-actions.c:558 msgid "PGP _Encrypt" msgstr "За_шифровать с помощью PGP" -#: ../composer/e-composer-actions.c:562 +#: ../composer/e-composer-actions.c:560 msgid "Encrypt this message with PGP" msgstr "Зашифровать это сообщение с помощью PGP" -#: ../composer/e-composer-actions.c:568 +#: ../composer/e-composer-actions.c:566 msgid "PGP _Sign" msgstr "Подпи_сать с помощью PGP" -#: ../composer/e-composer-actions.c:570 +#: ../composer/e-composer-actions.c:568 msgid "Sign this message with your PGP key" msgstr "Подписать это сообщение вашим PGP-ключом" -#: ../composer/e-composer-actions.c:576 +#: ../composer/e-composer-actions.c:574 msgid "_Prioritize Message" msgstr "Изменить _приоритет сообщения" -#: ../composer/e-composer-actions.c:578 +#: ../composer/e-composer-actions.c:576 msgid "Set the message priority to high" msgstr "Установить высокий приоритет сообщения" -#: ../composer/e-composer-actions.c:584 +#: ../composer/e-composer-actions.c:582 msgid "Re_quest Read Receipt" msgstr "Запросить уведомление о прочт_ении" -#: ../composer/e-composer-actions.c:586 +#: ../composer/e-composer-actions.c:584 msgid "Get delivery notification when your message is read" msgstr "" "Установите, чтобы получить уведомление о доставке по прочтении вашего " "сообщения" -#: ../composer/e-composer-actions.c:592 +#: ../composer/e-composer-actions.c:590 msgid "S/MIME En_crypt" msgstr "Зашифровать с _помощью S/MIME" -#: ../composer/e-composer-actions.c:594 +#: ../composer/e-composer-actions.c:592 msgid "Encrypt this message with your S/MIME Encryption Certificate" msgstr "Зашифровать это сообщение вашим сертификатом шифрования S/MIME" -#: ../composer/e-composer-actions.c:600 +#: ../composer/e-composer-actions.c:598 msgid "S/MIME Sig_n" msgstr "Подписать с по_мощью S/MIME" -#: ../composer/e-composer-actions.c:602 +#: ../composer/e-composer-actions.c:600 msgid "Sign this message with your S/MIME Signature Certificate" msgstr "Подписать это сообщение вашим сертификатом шифрования S/MIME" -#: ../composer/e-composer-actions.c:608 +#: ../composer/e-composer-actions.c:606 msgid "_Bcc Field" msgstr "Поле скрытой копии" -#: ../composer/e-composer-actions.c:610 +#: ../composer/e-composer-actions.c:608 msgid "Toggles whether the BCC field is displayed" msgstr "Переключить отображение поля скрытой копии" -#: ../composer/e-composer-actions.c:616 +#: ../composer/e-composer-actions.c:614 msgid "_Cc Field" msgstr "Поле копии" -#: ../composer/e-composer-actions.c:618 +#: ../composer/e-composer-actions.c:616 msgid "Toggles whether the CC field is displayed" msgstr "Переключить отображение поля копии" -#: ../composer/e-composer-actions.c:624 +#: ../composer/e-composer-actions.c:622 msgid "_From Field" msgstr "Поле \"От\"" -#: ../composer/e-composer-actions.c:626 +#: ../composer/e-composer-actions.c:624 msgid "Toggles whether the From chooser is displayed" msgstr "Переключить отображение выбора для поля \"От\"" -#: ../composer/e-composer-actions.c:632 +#: ../composer/e-composer-actions.c:630 msgid "_Post-To Field" msgstr "Поле \"Post-To\"" -#: ../composer/e-composer-actions.c:634 +#: ../composer/e-composer-actions.c:632 msgid "Toggles whether the Post-To field is displayed" msgstr "Переключить отображение поля \"Post-To\"" -#: ../composer/e-composer-actions.c:640 +#: ../composer/e-composer-actions.c:638 msgid "_Reply-To Field" msgstr "Поле \"Об_ратный адрес\"" -#: ../composer/e-composer-actions.c:642 +#: ../composer/e-composer-actions.c:640 msgid "Toggles whether the Reply-To field is displayed" msgstr "Переключить отображение поля \"Обратный адрес\"" -#: ../composer/e-composer-actions.c:648 +#: ../composer/e-composer-actions.c:646 msgid "_Subject Field" msgstr "Поле _темы" -#: ../composer/e-composer-actions.c:650 +#: ../composer/e-composer-actions.c:648 msgid "Toggles whether the Subject field is displayed" msgstr "Переключает отображение поля \"Темы\"" -#: ../composer/e-composer-actions.c:656 +#: ../composer/e-composer-actions.c:654 msgid "_To Field" msgstr "Поле \"_Кому\"" -#: ../composer/e-composer-actions.c:658 +#: ../composer/e-composer-actions.c:656 msgid "Toggles whether the To field is displayed" msgstr "Переключить отображение поля \"Кому\"" -#: ../composer/e-composer-header-table.c:66 +#: ../composer/e-composer-header-table.c:64 msgid "Enter the recipients of the message" msgstr "Перечислите получателей сообщения" -#: ../composer/e-composer-header-table.c:68 +#: ../composer/e-composer-header-table.c:66 msgid "Enter the addresses that will receive a carbon copy of the message" msgstr "Введите адреса, получающие копию сообщения" -#: ../composer/e-composer-header-table.c:71 +#: ../composer/e-composer-header-table.c:69 msgid "" "Enter the addresses that will receive a carbon copy of the message without " "appearing in the recipient list of the message" @@ -10808,35 +10818,35 @@ "Введите адресатов, которые получат копию сообщения, не попав в список " "получателей." -#: ../composer/e-composer-header-table.c:645 +#: ../composer/e-composer-header-table.c:643 msgid "Fr_om:" msgstr "_От кого:" -#: ../composer/e-composer-header-table.c:654 +#: ../composer/e-composer-header-table.c:652 msgid "_Reply-To:" msgstr "Об_ратный адрес:" -#: ../composer/e-composer-header-table.c:658 +#: ../composer/e-composer-header-table.c:656 msgid "_To:" msgstr "_Кому:" -#: ../composer/e-composer-header-table.c:663 +#: ../composer/e-composer-header-table.c:661 msgid "_Cc:" msgstr "Ко_пия:" -#: ../composer/e-composer-header-table.c:668 +#: ../composer/e-composer-header-table.c:666 msgid "_Bcc:" msgstr "_Скр.копия:" -#: ../composer/e-composer-header-table.c:673 +#: ../composer/e-composer-header-table.c:671 msgid "_Post To:" msgstr "По_местить в:" -#: ../composer/e-composer-header-table.c:677 +#: ../composer/e-composer-header-table.c:675 msgid "S_ubject:" msgstr "_Тема:" -#: ../composer/e-composer-header-table.c:686 +#: ../composer/e-composer-header-table.c:684 msgid "Si_gnature:" msgstr "По_дпись:" @@ -10856,18 +10866,18 @@ msgid "Click here to select folders to post to" msgstr "Нажмите, чтобы выбрать папки для помещения в них сообщений" -#: ../composer/e-composer-private.c:180 ../composer/e-msg-composer.c:1556 +#: ../composer/e-composer-private.c:179 ../composer/e-msg-composer.c:1553 msgid "Show _Attachment Bar" msgstr "Показать панель _вложений" -#: ../composer/e-msg-composer.c:870 +#: ../composer/e-msg-composer.c:867 msgid "" "Cannot sign outgoing message: No signing certificate set for this account" msgstr "" "Не удалось подписать исходящее сообщение: нет сертификата подписи для этой " "учётной записи" -#: ../composer/e-msg-composer.c:877 +#: ../composer/e-msg-composer.c:874 msgid "" "Cannot encrypt outgoing message: No encryption certificate set for this " "account" @@ -10875,7 +10885,7 @@ "Не удалось зашифровать исходящее сообщение: нет сертификата шифрования для " "этой учётной записи" -#: ../composer/e-msg-composer.c:1498 ../mail/em-format-html-display.c:1919 +#: ../composer/e-msg-composer.c:1495 ../mail/em-format-html-display.c:1919 #: ../mail/em-format-html-display.c:2411 ../mail/mail-config.glade.h:45 #: ../mail/message-list.etspec.h:1 msgid "Attachment" @@ -10884,15 +10894,15 @@ msgstr[1] "Вложения" msgstr[2] "Вложений" -#: ../composer/e-msg-composer.c:1554 +#: ../composer/e-msg-composer.c:1551 msgid "Hide _Attachment Bar" msgstr "Скрыть панель _вложений" -#: ../composer/e-msg-composer.c:1571 ../composer/e-msg-composer.c:2778 +#: ../composer/e-msg-composer.c:1568 ../composer/e-msg-composer.c:2770 msgid "Compose Message" msgstr "Новое сообщение" -#: ../composer/e-msg-composer.c:4053 +#: ../composer/e-msg-composer.c:4066 msgid "" "(The composer contains a non-text message body, which cannot be edited.)" @@ -11099,18 +11109,18 @@ msgid "Internal error, unknown error '%s' requested" msgstr "Внутренняя ошибка, запрошена неизвестная ошибка «%s»" -#: ../e-util/e-logger.c:156 +#: ../e-util/e-logger.c:161 msgid "Component" msgstr "Компонент" -#: ../e-util/e-logger.c:157 +#: ../e-util/e-logger.c:162 msgid "Name of the component being logged" msgstr "Название компонента для журнала" -#: ../e-util/e-plugin.c:308 ../filter/rule-editor.c:776 -#: ../mail/em-account-prefs.c:482 ../mail/em-composer-prefs.c:988 +#: ../e-util/e-plugin.c:308 ../filter/rule-editor.c:798 +#: ../mail/em-account-prefs.c:482 ../mail/em-composer-prefs.c:960 #: ../plugins/plugin-manager/plugin-manager.c:355 -#: ../plugins/publish-calendar/publish-calendar.c:689 +#: ../plugins/publish-calendar/publish-calendar.c:690 msgid "Enabled" msgstr "Включено" @@ -11159,7 +11169,7 @@ msgid "_Overwrite" msgstr "_Перезаписать" -#: ../e-util/e-util.c:97 +#: ../e-util/e-util.c:96 msgid "Could not display help for Evolution." msgstr "Не удалось показать справку по Evolution." @@ -11220,7 +11230,7 @@ msgid "All further errors shown only on terminal." msgstr "Дальнейшие ошибки будут выведены на терминал." -#: ../filter/filter-datespec.c:80 +#: ../filter/filter-datespec.c:81 #, c-format msgid "1 second ago" msgid_plural "%d seconds ago" @@ -11228,7 +11238,7 @@ msgstr[1] "%d секунды назад" msgstr[2] "%d секунд назад" -#: ../filter/filter-datespec.c:80 +#: ../filter/filter-datespec.c:81 #, c-format msgid "1 second in the future" msgid_plural "%d seconds in the future" @@ -11236,7 +11246,7 @@ msgstr[1] "%d секунды в будущем" msgstr[2] "%d секунд в будущем" -#: ../filter/filter-datespec.c:81 +#: ../filter/filter-datespec.c:82 #, c-format msgid "1 minute ago" msgid_plural "%d minutes ago" @@ -11244,7 +11254,7 @@ msgstr[1] "%d минуты назад" msgstr[2] "%d минут назад" -#: ../filter/filter-datespec.c:81 +#: ../filter/filter-datespec.c:82 #, c-format msgid "1 minute in the future" msgid_plural "%d minutes in the future" @@ -11252,7 +11262,7 @@ msgstr[1] "%d минуты в будущем" msgstr[2] "%d минуты в будущем" -#: ../filter/filter-datespec.c:82 +#: ../filter/filter-datespec.c:83 #, c-format msgid "1 hour ago" msgid_plural "%d hours ago" @@ -11260,7 +11270,7 @@ msgstr[1] "%d часа назад" msgstr[2] "%d часов назад" -#: ../filter/filter-datespec.c:82 +#: ../filter/filter-datespec.c:83 #, c-format msgid "1 hour in the future" msgid_plural "%d hours in the future" @@ -11268,7 +11278,7 @@ msgstr[1] "%d часа в будущем" msgstr[2] "%d часа в будущем" -#: ../filter/filter-datespec.c:83 +#: ../filter/filter-datespec.c:84 #, c-format msgid "1 day ago" msgid_plural "%d days ago" @@ -11276,7 +11286,7 @@ msgstr[1] "%d дня назад" msgstr[2] "%d дней назад" -#: ../filter/filter-datespec.c:83 +#: ../filter/filter-datespec.c:84 #, c-format msgid "1 day in the future" msgid_plural "%d days in the future" @@ -11284,7 +11294,7 @@ msgstr[1] "%d дня в будущем" msgstr[2] "%d дней в будущем" -#: ../filter/filter-datespec.c:84 +#: ../filter/filter-datespec.c:85 #, c-format msgid "1 week ago" msgid_plural "%d weeks ago" @@ -11292,7 +11302,7 @@ msgstr[1] "%d недели назад" msgstr[2] "%d недель назад" -#: ../filter/filter-datespec.c:84 +#: ../filter/filter-datespec.c:85 #, c-format msgid "1 week in the future" msgid_plural "%d weeks in the future" @@ -11300,7 +11310,7 @@ msgstr[1] "%d недели в будущем" msgstr[2] "%d недель в будущем" -#: ../filter/filter-datespec.c:85 +#: ../filter/filter-datespec.c:86 #, c-format msgid "1 month ago" msgid_plural "%d months ago" @@ -11308,7 +11318,7 @@ msgstr[1] "%d месяца назад" msgstr[2] "%d месяцев назад" -#: ../filter/filter-datespec.c:85 +#: ../filter/filter-datespec.c:86 #, c-format msgid "1 month in the future" msgid_plural "%d months in the future" @@ -11316,7 +11326,7 @@ msgstr[1] "%d месяца в будущем" msgstr[2] "%d месяцев в будущем" -#: ../filter/filter-datespec.c:86 +#: ../filter/filter-datespec.c:87 #, c-format msgid "1 year ago" msgid_plural "%d years ago" @@ -11324,7 +11334,7 @@ msgstr[1] "%d года назад" msgstr[2] "%d лет назад" -#: ../filter/filter-datespec.c:86 +#: ../filter/filter-datespec.c:87 #, c-format msgid "1 year in the future" msgid_plural "%d years in the future" @@ -11332,21 +11342,21 @@ msgstr[1] "%d года в будущем" msgstr[2] "%d лет в будущем" -#: ../filter/filter-datespec.c:287 +#: ../filter/filter-datespec.c:288 msgid "" msgstr "<нажмите, чтобы выбрать дату>" -#: ../filter/filter-datespec.c:290 ../filter/filter-datespec.c:301 -#: ../filter/filter-datespec.c:312 +#: ../filter/filter-datespec.c:291 ../filter/filter-datespec.c:302 +#: ../filter/filter-datespec.c:313 msgid "now" msgstr "сейчас" #. strftime for date filter display, only needs to show a day date (i.e. no time) -#: ../filter/filter-datespec.c:297 +#: ../filter/filter-datespec.c:298 msgid "%d-%b-%Y" msgstr "%d-%b-%Y" -#: ../filter/filter-datespec.c:451 +#: ../filter/filter-datespec.c:452 msgid "Select a time to compare against" msgstr "Выбрать время для сравнения" @@ -11359,56 +11369,56 @@ msgid "Test" msgstr "Проверка" -#: ../filter/filter-rule.c:852 +#: ../filter/filter-rule.c:853 msgid "R_ule name:" msgstr "_Имя правила:" -#: ../filter/filter-rule.c:880 +#: ../filter/filter-rule.c:881 msgid "Find items that meet the following criteria" msgstr "Найти элементы, которые соответствуют следующему критерию" -#: ../filter/filter-rule.c:914 +#: ../filter/filter-rule.c:915 msgid "A_dd Filter Criteria" msgstr "_Добавить правило фильтра" -#: ../filter/filter-rule.c:920 +#: ../filter/filter-rule.c:921 msgid "If all criteria are met" msgstr "Если удовлетворяет всем критериям" -#: ../filter/filter-rule.c:920 +#: ../filter/filter-rule.c:921 msgid "If any criteria are met" msgstr "Если удовлетворяет любому из критериев" -#: ../filter/filter-rule.c:922 +#: ../filter/filter-rule.c:923 msgid "_Find items:" msgstr "_Найти элементы:" -#: ../filter/filter-rule.c:944 +#: ../filter/filter-rule.c:945 msgid "All related" msgstr "Всё связанное" -#: ../filter/filter-rule.c:944 +#: ../filter/filter-rule.c:945 msgid "Replies" msgstr "Ответы" -#: ../filter/filter-rule.c:944 +#: ../filter/filter-rule.c:945 msgid "Replies and parents" msgstr "Ответы и родительские" -#: ../filter/filter-rule.c:944 +#: ../filter/filter-rule.c:945 msgid "No reply or parent" msgstr "Не является ответом или родительским" -#: ../filter/filter-rule.c:946 +#: ../filter/filter-rule.c:947 msgid "I_nclude threads" msgstr "Включ_ая подшивки" -#: ../filter/filter-rule.c:1044 ../filter/filter.glade.h:3 -#: ../mail/em-utils.c:308 +#: ../filter/filter-rule.c:1045 ../filter/filter.glade.h:3 +#: ../mail/em-utils.c:309 msgid "Incoming" msgstr "Входящие" -#: ../filter/filter-rule.c:1044 ../mail/em-utils.c:309 +#: ../filter/filter-rule.c:1045 ../mail/em-utils.c:310 msgid "Outgoing" msgstr "Исходящие" @@ -11508,7 +11518,7 @@ msgid "months" msgstr "месяцы" -#: ../filter/filter.glade.h:19 ../mail/mail-config.glade.h:195 +#: ../filter/filter.glade.h:19 ../mail/mail-config.glade.h:197 msgid "seconds" msgstr "секунд" @@ -11522,8 +11532,8 @@ #: ../filter/filter.glade.h:22 ../plugins/calendar-http/calendar-http.c:282 #: ../plugins/calendar-weather/calendar-weather.c:564 -#: ../plugins/google-account-setup/google-source.c:665 -#: ../plugins/google-account-setup/google-contacts-source.c:331 +#: ../plugins/google-account-setup/google-source.c:674 +#: ../plugins/google-account-setup/google-contacts-source.c:341 msgid "weeks" msgstr "недели" @@ -11531,15 +11541,15 @@ msgid "years" msgstr "годы" -#: ../filter/rule-editor.c:380 +#: ../filter/rule-editor.c:381 msgid "Add Rule" msgstr "Добавить правило" -#: ../filter/rule-editor.c:459 +#: ../filter/rule-editor.c:462 msgid "Edit Rule" msgstr "Изменить правило" -#: ../filter/rule-editor.c:786 +#: ../filter/rule-editor.c:808 msgid "Rule name" msgstr "Имя правила" @@ -11668,7 +11678,7 @@ msgid "minu_tes" msgstr "мину_т" -#: ../mail/em-account-editor.c:2326 ../mail/mail-config.glade.h:136 +#: ../mail/em-account-editor.c:2326 ../mail/mail-config.glade.h:138 msgid "Sending Email" msgstr "Отправка эл.почты" @@ -11678,7 +11688,7 @@ #. Security settings #: ../mail/em-account-editor.c:2451 ../mail/mail-config.glade.h:131 -#: ../plugins/exchange-operations/exchange-account-setup.c:315 +#: ../plugins/exchange-operations/exchange-account-setup.c:323 msgid "Security" msgstr "Безопасность" @@ -11713,19 +11723,19 @@ msgstr "Протокол" #: ../mail/em-composer-prefs.c:303 ../mail/em-composer-prefs.c:438 -#: ../mail/mail-config.c:1158 ../mail/mail-signature-editor.c:478 +#: ../mail/mail-config.c:1159 ../mail/mail-signature-editor.c:478 msgid "Unnamed" msgstr "Без названия" -#: ../mail/em-composer-prefs.c:992 +#: ../mail/em-composer-prefs.c:964 msgid "Language(s)" msgstr "Язык(и)" -#: ../mail/em-composer-prefs.c:1041 +#: ../mail/em-composer-prefs.c:1013 msgid "Add signature script" msgstr "Добавить скрипт подписи" -#: ../mail/em-composer-prefs.c:1083 +#: ../mail/em-composer-prefs.c:1055 msgid "Signature(s)" msgstr "Подпись(и)" @@ -11756,48 +11766,64 @@ msgid "_Filter Rules" msgstr "_Правила фильтра" +#. +#. * This program is free software; you can redistribute it and/or +#. * modify it under the terms of the GNU Lesser General Public +#. * License as published by the Free Software Foundation; either +#. * version 2 of the License, or (at your option) version 3. +#. * +#. * This program is distributed in the hope that it will be useful, +#. * but WITHOUT ANY WARRANTY; without even the implied warranty of +#. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +#. * Lesser General Public License for more details. +#. * +#. * You should have received a copy of the GNU Lesser General Public +#. * License along with the program; if not, see +#. * +#. * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) +#. #. Automatically generated. Do not edit. -#: ../mail/em-filter-i18n.h:2 +#: ../mail/em-filter-i18n.h:18 msgid "Adjust Score" msgstr "Скорректировать вес" -#: ../mail/em-filter-i18n.h:3 +#: ../mail/em-filter-i18n.h:19 msgid "Assign Color" msgstr "Назначить цвет" -#: ../mail/em-filter-i18n.h:4 +#: ../mail/em-filter-i18n.h:20 msgid "Assign Score" msgstr "Назначить вес" -#: ../mail/em-filter-i18n.h:6 +#: ../mail/em-filter-i18n.h:22 msgid "BCC" msgstr "BCC" -#: ../mail/em-filter-i18n.h:7 +#: ../mail/em-filter-i18n.h:23 msgid "Beep" msgstr "Сигнал" -#: ../mail/em-filter-i18n.h:8 +#: ../mail/em-filter-i18n.h:24 msgid "CC" msgstr "CC" -#: ../mail/em-filter-i18n.h:9 +#: ../mail/em-filter-i18n.h:25 msgid "Completed On" msgstr "Завершено в" -#: ../mail/em-filter-i18n.h:11 +#: ../mail/em-filter-i18n.h:27 msgid "Copy to Folder" msgstr "Скопировать в папку" -#: ../mail/em-filter-i18n.h:12 +#: ../mail/em-filter-i18n.h:28 msgid "Date received" msgstr "Получена дата" -#: ../mail/em-filter-i18n.h:13 +#: ../mail/em-filter-i18n.h:29 msgid "Date sent" msgstr "Отправлена дата" -#: ../mail/em-filter-i18n.h:14 +#: ../mail/em-filter-i18n.h:30 #: ../plugins/groupwise-features/share-folder.c:768 #: ../ui/evolution-addressbook.xml.h:15 ../ui/evolution-calendar.xml.h:5 #: ../ui/evolution-mail-message.xml.h:25 ../ui/evolution-memos.xml.h:6 @@ -11805,210 +11831,210 @@ msgid "Delete" msgstr "Удалить" -#: ../mail/em-filter-i18n.h:15 +#: ../mail/em-filter-i18n.h:31 msgid "Deleted" msgstr "Удалено" -#: ../mail/em-filter-i18n.h:17 +#: ../mail/em-filter-i18n.h:33 msgid "does not end with" msgstr "не заканчивается на" -#: ../mail/em-filter-i18n.h:18 +#: ../mail/em-filter-i18n.h:34 msgid "does not exist" msgstr "не существует" -#: ../mail/em-filter-i18n.h:19 +#: ../mail/em-filter-i18n.h:35 msgid "does not return" msgstr "не возвращает" -#: ../mail/em-filter-i18n.h:20 +#: ../mail/em-filter-i18n.h:36 msgid "does not sound like" msgstr "не похоже на" -#: ../mail/em-filter-i18n.h:21 +#: ../mail/em-filter-i18n.h:37 msgid "does not start with" msgstr "не начинается с" -#: ../mail/em-filter-i18n.h:23 +#: ../mail/em-filter-i18n.h:39 msgid "Draft" msgstr "Черновик" -#: ../mail/em-filter-i18n.h:24 +#: ../mail/em-filter-i18n.h:40 msgid "ends with" msgstr "заканчивается на" -#: ../mail/em-filter-i18n.h:26 +#: ../mail/em-filter-i18n.h:42 msgid "exists" msgstr "существует" -#: ../mail/em-filter-i18n.h:27 +#: ../mail/em-filter-i18n.h:43 msgid "Expression" msgstr "Выражение" -#: ../mail/em-filter-i18n.h:28 +#: ../mail/em-filter-i18n.h:44 msgid "Follow Up" msgstr "К исполнению" -#: ../mail/em-filter-i18n.h:29 ../mail/em-migrate.c:1056 +#: ../mail/em-filter-i18n.h:45 ../mail/em-migrate.c:1056 msgid "Important" msgstr "Важное" -#: ../mail/em-filter-i18n.h:31 +#: ../mail/em-filter-i18n.h:47 msgid "is after" msgstr "после" -#: ../mail/em-filter-i18n.h:32 +#: ../mail/em-filter-i18n.h:48 msgid "is before" msgstr "до" -#: ../mail/em-filter-i18n.h:33 +#: ../mail/em-filter-i18n.h:49 msgid "is Flagged" msgstr "Отмечено" -#: ../mail/em-filter-i18n.h:37 +#: ../mail/em-filter-i18n.h:53 msgid "is not Flagged" msgstr "не отмечено" -#: ../mail/em-filter-i18n.h:38 +#: ../mail/em-filter-i18n.h:54 msgid "is not set" msgstr "не установлено" -#: ../mail/em-filter-i18n.h:39 +#: ../mail/em-filter-i18n.h:55 msgid "is set" msgstr "установлено" -#: ../mail/em-filter-i18n.h:40 ../mail/mail-config.glade.h:97 +#: ../mail/em-filter-i18n.h:56 ../mail/mail-config.glade.h:97 #: ../ui/evolution-mail-message.xml.h:48 msgid "Junk" msgstr "Спам" -#: ../mail/em-filter-i18n.h:41 +#: ../mail/em-filter-i18n.h:57 msgid "Junk Test" msgstr "Тест на спам" -#: ../mail/em-filter-i18n.h:42 ../widgets/misc/e-expander.c:188 +#: ../mail/em-filter-i18n.h:58 ../widgets/misc/e-expander.c:190 msgid "Label" msgstr "Метка" -#: ../mail/em-filter-i18n.h:43 +#: ../mail/em-filter-i18n.h:59 msgid "Mailing list" msgstr "Список рассылки" -#: ../mail/em-filter-i18n.h:44 +#: ../mail/em-filter-i18n.h:60 msgid "Match All" msgstr "Соответствует всем" -#: ../mail/em-filter-i18n.h:45 +#: ../mail/em-filter-i18n.h:61 msgid "Message Body" msgstr "Тело сообщения" -#: ../mail/em-filter-i18n.h:46 +#: ../mail/em-filter-i18n.h:62 msgid "Message Header" msgstr "Заголовок сообщения" -#: ../mail/em-filter-i18n.h:47 +#: ../mail/em-filter-i18n.h:63 msgid "Message is Junk" msgstr "Сообщение является спамом" -#: ../mail/em-filter-i18n.h:48 +#: ../mail/em-filter-i18n.h:64 msgid "Message is not Junk" msgstr "Сообщение не является спамом" -#: ../mail/em-filter-i18n.h:49 +#: ../mail/em-filter-i18n.h:65 msgid "Move to Folder" msgstr "Переместить в папку" -#: ../mail/em-filter-i18n.h:50 +#: ../mail/em-filter-i18n.h:66 msgid "Pipe to Program" msgstr "Передать программе через канал" -#: ../mail/em-filter-i18n.h:51 +#: ../mail/em-filter-i18n.h:67 msgid "Play Sound" msgstr "Воспроизвести звук" #. Translators: "Read" as in "has been read" (em-filter-i18n.h) #. Translators: "Read" as in "has been read" (message-tag-followup.c) -#: ../mail/em-filter-i18n.h:53 ../mail/message-tag-followup.c:63 +#: ../mail/em-filter-i18n.h:69 ../mail/message-tag-followup.c:63 msgid "Read" msgstr "Прочитанное" -#: ../mail/em-filter-i18n.h:54 ../mail/message-list.etspec.h:12 +#: ../mail/em-filter-i18n.h:70 ../mail/message-list.etspec.h:12 msgid "Recipients" msgstr "Получатели" -#: ../mail/em-filter-i18n.h:55 +#: ../mail/em-filter-i18n.h:71 msgid "Regex Match" msgstr "Соответствует рег. выражению" -#: ../mail/em-filter-i18n.h:56 +#: ../mail/em-filter-i18n.h:72 msgid "Replied to" msgstr "Ответ на" -#: ../mail/em-filter-i18n.h:57 +#: ../mail/em-filter-i18n.h:73 msgid "returns" msgstr "возвращает" -#: ../mail/em-filter-i18n.h:58 +#: ../mail/em-filter-i18n.h:74 msgid "returns greater than" msgstr "возвращает больше чем" -#: ../mail/em-filter-i18n.h:59 +#: ../mail/em-filter-i18n.h:75 msgid "returns less than" msgstr "возвращает меньше чем" -#: ../mail/em-filter-i18n.h:60 +#: ../mail/em-filter-i18n.h:76 msgid "Run Program" msgstr "Запустить программу" -#: ../mail/em-filter-i18n.h:61 ../mail/message-list.etspec.h:13 +#: ../mail/em-filter-i18n.h:77 ../mail/message-list.etspec.h:13 msgid "Score" msgstr "Вес" -#: ../mail/em-filter-i18n.h:62 ../mail/message-list.etspec.h:14 +#: ../mail/em-filter-i18n.h:78 ../mail/message-list.etspec.h:14 msgid "Sender" msgstr "Отправитель" -#: ../mail/em-filter-i18n.h:63 +#: ../mail/em-filter-i18n.h:79 msgid "Set Label" msgstr "Установить ярлык" -#: ../mail/em-filter-i18n.h:64 +#: ../mail/em-filter-i18n.h:80 msgid "Set Status" msgstr "Установить состояние" -#: ../mail/em-filter-i18n.h:65 +#: ../mail/em-filter-i18n.h:81 msgid "Size (kB)" msgstr "Размер (кБ)" -#: ../mail/em-filter-i18n.h:66 +#: ../mail/em-filter-i18n.h:82 msgid "sounds like" msgstr "выглядит как" -#: ../mail/em-filter-i18n.h:67 +#: ../mail/em-filter-i18n.h:83 msgid "Source Account" msgstr "Учётная запись - источник" -#: ../mail/em-filter-i18n.h:68 +#: ../mail/em-filter-i18n.h:84 msgid "Specific header" msgstr "Указанный заголовок" -#: ../mail/em-filter-i18n.h:69 +#: ../mail/em-filter-i18n.h:85 msgid "starts with" msgstr "начинается с" -#: ../mail/em-filter-i18n.h:71 +#: ../mail/em-filter-i18n.h:87 msgid "Stop Processing" msgstr "Остановить обработку" -#: ../mail/em-filter-i18n.h:72 ../mail/em-format-quote.c:342 +#: ../mail/em-filter-i18n.h:88 ../mail/em-format-quote.c:342 #: ../mail/em-format.c:889 ../mail/em-mailer-prefs.c:80 #: ../mail/message-list.etspec.h:18 ../mail/message-tag-followup.c:312 #: ../plugins/groupwise-features/properties.glade.h:7 -#: ../smime/lib/e-cert.c:1132 +#: ../smime/lib/e-cert.c:1115 msgid "Subject" msgstr "Тема" -#: ../mail/em-filter-i18n.h:73 +#: ../mail/em-filter-i18n.h:89 msgid "Unset Status" msgstr "Сбросить состояние" @@ -12021,53 +12047,53 @@ msgid "Add Ac_tion" msgstr "Добавить д_ействие" -#: ../mail/em-folder-browser.c:190 +#: ../mail/em-folder-browser.c:192 msgid "C_reate Search Folder From Search..." msgstr "Со_здать папку по результатам поиска..." # This translation and all below should be short # to fit window on 800 x 600 -#: ../mail/em-folder-browser.c:215 +#: ../mail/em-folder-browser.c:217 msgid "All Messages" msgstr "Все сообщения" -#: ../mail/em-folder-browser.c:216 +#: ../mail/em-folder-browser.c:218 msgid "Unread Messages" msgstr "Непрочитанные" -#: ../mail/em-folder-browser.c:218 +#: ../mail/em-folder-browser.c:220 msgid "No Label" msgstr "Без метки" -#: ../mail/em-folder-browser.c:225 +#: ../mail/em-folder-browser.c:227 msgid "Read Messages" msgstr "Прочитанные" -#: ../mail/em-folder-browser.c:226 +#: ../mail/em-folder-browser.c:228 msgid "Recent Messages" msgstr "Недавние" -#: ../mail/em-folder-browser.c:227 +#: ../mail/em-folder-browser.c:229 msgid "Last 5 Days' Messages" msgstr "За последние 5 дней" -#: ../mail/em-folder-browser.c:228 +#: ../mail/em-folder-browser.c:230 msgid "Messages with Attachments" msgstr "С вложениями" -#: ../mail/em-folder-browser.c:229 +#: ../mail/em-folder-browser.c:231 msgid "Important Messages" msgstr "Важные" -#: ../mail/em-folder-browser.c:230 +#: ../mail/em-folder-browser.c:232 msgid "Messages Not Junk" msgstr "Не спам" -#: ../mail/em-folder-browser.c:1171 +#: ../mail/em-folder-browser.c:1173 msgid "Account Search" msgstr "Текущая учётная запись" -#: ../mail/em-folder-browser.c:1224 +#: ../mail/em-folder-browser.c:1226 msgid "All Account Search" msgstr "Все учётные записи" @@ -12100,9 +12126,9 @@ #. translators: standard local mailbox names #: ../mail/em-folder-properties.c:358 ../mail/em-folder-tree-model.c:507 -#: ../mail/em-folder-tree.c:2556 ../mail/mail-component.c:159 +#: ../mail/em-folder-tree.c:2560 ../mail/mail-component.c:159 #: ../mail/mail-component.c:580 -#: ../plugins/exchange-operations/exchange-delegates-user.c:76 +#: ../plugins/exchange-operations/exchange-delegates-user.c:78 #: ../plugins/exchange-operations/exchange-folder.c:594 msgid "Inbox" msgstr "Входящие" @@ -12126,7 +12152,7 @@ #. load store to mail component #: ../mail/em-folder-tree-model.c:204 ../mail/em-folder-tree-model.c:206 -#: ../mail/mail-vfolder.c:960 ../mail/mail-vfolder.c:1027 +#: ../mail/mail-vfolder.c:975 ../mail/mail-vfolder.c:1042 msgid "Search Folders" msgstr "Папки поиска" @@ -12208,7 +12234,7 @@ msgid "_Move to Folder" msgstr "Переместить в папку" -#: ../mail/em-folder-tree.c:1718 ../mail/mail-ops.c:1058 +#: ../mail/em-folder-tree.c:1718 ../mail/mail-ops.c:1059 #, c-format msgid "Scanning folders in \"%s\"" msgstr "Сканирование папок на «%s»" @@ -12257,19 +12283,19 @@ msgid "C_opy" msgstr "_Копировать" -#: ../mail/em-folder-utils.c:585 +#: ../mail/em-folder-utils.c:532 #: ../plugins/groupwise-features/share-folder-common.c:145 #, c-format msgid "Creating folder `%s'" msgstr "Создание папки `%s'" -#: ../mail/em-folder-utils.c:743 +#: ../mail/em-folder-utils.c:690 #: ../plugins/groupwise-features/install-shared.c:169 #: ../plugins/groupwise-features/share-folder-common.c:387 msgid "Create folder" msgstr "Создать новую папку" -#: ../mail/em-folder-utils.c:743 +#: ../mail/em-folder-utils.c:690 #: ../plugins/groupwise-features/install-shared.c:169 #: ../plugins/groupwise-features/share-folder-common.c:387 msgid "Specify where to create the folder:" @@ -12343,7 +12369,7 @@ #. Note that we don't show this here, since by default a 'None' date #. is not permitted. -#: ../mail/em-folder-view.c:1355 ../widgets/misc/e-dateedit.c:484 +#: ../mail/em-folder-view.c:1355 ../widgets/misc/e-dateedit.c:478 msgid "_None" msgstr "_Нет" @@ -12402,8 +12428,8 @@ #. other user means other calendars subscribed #: ../mail/em-folder-view.c:2255 ../mail/em-folder-view.c:2298 #: ../plugins/google-account-setup/google-source.c:251 -#: ../plugins/google-account-setup/google-source.c:532 -#: ../plugins/google-account-setup/google-source.c:718 +#: ../plugins/google-account-setup/google-source.c:529 +#: ../plugins/google-account-setup/google-source.c:727 msgid "Default" msgstr "По умолчанию" @@ -12415,33 +12441,33 @@ msgid "Retrieving Message..." msgstr "Получение сообщения..." -#: ../mail/em-folder-view.c:2794 +#: ../mail/em-folder-view.c:2791 msgid "C_all To..." msgstr "Позвон_ить..." -#: ../mail/em-folder-view.c:2797 +#: ../mail/em-folder-view.c:2794 msgid "Create _Search Folder" msgstr "Создать папку поиска" -#: ../mail/em-folder-view.c:2798 +#: ../mail/em-folder-view.c:2795 msgid "_From this Address" msgstr "_ этого адреса" -#: ../mail/em-folder-view.c:2799 +#: ../mail/em-folder-view.c:2796 msgid "_To this Address" msgstr "_По этому адресу" -#: ../mail/em-folder-view.c:3296 +#: ../mail/em-folder-view.c:3293 #, c-format msgid "Click to mail %s" msgstr "Нажмите, чтобы написать письмо %s" -#: ../mail/em-folder-view.c:3308 +#: ../mail/em-folder-view.c:3305 #, c-format msgid "Click to call %s" msgstr "Нажмите, чтобы позвонить %s" -#: ../mail/em-folder-view.c:3313 +#: ../mail/em-folder-view.c:3310 msgid "Click to hide/unhide addresses" msgstr "Нажмите, чтобы показать/скрыть адреса" @@ -12751,7 +12777,7 @@ #. To translators: This message suggests to the receipients that the sender of the mail is #. different from the one listed in From field. #. -#: ../mail/em-format-html.c:1907 +#: ../mail/em-format-html.c:1912 #, c-format msgid "This message was sent by %s on behalf of %s" msgstr "Это письмо было отослано %s от лица %s" @@ -12768,8 +12794,8 @@ msgstr "Обратный адрес" #: ../mail/em-format.c:890 ../mail/em-mailer-prefs.c:81 -#: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:331 -#: ../widgets/misc/e-dateedit.c:353 +#: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:325 +#: ../widgets/misc/e-dateedit.c:347 msgid "Date" msgstr "Дата" @@ -13003,29 +13029,29 @@ msgstr "Не был выбран сервер" #. Check buttons -#: ../mail/em-utils.c:120 -#: ../plugins/attachment-reminder/attachment-reminder.c:127 +#: ../mail/em-utils.c:121 +#: ../plugins/attachment-reminder/attachment-reminder.c:128 msgid "_Do not show this message again." msgstr "_Не выводить больше это сообщение." -#: ../mail/em-utils.c:316 +#: ../mail/em-utils.c:317 msgid "Message Filters" msgstr "Фильтры сообщений" -#: ../mail/em-utils.c:369 +#: ../mail/em-utils.c:370 msgid "message" msgstr "сообщение" -#: ../mail/em-utils.c:653 +#: ../mail/em-utils.c:654 msgid "Save Message..." msgstr "Сохранить сообщение ..." -#: ../mail/em-utils.c:703 +#: ../mail/em-utils.c:704 msgid "Add address" msgstr "Добавить адрес" #. Drop filename for messages from a mailbox -#: ../mail/em-utils.c:1224 +#: ../mail/em-utils.c:1225 #, c-format msgid "Messages from %s" msgstr "Сообщения от %s" @@ -13959,16 +13985,16 @@ msgid "Importer Berkeley Mailbox format folders" msgstr "Импорт папок в формате Berkeley Mailbox" -#: ../mail/importers/mail-importer.c:148 +#: ../mail/importers/mail-importer.c:147 msgid "Importing mailbox" msgstr "Импорт из файла mailbox" -#: ../mail/importers/mail-importer.c:232 ../shell/e-shell-importer.c:512 +#: ../mail/importers/mail-importer.c:231 ../shell/e-shell-importer.c:512 #, c-format msgid "Importing `%s'" msgstr "Импорт `%s'" -#: ../mail/importers/mail-importer.c:372 +#: ../mail/importers/mail-importer.c:371 #, c-format msgid "Scanning %s" msgstr "Сканирование %s" @@ -14009,8 +14035,7 @@ msgid "Add Filter Rule" msgstr "Добавить правило фильтра" -#: ../mail/mail-component.c:163 ../plugins/templates/templates.c:519 -#: ../plugins/templates/templates.c:689 ../plugins/templates/templates.c:724 +#: ../mail/mail-component.c:163 #: ../plugins/templates/org-gnome-templates.eplug.xml.h:2 msgid "Templates" msgstr "Шаблоны" @@ -14067,9 +14092,9 @@ #, c-format msgid "%d unread, " msgid_plural "%d unread, " -msgstr[0] "%d непрочитанное" -msgstr[1] "%d непрочитанных" -msgstr[2] "%d непрочитанных" +msgstr[0] "%d непрочитанное, " +msgstr[1] "%d непрочитанных, " +msgstr[2] "%d непрочитанных, " #: ../mail/mail-component.c:570 #, c-format @@ -14151,11 +14176,11 @@ msgid "Log Level" msgstr "Уровень журналирования" -#: ../mail/mail-component.c:1810 ../widgets/misc/e-dateedit.c:395 +#: ../mail/mail-component.c:1810 ../widgets/misc/e-dateedit.c:389 msgid "Time" msgstr "Время" -#: ../mail/mail-component.c:1820 ../mail/message-list.c:2454 +#: ../mail/mail-component.c:1820 ../mail/message-list.c:2457 #: ../mail/message-list.etspec.h:10 msgid "Messages" msgstr "Сообщения" @@ -14649,66 +14674,74 @@ msgstr "С_тандартный шрифт:" #: ../mail/mail-config.glade.h:132 +msgid "Select Drafts Folder" +msgstr "Выбрать папку для черновиков" + +#: ../mail/mail-config.glade.h:133 msgid "Select HTML fixed width font" msgstr "Выбрать шрифт HTML фиксированной ширины" -#: ../mail/mail-config.glade.h:133 +#: ../mail/mail-config.glade.h:134 msgid "Select HTML fixed width font for printing" msgstr "Выбрать шрифт HTML фиксированной ширины для печати" -#: ../mail/mail-config.glade.h:134 +#: ../mail/mail-config.glade.h:135 msgid "Select HTML variable width font" msgstr "Выбрать шрифт HTML переменной ширины" -#: ../mail/mail-config.glade.h:135 +#: ../mail/mail-config.glade.h:136 msgid "Select HTML variable width font for printing" msgstr "Выбрать шрифт HTML переменной ширины для печати" #: ../mail/mail-config.glade.h:137 +msgid "Select Sent Folder" +msgstr "Выбрать папку отправленных сообщений" + +#: ../mail/mail-config.glade.h:139 msgid "Sending Mail" msgstr "Отправка почты" -#: ../mail/mail-config.glade.h:138 +#: ../mail/mail-config.glade.h:140 msgid "Sent _Messages Folder:" msgstr "Папка _отправленных сообщений:" -#: ../mail/mail-config.glade.h:139 +#: ../mail/mail-config.glade.h:141 msgid "Ser_ver requires authentication" msgstr "Т_ребуется проверка подлинности" -#: ../mail/mail-config.glade.h:140 +#: ../mail/mail-config.glade.h:142 msgid "Server _Type: " msgstr "_Тип сервера: " -#: ../mail/mail-config.glade.h:141 +#: ../mail/mail-config.glade.h:143 msgid "Sig_ning certificate:" msgstr "Се_ртификат подписи:" -#: ../mail/mail-config.glade.h:142 +#: ../mail/mail-config.glade.h:144 msgid "Signat_ure:" msgstr "Подп_ись:" -#: ../mail/mail-config.glade.h:143 +#: ../mail/mail-config.glade.h:145 msgid "Signatures" msgstr "Подписи" -#: ../mail/mail-config.glade.h:144 +#: ../mail/mail-config.glade.h:146 msgid "Signatures Table" msgstr "Таблица подписей" -#: ../mail/mail-config.glade.h:145 +#: ../mail/mail-config.glade.h:147 msgid "Spell Checking" msgstr "Проверка орфографии" -#: ../mail/mail-config.glade.h:146 +#: ../mail/mail-config.glade.h:148 msgid "Start _typing at the bottom on replying" msgstr "При ответе начинать _ввод после цитаты" -#: ../mail/mail-config.glade.h:147 +#: ../mail/mail-config.glade.h:149 msgid "T_ype: " msgstr "_Тип: " -#: ../mail/mail-config.glade.h:148 +#: ../mail/mail-config.glade.h:150 msgid "" "The list of languages here reflects only the languages for which you have a " "dictionary installed." @@ -14716,7 +14749,7 @@ "Этот список языков перечисляет только те языки, для которых у вас " "установлены словари." -#: ../mail/mail-config.glade.h:149 +#: ../mail/mail-config.glade.h:151 msgid "" "The output of this script will be used as your\n" "signature. The name you specify will be used\n" @@ -14726,7 +14759,7 @@ "в качестве вашей подписи. Имя, указанное вами,\n" "будет использоваться только для отображения. " -#: ../mail/mail-config.glade.h:152 +#: ../mail/mail-config.glade.h:154 msgid "" "Type the name by which you would like to refer to this account.\n" "For example: \"Work\" or \"Personal\"" @@ -14734,26 +14767,26 @@ "Укажите имя, используемое для дальнейших обращений к этой \n" "учётной записи. Например, «Служебная» или «Личная»" -#: ../mail/mail-config.glade.h:154 +#: ../mail/mail-config.glade.h:156 msgid "Us_ername:" msgstr "_Имя пользователя:" -#: ../mail/mail-config.glade.h:155 +#: ../mail/mail-config.glade.h:157 msgid "Use Authe_ntication" msgstr "Использовать аутентифик_ацию" -#: ../mail/mail-config.glade.h:156 ../plugins/caldav/caldav-source.c:284 -#: ../plugins/google-account-setup/google-source.c:625 -#: ../plugins/google-account-setup/google-contacts-source.c:278 +#: ../mail/mail-config.glade.h:158 ../plugins/caldav/caldav-source.c:284 +#: ../plugins/google-account-setup/google-source.c:634 +#: ../plugins/google-account-setup/google-contacts-source.c:288 #: ../plugins/webdav-account-setup/webdav-contacts-source.c:323 msgid "User_name:" msgstr "_Имя пользователя:" -#: ../mail/mail-config.glade.h:157 +#: ../mail/mail-config.glade.h:159 msgid "V_ariable-width:" msgstr "_Переменной ширины:" -#: ../mail/mail-config.glade.h:158 +#: ../mail/mail-config.glade.h:160 msgid "" "Welcome to the Evolution Mail Configuration Assistant.\n" "\n" @@ -14763,125 +14796,125 @@ "\n" "Нажмите «Далее» для начала настройки. " -#: ../mail/mail-config.glade.h:161 +#: ../mail/mail-config.glade.h:163 msgid "_Add Signature" msgstr "_Добавить подпись" -#: ../mail/mail-config.glade.h:162 +#: ../mail/mail-config.glade.h:164 msgid "_Always load images from the Internet" msgstr "_Всегда загружать изображения из Интернета" -#: ../mail/mail-config.glade.h:163 +#: ../mail/mail-config.glade.h:165 msgid "_Automatic proxy configuration URL:" msgstr "Ресурс URL для _автоматической конфигурации прокси:" -#: ../mail/mail-config.glade.h:164 +#: ../mail/mail-config.glade.h:166 msgid "_Default junk plugin:" msgstr "Модуль с_пама по умолчанию:" -#: ../mail/mail-config.glade.h:165 +#: ../mail/mail-config.glade.h:167 msgid "_Direct connection to the Internet" msgstr "_Прямое подключение к Интернету" -#: ../mail/mail-config.glade.h:166 +#: ../mail/mail-config.glade.h:168 msgid "_Do not sign meeting requests (for Outlook compatibility)" msgstr "_Не подписывать запросы собраний (для совместимости с Outlook)" -#: ../mail/mail-config.glade.h:168 +#: ../mail/mail-config.glade.h:170 msgid "_Forward style:" msgstr "Стиль _пересылки:" -#: ../mail/mail-config.glade.h:169 +#: ../mail/mail-config.glade.h:171 msgid "_Keep Signature above the original message on replying" msgstr "Помещать подпись _над исходным сообщением при ответе" -#: ../mail/mail-config.glade.h:170 +#: ../mail/mail-config.glade.h:172 msgid "_Load images in messages from contacts" msgstr "_Загружать изображения в сообщениях от контактов" -#: ../mail/mail-config.glade.h:171 +#: ../mail/mail-config.glade.h:173 msgid "_Lookup in local address book only" msgstr "Просматривать только локальную адресную книгу" -#: ../mail/mail-config.glade.h:172 +#: ../mail/mail-config.glade.h:174 msgid "_Make this my default account" msgstr "_Сделать основной учётной записью" -#: ../mail/mail-config.glade.h:173 +#: ../mail/mail-config.glade.h:175 msgid "_Manual proxy configuration:" msgstr "Настройка прокси _вручную:" -#: ../mail/mail-config.glade.h:174 +#: ../mail/mail-config.glade.h:176 msgid "_Mark messages as read after" msgstr "По_мечать сообщения как «Прочитанные» через:" -#: ../mail/mail-config.glade.h:176 +#: ../mail/mail-config.glade.h:178 msgid "_Never load images from the Internet" msgstr "_Никогда не загружать изображения из Интернета" -#: ../mail/mail-config.glade.h:177 +#: ../mail/mail-config.glade.h:179 msgid "_Path:" msgstr "_Путь:" -#: ../mail/mail-config.glade.h:178 +#: ../mail/mail-config.glade.h:180 msgid "_Prompt on sending HTML mail to contacts that do not want them" msgstr "" "П_редупреждать при отправке сообщений в формате HTML тем, кто не желает этого" -#: ../mail/mail-config.glade.h:179 +#: ../mail/mail-config.glade.h:181 msgid "_Prompt when sending messages with an empty subject line" msgstr "_Предупреждать при отправке сообщений с пустой темой" -#: ../mail/mail-config.glade.h:180 +#: ../mail/mail-config.glade.h:182 msgid "_Reply style:" msgstr "Стиль _ответа:" -#: ../mail/mail-config.glade.h:181 +#: ../mail/mail-config.glade.h:183 msgid "_Script:" msgstr "_Скрипт:" -#: ../mail/mail-config.glade.h:182 +#: ../mail/mail-config.glade.h:184 msgid "_Secure HTTP Proxy:" msgstr "Прокси HTTP_S:" -#: ../mail/mail-config.glade.h:183 +#: ../mail/mail-config.glade.h:185 msgid "_Select..." msgstr "В_ыбрать..." #. If enabled, show animation; if disabled, only display a static image without any animation -#: ../mail/mail-config.glade.h:186 +#: ../mail/mail-config.glade.h:188 msgid "_Show image animations" msgstr "_Включить анимацию изображений" -#: ../mail/mail-config.glade.h:187 +#: ../mail/mail-config.glade.h:189 msgid "_Show the photograph of sender in the message preview" msgstr "Показывать фотографию _отправителя в панели просмотра почты" -#: ../mail/mail-config.glade.h:188 +#: ../mail/mail-config.glade.h:190 msgid "_Shrink To / Cc / Bcc headers to " msgstr "_Обрезать заголовки To / Cc / Bcc до " -#: ../mail/mail-config.glade.h:189 +#: ../mail/mail-config.glade.h:191 msgid "_Use Secure Connection:" msgstr "Использовать _защищенное соединение:" -#: ../mail/mail-config.glade.h:190 +#: ../mail/mail-config.glade.h:192 msgid "_Use system defaults" msgstr "По _умолчанию" -#: ../mail/mail-config.glade.h:191 +#: ../mail/mail-config.glade.h:193 msgid "_Use the same fonts as other applications" msgstr "_Использовать такие же шрифты, как и прочие приложения" -#: ../mail/mail-config.glade.h:192 +#: ../mail/mail-config.glade.h:194 msgid "addresses" msgstr "адресов" -#: ../mail/mail-config.glade.h:193 +#: ../mail/mail-config.glade.h:195 msgid "color" msgstr "." -#: ../mail/mail-config.glade.h:194 +#: ../mail/mail-config.glade.h:196 msgid "description" msgstr "описание" @@ -14981,26 +15014,26 @@ msgid "_Tick this to accept the license agreement" msgstr "Установите, чтобы принять лицензионное соглашение" -#: ../mail/mail-folder-cache.c:832 +#: ../mail/mail-folder-cache.c:833 #, c-format msgid "Pinging %s" msgstr "Ping на %s" -#: ../mail/mail-ops.c:105 +#: ../mail/mail-ops.c:106 msgid "Filtering Selected Messages" msgstr "Фильтрация выделенных сообщений" -#: ../mail/mail-ops.c:264 +#: ../mail/mail-ops.c:265 msgid "Fetching Mail" msgstr "Получение эл.почты" #. sending mail, filtering failed -#: ../mail/mail-ops.c:560 +#: ../mail/mail-ops.c:561 #, c-format msgid "Failed to apply outgoing filters: %s" msgstr "Ошибка применения фильтров исходящей почты: %s" -#: ../mail/mail-ops.c:572 ../mail/mail-ops.c:601 +#: ../mail/mail-ops.c:573 ../mail/mail-ops.c:602 #, c-format msgid "" "Failed to append to %s: %s\n" @@ -15009,109 +15042,109 @@ "Ошибка добавления в %s: %s\n" "Производится добавление в локальную папку «Отправленные»." -#: ../mail/mail-ops.c:618 +#: ../mail/mail-ops.c:619 #, c-format msgid "Failed to append to local `Sent' folder: %s" msgstr "Ошибка сохранения в локальной папке «Отправленные»: %s" -#: ../mail/mail-ops.c:724 +#: ../mail/mail-ops.c:725 msgid "Sending message" msgstr "Отправить сообщение" -#: ../mail/mail-ops.c:734 +#: ../mail/mail-ops.c:735 #, c-format msgid "Sending message %d of %d" msgstr "Отправка сообщения %d из %d" -#: ../mail/mail-ops.c:761 +#: ../mail/mail-ops.c:762 #, c-format msgid "Failed to send %d of %d messages" msgstr "Не удалось отправить %d из %d сообщений" -#: ../mail/mail-ops.c:763 ../mail/mail-send-recv.c:693 +#: ../mail/mail-ops.c:764 ../mail/mail-send-recv.c:693 msgid "Canceled." msgstr "Отменено." -#: ../mail/mail-ops.c:765 ../mail/mail-send-recv.c:695 +#: ../mail/mail-ops.c:766 ../mail/mail-send-recv.c:695 msgid "Complete." msgstr "Выполнено." -#: ../mail/mail-ops.c:871 +#: ../mail/mail-ops.c:872 msgid "Saving message to folder" msgstr "Сохранение сообщения в папке" -#: ../mail/mail-ops.c:949 +#: ../mail/mail-ops.c:950 #, c-format msgid "Moving messages to %s" msgstr "Перемещение сообщений в %s" -#: ../mail/mail-ops.c:949 +#: ../mail/mail-ops.c:950 #, c-format msgid "Copying messages to %s" msgstr "Копирование сообщений в %s" -#: ../mail/mail-ops.c:1166 +#: ../mail/mail-ops.c:1167 msgid "Forwarded messages" msgstr "Пересланные сообщения" -#: ../mail/mail-ops.c:1207 +#: ../mail/mail-ops.c:1208 #, c-format msgid "Opening folder %s" msgstr "Открытие папки %s" -#: ../mail/mail-ops.c:1272 +#: ../mail/mail-ops.c:1273 #, c-format msgid "Retrieving quota information for folder %s" msgstr "Получение информации о квоте для папки %s" -#: ../mail/mail-ops.c:1341 +#: ../mail/mail-ops.c:1342 #, c-format msgid "Opening store %s" msgstr "Открытие хранилища %s" -#: ../mail/mail-ops.c:1412 +#: ../mail/mail-ops.c:1413 #, c-format msgid "Removing folder %s" msgstr "Удаление папки %s" -#: ../mail/mail-ops.c:1501 +#: ../mail/mail-ops.c:1531 #, c-format msgid "Storing folder '%s'" msgstr "Сохранение папки «%s»" -#: ../mail/mail-ops.c:1564 +#: ../mail/mail-ops.c:1594 #, c-format msgid "Expunging and storing account '%s'" msgstr "Очистка и сохранение учётной записи «%s»" -#: ../mail/mail-ops.c:1565 +#: ../mail/mail-ops.c:1595 #, c-format msgid "Storing account '%s'" msgstr "Сохранение учётной записи «%s»" -#: ../mail/mail-ops.c:1619 +#: ../mail/mail-ops.c:1649 msgid "Refreshing folder" msgstr "Обновление папки" -#: ../mail/mail-ops.c:1659 ../mail/mail-ops.c:1709 +#: ../mail/mail-ops.c:1689 ../mail/mail-ops.c:1739 msgid "Expunging folder" msgstr "Очистка папки" -#: ../mail/mail-ops.c:1706 +#: ../mail/mail-ops.c:1736 #, c-format msgid "Emptying trash in '%s'" msgstr "Очистка корзины в «%s»" -#: ../mail/mail-ops.c:1707 +#: ../mail/mail-ops.c:1737 msgid "Local Folders" msgstr "Локальные папки" -#: ../mail/mail-ops.c:1788 +#: ../mail/mail-ops.c:1818 #, c-format msgid "Retrieving message %s" msgstr "Получение сообщения %s" -#: ../mail/mail-ops.c:1895 +#: ../mail/mail-ops.c:1925 #, c-format msgid "Retrieving %d message" msgid_plural "Retrieving %d messages" @@ -15119,7 +15152,7 @@ msgstr[1] "Получение %d сообщений" msgstr[2] "Получение %d сообщений" -#: ../mail/mail-ops.c:1980 +#: ../mail/mail-ops.c:2010 #, c-format msgid "Saving %d message" msgid_plural "Saving %d messages" @@ -15127,7 +15160,7 @@ msgstr[1] "Сохранение %d сообщений" msgstr[2] "Сохранение %d сообщений" -#: ../mail/mail-ops.c:2058 +#: ../mail/mail-ops.c:2088 #, c-format msgid "" "Error saving messages to: %s:\n" @@ -15136,11 +15169,11 @@ "Ошибка сохранения сообщений в: %s:\n" " %s" -#: ../mail/mail-ops.c:2130 +#: ../mail/mail-ops.c:2160 msgid "Saving attachment" msgstr "Сохранение вложения" -#: ../mail/mail-ops.c:2148 ../mail/mail-ops.c:2156 +#: ../mail/mail-ops.c:2178 ../mail/mail-ops.c:2186 #, c-format msgid "" "Cannot create output file: %s:\n" @@ -15149,27 +15182,27 @@ "Не удалось создать файл вывода: %s\n" " %s" -#: ../mail/mail-ops.c:2171 +#: ../mail/mail-ops.c:2201 #, c-format msgid "Could not write data: %s" msgstr "Не удалось записать данные: %s" -#: ../mail/mail-ops.c:2317 +#: ../mail/mail-ops.c:2347 #, c-format msgid "Disconnecting from %s" msgstr "Отключение от %s" -#: ../mail/mail-ops.c:2317 +#: ../mail/mail-ops.c:2347 #, c-format msgid "Reconnecting to %s" msgstr "Переподключение к %s" -#: ../mail/mail-ops.c:2413 +#: ../mail/mail-ops.c:2443 #, c-format msgid "Preparing account '%s' for offline" msgstr "Подготовка учётной записи «%s» к автономной работе" -#: ../mail/mail-ops.c:2499 +#: ../mail/mail-ops.c:2529 msgid "Checking Service" msgstr "Проверка сервиса" @@ -15198,26 +15231,26 @@ msgid "Checking for new mail" msgstr "Проверка новой почты" -#: ../mail/mail-session.c:207 +#: ../mail/mail-session.c:209 #, c-format msgid "Enter Passphrase for %s" msgstr "Введите ключевую фразу для %s" -#: ../mail/mail-session.c:209 +#: ../mail/mail-session.c:211 msgid "Enter Passphrase" msgstr "Введите ключевую фразу" -#: ../mail/mail-session.c:212 +#: ../mail/mail-session.c:214 #: ../plugins/exchange-operations/exchange-config-listener.c:708 #, c-format msgid "Enter Password for %s" msgstr "Введите ключевую фразу для %s" -#: ../mail/mail-session.c:214 +#: ../mail/mail-session.c:216 msgid "Enter Password" msgstr "Введите пароль" -#: ../mail/mail-session.c:256 +#: ../mail/mail-session.c:258 msgid "User canceled operation." msgstr "Операция отменена пользователем." @@ -15262,21 +15295,21 @@ msgid "Setting up Search Folder: %s" msgstr "Настройка папки поиска: %s" -#: ../mail/mail-vfolder.c:233 +#: ../mail/mail-vfolder.c:240 #, c-format msgid "Updating Search Folders for '%s:%s'" msgstr "Обновление папок поиска для '%s:%s'" -#: ../mail/mail-vfolder.c:240 +#: ../mail/mail-vfolder.c:247 #, c-format msgid "Updating Search Folders for '%s'" msgstr "Обновление папок писка для «%s»" -#: ../mail/mail-vfolder.c:1066 +#: ../mail/mail-vfolder.c:1081 msgid "Edit Search Folder" msgstr "Изменить папку поиска" -#: ../mail/mail-vfolder.c:1155 +#: ../mail/mail-vfolder.c:1170 msgid "New Search Folder" msgstr "Новая папка поиска" @@ -15970,11 +16003,11 @@ msgstr "%b %d %Y" #. there is some info why the message list is empty, let it be something useful -#: ../mail/message-list.c:3916 ../mail/message-list.c:4376 +#: ../mail/message-list.c:3919 ../mail/message-list.c:4390 msgid "Generating message list" msgstr "Создание списка сообщений" -#: ../mail/message-list.c:4224 +#: ../mail/message-list.c:4229 msgid "" "No message satisfies your search criteria. Either clear search with Search-" ">Clear menu item or change it." @@ -15982,7 +16015,7 @@ "Нет писем, удовлетворяющих критериям поиска. Очистите поле поиска с помощью " "меню Поиск → Очистить или измените критерии." -#: ../mail/message-list.c:4226 +#: ../mail/message-list.c:4231 msgid "There are no messages in this folder." msgstr "В папке нет сообщений." @@ -16103,8 +16136,8 @@ "Список ключей, которые модуль уведомления о забытых вложениях будет искать в " "теле письма." -#: ../plugins/attachment-reminder/attachment-reminder.c:474 -#: ../plugins/templates/templates.c:392 +#: ../plugins/attachment-reminder/attachment-reminder.c:475 +#: ../plugins/templates/templates.c:390 msgid "Keywords" msgstr "Ключевые слова" @@ -16368,37 +16401,37 @@ msgid "_Backup Settings..." msgstr "Сохранить пара_метры..." -#: ../plugins/bbdb/bbdb.c:532 ../plugins/bbdb/bbdb.c:541 +#: ../plugins/bbdb/bbdb.c:615 ../plugins/bbdb/bbdb.c:624 #: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:1 msgid "Automatic Contacts" msgstr "Автоматические контакты" #. Enable BBDB checkbox -#: ../plugins/bbdb/bbdb.c:556 +#: ../plugins/bbdb/bbdb.c:639 msgid "_Auto-create address book entries when replying to messages" msgstr "" "_Автоматически создавать записи в адресной книге при ответе на сообщения" -#: ../plugins/bbdb/bbdb.c:562 +#: ../plugins/bbdb/bbdb.c:645 msgid "Select Address book for Automatic Contacts" msgstr "Выберите адресную книгу для автоматических контактов" -#: ../plugins/bbdb/bbdb.c:577 +#: ../plugins/bbdb/bbdb.c:660 msgid "Instant Messaging Contacts" msgstr "Контакты мгновенных сообщений" #. Enable Gaim Checkbox -#: ../plugins/bbdb/bbdb.c:592 +#: ../plugins/bbdb/bbdb.c:675 msgid "Synchronize contact info and images from Pidgin buddy list" msgstr "" "Синхронизирует контактную информацию и изображения из списка контактов Pidgin" -#: ../plugins/bbdb/bbdb.c:598 +#: ../plugins/bbdb/bbdb.c:681 msgid "Select Address book for Pidgin buddy list" msgstr "Выберите адресную книгу для списка контактов Pidgin" #. Synchronize now button. -#: ../plugins/bbdb/bbdb.c:609 +#: ../plugins/bbdb/bbdb.c:692 msgid "Synchronize with _buddy list now" msgstr "Синхронизировать со списком контактов сейчас" @@ -16417,27 +16450,27 @@ msgstr "BBDB" #. For Translators: The first %s stands for the executable full path with a file name, the second is the error message itself. -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:114 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:119 #, c-format msgid "Error occurred while spawning %s: %s." msgstr "Произошла ошибка, пока выполнялся %s: %s." -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:138 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:143 #, c-format msgid "Bogofilter child process does not respond, killing..." msgstr "Дочерний процесс Bogofilter не отвечает, завершение..." -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:140 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:145 #, c-format msgid "Wait for Bogofilter child process interrupted, terminating..." msgstr "Ожидание дочернего процесса Bogofilter прервано, завершение..." -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:152 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:157 #, c-format msgid "Pipe to Bogofilter failed, error code: %d." msgstr "Ошибка канала для Bogofilter, код ошибки: %d." -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:313 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:318 msgid "Convert message text to _Unicode" msgstr "Преобразовать текст письма в _Юникод" @@ -16475,8 +16508,8 @@ msgstr "_URL:" #: ../plugins/caldav/caldav-source.c:271 -#: ../plugins/google-account-setup/google-source.c:618 -#: ../plugins/google-account-setup/google-contacts-source.c:301 +#: ../plugins/google-account-setup/google-source.c:627 +#: ../plugins/google-account-setup/google-contacts-source.c:311 msgid "Use _SSL" msgstr "Использовать _SSL" @@ -16498,8 +16531,8 @@ #: ../plugins/calendar-http/calendar-http.c:264 #: ../plugins/calendar-weather/calendar-weather.c:546 -#: ../plugins/google-account-setup/google-source.c:642 -#: ../plugins/google-account-setup/google-contacts-source.c:320 +#: ../plugins/google-account-setup/google-source.c:651 +#: ../plugins/google-account-setup/google-contacts-source.c:330 msgid "Re_fresh:" msgstr "Обнов_ить" @@ -16650,7 +16683,7 @@ msgstr "Ключ" #: ../plugins/email-custom-header/email-custom-header.c:892 -#: ../plugins/templates/templates.c:398 +#: ../plugins/templates/templates.c:396 msgid "Values" msgstr "Значения" @@ -16708,12 +16741,12 @@ msgstr "_Пользователь:" #. i18n: "Secure Password Authentication" is an Outlookism -#: ../plugins/exchange-operations/exchange-account-setup.c:61 +#: ../plugins/exchange-operations/exchange-account-setup.c:63 msgid "Secure Password" msgstr "Защищенный пароль" #. i18n: "NTLM" probably doesn't translate -#: ../plugins/exchange-operations/exchange-account-setup.c:64 +#: ../plugins/exchange-operations/exchange-account-setup.c:66 msgid "" "This option will connect to the Exchange server using secure password (NTLM) " "authentication." @@ -16721,11 +16754,11 @@ "Этот параметр позволит подключиться к серверу Exchange, используя " "аутентификацию с защищенным паролем (NTLM)." -#: ../plugins/exchange-operations/exchange-account-setup.c:72 +#: ../plugins/exchange-operations/exchange-account-setup.c:74 msgid "Plaintext Password" msgstr "Незащищенный пароль" -#: ../plugins/exchange-operations/exchange-account-setup.c:74 +#: ../plugins/exchange-operations/exchange-account-setup.c:76 msgid "" "This option will connect to the Exchange server using standard plaintext " "password authentication." @@ -16733,11 +16766,11 @@ "Этот параметр позволит подключиться к серверу Exchange средствами " "стандартной аутентификации (незащищенный текстовый пароль)." -#: ../plugins/exchange-operations/exchange-account-setup.c:255 +#: ../plugins/exchange-operations/exchange-account-setup.c:263 msgid "Out Of Office" msgstr "Не на работе" -#: ../plugins/exchange-operations/exchange-account-setup.c:262 +#: ../plugins/exchange-operations/exchange-account-setup.c:270 msgid "" "The message specified below will be automatically sent to \n" "each person who sends mail to you while you are out of the office." @@ -16745,88 +16778,88 @@ "Сообщение, указанное ниже, будет автоматически отправлено\n" "всем лицам, приславшим вам почту во время вашего отсутствия на работе." -#: ../plugins/exchange-operations/exchange-account-setup.c:274 -#: ../plugins/exchange-operations/exchange-account-setup.c:279 +#: ../plugins/exchange-operations/exchange-account-setup.c:282 +#: ../plugins/exchange-operations/exchange-account-setup.c:287 msgid "I am out of the office" msgstr "Я сейчас не на работе" -#: ../plugins/exchange-operations/exchange-account-setup.c:275 -#: ../plugins/exchange-operations/exchange-account-setup.c:278 +#: ../plugins/exchange-operations/exchange-account-setup.c:283 +#: ../plugins/exchange-operations/exchange-account-setup.c:286 msgid "I am in the office" msgstr "Я сейчас на работе" #. Change Password -#: ../plugins/exchange-operations/exchange-account-setup.c:326 +#: ../plugins/exchange-operations/exchange-account-setup.c:334 msgid "Change the password for Exchange account" msgstr "Изменить пароль учётной записи Exchange" -#: ../plugins/exchange-operations/exchange-account-setup.c:328 +#: ../plugins/exchange-operations/exchange-account-setup.c:336 #: ../plugins/exchange-operations/exchange-change-password.glade.h:1 msgid "Change Password" msgstr "Изменить пароль" #. Delegation Assistant -#: ../plugins/exchange-operations/exchange-account-setup.c:333 +#: ../plugins/exchange-operations/exchange-account-setup.c:341 msgid "Manage the delegate settings for Exchange account" msgstr "Управление параметрами поручения для учётной записи Exchange" -#: ../plugins/exchange-operations/exchange-account-setup.c:335 +#: ../plugins/exchange-operations/exchange-account-setup.c:343 msgid "Delegation Assistant" msgstr "Помощник делегации" #. Miscelleneous settings -#: ../plugins/exchange-operations/exchange-account-setup.c:347 +#: ../plugins/exchange-operations/exchange-account-setup.c:355 msgid "Miscelleneous" msgstr "Разное" #. Folder Size -#: ../plugins/exchange-operations/exchange-account-setup.c:357 +#: ../plugins/exchange-operations/exchange-account-setup.c:365 msgid "View the size of all Exchange folders" msgstr "Просмотр размера всех папок Excange" -#: ../plugins/exchange-operations/exchange-account-setup.c:359 +#: ../plugins/exchange-operations/exchange-account-setup.c:367 msgid "Folders Size" msgstr "Размер папок" -#: ../plugins/exchange-operations/exchange-account-setup.c:366 +#: ../plugins/exchange-operations/exchange-account-setup.c:374 #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:3 msgid "Exchange Settings" msgstr "Параметры Exchange" -#: ../plugins/exchange-operations/exchange-account-setup.c:688 +#: ../plugins/exchange-operations/exchange-account-setup.c:696 msgid "_OWA URL:" msgstr "_OWA URL:" -#: ../plugins/exchange-operations/exchange-account-setup.c:714 +#: ../plugins/exchange-operations/exchange-account-setup.c:722 msgid "A_uthenticate" msgstr "А_утентификация" -#: ../plugins/exchange-operations/exchange-account-setup.c:735 +#: ../plugins/exchange-operations/exchange-account-setup.c:743 msgid "_Mailbox:" msgstr "_Почтовый ящик:" -#: ../plugins/exchange-operations/exchange-account-setup.c:936 +#: ../plugins/exchange-operations/exchange-account-setup.c:944 msgid "_Authentication Type" msgstr "Тип _аутентификации" -#: ../plugins/exchange-operations/exchange-account-setup.c:950 +#: ../plugins/exchange-operations/exchange-account-setup.c:958 msgid "Ch_eck for Supported Types" msgstr "Пров_ерить поддерживаемые типы" -#: ../plugins/exchange-operations/exchange-account-setup.c:1062 -#: ../plugins/exchange-operations/exchange-contacts.c:212 +#: ../plugins/exchange-operations/exchange-account-setup.c:1073 +#: ../plugins/exchange-operations/exchange-contacts.c:217 #, c-format msgid "%s KB" msgstr "%s КБ" -#: ../plugins/exchange-operations/exchange-account-setup.c:1064 -#: ../plugins/exchange-operations/exchange-contacts.c:214 +#: ../plugins/exchange-operations/exchange-account-setup.c:1075 +#: ../plugins/exchange-operations/exchange-contacts.c:219 #, c-format msgid "0 KB" msgstr "0 КБ" -#: ../plugins/exchange-operations/exchange-calendar.c:192 -#: ../plugins/exchange-operations/exchange-contacts.c:165 +#: ../plugins/exchange-operations/exchange-calendar.c:196 +#: ../plugins/exchange-operations/exchange-contacts.c:170 msgid "" "Evolution is in offline mode. You cannot create or modify folders now.\n" "Please switch to online mode for such operations." @@ -16871,32 +16904,32 @@ msgid "Your password will expire in the next %d days" msgstr "Срок действия вашего пароля истекает через %d дней" -#: ../plugins/exchange-operations/exchange-delegates-user.c:152 +#: ../plugins/exchange-operations/exchange-delegates-user.c:154 #: ../plugins/exchange-operations/exchange-permissions-dialog.c:570 msgid "Custom" msgstr "Настраиваемый" -#: ../plugins/exchange-operations/exchange-delegates-user.c:182 +#: ../plugins/exchange-operations/exchange-delegates-user.c:184 #: ../plugins/exchange-operations/exchange-delegates.glade.h:8 msgid "Editor (read, create, edit)" msgstr "Редактор (чтение, создание, изменение)" -#: ../plugins/exchange-operations/exchange-delegates-user.c:186 +#: ../plugins/exchange-operations/exchange-delegates-user.c:188 #: ../plugins/exchange-operations/exchange-delegates.glade.h:1 msgid "Author (read, create)" msgstr "Автор (чтение, создание)" -#: ../plugins/exchange-operations/exchange-delegates-user.c:190 +#: ../plugins/exchange-operations/exchange-delegates-user.c:192 #: ../plugins/exchange-operations/exchange-delegates.glade.h:11 msgid "Reviewer (read-only)" msgstr "Обозреватель (только чтение)" -#: ../plugins/exchange-operations/exchange-delegates-user.c:240 +#: ../plugins/exchange-operations/exchange-delegates-user.c:242 #: ../plugins/exchange-operations/exchange-delegates.glade.h:6 msgid "Delegate Permissions" msgstr "Права представителя" -#: ../plugins/exchange-operations/exchange-delegates-user.c:251 +#: ../plugins/exchange-operations/exchange-delegates-user.c:253 #: ../plugins/exchange-operations/exchange-permissions-dialog.c:178 #, c-format msgid "Permissions for %s" @@ -16905,7 +16938,7 @@ #. To translators: This is a part of the message to be sent to the delegatee #. summarizing the permissions assigned to him. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:341 +#: ../plugins/exchange-operations/exchange-delegates-user.c:343 msgid "" "This message was sent automatically by Evolution to inform you that you have " "been designated as a delegate. You can now send messages on my behalf." @@ -16915,25 +16948,25 @@ #. To translators: Another chunk of the same message. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:346 +#: ../plugins/exchange-operations/exchange-delegates-user.c:348 msgid "You have been given the following permissions on my folders:" msgstr "Вам были даны следующие права на доступ к следующим папкам:" #. To translators: This message is included if the delegatee has been given access #. to the private items. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:364 +#: ../plugins/exchange-operations/exchange-delegates-user.c:366 msgid "You are also permitted to see my private items." msgstr "Вы также можете просматривать мои приватные объекты." #. To translators: This message is included if the delegatee has not been given access #. to the private items. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:371 +#: ../plugins/exchange-operations/exchange-delegates-user.c:373 msgid "However you are not permitted to see my private items." msgstr "Но, вам нельзя просматривать мои приватные объекты." -#: ../plugins/exchange-operations/exchange-delegates-user.c:403 +#: ../plugins/exchange-operations/exchange-delegates-user.c:405 #, c-format msgid "You have been designated as a delegate for %s" msgstr "Вы подтверждены, как представитель %s" @@ -17138,7 +17171,7 @@ #: ../plugins/exchange-operations/exchange-permissions-dialog.c:403 #: ../plugins/exchange-operations/exchange-send-options.c:410 -#: ../plugins/groupwise-features/proxy.c:934 +#: ../plugins/groupwise-features/proxy.c:937 #: ../plugins/groupwise-features/share-folder.c:716 msgid "Add User" msgstr "Добавить пользователя" @@ -17543,7 +17576,7 @@ msgstr "Неизвестная ошибка при поиске {0}" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:70 -#: ../plugins/google-account-setup/google-source.c:543 +#: ../plugins/google-account-setup/google-source.c:540 msgid "Unknown error." msgstr "Неизвестная ошибка." @@ -17733,22 +17766,18 @@ #: ../plugins/google-account-setup/google-source.c:83 #: ../plugins/google-account-setup/google-source.c:90 -#: ../plugins/google-account-setup/google-contacts-source.c:52 -#: ../plugins/google-account-setup/google-contacts-source.c:57 -#: ../plugins/google-account-setup/google-contacts-source.c:83 +#: ../plugins/google-account-setup/google-contacts-source.c:53 +#: ../plugins/google-account-setup/google-contacts-source.c:58 +#: ../plugins/google-account-setup/google-contacts-source.c:84 msgid "Google" msgstr "Google" -#: ../plugins/google-account-setup/google-source.c:439 -msgid "Please enter user name first." -msgstr "Введите имя пользователя." - -#: ../plugins/google-account-setup/google-source.c:443 +#: ../plugins/google-account-setup/google-source.c:440 #, c-format msgid "Enter password for user %s to access list of subscribed calendars." msgstr "Введите пароль для доступа календарям пользователя %s." -#: ../plugins/google-account-setup/google-source.c:543 +#: ../plugins/google-account-setup/google-source.c:540 #, c-format msgid "" "Cannot read data from Google server.\n" @@ -17757,15 +17786,15 @@ "Не удалось прочитать данные с сервера Google.\n" "%s" -#: ../plugins/google-account-setup/google-source.c:693 +#: ../plugins/google-account-setup/google-source.c:702 msgid "Cal_endar:" msgstr "_Календарь:" -#: ../plugins/google-account-setup/google-source.c:728 +#: ../plugins/google-account-setup/google-source.c:737 msgid "Retrieve _list" msgstr "Получить _список" -#: ../plugins/google-account-setup/google-contacts-source.c:268 +#: ../plugins/google-account-setup/google-contacts-source.c:278 #: ../plugins/webdav-account-setup/webdav-contacts-source.c:300 msgid "Server" msgstr "Сервер" @@ -17845,7 +17874,7 @@ msgstr "Эл. почта:" #: ../plugins/groupwise-features/junk-settings.glade.h:5 -#: ../plugins/mail-account-disable/mail-account-disable.c:46 +#: ../plugins/mail-account-disable/mail-account-disable.c:45 msgid "_Disable" msgstr "_Отключить" @@ -17903,20 +17932,23 @@ msgid "Invalid user" msgstr "Недействительный пользователь" -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:2 +#. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation +#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:3 msgid "Proxy access cannot be given to user "{0}"" msgstr "Пользователю не предоставлен доступ через прокси «{0}»" -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:3 +#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:4 #: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:2 msgid "Specify User" msgstr "Укажите пользователя" -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:4 +#. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation +#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:6 msgid "You have already given proxy permissions to this user." msgstr "Вы уже предоставили права доступа через proxy для этого пользователя." -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:5 +#. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation +#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:8 msgid "You have to specify a valid user name to give proxy rights." msgstr "Нужно задать корректное имя пользователя прокси." @@ -18055,8 +18087,8 @@ msgid "Proxy Login" msgstr "Учётная запись прокси" -#: ../plugins/groupwise-features/proxy-login.c:208 -#: ../plugins/groupwise-features/proxy-login.c:250 +#: ../plugins/groupwise-features/proxy-login.c:206 +#: ../plugins/groupwise-features/proxy-login.c:248 #: ../plugins/groupwise-features/proxy.c:491 #: ../plugins/groupwise-features/send-options.c:85 #, c-format @@ -18066,22 +18098,28 @@ #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a groupwise #. * feature by which one person can send/read mails/appointments using another person's identity #. * without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/proxy-login.c:509 +#: ../plugins/groupwise-features/proxy-login.c:510 msgid "_Proxy Login..." msgstr "Учётная запись _прокси..." -#: ../plugins/groupwise-features/proxy.c:691 +#. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation +#: ../plugins/groupwise-features/proxy.c:692 msgid "The Proxy tab will be available only when the account is online." msgstr "" "Вкладка «Прокси» будет доступна только в том случае, когда учётная запись " "включена." -#: ../plugins/groupwise-features/proxy.c:696 +#. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation +#: ../plugins/groupwise-features/proxy.c:698 msgid "The Proxy tab will be available only when the account is enabled." msgstr "" "Вкладка «Прокси» будет доступна только в том случае, когда учётная запись " "включена." +#: ../plugins/groupwise-features/send-options.c:214 +msgid "Advanced send options" +msgstr "Дополнительные параметры отправки" + #: ../plugins/groupwise-features/share-folder-common.c:321 #: ../plugins/groupwise-features/share-folder.c:751 msgid "Users" @@ -18309,129 +18347,129 @@ msgid "iPod Synchronization" msgstr "Синхронизация с iPod" -#: ../plugins/itip-formatter/itip-formatter.c:443 -#: ../plugins/itip-formatter/itip-formatter.c:568 +#: ../plugins/itip-formatter/itip-formatter.c:481 +#: ../plugins/itip-formatter/itip-formatter.c:606 #, c-format msgid "Failed to load the calendar '%s'" msgstr "Не удалось загрузить календарь «%s»" -#: ../plugins/itip-formatter/itip-formatter.c:588 +#: ../plugins/itip-formatter/itip-formatter.c:626 #, c-format msgid "An appointment in the calendar '%s' conflicts with this meeting" msgstr "Встреча в календаре «%s» конфликтует с этим собранием" -#: ../plugins/itip-formatter/itip-formatter.c:614 +#: ../plugins/itip-formatter/itip-formatter.c:652 #, c-format msgid "Found the appointment in the calendar '%s'" msgstr "Встреча найдена в календаре «%s»" -#: ../plugins/itip-formatter/itip-formatter.c:690 +#: ../plugins/itip-formatter/itip-formatter.c:741 msgid "Unable to find any calendars" msgstr "Не удалось найти ни одного календаря" -#: ../plugins/itip-formatter/itip-formatter.c:697 +#: ../plugins/itip-formatter/itip-formatter.c:748 msgid "Unable to find this meeting in any calendar" msgstr "Не удалось найти эту встречу ни в одном календаре" -#: ../plugins/itip-formatter/itip-formatter.c:701 +#: ../plugins/itip-formatter/itip-formatter.c:752 msgid "Unable to find this task in any task list" msgstr "Не удалось найти эту задачу ни в одном списке задач" -#: ../plugins/itip-formatter/itip-formatter.c:705 +#: ../plugins/itip-formatter/itip-formatter.c:756 msgid "Unable to find this memo in any memo list" msgstr "Не удалось найти эту заметку ни в одном списке заметок" -#: ../plugins/itip-formatter/itip-formatter.c:776 +#: ../plugins/itip-formatter/itip-formatter.c:827 msgid "Searching for an existing version of this appointment" msgstr "Поиск существующей версии этой встречи" -#: ../plugins/itip-formatter/itip-formatter.c:945 +#: ../plugins/itip-formatter/itip-formatter.c:996 msgid "Unable to parse item" msgstr "Не удалось разобрать элемент" -#: ../plugins/itip-formatter/itip-formatter.c:1003 +#: ../plugins/itip-formatter/itip-formatter.c:1054 #, c-format msgid "Unable to send item to calendar '%s'. %s" msgstr "Не удалось отправить элемент в календарь «%s». %s" -#: ../plugins/itip-formatter/itip-formatter.c:1015 +#: ../plugins/itip-formatter/itip-formatter.c:1066 #, c-format msgid "Sent to calendar '%s' as accepted" msgstr "Отправлен в календарь «%s» как принятый" -#: ../plugins/itip-formatter/itip-formatter.c:1019 +#: ../plugins/itip-formatter/itip-formatter.c:1070 #, c-format msgid "Sent to calendar '%s' as tentative" msgstr "Отправлен в календарь «%s» как пробный" -#: ../plugins/itip-formatter/itip-formatter.c:1024 +#: ../plugins/itip-formatter/itip-formatter.c:1075 #, c-format msgid "Sent to calendar '%s' as declined" msgstr "Отправлен в календарь «%s» как отклоненный" -#: ../plugins/itip-formatter/itip-formatter.c:1029 +#: ../plugins/itip-formatter/itip-formatter.c:1080 #, c-format msgid "Sent to calendar '%s' as canceled" msgstr "Отправлен в календарь «%s» как отмененный" -#: ../plugins/itip-formatter/itip-formatter.c:1123 +#: ../plugins/itip-formatter/itip-formatter.c:1174 #, c-format msgid "Organizer has removed the delegate %s " msgstr "Организатор удалил представителя %s " -#: ../plugins/itip-formatter/itip-formatter.c:1130 +#: ../plugins/itip-formatter/itip-formatter.c:1181 msgid "Sent a cancelation notice to the delegate" msgstr "Представителю отправлено сообщение об отмене" -#: ../plugins/itip-formatter/itip-formatter.c:1132 +#: ../plugins/itip-formatter/itip-formatter.c:1183 msgid "Could not send the cancelation notice to the delegate" msgstr "Невозможно отправить уведомление об отмене представителю" -#: ../plugins/itip-formatter/itip-formatter.c:1218 +#: ../plugins/itip-formatter/itip-formatter.c:1269 msgid "Attendee status could not be updated because the status is invalid" msgstr "" "Статус участника не может быть обновлён из-за неверного текущего статуса" -#: ../plugins/itip-formatter/itip-formatter.c:1245 +#: ../plugins/itip-formatter/itip-formatter.c:1296 #, c-format msgid "Unable to update attendee. %s" msgstr "Не удалось обновить участника. %s" -#: ../plugins/itip-formatter/itip-formatter.c:1249 +#: ../plugins/itip-formatter/itip-formatter.c:1300 msgid "Attendee status updated" msgstr "Статус участника обновлён" -#: ../plugins/itip-formatter/itip-formatter.c:1275 +#: ../plugins/itip-formatter/itip-formatter.c:1326 msgid "Meeting information sent" msgstr "Информация о собрании послана" -#: ../plugins/itip-formatter/itip-formatter.c:1278 +#: ../plugins/itip-formatter/itip-formatter.c:1329 msgid "Task information sent" msgstr "Информация о задаче послана" -#: ../plugins/itip-formatter/itip-formatter.c:1281 +#: ../plugins/itip-formatter/itip-formatter.c:1332 msgid "Memo information sent" msgstr "Информация о заметке послана" -#: ../plugins/itip-formatter/itip-formatter.c:1290 +#: ../plugins/itip-formatter/itip-formatter.c:1341 msgid "Unable to send meeting information, the meeting does not exist" msgstr "Не удалось послать информацию о встрече, встреча не существует" -#: ../plugins/itip-formatter/itip-formatter.c:1293 +#: ../plugins/itip-formatter/itip-formatter.c:1344 msgid "Unable to send task information, the task does not exist" msgstr "Не удалось послать информацию о задаче, задача не существует" -#: ../plugins/itip-formatter/itip-formatter.c:1296 +#: ../plugins/itip-formatter/itip-formatter.c:1347 msgid "Unable to send memo information, the memo does not exist" msgstr "Не удалось послать информацию о заметке, заметка не существует" -#: ../plugins/itip-formatter/itip-formatter.c:1365 -#: ../plugins/itip-formatter/itip-formatter.c:1376 +#: ../plugins/itip-formatter/itip-formatter.c:1416 +#: ../plugins/itip-formatter/itip-formatter.c:1427 msgid "The calendar attached is not valid" msgstr "Вложенный календарь недействителен" -#: ../plugins/itip-formatter/itip-formatter.c:1366 -#: ../plugins/itip-formatter/itip-formatter.c:1377 +#: ../plugins/itip-formatter/itip-formatter.c:1417 +#: ../plugins/itip-formatter/itip-formatter.c:1428 msgid "" "The message claims to contain a calendar, but the calendar is not a valid " "iCalendar." @@ -18439,15 +18477,15 @@ "Это сообщение претендует, что содержит календарь, но календарь не является " "действительным iCalendar." -#: ../plugins/itip-formatter/itip-formatter.c:1417 -#: ../plugins/itip-formatter/itip-formatter.c:1435 -#: ../plugins/itip-formatter/itip-formatter.c:1517 +#: ../plugins/itip-formatter/itip-formatter.c:1468 +#: ../plugins/itip-formatter/itip-formatter.c:1496 +#: ../plugins/itip-formatter/itip-formatter.c:1578 msgid "The item in the calendar is not valid" msgstr "Элемент в календаре недействителен" -#: ../plugins/itip-formatter/itip-formatter.c:1418 -#: ../plugins/itip-formatter/itip-formatter.c:1436 -#: ../plugins/itip-formatter/itip-formatter.c:1518 +#: ../plugins/itip-formatter/itip-formatter.c:1469 +#: ../plugins/itip-formatter/itip-formatter.c:1497 +#: ../plugins/itip-formatter/itip-formatter.c:1579 msgid "" "The message does contain a calendar, but the calendar contains no events, " "tasks or free/busy information" @@ -18455,11 +18493,11 @@ "Это сообщение содержит календарь, но календарь не содержит событий, задач " "или сведений о занятости." -#: ../plugins/itip-formatter/itip-formatter.c:1447 +#: ../plugins/itip-formatter/itip-formatter.c:1508 msgid "The calendar attached contains multiple items" msgstr "Вложенный календарь содержит несколько элементов" -#: ../plugins/itip-formatter/itip-formatter.c:1448 +#: ../plugins/itip-formatter/itip-formatter.c:1509 msgid "" "To process all of these items, the file should be saved and the calendar " "imported" @@ -18467,31 +18505,31 @@ "Чтобы обработать все эти элементы, файл должен быть сохранен и календарь " "должен быть импортирован" -#: ../plugins/itip-formatter/itip-formatter.c:2148 +#: ../plugins/itip-formatter/itip-formatter.c:2218 msgid "This meeting recurs" msgstr "Эта встреча повторяется" -#: ../plugins/itip-formatter/itip-formatter.c:2151 +#: ../plugins/itip-formatter/itip-formatter.c:2221 msgid "This task recurs" msgstr "Эта задача повторяется" -#: ../plugins/itip-formatter/itip-formatter.c:2154 +#: ../plugins/itip-formatter/itip-formatter.c:2224 msgid "This memo recurs" msgstr "Эта заметка повторяется" #. Delete message after acting #. FIXME Need a schema for this -#: ../plugins/itip-formatter/itip-formatter.c:2383 +#: ../plugins/itip-formatter/itip-formatter.c:2455 msgid "_Delete message after acting" msgstr "_Удалить сообщение после действия" -#: ../plugins/itip-formatter/itip-formatter.c:2393 -#: ../plugins/itip-formatter/itip-formatter.c:2425 +#: ../plugins/itip-formatter/itip-formatter.c:2465 +#: ../plugins/itip-formatter/itip-formatter.c:2497 msgid "Conflict Search" msgstr "Поиск конфликтов" #. Source selector -#: ../plugins/itip-formatter/itip-formatter.c:2408 +#: ../plugins/itip-formatter/itip-formatter.c:2480 msgid "Select the calendars to search for meeting conflicts" msgstr "Выберите календари для поиска конфликтующих собраний" @@ -18952,11 +18990,11 @@ msgid "Show time as _free" msgstr "Показать время как _свободное" -#: ../plugins/itip-formatter/itip-view.c:1852 +#: ../plugins/itip-formatter/itip-view.c:1870 msgid "_Tasks :" msgstr "_Задачи :" -#: ../plugins/itip-formatter/itip-view.c:1854 +#: ../plugins/itip-formatter/itip-view.c:1872 msgid "Memos :" msgstr "Заметки :" @@ -18985,7 +19023,7 @@ "Этот ответ пришел не от текущего участника. Добавить отправителя как " "участника?" -#: ../plugins/mail-account-disable/mail-account-disable.c:47 +#: ../plugins/mail-account-disable/mail-account-disable.c:46 msgid "Proxy _Logout" msgstr "_Отключение от прокси" @@ -19543,7 +19581,7 @@ msgid "_Publish Calendar Information" msgstr "_Публиковать сведения календаря" -#: ../plugins/publish-calendar/publish-calendar.c:595 +#: ../plugins/publish-calendar/publish-calendar.c:596 msgid "Are you sure you want to remove this URL?" msgstr "Вы действительно хотите удалить этот URL?" @@ -19655,51 +19693,51 @@ msgid "Python Loader" msgstr "Загрузчик Python" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:108 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:107 msgid "SpamAssassin (built-in)" msgstr "SpamAssassin (встроенный)" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:134 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:133 #, c-format msgid "SpamAssassin not found, code: %d" msgstr "SpamAssassin не найден, код: %d" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:142 -#: ../plugins/sa-junk-plugin/em-junk-filter.c:150 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:141 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:149 #, c-format msgid "Failed to create pipe: %s" msgstr "Ошибка создания канала: %s" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:189 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:188 #, c-format msgid "Error after fork: %s" msgstr "Ошибка после ветки: %s" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:244 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:243 #, c-format msgid "SpamAssassin child process does not respond, killing..." msgstr "Дочерний процесс SpamAssassin не отвечает, завершение..." -#: ../plugins/sa-junk-plugin/em-junk-filter.c:246 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:245 #, c-format msgid "Wait for Spamassassin child process interrupted, terminating..." msgstr "Ожидание дочернего процесса SpamAssassin прервано, завершение..." -#: ../plugins/sa-junk-plugin/em-junk-filter.c:255 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:254 #, c-format msgid "Pipe to SpamAssassin failed, error code: %d" msgstr "Ошибка канала для SpamAssassin, код ошибки: %d" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:498 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:497 #, c-format msgid "SpamAssassin is not available." msgstr "SpamAssassin недоступен." -#: ../plugins/sa-junk-plugin/em-junk-filter.c:865 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:864 msgid "This will make SpamAssassin more reliable, but slower" msgstr "Это сделает SpamAssassin более надёжным, но и более медленным" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:871 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:870 msgid "I_nclude remote tests" msgstr "В_ключить удалённые тесты" @@ -19959,15 +19997,15 @@ "Список пар ключевое слово/значение модуля шаблонов для замены в теле " "сообщения." -#: ../plugins/templates/templates.c:613 +#: ../plugins/templates/templates.c:603 msgid "No title" msgstr "Нет заголовка" -#: ../plugins/templates/templates.c:741 +#: ../plugins/templates/templates.c:711 msgid "Save as _Template" msgstr "Сохранить как _шаблон" -#: ../plugins/templates/templates.c:743 +#: ../plugins/templates/templates.c:713 msgid "Save as Template" msgstr "Сохранить как шаблон" @@ -20622,18 +20660,22 @@ msgstr "Действительно забыть все сохраненные пароли?" #: ../shell/shell.error.xml.h:2 +msgid "Cannot start Evolution" +msgstr "Не удалось запустить Evolution" + +#: ../shell/shell.error.xml.h:3 msgid "Continue" msgstr "Продолжить" -#: ../shell/shell.error.xml.h:3 +#: ../shell/shell.error.xml.h:4 msgid "Delete old data from version {0}?" msgstr "Удалить старые данные от версии {0}?" -#: ../shell/shell.error.xml.h:4 +#: ../shell/shell.error.xml.h:5 msgid "Evolution can not start." msgstr "Не удалось запустить Evolution." -#: ../shell/shell.error.xml.h:5 +#: ../shell/shell.error.xml.h:6 msgid "" "Forgetting your passwords will clear all remembered passwords. You will be " "reprompted next time they are needed." @@ -20641,15 +20683,15 @@ "Выполнение этой команды приведет к забыванию всех сохраненных паролей. При " "необходимости пароли будут снова запрашиваться." -#: ../shell/shell.error.xml.h:7 +#: ../shell/shell.error.xml.h:8 msgid "Insufficient disk space for upgrade." msgstr "Недостаточно места на диске для обновления." -#: ../shell/shell.error.xml.h:8 +#: ../shell/shell.error.xml.h:9 msgid "Really delete old data?" msgstr "Вы действительно хотите удалить старые данные?" -#: ../shell/shell.error.xml.h:9 +#: ../shell/shell.error.xml.h:10 msgid "" "The entire contents of the "evolution" directory are about to be " "permanently removed.\n" @@ -20670,7 +20712,7 @@ "После удаления вы не сможете вернуться к старой версии Evolution без " "дополнительного вмешательства.\n" -#: ../shell/shell.error.xml.h:15 +#: ../shell/shell.error.xml.h:16 msgid "" "The previous version of evolution stored its data in a different location.\n" "\n" @@ -20685,11 +20727,11 @@ "окончательно удалено. Если вы решите сохранить эти данные, вы сможете " "удалить содержимое «evolution» вручную в удобное для вас время.\n" -#: ../shell/shell.error.xml.h:19 +#: ../shell/shell.error.xml.h:20 msgid "Upgrade from previous version failed: {0}" msgstr "Сбой обновления с предыдущей версии:{0}" -#: ../shell/shell.error.xml.h:20 +#: ../shell/shell.error.xml.h:21 msgid "" "Upgrading your data and settings will require up to {0} of disk space, but " "you only have {1} available.\n" @@ -20703,7 +20745,7 @@ "Перед продолжением необходимо освободить больше места в вашем домашнем " "каталоге." -#: ../shell/shell.error.xml.h:23 +#: ../shell/shell.error.xml.h:24 msgid "" "Your system configuration does not match your Evolution configuration.\n" "\n" @@ -20713,7 +20755,7 @@ "\n" "Нажмите кнопку «Справка», чтобы узнать подробнее." -#: ../shell/shell.error.xml.h:26 +#: ../shell/shell.error.xml.h:27 msgid "" "Your system configuration does not match your Evolution configuration:\n" "\n" @@ -20727,19 +20769,19 @@ "\n" "Нажмите кнопку «Справка», чтобы узнать подробнее." -#: ../shell/shell.error.xml.h:31 +#: ../shell/shell.error.xml.h:32 msgid "_Forget" msgstr "_Забыть" -#: ../shell/shell.error.xml.h:32 +#: ../shell/shell.error.xml.h:33 msgid "_Keep Data" msgstr "_Сохранить данные" -#: ../shell/shell.error.xml.h:33 +#: ../shell/shell.error.xml.h:34 msgid "_Remind Me Later" msgstr "_Напомнить позже" -#: ../shell/shell.error.xml.h:34 +#: ../shell/shell.error.xml.h:35 msgid "" "{1}\n" "\n" @@ -20807,7 +20849,7 @@ msgstr "Назначения" #: ../smime/gui/certificate-manager.c:289 ../smime/gui/smime-ui.glade.h:37 -#: ../smime/lib/e-cert.c:570 +#: ../smime/lib/e-cert.c:553 msgid "Serial Number" msgstr "Серийный номер" @@ -20926,7 +20968,7 @@ "вам необходимо просмотреть сертификат, его политику и процедуры (если " "доступны)." -#: ../smime/gui/smime-ui.glade.h:14 ../smime/lib/e-cert.c:1077 +#: ../smime/gui/smime-ui.glade.h:14 ../smime/lib/e-cert.c:1060 msgid "Certificate" msgstr "Сертификат" @@ -21002,11 +21044,11 @@ msgid "SHA1 Fingerprint" msgstr "Отпечаток SHA1" -#: ../smime/gui/smime-ui.glade.h:35 ../smime/lib/e-cert.c:819 +#: ../smime/gui/smime-ui.glade.h:35 ../smime/lib/e-cert.c:802 msgid "SSL Client Certificate" msgstr "Сертификат клиента SSL" -#: ../smime/gui/smime-ui.glade.h:36 ../smime/lib/e-cert.c:823 +#: ../smime/gui/smime-ui.glade.h:36 ../smime/lib/e-cert.c:806 msgid "SSL Server Certificate" msgstr "Сертификат сервере SSL" @@ -21055,182 +21097,182 @@ msgstr "_Изменить доверие поставщику" #. XXX we shouldn't be popping up dialogs in this code. -#: ../smime/lib/e-cert-db.c:672 +#: ../smime/lib/e-cert-db.c:656 msgid "Certificate already exists" msgstr "Сертификат уже существует" -#: ../smime/lib/e-cert.c:239 ../smime/lib/e-cert.c:249 +#: ../smime/lib/e-cert.c:222 ../smime/lib/e-cert.c:232 msgid "%d/%m/%Y" msgstr "%d.%m.%Y" #. x509 certificate usage types -#: ../smime/lib/e-cert.c:425 +#: ../smime/lib/e-cert.c:408 msgid "Sign" msgstr "Подписать" -#: ../smime/lib/e-cert.c:426 +#: ../smime/lib/e-cert.c:409 msgid "Encrypt" msgstr "Зашифровать" -#: ../smime/lib/e-cert.c:531 +#: ../smime/lib/e-cert.c:514 msgid "Version" msgstr "Версия" -#: ../smime/lib/e-cert.c:546 +#: ../smime/lib/e-cert.c:529 msgid "Version 1" msgstr "Версия 1" -#: ../smime/lib/e-cert.c:549 +#: ../smime/lib/e-cert.c:532 msgid "Version 2" msgstr "Версия 2" -#: ../smime/lib/e-cert.c:552 +#: ../smime/lib/e-cert.c:535 msgid "Version 3" msgstr "Версия 3" -#: ../smime/lib/e-cert.c:634 +#: ../smime/lib/e-cert.c:617 msgid "PKCS #1 MD2 With RSA Encryption" msgstr "PKCS #1 MD2 с шифрованием RSA" -#: ../smime/lib/e-cert.c:637 +#: ../smime/lib/e-cert.c:620 msgid "PKCS #1 MD5 With RSA Encryption" msgstr "PKCS #1 MD5 с шифрованием RSA" -#: ../smime/lib/e-cert.c:640 +#: ../smime/lib/e-cert.c:623 msgid "PKCS #1 SHA-1 With RSA Encryption" msgstr "PKCS #1 SHA-1 с шифрованием RSA" -#: ../smime/lib/e-cert.c:667 +#: ../smime/lib/e-cert.c:650 msgid "PKCS #1 RSA Encryption" msgstr "PKCS #1 шифрование RSA" -#: ../smime/lib/e-cert.c:670 +#: ../smime/lib/e-cert.c:653 msgid "Certificate Key Usage" msgstr "Использование ключа сертификата" -#: ../smime/lib/e-cert.c:673 +#: ../smime/lib/e-cert.c:656 msgid "Netscape Certificate Type" msgstr "Тип сертификата Netscape" -#: ../smime/lib/e-cert.c:676 +#: ../smime/lib/e-cert.c:659 msgid "Certificate Authority Key Identifier" msgstr "Идентификатор ключа поставщика" -#: ../smime/lib/e-cert.c:688 +#: ../smime/lib/e-cert.c:671 #, c-format msgid "Object Identifier (%s)" msgstr "Идентификатор объекта (%s)" -#: ../smime/lib/e-cert.c:739 +#: ../smime/lib/e-cert.c:722 msgid "Algorithm Identifier" msgstr "Идентификатор алгоритма" -#: ../smime/lib/e-cert.c:747 +#: ../smime/lib/e-cert.c:730 msgid "Algorithm Parameters" msgstr "Параметры алгоритма" -#: ../smime/lib/e-cert.c:769 +#: ../smime/lib/e-cert.c:752 msgid "Subject Public Key Info" msgstr "Описание публичного ключа предмета" -#: ../smime/lib/e-cert.c:774 +#: ../smime/lib/e-cert.c:757 msgid "Subject Public Key Algorithm" msgstr "Алгоритм публичного ключа предмета" -#: ../smime/lib/e-cert.c:789 +#: ../smime/lib/e-cert.c:772 msgid "Subject's Public Key" msgstr "Публичный ключ темы" -#: ../smime/lib/e-cert.c:810 ../smime/lib/e-cert.c:859 +#: ../smime/lib/e-cert.c:793 ../smime/lib/e-cert.c:842 msgid "Error: Unable to process extension" msgstr "Ошибка: не удалось обработать расширение" -#: ../smime/lib/e-cert.c:831 ../smime/lib/e-cert.c:843 +#: ../smime/lib/e-cert.c:814 ../smime/lib/e-cert.c:826 msgid "Object Signer" msgstr "Объект подписан" -#: ../smime/lib/e-cert.c:835 +#: ../smime/lib/e-cert.c:818 msgid "SSL Certificate Authority" msgstr "Поставщик сертификата SSL" -#: ../smime/lib/e-cert.c:839 +#: ../smime/lib/e-cert.c:822 msgid "Email Certificate Authority" msgstr "Поставщик сертификата электронной почты" -#: ../smime/lib/e-cert.c:867 +#: ../smime/lib/e-cert.c:850 msgid "Signing" msgstr "Подписывание" -#: ../smime/lib/e-cert.c:871 +#: ../smime/lib/e-cert.c:854 msgid "Non-repudiation" msgstr "Нет отказа" -#: ../smime/lib/e-cert.c:875 +#: ../smime/lib/e-cert.c:858 msgid "Key Encipherment" msgstr "Шифрование ключа" -#: ../smime/lib/e-cert.c:879 +#: ../smime/lib/e-cert.c:862 msgid "Data Encipherment" msgstr "Шифрование данных" -#: ../smime/lib/e-cert.c:883 +#: ../smime/lib/e-cert.c:866 msgid "Key Agreement" msgstr "Соглашение ключа" -#: ../smime/lib/e-cert.c:887 +#: ../smime/lib/e-cert.c:870 msgid "Certificate Signer" msgstr "Сертификат подписан" -#: ../smime/lib/e-cert.c:891 +#: ../smime/lib/e-cert.c:874 msgid "CRL Signer" msgstr "CRL подписан" -#: ../smime/lib/e-cert.c:939 +#: ../smime/lib/e-cert.c:922 msgid "Critical" msgstr "Критично" -#: ../smime/lib/e-cert.c:941 ../smime/lib/e-cert.c:944 +#: ../smime/lib/e-cert.c:924 ../smime/lib/e-cert.c:927 msgid "Not Critical" msgstr "Не критично" -#: ../smime/lib/e-cert.c:965 +#: ../smime/lib/e-cert.c:948 msgid "Extensions" msgstr "Расширения" -#: ../smime/lib/e-cert.c:1036 +#: ../smime/lib/e-cert.c:1019 #, c-format msgid "%s = %s" msgstr "%s = %s" -#: ../smime/lib/e-cert.c:1092 ../smime/lib/e-cert.c:1212 +#: ../smime/lib/e-cert.c:1075 ../smime/lib/e-cert.c:1195 msgid "Certificate Signature Algorithm" msgstr "Алгоритм подписи сертификата" -#: ../smime/lib/e-cert.c:1101 +#: ../smime/lib/e-cert.c:1084 msgid "Issuer" msgstr "Поставщик" -#: ../smime/lib/e-cert.c:1155 +#: ../smime/lib/e-cert.c:1138 msgid "Issuer Unique ID" msgstr "Уникальный ID поставщика" -#: ../smime/lib/e-cert.c:1174 +#: ../smime/lib/e-cert.c:1157 msgid "Subject Unique ID" msgstr "Уникальный ID темы" -#: ../smime/lib/e-cert.c:1217 +#: ../smime/lib/e-cert.c:1200 msgid "Certificate Signature Value" msgstr "Значение подписи сертификата" -#: ../smime/lib/e-pkcs12.c:244 +#: ../smime/lib/e-pkcs12.c:249 msgid "PKCS12 File Password" msgstr "Пароль файла PKCS12" -#: ../smime/lib/e-pkcs12.c:244 +#: ../smime/lib/e-pkcs12.c:249 msgid "Enter password for PKCS12 file:" msgstr "Введите пароль для файла PKCS12:" -#: ../smime/lib/e-pkcs12.c:343 +#: ../smime/lib/e-pkcs12.c:348 msgid "Imported Certificate" msgstr "Импортированный сертификат" @@ -21366,7 +21408,7 @@ msgid "Save the contacts of the selected folder as VCard" msgstr "Сохранить контакты из выделенной папки в формате vCard" -#: ../ui/evolution-addressbook.xml.h:34 ../widgets/text/e-text.c:2723 +#: ../ui/evolution-addressbook.xml.h:34 ../widgets/text/e-text.c:2724 msgid "Select All" msgstr "Выделить все" @@ -22689,7 +22731,7 @@ msgstr "Определить обзоры для «%s»" #: ../widgets/menus/gal-view-factory-etable.c:37 -#: ../widgets/table/e-table-header-item.c:1922 +#: ../widgets/table/e-table-header-item.c:1921 #: ../widgets/table/e-table-scrolled.c:215 #: ../widgets/table/e-table-scrolled.c:216 msgid "Table" @@ -22775,13 +22817,13 @@ msgid "Attachment Bar" msgstr "Панель вложений" -#: ../widgets/misc/e-attachment.c:291 ../widgets/misc/e-attachment.c:306 -#: ../widgets/misc/e-attachment.c:591 ../widgets/misc/e-attachment.c:608 +#: ../widgets/misc/e-attachment.c:290 ../widgets/misc/e-attachment.c:305 +#: ../widgets/misc/e-attachment.c:590 ../widgets/misc/e-attachment.c:607 #, c-format msgid "Cannot attach file %s: %s" msgstr "Не удалось вложить файл %s: %s" -#: ../widgets/misc/e-attachment.c:299 ../widgets/misc/e-attachment.c:600 +#: ../widgets/misc/e-attachment.c:298 ../widgets/misc/e-attachment.c:599 #, c-format msgid "Cannot attach file %s: not a regular file" msgstr "Не удалось вложить файл %s: не обычный файл" @@ -22811,63 +22853,63 @@ msgid "Month Calendar" msgstr "Календарь месяца" -#: ../widgets/misc/e-canvas-background.c:453 -#: ../widgets/misc/e-canvas-background.c:454 ../widgets/text/e-text.c:3643 -#: ../widgets/text/e-text.c:3644 +#: ../widgets/misc/e-canvas-background.c:454 +#: ../widgets/misc/e-canvas-background.c:455 ../widgets/text/e-text.c:3644 +#: ../widgets/text/e-text.c:3645 msgid "Fill color" msgstr "Цвет заполнения" -#: ../widgets/misc/e-canvas-background.c:460 #: ../widgets/misc/e-canvas-background.c:461 -#: ../widgets/misc/e-canvas-background.c:467 -#: ../widgets/misc/e-canvas-background.c:468 ../widgets/text/e-text.c:3650 -#: ../widgets/text/e-text.c:3651 ../widgets/text/e-text.c:3658 -#: ../widgets/text/e-text.c:3659 +#: ../widgets/misc/e-canvas-background.c:462 +#: ../widgets/misc/e-canvas-background.c:468 +#: ../widgets/misc/e-canvas-background.c:469 ../widgets/text/e-text.c:3651 +#: ../widgets/text/e-text.c:3652 ../widgets/text/e-text.c:3659 +#: ../widgets/text/e-text.c:3660 msgid "GDK fill color" msgstr "Цвет заполнения" -#: ../widgets/misc/e-canvas-background.c:474 -#: ../widgets/misc/e-canvas-background.c:475 ../widgets/text/e-text.c:3665 -#: ../widgets/text/e-text.c:3666 +#: ../widgets/misc/e-canvas-background.c:475 +#: ../widgets/misc/e-canvas-background.c:476 ../widgets/text/e-text.c:3666 +#: ../widgets/text/e-text.c:3667 msgid "Fill stipple" msgstr "Пунктир заполнения" -#: ../widgets/misc/e-canvas-background.c:481 #: ../widgets/misc/e-canvas-background.c:482 +#: ../widgets/misc/e-canvas-background.c:483 msgid "X1" msgstr "X1" -#: ../widgets/misc/e-canvas-background.c:488 #: ../widgets/misc/e-canvas-background.c:489 +#: ../widgets/misc/e-canvas-background.c:490 msgid "X2" msgstr "X2" -#: ../widgets/misc/e-canvas-background.c:495 #: ../widgets/misc/e-canvas-background.c:496 +#: ../widgets/misc/e-canvas-background.c:497 msgid "Y1" msgstr "Y1" -#: ../widgets/misc/e-canvas-background.c:502 #: ../widgets/misc/e-canvas-background.c:503 +#: ../widgets/misc/e-canvas-background.c:504 msgid "Y2" msgstr "Y2" -#: ../widgets/misc/e-canvas-vbox.c:91 ../widgets/misc/e-reflow.c:1426 +#: ../widgets/misc/e-canvas-vbox.c:91 ../widgets/misc/e-reflow.c:1417 #: ../widgets/table/e-table-group-container.c:999 #: ../widgets/table/e-table-group-leaf.c:644 -#: ../widgets/table/e-table-item.c:3074 +#: ../widgets/table/e-table-item.c:3070 msgid "Minimum width" msgstr "Минимальная ширина" -#: ../widgets/misc/e-canvas-vbox.c:92 ../widgets/misc/e-reflow.c:1427 +#: ../widgets/misc/e-canvas-vbox.c:92 ../widgets/misc/e-reflow.c:1418 #: ../widgets/table/e-table-group-container.c:1000 #: ../widgets/table/e-table-group-leaf.c:645 -#: ../widgets/table/e-table-item.c:3075 +#: ../widgets/table/e-table-item.c:3071 msgid "Minimum Width" msgstr "Минимальная ширина" #: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-canvas-vbox.c:104 -#: ../widgets/misc/e-expander.c:204 +#: ../widgets/misc/e-expander.c:206 msgid "Spacing" msgstr "Пространство" @@ -22979,55 +23021,55 @@ msgid "Ch_aracter Encoding" msgstr "Ко_дировка символов" -#: ../widgets/misc/e-dateedit.c:309 +#: ../widgets/misc/e-dateedit.c:303 msgid "Date and Time" msgstr "Дата и время" -#: ../widgets/misc/e-dateedit.c:330 +#: ../widgets/misc/e-dateedit.c:324 msgid "Text entry to input date" msgstr "Поле для текстового ввода даты" -#: ../widgets/misc/e-dateedit.c:352 +#: ../widgets/misc/e-dateedit.c:346 msgid "Click this button to show a calendar" msgstr "Нажмите эту кнопку для отображения календаря" -#: ../widgets/misc/e-dateedit.c:394 +#: ../widgets/misc/e-dateedit.c:388 msgid "Drop-down combination box to select time" msgstr "Выпадающий список для выбора времени" -#: ../widgets/misc/e-dateedit.c:470 +#: ../widgets/misc/e-dateedit.c:464 msgid "No_w" msgstr "Сей_час" -#: ../widgets/misc/e-dateedit.c:476 +#: ../widgets/misc/e-dateedit.c:470 msgid "_Today" msgstr "_Сегодня" -#: ../widgets/misc/e-dateedit.c:1641 +#: ../widgets/misc/e-dateedit.c:1635 msgid "Invalid Date Value" msgstr "Неверное значение даты" -#: ../widgets/misc/e-dateedit.c:1670 +#: ../widgets/misc/e-dateedit.c:1664 msgid "Invalid Time Value" msgstr "Неверное значение времени" -#: ../widgets/misc/e-expander.c:180 +#: ../widgets/misc/e-expander.c:182 msgid "Expanded" msgstr "Расширенный" -#: ../widgets/misc/e-expander.c:181 +#: ../widgets/misc/e-expander.c:183 msgid "Whether or not the expander is expanded" msgstr "Расширен ли расширитель" -#: ../widgets/misc/e-expander.c:189 +#: ../widgets/misc/e-expander.c:191 msgid "Text of the expander's label" msgstr "Текст метки расширителя" -#: ../widgets/misc/e-expander.c:196 +#: ../widgets/misc/e-expander.c:198 msgid "Use underline" msgstr "Использовать подчеркивание" -#: ../widgets/misc/e-expander.c:197 +#: ../widgets/misc/e-expander.c:199 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -23035,37 +23077,37 @@ "Если установлено, подчеркивание в тексте означает, что следующий символ " "будет использоваться как мнемонический клавиатурный ускоритель" -#: ../widgets/misc/e-expander.c:205 +#: ../widgets/misc/e-expander.c:207 msgid "Space to put between the label and the child" msgstr "Пространство между меткой и дочерним элементом" -#: ../widgets/misc/e-expander.c:214 +#: ../widgets/misc/e-expander.c:216 msgid "Label widget" msgstr "Виджет метки" -#: ../widgets/misc/e-expander.c:215 +#: ../widgets/misc/e-expander.c:217 msgid "A widget to display in place of the usual expander label" msgstr "Виджет, отображаемый на месте обычной метки расширителя" -#: ../widgets/misc/e-expander.c:221 ../widgets/table/e-tree.c:3390 +#: ../widgets/misc/e-expander.c:223 ../widgets/table/e-tree.c:3390 msgid "Expander Size" msgstr "Размер расширителя" -#: ../widgets/misc/e-expander.c:222 ../widgets/table/e-tree.c:3391 +#: ../widgets/misc/e-expander.c:224 ../widgets/table/e-tree.c:3391 msgid "Size of the expander arrow" msgstr "Размер стрелки расширителя" -#: ../widgets/misc/e-expander.c:230 +#: ../widgets/misc/e-expander.c:232 msgid "Indicator Spacing" msgstr "Пространство индикатора" -#: ../widgets/misc/e-expander.c:231 +#: ../widgets/misc/e-expander.c:233 msgid "Spacing around expander arrow" msgstr "Пространство вокруг стрелки расширителя" #. FIXME: get the toplevel window... #: ../widgets/misc/e-filter-bar.c:126 ../widgets/misc/e-filter-bar.c:179 -#: ../widgets/misc/e-filter-bar.c:307 ../widgets/misc/e-filter-bar.c:749 +#: ../widgets/misc/e-filter-bar.c:307 ../widgets/misc/e-filter-bar.c:750 msgid "Advanced Search" msgstr "Расширенный поиск" @@ -23149,15 +23191,15 @@ msgid "Sync Categories:" msgstr "Категории:" -#: ../widgets/misc/e-reflow.c:1448 ../widgets/misc/e-reflow.c:1449 +#: ../widgets/misc/e-reflow.c:1439 ../widgets/misc/e-reflow.c:1440 msgid "Empty message" msgstr "Пустое сообщение" -#: ../widgets/misc/e-reflow.c:1455 ../widgets/misc/e-reflow.c:1456 +#: ../widgets/misc/e-reflow.c:1446 ../widgets/misc/e-reflow.c:1447 msgid "Reflow model" msgstr "Reflow model" -#: ../widgets/misc/e-reflow.c:1462 ../widgets/misc/e-reflow.c:1463 +#: ../widgets/misc/e-reflow.c:1453 ../widgets/misc/e-reflow.c:1454 msgid "Column width" msgstr "Ширина столбца" @@ -23187,8 +23229,8 @@ msgid "Item ID" msgstr "ID элемента" -#: ../widgets/misc/e-search-bar.c:872 ../widgets/text/e-text.c:3565 -#: ../widgets/text/e-text.c:3566 +#: ../widgets/misc/e-search-bar.c:872 ../widgets/text/e-text.c:3566 +#: ../widgets/text/e-text.c:3567 msgid "Text" msgstr "Текст" @@ -23362,19 +23404,19 @@ msgstr "_Когда открыто:" #. For Translator only: %s is status message that is displayed (eg "moving items", "updating objects") -#: ../widgets/misc/e-task-widget.c:255 +#: ../widgets/misc/e-task-widget.c:252 #, c-format msgid "%s (...)" msgstr "%s (...)" #. For Translator only: %s is status message that is displayed (eg "moving items", "updating objects"); #. %d is a number between 0 and 100, describing the percentage of operation complete -#: ../widgets/misc/e-task-widget.c:261 +#: ../widgets/misc/e-task-widget.c:258 #, c-format msgid "%s (%d%% complete)" msgstr "%s (%d%% выполнено)" -#: ../widgets/misc/e-url-entry.c:106 +#: ../widgets/misc/e-url-entry.c:105 msgid "Click here to go to URL" msgstr "Нажмите, чтобы перейти по ссылке" @@ -23414,23 +23456,23 @@ msgid "Unselected Column" msgstr "Невыделенный столбец" -#: ../widgets/table/e-cell-text.c:1808 +#: ../widgets/table/e-cell-text.c:1807 msgid "Strikeout Column" msgstr "Перечёркнутый столбец" -#: ../widgets/table/e-cell-text.c:1815 +#: ../widgets/table/e-cell-text.c:1814 msgid "Underline Column" msgstr "Подчёркнутый столбец" -#: ../widgets/table/e-cell-text.c:1822 +#: ../widgets/table/e-cell-text.c:1821 msgid "Bold Column" msgstr "Столбец с жирным текстом" -#: ../widgets/table/e-cell-text.c:1829 +#: ../widgets/table/e-cell-text.c:1828 msgid "Color Column" msgstr "Цветной столбец" -#: ../widgets/table/e-cell-text.c:1843 +#: ../widgets/table/e-cell-text.c:1842 msgid "BG Color Column" msgstr "Цвет фона столбца" @@ -23468,7 +23510,7 @@ msgstr "_Доступные поля:" #: ../widgets/table/e-table-config.glade.h:2 -#: ../widgets/table/e-table-header-item.c:1583 +#: ../widgets/table/e-table-header-item.c:1582 msgid "Ascending" msgstr "Возрастающая" @@ -23481,7 +23523,7 @@ msgstr "Очистить _все" #: ../widgets/table/e-table-config.glade.h:5 -#: ../widgets/table/e-table-header-item.c:1583 +#: ../widgets/table/e-table-header-item.c:1582 msgid "Descending" msgstr "Убывающая" @@ -23544,14 +23586,14 @@ #: ../widgets/table/e-table-field-chooser-dialog.c:67 #: ../widgets/table/e-table-field-chooser-item.c:633 #: ../widgets/table/e-table-field-chooser.c:66 -#: ../widgets/table/e-table-header-item.c:1887 +#: ../widgets/table/e-table-header-item.c:1886 msgid "DnD code" msgstr "Код технологии DnD" #: ../widgets/table/e-table-field-chooser-dialog.c:74 #: ../widgets/table/e-table-field-chooser-item.c:640 #: ../widgets/table/e-table-field-chooser.c:73 -#: ../widgets/table/e-table-header-item.c:1901 +#: ../widgets/table/e-table-header-item.c:1900 msgid "Full Header" msgstr "Полный заголовок" @@ -23591,7 +23633,7 @@ #: ../widgets/table/e-table-group-container.c:923 #: ../widgets/table/e-table-group-leaf.c:581 #: ../widgets/table/e-table-group-leaf.c:582 -#: ../widgets/table/e-table-item.c:3032 ../widgets/table/e-table-item.c:3033 +#: ../widgets/table/e-table-item.c:3028 ../widgets/table/e-table-item.c:3029 msgid "Alternating Row Colors" msgstr "Альтернативные цвета строки" @@ -23599,7 +23641,7 @@ #: ../widgets/table/e-table-group-container.c:930 #: ../widgets/table/e-table-group-leaf.c:588 #: ../widgets/table/e-table-group-leaf.c:589 -#: ../widgets/table/e-table-item.c:3039 ../widgets/table/e-table-item.c:3040 +#: ../widgets/table/e-table-item.c:3035 ../widgets/table/e-table-item.c:3036 #: ../widgets/table/e-tree.c:3343 ../widgets/table/e-tree.c:3344 msgid "Horizontal Draw Grid" msgstr "Горизонтальная таблица для рисования" @@ -23608,7 +23650,7 @@ #: ../widgets/table/e-table-group-container.c:937 #: ../widgets/table/e-table-group-leaf.c:595 #: ../widgets/table/e-table-group-leaf.c:596 -#: ../widgets/table/e-table-item.c:3046 ../widgets/table/e-table-item.c:3047 +#: ../widgets/table/e-table-item.c:3042 ../widgets/table/e-table-item.c:3043 #: ../widgets/table/e-tree.c:3349 ../widgets/table/e-tree.c:3350 msgid "Vertical Draw Grid" msgstr "Вертикальная таблица для рисования" @@ -23617,7 +23659,7 @@ #: ../widgets/table/e-table-group-container.c:944 #: ../widgets/table/e-table-group-leaf.c:602 #: ../widgets/table/e-table-group-leaf.c:603 -#: ../widgets/table/e-table-item.c:3053 ../widgets/table/e-table-item.c:3054 +#: ../widgets/table/e-table-item.c:3049 ../widgets/table/e-table-item.c:3050 #: ../widgets/table/e-tree.c:3355 ../widgets/table/e-tree.c:3356 msgid "Draw focus" msgstr "Фокус рисования" @@ -23626,7 +23668,7 @@ #: ../widgets/table/e-table-group-container.c:951 #: ../widgets/table/e-table-group-leaf.c:609 #: ../widgets/table/e-table-group-leaf.c:610 -#: ../widgets/table/e-table-item.c:3060 ../widgets/table/e-table-item.c:3061 +#: ../widgets/table/e-table-item.c:3056 ../widgets/table/e-table-item.c:3057 msgid "Cursor mode" msgstr "Режим курсора" @@ -23634,7 +23676,7 @@ #: ../widgets/table/e-table-group-container.c:958 #: ../widgets/table/e-table-group-leaf.c:623 #: ../widgets/table/e-table-group-leaf.c:624 -#: ../widgets/table/e-table-item.c:3025 ../widgets/table/e-table-item.c:3026 +#: ../widgets/table/e-table-item.c:3021 ../widgets/table/e-table-item.c:3022 msgid "Selection model" msgstr "Модель выделения" @@ -23642,8 +23684,8 @@ #: ../widgets/table/e-table-group-container.c:965 #: ../widgets/table/e-table-group-leaf.c:616 #: ../widgets/table/e-table-group-leaf.c:617 -#: ../widgets/table/e-table-item.c:3067 ../widgets/table/e-table-item.c:3068 -#: ../widgets/table/e-table.c:3325 ../widgets/table/e-tree.c:3337 +#: ../widgets/table/e-table-item.c:3063 ../widgets/table/e-table-item.c:3064 +#: ../widgets/table/e-table.c:3326 ../widgets/table/e-tree.c:3337 #: ../widgets/table/e-tree.c:3338 msgid "Length Threshold" msgstr "Порог длины" @@ -23652,8 +23694,8 @@ #: ../widgets/table/e-table-group-container.c:972 #: ../widgets/table/e-table-group-leaf.c:658 #: ../widgets/table/e-table-group-leaf.c:659 -#: ../widgets/table/e-table-item.c:3101 ../widgets/table/e-table-item.c:3102 -#: ../widgets/table/e-table.c:3332 ../widgets/table/e-tree.c:3369 +#: ../widgets/table/e-table-item.c:3097 ../widgets/table/e-table-item.c:3098 +#: ../widgets/table/e-table.c:3333 ../widgets/table/e-tree.c:3369 #: ../widgets/table/e-tree.c:3370 msgid "Uniform row height" msgstr "Общая высота строки" @@ -23665,96 +23707,96 @@ msgid "Frozen" msgstr "Заморожена" -#: ../widgets/table/e-table-header-item.c:1453 +#: ../widgets/table/e-table-header-item.c:1452 msgid "Customize Current View" msgstr "Настроить текущий вид" -#: ../widgets/table/e-table-header-item.c:1473 +#: ../widgets/table/e-table-header-item.c:1472 msgid "Sort _Ascending" msgstr "Возрас_тающая сортировка" -#: ../widgets/table/e-table-header-item.c:1474 +#: ../widgets/table/e-table-header-item.c:1473 msgid "Sort _Descending" msgstr "Убыв_ающая сортировка" -#: ../widgets/table/e-table-header-item.c:1475 +#: ../widgets/table/e-table-header-item.c:1474 msgid "_Unsort" msgstr "_Без сортировки" -#: ../widgets/table/e-table-header-item.c:1477 +#: ../widgets/table/e-table-header-item.c:1476 msgid "Group By This _Field" msgstr "Группировать по этому _полю" -#: ../widgets/table/e-table-header-item.c:1478 +#: ../widgets/table/e-table-header-item.c:1477 msgid "Group By _Box" msgstr "_Группировать по ящику" -#: ../widgets/table/e-table-header-item.c:1480 +#: ../widgets/table/e-table-header-item.c:1479 msgid "Remove This _Column" msgstr "Убрать этот стол_бец" -#: ../widgets/table/e-table-header-item.c:1481 +#: ../widgets/table/e-table-header-item.c:1480 msgid "Add a C_olumn..." msgstr "Добавить столб_ец..." -#: ../widgets/table/e-table-header-item.c:1483 +#: ../widgets/table/e-table-header-item.c:1482 msgid "A_lignment" msgstr "Выр_авнивание" -#: ../widgets/table/e-table-header-item.c:1484 +#: ../widgets/table/e-table-header-item.c:1483 msgid "B_est Fit" msgstr "Луч_шее заполнение" -#: ../widgets/table/e-table-header-item.c:1485 +#: ../widgets/table/e-table-header-item.c:1484 msgid "Format Column_s..." msgstr "Формат столбцо_в..." -#: ../widgets/table/e-table-header-item.c:1487 +#: ../widgets/table/e-table-header-item.c:1486 msgid "Custo_mize Current View..." msgstr "Настроить те_кущий вид..." -#: ../widgets/table/e-table-header-item.c:1543 +#: ../widgets/table/e-table-header-item.c:1542 msgid "_Sort By" msgstr "_Сортировать по" #. Custom -#: ../widgets/table/e-table-header-item.c:1561 +#: ../widgets/table/e-table-header-item.c:1560 msgid "_Custom" msgstr "_Другой" -#: ../widgets/table/e-table-header-item.c:1894 +#: ../widgets/table/e-table-header-item.c:1893 msgid "Font Description" msgstr "Описание шрифта" -#: ../widgets/table/e-table-header-item.c:1915 +#: ../widgets/table/e-table-header-item.c:1914 #: ../widgets/table/e-table-sorter.c:172 msgid "Sort Info" msgstr "Информация по сортировке" -#: ../widgets/table/e-table-header-item.c:1929 +#: ../widgets/table/e-table-header-item.c:1928 #: ../widgets/table/e-tree-scrolled.c:225 #: ../widgets/table/e-tree-scrolled.c:226 msgid "Tree" msgstr "Дерево" -#: ../widgets/table/e-table-item.c:3011 ../widgets/table/e-table-item.c:3012 +#: ../widgets/table/e-table-item.c:3007 ../widgets/table/e-table-item.c:3008 msgid "Table header" msgstr "Заголовок таблицы" -#: ../widgets/table/e-table-item.c:3018 ../widgets/table/e-table-item.c:3019 +#: ../widgets/table/e-table-item.c:3014 ../widgets/table/e-table-item.c:3015 msgid "Table model" msgstr "Модель таблицы" -#: ../widgets/table/e-table-item.c:3094 ../widgets/table/e-table-item.c:3095 +#: ../widgets/table/e-table-item.c:3090 ../widgets/table/e-table-item.c:3091 msgid "Cursor row" msgstr "Строка с курсором" -#: ../widgets/table/e-table.c:3339 ../widgets/table/e-tree.c:3376 +#: ../widgets/table/e-table.c:3340 ../widgets/table/e-tree.c:3376 #: ../widgets/table/e-tree.c:3377 msgid "Always search" msgstr "Всегда искать" -#: ../widgets/table/e-table.c:3346 +#: ../widgets/table/e-table.c:3347 msgid "Use click to add" msgstr "Использовать щелчок для добавления" @@ -23770,110 +23812,114 @@ msgid "Draw lines and +/- expanders." msgstr "Отображать линии и расширители +/-." -#: ../widgets/text/e-text.c:2735 +#: ../widgets/text/e-text.c:2736 msgid "Input Methods" msgstr "Методы ввода" -#: ../widgets/text/e-text.c:3558 ../widgets/text/e-text.c:3559 +#: ../widgets/text/e-text.c:3559 ../widgets/text/e-text.c:3560 msgid "Event Processor" msgstr "Процессор событий" -#: ../widgets/text/e-text.c:3572 ../widgets/text/e-text.c:3573 +#: ../widgets/text/e-text.c:3573 ../widgets/text/e-text.c:3574 msgid "Bold" msgstr "Жирный" -#: ../widgets/text/e-text.c:3579 ../widgets/text/e-text.c:3580 +#: ../widgets/text/e-text.c:3580 ../widgets/text/e-text.c:3581 msgid "Strikeout" msgstr "Перечёркнутый" -#: ../widgets/text/e-text.c:3586 ../widgets/text/e-text.c:3587 +#: ../widgets/text/e-text.c:3587 ../widgets/text/e-text.c:3588 msgid "Anchor" msgstr "Якорь" -#: ../widgets/text/e-text.c:3594 ../widgets/text/e-text.c:3595 +#: ../widgets/text/e-text.c:3595 ../widgets/text/e-text.c:3596 msgid "Justification" msgstr "Выравнивание" -#: ../widgets/text/e-text.c:3601 ../widgets/text/e-text.c:3602 +#: ../widgets/text/e-text.c:3602 ../widgets/text/e-text.c:3603 msgid "Clip Width" msgstr "Ширина отсечения" -#: ../widgets/text/e-text.c:3608 ../widgets/text/e-text.c:3609 +#: ../widgets/text/e-text.c:3609 ../widgets/text/e-text.c:3610 msgid "Clip Height" msgstr "Высота отсечения" -#: ../widgets/text/e-text.c:3615 ../widgets/text/e-text.c:3616 +#: ../widgets/text/e-text.c:3616 ../widgets/text/e-text.c:3617 msgid "Clip" msgstr "Отсечение" -#: ../widgets/text/e-text.c:3622 ../widgets/text/e-text.c:3623 +#: ../widgets/text/e-text.c:3623 ../widgets/text/e-text.c:3624 msgid "Fill clip rectangle" msgstr "Заполнять область отсечения" -#: ../widgets/text/e-text.c:3629 ../widgets/text/e-text.c:3630 +#: ../widgets/text/e-text.c:3630 ../widgets/text/e-text.c:3631 msgid "X Offset" msgstr "Смещение по оси X" -#: ../widgets/text/e-text.c:3636 ../widgets/text/e-text.c:3637 +#: ../widgets/text/e-text.c:3637 ../widgets/text/e-text.c:3638 msgid "Y Offset" msgstr "Смещение по оси Y" -#: ../widgets/text/e-text.c:3672 ../widgets/text/e-text.c:3673 +#: ../widgets/text/e-text.c:3673 ../widgets/text/e-text.c:3674 msgid "Text width" msgstr "Ширина текста" -#: ../widgets/text/e-text.c:3679 ../widgets/text/e-text.c:3680 +#: ../widgets/text/e-text.c:3680 ../widgets/text/e-text.c:3681 msgid "Text height" msgstr "Высота текста" -#: ../widgets/text/e-text.c:3694 ../widgets/text/e-text.c:3695 +#: ../widgets/text/e-text.c:3695 ../widgets/text/e-text.c:3696 msgid "Use ellipsis" msgstr "Использовать многоточие" -#: ../widgets/text/e-text.c:3701 ../widgets/text/e-text.c:3702 +#: ../widgets/text/e-text.c:3702 ../widgets/text/e-text.c:3703 msgid "Ellipsis" msgstr "Многоточие" -#: ../widgets/text/e-text.c:3708 ../widgets/text/e-text.c:3709 +#: ../widgets/text/e-text.c:3709 ../widgets/text/e-text.c:3710 msgid "Line wrap" msgstr "Перенос строк" -#: ../widgets/text/e-text.c:3715 ../widgets/text/e-text.c:3716 +#: ../widgets/text/e-text.c:3716 ../widgets/text/e-text.c:3717 msgid "Break characters" msgstr "Символы разрыва" -#: ../widgets/text/e-text.c:3722 ../widgets/text/e-text.c:3723 +#: ../widgets/text/e-text.c:3723 ../widgets/text/e-text.c:3724 msgid "Max lines" msgstr "Максимальное число строк" -#: ../widgets/text/e-text.c:3744 ../widgets/text/e-text.c:3745 +#: ../widgets/text/e-text.c:3745 ../widgets/text/e-text.c:3746 msgid "Draw borders" msgstr "Рисовать границы" -#: ../widgets/text/e-text.c:3751 ../widgets/text/e-text.c:3752 +#: ../widgets/text/e-text.c:3752 ../widgets/text/e-text.c:3753 msgid "Allow newlines" msgstr "Допускать символы новой строки" -#: ../widgets/text/e-text.c:3758 ../widgets/text/e-text.c:3759 +#: ../widgets/text/e-text.c:3759 ../widgets/text/e-text.c:3760 msgid "Draw background" msgstr "Рисовать фон" -#: ../widgets/text/e-text.c:3765 ../widgets/text/e-text.c:3766 +#: ../widgets/text/e-text.c:3766 ../widgets/text/e-text.c:3767 msgid "Draw button" msgstr "Рисовать кнопки" -#: ../widgets/text/e-text.c:3772 ../widgets/text/e-text.c:3773 +#: ../widgets/text/e-text.c:3773 ../widgets/text/e-text.c:3774 msgid "Cursor position" msgstr "Позиция курсора" -#: ../widgets/text/e-text.c:3779 ../widgets/text/e-text.c:3780 +#. Translators: Input Method Context +#: ../widgets/text/e-text.c:3781 ../widgets/text/e-text.c:3783 msgid "IM Context" msgstr "Контекст метода ввода (IM)" -#: ../widgets/text/e-text.c:3786 ../widgets/text/e-text.c:3787 +#: ../widgets/text/e-text.c:3789 ../widgets/text/e-text.c:3790 msgid "Handle Popup" msgstr "Обрабатывать всплывающие окна" +#~ msgid "Please enter user name first." +#~ msgstr "Введите имя пользователя." + #~ msgid "Migrating `%s':" #~ msgstr "Переносится «%s»:" diff -Nru evolution-2.24.1.1/shell/ChangeLog evolution-2.24.2/shell/ChangeLog --- evolution-2.24.1.1/shell/ChangeLog 2008-10-13 10:32:56.000000000 +0200 +++ evolution-2.24.2/shell/ChangeLog 2008-11-20 05:07:24.000000000 +0100 @@ -1,3 +1,9 @@ +2008-11-07 Akhil Laddha + + ** Fix for bug #557581 + + * main.c: Change stable version to 2.24.1 + 2008-10-03 Sankar P License Changes diff -Nru evolution-2.24.1.1/shell/main.c evolution-2.24.2/shell/main.c --- evolution-2.24.1.1/shell/main.c 2008-10-13 10:32:56.000000000 +0200 +++ evolution-2.24.2/shell/main.c 2008-11-20 05:07:24.000000000 +0100 @@ -229,7 +229,7 @@ "\n" "We hope that you enjoy the results of our hard work, and we\n" "eagerly await your contributions!\n"), - "2.22.1"); + "2.24.1"); label = gtk_label_new (text); g_free(text); diff -Nru evolution-2.24.1.1/widgets/table/ChangeLog evolution-2.24.2/widgets/table/ChangeLog --- evolution-2.24.1.1/widgets/table/ChangeLog 2008-10-20 05:28:33.000000000 +0200 +++ evolution-2.24.2/widgets/table/ChangeLog 2008-11-20 05:07:26.000000000 +0100 @@ -1,3 +1,12 @@ +2008-10-18 Matthew Barnes + + ** Fixes bug #560882 (with release-team approval) + + * e-table-defines.h: + * e-table-header-utils.c (e_table_header_draw_button): + Left-align header labels instead of centering them, and adjust + the header padding so they look purdy. + 2008-10-17 Sankar P License Changes diff -Nru evolution-2.24.1.1/widgets/table/e-table-defines.h evolution-2.24.2/widgets/table/e-table-defines.h --- evolution-2.24.1.1/widgets/table/e-table-defines.h 2008-10-13 10:43:28.000000000 +0200 +++ evolution-2.24.2/widgets/table/e-table-defines.h 2008-11-20 05:07:26.000000000 +0100 @@ -33,7 +33,7 @@ #define GROUP_INDENT (BUTTON_HEIGHT + (BUTTON_PADDING * 2)) /* Padding around the contents of a header button */ -#define HEADER_PADDING 1 +#define HEADER_PADDING 3 #define MIN_ARROW_SIZE 10 diff -Nru evolution-2.24.1.1/widgets/table/e-table-header-utils.c evolution-2.24.2/widgets/table/e-table-header-utils.c --- evolution-2.24.1.1/widgets/table/e-table-header-utils.c 2008-10-13 10:43:28.000000000 +0200 +++ evolution-2.24.2/widgets/table/e-table-header-utils.c 2008-11-20 05:07:26.000000000 +0100 @@ -463,7 +463,7 @@ } else { e_table_draw_elided_string (drawable, gc, widget, inner_x, inner_y, - layout, ecol->text, inner_width, TRUE); + layout, ecol->text, inner_width, FALSE); } g_object_unref (layout);