aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--a11y/ChangeLog7
-rw-r--r--a11y/calendar/ea-cal-view.c2
-rw-r--r--addressbook/ChangeLog19
-rw-r--r--calendar/ChangeLog84
-rw-r--r--calendar/gui/alarm-notify/alarm-notify-dialog.c28
-rw-r--r--calendar/gui/alarm-notify/alarm-notify-dialog.h3
-rw-r--r--calendar/gui/alarm-notify/alarm-notify.glade144
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c9
-rw-r--r--calendar/gui/calendar-component.h1
-rw-r--r--calendar/gui/dialogs/comp-editor.c4
-rw-r--r--calendar/gui/e-calendar-table.c10
-rw-r--r--calendar/gui/e-calendar-view.c89
-rw-r--r--calendar/gui/e-calendar-view.h1
-rw-r--r--calendar/gui/e-day-view.c35
-rw-r--r--calendar/gui/e-week-view.c28
-rw-r--r--calendar/gui/gnome-cal.c41
-rw-r--r--calendar/gui/memos-component.c50
-rw-r--r--calendar/gui/print.c2
-rw-r--r--calendar/gui/tasks-component.c63
-rw-r--r--composer/ChangeLog32
-rw-r--r--composer/e-msg-composer.c132
-rw-r--r--composer/e-msg-composer.h3
-rw-r--r--configure.in29
-rw-r--r--e-util/ChangeLog16
-rw-r--r--e-util/e-util-labels.c2
-rw-r--r--help/ChangeLog8
-rw-r--r--help/cs/cs.po9538
-rw-r--r--mail/ChangeLog64
-rw-r--r--mail/em-composer-prefs.c56
-rw-r--r--mail/em-folder-view.c4
-rw-r--r--mail/em-format-html.c27
-rw-r--r--mail/evolution-mail.schemas.in18
-rw-r--r--mail/filtertypes.xml104
-rw-r--r--mail/mail-config.c75
-rw-r--r--mail/mail-config.glade19
-rw-r--r--mail/mail-vfolder.c5
-rw-r--r--mail/vfoldertypes.xml83
-rw-r--r--plugins/exchange-operations/ChangeLog8
-rw-r--r--plugins/exchange-operations/exchange-folder.c2
-rw-r--r--plugins/folder-unsubscribe/ChangeLog7
-rw-r--r--plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml2
-rw-r--r--plugins/google-account-setup/ChangeLog15
-rw-r--r--plugins/google-account-setup/google-contacts-source.c12
-rw-r--r--plugins/google-account-setup/google-source.c19
-rw-r--r--plugins/groupwise-account-setup/ChangeLog7
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.c2
-rw-r--r--plugins/groupwise-features/ChangeLog7
-rw-r--r--plugins/groupwise-features/status-track.c10
-rw-r--r--plugins/itip-formatter/ChangeLog9
-rw-r--r--plugins/itip-formatter/itip-formatter.c3
-rw-r--r--plugins/mail-notification/ChangeLog11
-rw-r--r--plugins/mail-notification/mail-notification.c23
-rw-r--r--po/ChangeLog17
-rw-r--r--po/cs.po3784
-rw-r--r--po/es.po2098
-rw-r--r--po/ru.po4080
-rw-r--r--shell/ChangeLog12
-rw-r--r--shell/main.c19
-rw-r--r--widgets/table/ChangeLog9
-rw-r--r--widgets/table/e-table-defines.h2
-rw-r--r--widgets/table/e-table-header-utils.c2
62 files changed, 9077 insertions, 11919 deletions
diff --git a/Makefile.am b/Makefile.am
index 18467ceb43..d876962785 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,7 @@ EXTRA_DIST = \
COPYING-DOCS \
COPYING.LGPL2 \
COPYING.LGPL3 \
+ COPYING.OPENLDAP \
README \
HACKING \
MAINTAINERS \
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index a5395fff94..da2c393fa1 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-19 Li Yuan <li.yuan@sun.com>
+
+ ** 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 <psankar@novell.com>
License Changes
diff --git a/a11y/calendar/ea-cal-view.c b/a11y/calendar/ea-cal-view.c
index 28410385a6..e184b919b9 100644
--- a/a11y/calendar/ea-cal-view.c
+++ b/a11y/calendar/ea-cal-view.c
@@ -277,7 +277,7 @@ idle_dates_changed (gpointer data)
}
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 --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f061e55515..adb36417bd 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,22 @@
+2008-11-17 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #557818
+
+ * gui/component/addressbook-view.c:
+ ESourceSelector now handles most of the drag-and-drop signals.
+ We just have to listen for the new "data-dropped" signal and
+ deal with it. Gets rid of a lot of duplicate logic.
+
+2008-11-17 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #558322
+
+ * gui/component/addressbook-view.c (rename_addressbook_cb):
+ New "Rename" item in the source selector pop-up menu calls
+ the recently added e_source_selector_edit_primary_selection().
+ Still need to bind the "F2" key to this action, but I'm not
+ sure how whether EPopup supports that.
+
2008-10-30 Matthew Barnes <mbarnes@redhat.com>
* gui/contact-editor/test-editor.c:
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b335913d39..a28754ad15 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,87 @@
+2008-11-19 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #556224
+
+ * gui/gnome-cal.c: (struct _GnomeCalendarPrivate), (setup_widgets),
+ (update_todo_view_async), (update_todo_view), (gnome_calendar_init),
+ (gnome_calendar_destroy): Run always 'update_todo_view' in a separate
+ thread and guard its body with a mutex.
+
+ * gui/gnome-cal.c: (update_query_async): Do not leak.
+
+2008-11-17 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #557818
+
+ * gui/calendar-component.c:
+ * gui/memos-component.c:
+ * gui/tasks-component.c:
+ ESourceSelector now handles most of the drag-and-drop signals.
+ We just have to listen for the new "data-dropped" signal and
+ deal with it. Gets rid of a lot of duplicate logic.
+
+2008-11-17 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #558322
+
+ * gui/calendar-component.c (rename_calendar_cb):
+ * gui/memos-component.c (rename_memo_list_cb):
+ * gui/tasks-component.c (rename_task_list_cb):
+ New "Rename" item in the source selector pop-up menu calls
+ the recently added e_source_selector_edit_primary_selection().
+ Still need to bind the "F2" key to this action, but I'm not
+ sure how whether EPopup supports that.
+
+2008-11-11 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #559604
+
+ * gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info):
+ * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info),
+ (e_calendar_view_get_tooltips):
+ * gui/e-calendar-table.c: (query_tooltip_cb):
+ Show attendees' status in the tooltip if available.
+
+2008-11-11 Suman Manjunath <msuman@novell.com>
+
+ ** Fix for bug #490503
+
+ * gui/e-day-view.c (set_text_as_bold),
+ (e_day_view_update_event_label),
+ (e_day_view_update_long_event_label):
+ * gui/e-week-view.c (set_text_as_bold),
+ (e_week_view_reshape_event_span):
+ Summary of unaccepted meetings in calendar views now appear as bolded.
+ If the meeting was sent to a mailing-list - the summary will always
+ appear as normal.
+
+2008-11-10 Suman Manjunath <msuman@novell.com>
+
+ ** 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 <abharath@novell.com>
+
+ ** Fix for bug #440007 (bugzilla.novell.com)
+
+ * gui/print.c: (print_comp_draw_real): Print the attendees only if
+ its the first page.
+
+2008-11-04 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #558354
+
+ * gui/alarm-notify/alarm-notify.glade:
+ * gui/alarm-notify/alarm-notify-dialog.h: (enum AlarmNotifyResult):
+ * gui/alarm-notify/alarm-notify-dialog.c: (struct AlarmNotify),
+ (dismiss_pressed_cb), (notified_alarms_dialog_new):
+ * gui/alarm-notify/alarm-queue.c: (notify_dialog_cb):
+ Changed "Close" button to "Dismiss All" and added a "Dismiss" button
+ to the alarm notification dialog to be able to dismiss only some of
+ the alarms shown in the dialog.
+
2008-11-04 Matthew Barnes <mbarnes@redhat.com>
* gui/calendar-commands.c:
diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.c b/calendar/gui/alarm-notify/alarm-notify-dialog.c
index 61eea70f52..ee09c0dde4 100644
--- a/calendar/gui/alarm-notify/alarm-notify-dialog.c
+++ b/calendar/gui/alarm-notify/alarm-notify-dialog.c
@@ -67,6 +67,7 @@ typedef struct {
GtkWidget *snooze_time_min;
GtkWidget *snooze_time_hrs;
GtkWidget *snooze_btn;
+ GtkWidget *dismiss_btn;
GtkWidget *minutes_label;
GtkWidget *hrs_label;
GtkWidget *description;
@@ -191,7 +192,30 @@ snooze_pressed_cb (GtkButton *button, gpointer user_data)
if (!snooze_timeout)
snooze_timeout = DEFAULT_SNOOZE_MINS;
(* funcinfo->func) (ALARM_NOTIFY_SNOOZE, snooze_timeout, funcinfo->func_data);
+}
+
+static void
+dismiss_pressed_cb (GtkButton *button, gpointer user_data)
+{
+ AlarmNotify *an = user_data;
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (an->treeview));
+
+ g_return_if_fail (model != NULL);
+ if (gtk_tree_model_iter_n_children (model, NULL) <= 1) {
+ gtk_dialog_response (GTK_DIALOG (an->dialog), GTK_RESPONSE_CLOSE);
+ } else {
+ GtkTreeIter iter;
+ AlarmFuncInfo *funcinfo = NULL;
+ GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (an->treeview));
+
+ if (gtk_tree_selection_get_selected (selection, &model, &iter))
+ gtk_tree_model_get (model, &iter, ALARM_FUNCINFO_COLUMN, &funcinfo, -1);
+
+ g_return_if_fail (funcinfo);
+
+ (* funcinfo->func) (ALARM_NOTIFY_DISMISS, -1, funcinfo->func_data);
+ }
}
static void
@@ -256,10 +280,11 @@ notified_alarms_dialog_new (void)
an->scrolledwindow = glade_xml_get_widget (an->xml, "treeview-scrolledwindow");
snooze_btn = glade_xml_get_widget (an->xml, "snooze-button");
an->snooze_btn = snooze_btn;
+ an->dismiss_btn = glade_xml_get_widget (an->xml, "dismiss-button");
edit_btn = glade_xml_get_widget (an->xml, "edit-button");
if (!(an->dialog && an->scrolledwindow && an->treeview && an->snooze_time_min && an->snooze_time_hrs
- && an->description && an->location && edit_btn && snooze_btn)) {
+ && an->description && an->location && edit_btn && snooze_btn && an->dismiss_btn)) {
g_message ("alarm_notify_dialog(): Could not find all widgets in Glade file!");
g_object_unref (an->xml);
g_free (an);
@@ -292,6 +317,7 @@ notified_alarms_dialog_new (void)
g_signal_connect (edit_btn, "clicked", G_CALLBACK (edit_pressed_cb), an);
g_signal_connect (snooze_btn, "clicked", G_CALLBACK (snooze_pressed_cb), an);
+ g_signal_connect (an->dismiss_btn, "clicked", G_CALLBACK (dismiss_pressed_cb), an);
g_signal_connect (G_OBJECT (an->dialog), "response", G_CALLBACK (dialog_response_cb), an);
g_signal_connect (G_OBJECT (an->dialog), "destroy", G_CALLBACK (dialog_destroyed_cb), an);
diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.h b/calendar/gui/alarm-notify/alarm-notify-dialog.h
index 4b2a3d9c95..7a94793eaa 100644
--- a/calendar/gui/alarm-notify/alarm-notify-dialog.h
+++ b/calendar/gui/alarm-notify/alarm-notify-dialog.h
@@ -32,7 +32,8 @@
typedef enum {
ALARM_NOTIFY_CLOSE,
ALARM_NOTIFY_SNOOZE,
- ALARM_NOTIFY_EDIT
+ ALARM_NOTIFY_EDIT,
+ ALARM_NOTIFY_DISMISS
} AlarmNotifyResult;
typedef struct _AlarmNotificationsDialog AlarmNotificationsDialog;
diff --git a/calendar/gui/alarm-notify/alarm-notify.glade b/calendar/gui/alarm-notify/alarm-notify.glade
index 539bd66269..df1b1f92a2 100644
--- a/calendar/gui/alarm-notify/alarm-notify.glade
+++ b/calendar/gui/alarm-notify/alarm-notify.glade
@@ -37,11 +37,73 @@
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
- <property name="label">gtk-close</property>
- <property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="response_id">-7</property>
+
+ <child>
+ <widget class="GtkAlignment" id="alignment4">
+ <property name="visible">True</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xscale">0</property>
+ <property name="yscale">0</property>
+ <property name="top_padding">0</property>
+ <property name="bottom_padding">0</property>
+ <property name="left_padding">0</property>
+ <property name="right_padding">0</property>
+
+ <child>
+ <widget class="GtkHBox" id="hbox9">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">2</property>
+
+ <child>
+ <widget class="GtkImage" id="image6">
+ <property name="visible">True</property>
+ <property name="stock">gtk-close</property>
+ <property name="icon_size">4</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkLabel" id="label19">
+ <property name="visible">True</property>
+ <property name="label">Dismiss _All</property>
+ <property name="use_underline">True</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ </child>
</widget>
</child>
</widget>
@@ -527,6 +589,84 @@
<property name="fill">False</property>
</packing>
</child>
+
+ <child>
+ <widget class="GtkButton" id="dismiss-button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+
+ <child>
+ <widget class="GtkAlignment" id="alignment5">
+ <property name="visible">True</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xscale">0</property>
+ <property name="yscale">0</property>
+ <property name="top_padding">0</property>
+ <property name="bottom_padding">0</property>
+ <property name="left_padding">0</property>
+ <property name="right_padding">0</property>
+
+ <child>
+ <widget class="GtkHBox" id="hbox10">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">2</property>
+
+ <child>
+ <widget class="GtkImage" id="image7">
+ <property name="visible">True</property>
+ <property name="stock">gtk-apply</property>
+ <property name="icon_size">4</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkLabel" id="label20">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Dismiss</property>
+ <property name="use_underline">True</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="padding">0</property>
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c
index ad0abaa0e0..062c3acab5 100644
--- a/calendar/gui/alarm-notify/alarm-queue.c
+++ b/calendar/gui/alarm-notify/alarm-queue.c
@@ -1250,6 +1250,13 @@ notify_dialog_cb (AlarmNotifyResult result, int snooze_mins, gpointer data)
break;
+ case ALARM_NOTIFY_DISMISS:
+ if (alarm_notifications_dialog) {
+ GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (alarm_notifications_dialog->treeview));
+ gtk_list_store_remove (GTK_LIST_STORE (model), &tray_data->iter);
+ }
+ break;
+
case ALARM_NOTIFY_CLOSE:
d(printf("%s:%d (notify_dialog_cb) - Dialog close\n",__FILE__, __LINE__));
if (alarm_notifications_dialog) {
@@ -1270,7 +1277,7 @@ notify_dialog_cb (AlarmNotifyResult result, int snooze_mins, gpointer data)
/* Task to remove the tray icons */
tray_list_remove_icons ();
- }
+ }
break;
diff --git a/calendar/gui/calendar-component.h b/calendar/gui/calendar-component.h
index 1e23bd52c1..5fbba8758e 100644
--- a/calendar/gui/calendar-component.h
+++ b/calendar/gui/calendar-component.h
@@ -26,6 +26,7 @@
#include <bonobo/bonobo-object.h>
#include <libedataserver/e-source-list.h>
+#include <widgets/misc/e-activity-handler.h>
#include "Evolution.h"
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index c1f123e836..41e245ceef 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -2937,7 +2937,9 @@ fill_widgets (CompEditor *editor)
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);
}
@@ -2950,7 +2952,6 @@ static void
real_edit_comp (CompEditor *editor, ECalComponent *comp)
{
CompEditorPrivate *priv;
- const char *uid;
g_return_if_fail (IS_COMP_EDITOR (editor));
@@ -2969,7 +2970,6 @@ real_edit_comp (CompEditor *editor, ECalComponent *comp)
priv->warned = FALSE;
update_window_border (editor, NULL);
- e_cal_component_get_uid (comp, &uid);
fill_widgets (editor);
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index 2929cddf9c..0189813af9 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -440,6 +440,16 @@ calendar_table_query_tooltip_cb (ECalendarTable *cal_table,
e_cal_component_free_datetime (&dtstart);
e_cal_component_free_datetime (&dtdue);
+ tmp = e_calendar_view_get_attendees_status_info (new_comp);
+ if (tmp) {
+ l = gtk_label_new (tmp);
+ gtk_misc_set_alignment (GTK_MISC (l), 0.0, 0.5);
+ gtk_box_pack_start (GTK_BOX (w), l, FALSE, FALSE, 0);
+
+ g_free (tmp);
+ tmp = NULL;
+ }
+
tmp2 = g_string_new ("");
e_cal_component_get_description_list (new_comp, &desc);
for (len = 0, p = desc; p != NULL; p = p->next) {
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 63740563f9..594527aee8 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -2034,6 +2034,83 @@ e_calendar_view_move_tip (GtkWidget *widget, int x, int y)
gtk_widget_show (widget);
}
+/**
+ * Returns information about attendees in the component. If no attendees, then returns NULL.
+ * The information is like "Status: Accepted: X Declined: Y ...".
+ * Free returned pointer with g_free.
+ **/
+char *
+e_calendar_view_get_attendees_status_info (ECalComponent *comp)
+{
+ struct _values {
+ icalparameter_partstat status;
+ const char *caption;
+ int count;
+ } values[] = {
+ { ICAL_PARTSTAT_ACCEPTED, N_("Accepted"), 0 },
+ { ICAL_PARTSTAT_DECLINED, N_("Declined"), 0 },
+ { ICAL_PARTSTAT_TENTATIVE, N_("Tentative"), 0 },
+ { ICAL_PARTSTAT_DELEGATED, N_("Delegated"), 0 },
+ { ICAL_PARTSTAT_NEEDSACTION, N_("Needs action"), 0 },
+ { ICAL_PARTSTAT_NONE, N_("Other"), 0 },
+ { ICAL_PARTSTAT_X, NULL, -1 }
+ };
+
+ GSList *attendees = NULL, *a;
+ gboolean have = FALSE;
+ char *res = NULL;
+ int i;
+
+ if (!comp || !e_cal_component_has_attendees (comp))
+ return NULL;
+
+ e_cal_component_get_attendee_list (comp, &attendees);
+
+ for (a = attendees; a; a = a->next) {
+ ECalComponentAttendee *att = a->data;
+
+ if (att && att->cutype == ICAL_CUTYPE_INDIVIDUAL &&
+ (att->role == ICAL_ROLE_CHAIR ||
+ att->role == ICAL_ROLE_REQPARTICIPANT ||
+ att->role == ICAL_ROLE_OPTPARTICIPANT)) {
+ have = TRUE;
+
+ for (i = 0; values[i].count != -1; i++) {
+ if (att->status == values[i].status || values[i].status == ICAL_PARTSTAT_NONE) {
+ values[i].count++;
+ break;
+ }
+ }
+ }
+ }
+
+ if (have) {
+ GString *str = g_string_new ("");
+
+ for (i = 0; values[i].count != -1; i++) {
+ if (values[i].count > 0) {
+ if (str->str && *str->str)
+ g_string_append (str, " ");
+
+ g_string_append_printf (str, "%s: %d", _(values[i].caption), values[i].count);
+ }
+ }
+
+ g_string_prepend (str, ": ");
+
+ /* To Translators: 'Status' here means the state of the attendees, the resulting string will be in a form:
+ Status: Accepted: X Declined: Y ... */
+ g_string_prepend (str, _("Status"));
+
+ res = g_string_free (str, FALSE);
+ }
+
+ if (attendees)
+ e_cal_component_free_attendee_list (attendees);
+
+ return res;
+}
+
/*
* It is expected to show the tooltips in this below format
*
@@ -2041,6 +2118,7 @@ e_calendar_view_move_tip (GtkWidget *widget, int x, int y)
* Organiser: NameOfTheUser<email@ofuser.com>
* Location: PlaceOfTheMeeting
* Time : DateAndTime (xx Minutes)
+ * Status: Accepted: X Declined: Y ...
*/
gboolean
@@ -2179,6 +2257,17 @@ e_calendar_view_get_tooltips (ECalendarViewEventData *data)
g_free (tmp2);
g_free (tmp1);
+ tmp = e_calendar_view_get_attendees_status_info (newcomp);
+ if (tmp) {
+ hbox = gtk_hbox_new (FALSE, 0);
+ gtk_box_pack_start ((GtkBox *)hbox, gtk_label_new (tmp), FALSE, FALSE, 0);
+ ebox = gtk_event_box_new ();
+ gtk_container_add ((GtkContainer *)ebox, hbox);
+ gtk_box_pack_start ((GtkBox *)box, ebox, FALSE, FALSE, 0);
+
+ g_free (tmp);
+ }
+
pevent->tooltip = gtk_window_new (GTK_WINDOW_POPUP);
frame = gtk_frame_new (NULL);
gtk_frame_set_shadow_type ((GtkFrame *)frame, GTK_SHADOW_IN);
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index eb701aeffb..16a5548249 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -171,6 +171,7 @@ gboolean e_calendar_view_get_tooltips (ECalendarViewEventData *data);
void e_calendar_view_move_tip (GtkWidget *widget, int x, int y);
const gchar *e_calendar_view_get_icalcomponent_summary (ECal *ecal, icalcomponent *icalcomp, gboolean *free_text);
+char *e_calendar_view_get_attendees_status_info (ECalComponent *comp);
void draw_curved_rectangle (cairo_t *cr,
double x0,
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index 03cffc9d93..150e72e6c1 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -1776,41 +1776,38 @@ e_day_view_remove_event_cb (EDayView *day_view,
return TRUE;
}
-#if 0
-/* Checks if the users participation status is Needs action and shows the summary as bold text*/
+/* Checks if the users participation status is NEEDS-ACTION and shows the summary as bold text */
static void
set_text_as_bold (EDayViewEvent *event)
{
ECalComponent *comp;
- char *address;
- GSList *attendees, *l;
+ GSList *attendees = NULL, *l;
+ gchar *address;
ECalComponentAttendee *at = NULL;
comp = e_cal_component_new ();
e_cal_component_set_icalcomponent (comp, icalcomponent_new_clone (event->comp_data->icalcomp));
address = itip_get_comp_attendee (comp, event->comp_data->client);
e_cal_component_get_attendee_list (comp, &attendees);
-
for (l = attendees; l; l = l->next) {
ECalComponentAttendee *attendee = l->data;
- if (g_str_equal (itip_strip_mailto (attendee->value), address)) {
+ if ((g_str_equal (itip_strip_mailto (attendee->value), address))
+ || (attendee->sentby && g_str_equal (itip_strip_mailto (attendee->sentby), address))) {
at = attendee;
break;
}
}
-
- /* The attendee has not yet accepted the meeting, display the summary as bolded .
- If the attendee is not present, it might have come through a mailing list*/
- if (!at || (at->status == ICAL_PARTSTAT_NEEDSACTION)) {
- gnome_canvas_item_set (event->canvas_item, "bold", TRUE, NULL);
- }
-
e_cal_component_free_attendee_list (attendees);
- g_object_unref (comp);
g_free (address);
+ g_object_unref (comp);
+
+ /* The attendee has not yet accepted the meeting, display the summary as bolded.
+ If the attendee is not present, it might have come through a mailing list.
+ In that case, we never show the meeting as bold even if it is unaccepted. */
+ if (at && (at->status == ICAL_PARTSTAT_NEEDSACTION))
+ gnome_canvas_item_set (event->canvas_item, "bold", TRUE, NULL);
}
-#endif
/* This updates the text shown for an event. If the event start or end do not
lie on a row boundary, the time is displayed before the summary. */
@@ -1860,9 +1857,9 @@ e_day_view_update_event_label (EDayView *day_view,
"text", text,
NULL);
-/* if (e_cal_get_static_capability (event->comp_data->client, CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
+ if (e_cal_get_static_capability (event->comp_data->client, CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
&& e_cal_util_component_has_attendee (event->comp_data->icalcomp))
- set_text_as_bold (event); */
+ set_text_as_bold (event);
if (free_text)
g_free (text);
@@ -1892,9 +1889,9 @@ e_day_view_update_long_event_label (EDayView *day_view,
if (free_text)
g_free ((gchar*)summary);
-/* if (e_cal_get_static_capability (event->comp_data->client, CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
+ if (e_cal_get_static_capability (event->comp_data->client, CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
&& e_cal_util_component_has_attendee (event->comp_data->icalcomp))
- set_text_as_bold (event); */
+ set_text_as_bold (event);
}
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index 6b9e43f581..2ac77a7be6 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -1878,41 +1878,38 @@ e_week_view_recalc_display_start_day (EWeekView *week_view)
return FALSE;
}
-#if 0
-/* Checks if the users participation status is Needs action and shows the summary as bold text*/
+/* Checks if the users participation status is NEEDS-ACTION and shows the summary as bold text */
static void
set_text_as_bold (EWeekViewEvent *event, EWeekViewEventSpan *span)
{
ECalComponent *comp;
- char *address;
- GSList *attendees, *l;
+ GSList *attendees = NULL, *l;
+ gchar *address;
ECalComponentAttendee *at = NULL;
comp = e_cal_component_new ();
e_cal_component_set_icalcomponent (comp, icalcomponent_new_clone (event->comp_data->icalcomp));
address = itip_get_comp_attendee (comp, event->comp_data->client);
e_cal_component_get_attendee_list (comp, &attendees);
-
for (l = attendees; l; l = l->next) {
ECalComponentAttendee *attendee = l->data;
- if (g_str_equal (itip_strip_mailto (attendee->value), address)) {
+ if ((g_str_equal (itip_strip_mailto (attendee->value), address))
+ || (attendee->sentby && g_str_equal (itip_strip_mailto (attendee->sentby), address))) {
at = attendee;
break;
}
}
+ e_cal_component_free_attendee_list (attendees);
+ g_free (address);
+ g_object_unref (comp);
/* The attendee has not yet accepted the meeting, display the summary as bolded.
- If the attendee is not present, it might have come through a mailing list*/
- if (!at || (at->status == ICAL_PARTSTAT_NEEDSACTION)) {
+ If the attendee is not present, it might have come through a mailing list.
+ In that case, we never show the meeting as bold even if it is unaccepted. */
+ if (at && (at->status == ICAL_PARTSTAT_NEEDSACTION))
gnome_canvas_item_set (span->text_item, "bold", TRUE, NULL);
- }
-
- e_cal_component_free_attendee_list (attendees);
- g_object_unref (comp);
- g_free (address);
}
-#endif
/* This calls a given function for each event instance that matches the given
uid. Note that it is safe for the callback to remove the event (since we
@@ -2817,11 +2814,10 @@ e_week_view_reshape_event_span (EWeekView *week_view,
if (free_text)
g_free ((gchar*)summary);
-/* Uncomment once the pango fix is in
if (e_cal_get_static_capability (event->comp_data->client, CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
&& e_cal_util_component_has_attendee (event->comp_data->icalcomp)) {
set_text_as_bold (event, span);
- } */
+ }
g_object_set_data (G_OBJECT (span->text_item), "event-num", GINT_TO_POINTER (event_num));
g_signal_connect (span->text_item, "event",
G_CALLBACK (e_week_view_on_text_item_event),
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index ca6fbe9721..a5ff34aa4f 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -179,6 +179,9 @@ struct _GnomeCalendarPrivate {
/* We should know which calendar has been used to create object, so store it here
before emitting "user_created" signal and make it NULL just after the emit. */
ECal *user_created_cal;
+
+ /* used in update_todo_view, to prevent interleaving when called in separate thread */
+ GMutex *todo_update_lock;
};
/* Signal IDs */
@@ -738,6 +741,8 @@ update_query_async (struct _date_query_msg *msg)
real_sexp = adjust_e_cal_view_sexp (gcal, priv->sexp);
if (!real_sexp) {
+ g_object_unref (msg->gcal);
+ g_slice_free (struct _date_query_msg, msg);
return; /* No time range is set, so don't start a query */
}
@@ -1048,18 +1053,30 @@ timezone_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer
set_timezone (calendar);
}
+struct _mupdate_todo_msg {
+ Message header;
+ GnomeCalendar *gcal;
+};
+
static void
-update_todo_view (GnomeCalendar *gcal)
+update_todo_view_async (struct _mupdate_todo_msg *msg)
{
+ GnomeCalendar *gcal;
GnomeCalendarPrivate *priv;
ECalModel *model;
char *sexp = NULL;
+ g_return_if_fail (msg != NULL);
+
+ gcal = msg->gcal;
priv = gcal->priv;
+ g_mutex_lock (priv->todo_update_lock);
+
/* Set the query on the task pad */
if (priv->todo_sexp) {
g_free (priv->todo_sexp);
+ priv->todo_sexp = NULL;
}
model = e_calendar_table_get_model (E_CALENDAR_TABLE (priv->todo));
@@ -1074,6 +1091,22 @@ update_todo_view (GnomeCalendar *gcal)
e_cal_model_set_search_query (model, priv->todo_sexp);
}
+ g_mutex_unlock (priv->todo_update_lock);
+
+ g_object_unref (msg->gcal);
+ g_slice_free (struct _mupdate_todo_msg, msg);
+}
+
+static void
+update_todo_view (GnomeCalendar *gcal)
+{
+ struct _mupdate_todo_msg *msg;
+
+ msg = g_slice_new0 (struct _mupdate_todo_msg);
+ msg->header.func = (MessageFunc) update_todo_view_async;
+ msg->gcal = g_object_ref (gcal);
+
+ message_push ((Message *) msg);
}
static void
@@ -1384,7 +1417,7 @@ setup_widgets (GnomeCalendar *gcal)
gtk_widget_show (vbox);
gtk_widget_show (sep);
- update_todo_view (gcal);
+ /* update_todo_view (gcal); */
/* Timeout check to hide completed items */
priv->update_timeout = g_timeout_add_full (G_PRIORITY_LOW, 60000, (GSourceFunc) update_todo_view_cb, gcal, NULL);
@@ -1500,6 +1533,8 @@ gnome_calendar_init (GnomeCalendar *gcal)
e_categories_register_change_listener (G_CALLBACK (categories_changed_cb), gcal);
+ priv->todo_update_lock = g_mutex_new ();
+
priv->current_view_type = GNOME_CAL_DAY_VIEW;
priv->range_selected = FALSE;
priv->lview_select_daten_range = TRUE;
@@ -1616,6 +1651,8 @@ gnome_calendar_destroy (GtkObject *object)
g_signal_handlers_disconnect_by_func (cal_model,
G_CALLBACK (view_done_cb), gcal);
+ g_mutex_free (priv->todo_update_lock);
+
g_free (priv);
gcal->priv = NULL;
}
diff --git a/calendar/gui/memos-component.c b/calendar/gui/memos-component.c
index 45974af517..4edce662a6 100644
--- a/calendar/gui/memos-component.c
+++ b/calendar/gui/memos-component.c
@@ -218,43 +218,21 @@ update_objects (ECal *client, icalcomponent *icalcomp)
return TRUE;
}
-static void
-selector_tree_drag_data_received (GtkWidget *widget,
- GdkDragContext *context,
- gint x,
- gint y,
- GtkSelectionData *data,
- guint info,
- guint time,
- gpointer user_data)
+static gboolean
+selector_tree_data_dropped (ESourceSelector *selector,
+ GtkSelectionData *data,
+ ESource *destination,
+ GdkDragAction action,
+ guint info,
+ MemosComponent *component)
{
- GtkTreePath *path = NULL;
- GtkTreeViewDropPosition pos;
- gpointer source = NULL;
- GtkTreeModel *model;
- GtkTreeIter iter;
gboolean success = FALSE;
icalcomponent *icalcomp = NULL;
ECal *client = NULL;
GSList *components, *p;
- MemosComponent *component = MEMOS_COMPONENT (user_data);
-
- if (!gtk_tree_view_get_dest_row_at_pos (GTK_TREE_VIEW (widget),
- x, y, &path, &pos))
- goto finish;
-
- model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget));
-
- if (!gtk_tree_model_get_iter (model, &iter, path))
- goto finish;
-
-
- gtk_tree_model_get (model, &iter, 0, &source, -1);
-
- if (E_IS_SOURCE_GROUP (source) || e_source_get_readonly (source) || !data->data)
- goto finish;
- client = auth_new_cal_from_source (source, E_CAL_SOURCE_TYPE_JOURNAL);
+ client = auth_new_cal_from_source (
+ destination, E_CAL_SOURCE_TYPE_JOURNAL);
if (!client || !e_cal_open (client, TRUE, NULL))
goto finish;
@@ -280,7 +258,7 @@ selector_tree_drag_data_received (GtkWidget *widget,
continue;
/* FIXME deal with GDK_ACTION_ASK */
- if (context->action == GDK_ACTION_COPY) {
+ if (action == GDK_ACTION_COPY) {
old_uid = g_strdup (icalcomponent_get_uid (icalcomp));
uid = e_cal_component_gen_uid ();
icalcomponent_set_uid (icalcomp, uid);
@@ -297,7 +275,7 @@ selector_tree_drag_data_received (GtkWidget *widget,
/* this will report success by last item, but we don't care */
success = update_objects (client, icalcomp);
- if (success && context->action == GDK_ACTION_MOVE) {
+ if (success && action == GDK_ACTION_MOVE) {
/* remove components rather here, because we know which has been moved */
ESource *source_source;
ECal *source_client;
@@ -337,12 +315,8 @@ selector_tree_drag_data_received (GtkWidget *widget,
finish:
if (client)
g_object_unref (client);
- if (source)
- g_object_unref (source);
- if (path)
- gtk_tree_path_free (path);
- gtk_drag_finish (context, success, success && context->action == GDK_ACTION_MOVE, time);
+ return success;
}
static void
diff --git a/calendar/gui/print.c b/calendar/gui/print.c
index 67b2f729b0..f3c6312e3f 100644
--- a/calendar/gui/print.c
+++ b/calendar/gui/print.c
@@ -2531,7 +2531,7 @@ print_comp_draw_real (GtkPrintOperation *operation,
top += 20;
/* Attendees */
- if (e_cal_component_has_attendees (comp)) {
+ if ((page_nr == 0) && e_cal_component_has_attendees (comp)) {
top = bound_text (context, font, _("Attendees: "), -1, 0.0, top, width, height, FALSE, &page_start, &pages);
pango_font_description_free (font);
font = get_font_for_size (12, PANGO_WEIGHT_NORMAL);
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c
index c2ad3a45ef..d2424ed158 100644
--- a/calendar/gui/tasks-component.c
+++ b/calendar/gui/tasks-component.c
@@ -238,6 +238,16 @@ new_task_list_cb (EPopup *ep, EPopupItem *pitem, void *data)
}
static void
+rename_task_list_cb (EPopup *ep, EPopupItem *pitem, void *data)
+{
+ TasksComponentView *component_view = data;
+ ESourceSelector *selector;
+
+ selector = E_SOURCE_SELECTOR (component_view->source_selector);
+ e_source_selector_edit_primary_selection (selector);
+}
+
+static void
edit_task_list_cb (EPopup *ep, EPopupItem *pitem, void *data)
{
TasksComponentView *component_view = data;
@@ -278,6 +288,7 @@ mark_offline_cb (EPopup *ep, EPopupItem *pitem, void *data)
static EPopupItem etc_source_popups[] = {
{ E_POPUP_ITEM, "10.new", N_("_New Task List"), new_task_list_cb, NULL, "stock_todo", 0, 0 },
{ E_POPUP_ITEM, "15.copy", N_("_Copy..."), copy_task_list_cb, NULL, "edit-copy", 0, E_CAL_POPUP_SOURCE_PRIMARY },
+ { E_POPUP_ITEM, "18.rename", N_("_Rename..."), rename_task_list_cb, NULL, NULL, 0, E_CAL_POPUP_SOURCE_PRIMARY },
{ E_POPUP_BAR, "20.bar" },
{ E_POPUP_ITEM, "20.delete", N_("_Delete"), delete_task_list_cb, NULL, "edit-delete", 0, E_CAL_POPUP_SOURCE_USER|E_CAL_POPUP_SOURCE_PRIMARY },
@@ -397,43 +408,21 @@ update_objects (ECal *client, icalcomponent *icalcomp)
return TRUE;
}
-static void
-selector_tree_drag_data_received (GtkWidget *widget,
- GdkDragContext *context,
- gint x,
- gint y,
- GtkSelectionData *data,
- guint info,
- guint time,
- gpointer user_data)
-{
- GtkTreePath *path = NULL;
- GtkTreeViewDropPosition pos;
- gpointer source = NULL;
- GtkTreeModel *model;
- GtkTreeIter iter;
+static gboolean
+selector_tree_data_dropped (ESourceSelector *selector,
+ GtkSelectionData *data,
+ ESource *destination,
+ GdkDragAction action,
+ guint info,
+ TasksComponent *component)
+{
gboolean success = FALSE;
icalcomponent *icalcomp = NULL;
ECal *client = NULL;
GSList *components, *p;
- TasksComponent *component = TASKS_COMPONENT (user_data);
-
- if (!gtk_tree_view_get_dest_row_at_pos (GTK_TREE_VIEW (widget),
- x, y, &path, &pos))
- goto finish;
-
- model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget));
-
- if (!gtk_tree_model_get_iter (model, &iter, path))
- goto finish;
-
-
- gtk_tree_model_get (model, &iter, 0, &source, -1);
-
- if (E_IS_SOURCE_GROUP (source) || e_source_get_readonly (source) || !data->data)
- goto finish;
- client = auth_new_cal_from_source (source, E_CAL_SOURCE_TYPE_TODO);
+ client = auth_new_cal_from_source (
+ destination, E_CAL_SOURCE_TYPE_TODO);
if (!client || !e_cal_open (client, TRUE, NULL))
goto finish;
@@ -459,7 +448,7 @@ selector_tree_drag_data_received (GtkWidget *widget,
continue;
/* FIXME deal with GDK_ACTION_ASK */
- if (context->action == GDK_ACTION_COPY) {
+ if (action == GDK_ACTION_COPY) {
old_uid = g_strdup (icalcomponent_get_uid (icalcomp));
uid = e_cal_component_gen_uid ();
icalcomponent_set_uid (icalcomp, uid);
@@ -476,7 +465,7 @@ selector_tree_drag_data_received (GtkWidget *widget,
/* this will report success by last item, but we don't care */
success = update_objects (client, icalcomp);
- if (success && context->action == GDK_ACTION_MOVE) {
+ if (success && action == GDK_ACTION_MOVE) {
/* remove components rather here, because we know which has been moved */
ESource *source_source;
ECal *source_client;
@@ -516,12 +505,8 @@ selector_tree_drag_data_received (GtkWidget *widget,
finish:
if (client)
g_object_unref (client);
- if (source)
- g_object_unref (source);
- if (path)
- gtk_tree_path_free (path);
- gtk_drag_finish (context, success, context->action == GDK_ACTION_MOVE, time);
+ return success;
}
static void
diff --git a/composer/ChangeLog b/composer/ChangeLog
index aa88a29e94..b258637da4 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,35 @@
+2008-11-07 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Fix for bug #559701
+
+ * e-msg-composer.c: (e_load_spell_languages): Don't save when its
+ NULL.
+
+2008-11-05 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #559371
+
+ * e-msg-composer.c (e_load_spell_languages):
+ New function loads a list of GtkhtmlSpellLanguage structs from
+ GConf, taking care of details like converting language codes to
+ structs and ensuring the returned list is non-empty.
+
+ * e-msg-composer.c (e_save_spell_languages):
+ New function saves a list of GtkhtmlSpellLanguage structs to
+ GConf, taking care of details like converting the structs to
+ language codes.
+
+ * e-msg-composer.c (msg_composer_constructor):
+ Simplify the logic by using e_load_spell_languages().
+
+2008-11-04 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #554450
+
+ * e-msg-composer.c (msg_composer_init):
+ Get drag-and-drop to the attachment bar working again, but see
+ my note in the source code. I'm still not sure why it broke.
+
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #559028
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 6f1b10d7d4..5d2c8b8c73 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -2085,10 +2085,9 @@ msg_composer_constructor (GType type,
GObject *object;
EMsgComposer *composer;
GtkToggleAction *action;
- GList *spell_languages = NULL;
+ GList *spell_languages;
GConfClient *client;
GArray *array;
- GSList *list;
gboolean active;
guint binding_id;
@@ -2155,21 +2154,7 @@ msg_composer_constructor (GType type,
client, COMPOSER_GCONF_REQUEST_RECEIPT_KEY, NULL);
gtk_toggle_action_set_active (action, active);
- list = gconf_client_get_list (
- client, COMPOSER_GCONF_SPELL_LANGUAGES_KEY,
- GCONF_VALUE_STRING, NULL);
- while (list != NULL) {
- gchar *language_code = list->data;
- const GtkhtmlSpellLanguage *language;
-
- language = gtkhtml_spell_language_lookup (language_code);
- if (language != NULL)
- spell_languages = g_list_prepend (
- spell_languages, (gpointer) language);
-
- list = g_slist_delete_link (list, list);
- g_free (language_code);
- }
+ spell_languages = e_load_spell_languages ();
gtkhtml_editor_set_spell_languages (
GTKHTML_EDITOR (composer), spell_languages);
g_list_free (spell_languages);
@@ -2791,6 +2776,27 @@ msg_composer_init (EMsgComposer *composer)
drop_types, G_N_ELEMENTS (drop_types),
GDK_ACTION_COPY | GDK_ACTION_ASK | GDK_ACTION_MOVE);
+ /* XXX I'm not sure why we have to explicitly configure the
+ * attachment bar as a drag destination when CompEditor
+ * doesn't and previous Evolution releases (2.22 and
+ * prior) don't, but this is the only way I could figure
+ * out how to get drag-and-drop to the attachment bar
+ * working again. I'm probably overlooking something
+ * simple... */
+
+ gtk_drag_dest_set (
+ composer->priv->attachment_bar, GTK_DEST_DEFAULT_ALL,
+ drop_types, G_N_ELEMENTS (drop_types),
+ GDK_ACTION_COPY | GDK_ACTION_ASK | GDK_ACTION_MOVE);
+
+ g_signal_connect (
+ composer->priv->attachment_bar, "drag-motion",
+ G_CALLBACK (msg_composer_drag_motion), NULL);
+
+ g_signal_connect (
+ composer->priv->attachment_bar, "drag-data-received",
+ G_CALLBACK (msg_composer_drag_data_received), NULL);
+
g_signal_connect (
html, "drag-data-received",
G_CALLBACK (msg_composer_drag_data_received), NULL);
@@ -4791,3 +4797,95 @@ e_msg_composer_set_send_options (EMsgComposer *composer,
composer->priv->send_invoked = send_enable;
}
+
+GList *
+e_load_spell_languages (void)
+{
+ GConfClient *client;
+ GList *spell_languages = NULL;
+ GSList *list;
+ const gchar *key;
+ GError *error = NULL;
+
+ /* Ask GConf for a list of spell check language codes. */
+ client = gconf_client_get_default ();
+ key = COMPOSER_GCONF_SPELL_LANGUAGES_KEY;
+ list = gconf_client_get_list (client, key, GCONF_VALUE_STRING, &error);
+ g_object_unref (client);
+
+ /* Convert the codes to spell language structs. */
+ while (list != NULL) {
+ gchar *language_code = list->data;
+ const GtkhtmlSpellLanguage *language;
+
+ language = gtkhtml_spell_language_lookup (language_code);
+ if (language != NULL)
+ spell_languages = g_list_prepend (
+ spell_languages, (gpointer) language);
+
+ list = g_slist_delete_link (list, list);
+ g_free (language_code);
+ }
+
+ spell_languages = g_list_reverse (spell_languages);
+
+ /* Pick a default spell language if GConf came back empty. */
+ if (spell_languages == NULL) {
+ const GtkhtmlSpellLanguage *language;
+
+ language = gtkhtml_spell_language_lookup (NULL);
+
+ if (language) {
+ spell_languages = g_list_prepend (
+ spell_languages, (gpointer) language);
+
+ /* Don't overwrite the stored spell check language
+ * codes if there was a problem retrieving them. */
+ if (error == NULL)
+ e_save_spell_languages (spell_languages);
+ }
+ }
+
+ if (error != NULL) {
+ g_warning ("%s", error->message);
+ g_error_free (error);
+ }
+
+ return spell_languages;
+}
+
+void
+e_save_spell_languages (GList *spell_languages)
+{
+ GConfClient *client;
+ GSList *list = NULL;
+ const gchar *key;
+ GError *error = NULL;
+
+ /* Build a list of spell check language codes. */
+ while (spell_languages != NULL) {
+ const GtkhtmlSpellLanguage *language;
+ const gchar *language_code;
+
+ language = spell_languages->data;
+ language_code = gtkhtml_spell_language_get_code (language);
+ list = g_slist_prepend (list, (gpointer) language_code);
+
+ spell_languages = g_list_next (spell_languages);
+ }
+
+ list = g_slist_reverse (list);
+
+ /* Save the language codes to GConf. */
+ client = gconf_client_get_default ();
+ key = COMPOSER_GCONF_SPELL_LANGUAGES_KEY;
+ gconf_client_set_list (client, key, GCONF_VALUE_STRING, list, &error);
+ g_object_unref (client);
+
+ g_slist_free (list);
+
+ if (error != NULL) {
+ g_warning ("%s", error->message);
+ g_error_free (error);
+ }
+}
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h
index 7303069bc9..c37845b5ca 100644
--- a/composer/e-msg-composer.h
+++ b/composer/e-msg-composer.h
@@ -159,6 +159,9 @@ struct _EAttachmentBar *
gboolean e_msg_composer_is_exiting (EMsgComposer *composer);
+GList * e_load_spell_languages (void);
+void e_save_spell_languages (GList *spell_languages);
+
G_END_DECLS
#endif /* E_MSG_COMPOSER_H */
diff --git a/configure.in b/configure.in
index afd2695b98..fa18f30ed7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,17 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 2.25.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+m4_define([evo_major_version], [2])
+m4_define([evo_minor_version], [25])
+m4_define([evo_micro_version], [2])
+m4_define([evo_version],
+ [evo_major_version.evo_minor_version.evo_micro_version])
+m4_define([evo_stable_version],
+ [m4_if(m4_eval(evo_minor_version % 2), [1],
+ [evo_major_version.m4_eval(evo_minor_version - 1)],
+ [evo_version])])
+
+AC_INIT(evolution, [evo_version], http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Some requirements have versioned package names
@@ -13,7 +23,7 @@ GTKHTML_PACKAGE=3.14
# Required Packages
m4_define([glib_minimum_version], [2.18.0])
m4_define([gtk_minimum_version], [2.12.0])
-m4_define([eds_minimum_version], [2.23.91])
+m4_define([eds_minimum_version], [2.25.2])
m4_define([gnome_icon_theme_minimum_version], [2.19.91])
m4_define([libbonobo_minimum_version], [2.20.3])
m4_define([libbonoboui_minimum_version], [2.4.2])
@@ -53,6 +63,11 @@ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
dnl Initialize maintainer mode
AM_MAINTAINER_MODE
+if test "$evo_version" != "$evo_stable_version"; then
+ AC_DEFINE(STABLE_VERSION, ["evo_stable_version"],
+ [Define to the latest stable version if this version is unstable])
+fi
+
dnl *************************************************************************************************
dnl Base Version
dnl
@@ -75,16 +90,6 @@ UPGRADE_REVISION=0
AC_SUBST(UPGRADE_REVISION)
AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release])
-dnl *************************************************************************************************
-dnl Development mode
-dnl
-dnl The controls whether things like the development warning in shell/main.c are displayed.
-dnl
-dnl This should be set to 0 for stable releases and 1 for unstable releases
-dnl *************************************************************************************************
-AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not])
-AC_SUBST(DEVELOPMENT)
-
AC_ISC_POSIX
AC_PROG_CC
AC_PROG_CPP
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index f61b43a003..461861d7c3 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,16 @@
-<<<<<<< .working
-=======
+2008-11-12 Milan Crha <mcrha@redhat.com>
+
+ ** 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-04 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-non-intrusive-error-dialog.c:
+ * e-non-intrusive-error-dialog.h:
+ Fix compiler warnings.
+
2008-11-04 Akhil Laddha <lakhil@novell.com>
* e-non-intrusive-error-dialog.c (eni_query_tooltip_cb),
@@ -34,7 +45,6 @@ License Changes
* e-plugin-ui.c:
* e-plugin-ui.h:
->>>>>>> .merge-right.r36736
2008-10-06 Sankar P <psankar@novell.com>
* widgets/table/e-cell-float.c:
diff --git a/e-util/e-util-labels.c b/e-util/e-util-labels.c
index 359157a25f..da32f233c5 100644
--- a/e-util/e-util-labels.c
+++ b/e-util/e-util-labels.c
@@ -79,7 +79,7 @@ e_util_labels_parse (GConfClient *client)
/* 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 --git a/help/ChangeLog b/help/ChangeLog
index ce35c4df91..d08b874827 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-15 Petr Kovar <pknbe@volny.cz>
+
+ * cs/cs.po: Updated Czech translation of manual by Jiri Eischmann.
+
+2008-11-09 Petr Kovar <pknbe@volny.cz>
+
+ * cs/cs.po: Updated Czech translation of manual by Jiri Eischmann.
+
2008-10-26 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es/es.po: Updated Spanish translation
diff --git a/help/cs/cs.po b/help/cs/cs.po
index 4cd6ed293f..11dd18c31c 100644
--- a/help/cs/cs.po
+++ b/help/cs/cs.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution documentation\n"
-"POT-Creation-Date: 2008-09-29 12:25+0000\n"
-"PO-Revision-Date: 2008-09-21 14:52+0100\n"
-"Last-Translator: Jiří Eischmann <jiri@eischmann.cz>\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 <jiri@eischmann.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,416 +17,285 @@ msgstr ""
#. 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 @@ msgstr "@@image: 'figures/evo_cal_a.png'; md5=08a60dd21a8c52bace4a9d1d606b3ff5"
#. 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 @@ msgstr "@@image: 'figures/delgt-add.png'; md5=9bf1f22c67551ad910cd3749f216c2b7"
#. 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 @@ msgstr "@@image: 'figures/proxy-cal.png'; md5=8e1f3438047198a963e7642d5ff9cac6"
#. 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 @@ msgstr "Uživatelská příručka ke groupware a e-mailovému klientu Evolution
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 @@ msgstr "2.24"
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 @@ msgid "This manual describes version 2.24 of Evolution"
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 @@ msgid "About This Guide"
msgstr "O této příručce"
#: C/evolution.xml:85(para)
-msgid ""
-"This guide describes how to use and manage <trademark>Evolution</trademark> "
-"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 "
-"<trademark>Evolution</trademark> 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 <trademark>Evolution</trademark> 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 <trademark>Evolution</trademark> 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 @@ msgid "You can find additional help in three places:"
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 "
-"<command>evolution --help</command>."
-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 <command>evolution --help</command>."
+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 <command>evolution --help</command>."
+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 <command>evolution --help</command>."
#: C/evolution.xml:139(para)
msgid "In the Evolution interface, click Help &gt; Contents."
@@ -936,36 +722,20 @@ msgid "Documentation Conventions:"
msgstr "Konvence dokumentace:"
#: C/evolution.xml:144(para)
-msgid ""
-"In Novell documentation, a greater-than symbol (&gt;) is used to separate "
-"actions within a step and items in a cross-reference path. A trademark "
-"symbol (<trademark class=\"registered\"/>, <trademark/>, etc.) denotes a "
-"Novell trademark. An asterisk (*) denotes a third-party trademark."
-msgstr ""
-"V dokumentaci Novellu je symbol větší než (&gt;) používán pro oddělení akcí "
-"do kroků a položek napříč návodem. Symbol (<trademark class=\"registered\"/"
-">, <trademark/>, 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 (&gt;) is used to separate actions within a step and items in a cross-reference path. A trademark symbol (<trademark class=\"registered\"/>, <trademark/>, etc.) denotes a Novell trademark. An asterisk (*) denotes a third-party trademark."
+msgstr "V dokumentaci Novellu je symbol větší než (&gt;) používán pro oddělení akcí do kroků a položek napříč návodem. Symbol (<trademark class=\"registered\"/>, <trademark/>, 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 ""
-"<trademark>Evolution</trademark> is a <link linkend=\"groupware\">groupware</"
-"link> 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 ""
-"<trademark>Evolution</trademark> je <link linkend=\"groupware\">groupware</"
-"link> 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)
+msgid "<trademark>Evolution</trademark> is a <link linkend=\"groupware\">groupware</link> 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 "<trademark>Evolution</trademark> je <link linkend=\"groupware\">groupware</link> 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)
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 @@ msgid "Using the First-Run Assistant"
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 <emphasis>."
-"evolution</emphasis> 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ář <emphasis>.evolution</"
-"emphasis> 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 <emphasis>.evolution</emphasis> 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ář <emphasis>.evolution</emphasis> 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 &gt; Preferences, then click Mail Accounts. Select the "
-"account you want to change, then click Edit. Alternately, add a new account "
-"by clicking Add. See <link linkend=\"config-prefs-mail\">Mail Preferences</"
-"link> for details."
-msgstr ""
-"Později, pokud budete chtít změnit tento účet nebo pokud budete chtít "
-"vytvořit nový, kliknete na Upravit &gt; 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 <link linkend=\"config-prefs-"
-"mail\">Nastavení pošty</link>."
+msgid "Later on, if you want to change this account, or if you want to create a new one, click Edit &gt; Preferences, then click Mail Accounts. Select the account you want to change, then click Edit. Alternately, add a new account by clicking Add. See <link linkend=\"config-prefs-mail\">Mail Preferences</link> for details."
+msgstr "Později, pokud budete chtít změnit tento účet nebo pokud budete chtít vytvořit nový, kliknete na Upravit &gt; 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 <link linkend=\"config-prefs-mail\">Nastavení pošty</link>."
#: 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 @@ msgid "The Identity window is the first step in the assistant."
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 &gt; 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 &gt; Nastavení a potom na Účty e-mailu."
+msgid "Here, you enter some basic personal information. You can define multiple identities later by clicking Edit &gt; 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 &gt; 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 @@ msgstr "(Volitelně) Vyberte, zda je tento účet vašim výchozím účtem."
#: 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."
-
-#: 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)
+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: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 @@ msgid "Novell GroupWise:"
msgstr "Novell GroupWise:"
#: C/evolution.xml:268(para)
-msgid ""
-"Select this option if you connect to Novell <trademark class=\"registered"
-"\">GroupWise</trademark>. Novell GroupWise keeps email, calendar, and "
-"contact information on the server. For configuration instructions, see <link "
-"linkend=\"bstfw13\">Remote Configuration Options</link>."
-msgstr ""
-"Vyberte tuto volbu, pokud jste připojení do Novell <trademark class="
-"\"registered\">GroupWise</trademark>. Novell GroupWise uchovává vaši poštu, "
-"kalendář a kontakty na serveru. Více instrukcí o nastavení zjistíte na <link "
-"linkend=\"bstfw13\">Možnosti vzdálené konfigurace</link>."
+msgid "Select this option if you connect to Novell <trademark class=\"registered\">GroupWise</trademark>. Novell GroupWise keeps email, calendar, and contact information on the server. For configuration instructions, see <link linkend=\"bstfw13\">Remote Configuration Options</link>."
+msgstr "Vyberte tuto volbu, pokud jste připojení do Novell <trademark class=\"registered\">GroupWise</trademark>. Novell GroupWise uchovává vaši poštu, kalendář a kontakty na serveru. Více instrukcí o nastavení zjistíte na <link linkend=\"bstfw13\">Možnosti vzdálené konfigurace</link>."
#: 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 <link linkend=\"bstfw13\">Remote "
-"Configuration Options</link>."
-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 <link linkend=\"bstfw13\">Možnosti "
-"vzdálené konfigurace</link>."
+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 <link linkend=\"bstfw13\">Remote Configuration Options</link>."
+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 <link linkend=\"bstfw13\">Možnosti vzdálené konfigurace</link>."
#: 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 <link linkend=\"bstfw13"
-"\">Remote Configuration Options</link>."
-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 <link linkend=\"bstfw13\">Možnosti "
-"vzdálené konfigurace</link>."
+msgid "Keeps the email on your server so you can access your email from multiple systems. For configuration instructions, see <link linkend=\"bstfw13\">Remote Configuration Options</link>."
+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 <link linkend=\"bstfw13\">Možnosti vzdálené konfigurace</link>."
#: 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 <link linkend="
-"\"bstfw13\">Remote Configuration Options</link>."
-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 <link linkend="
-"\"bstfw13\">Možnosti vzdálené konfigurace</link>."
+msgid "Downloads your email to your hard disk for permanent storage, freeing up space on the email server. For configuration instructions, see <link linkend=\"bstfw13\">Remote Configuration Options</link>."
+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 <link linkend=\"bstfw13\">Možnosti vzdálené konfigurace</link>."
#: 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 <link linkend=\"bstfw13\">Remote "
-"Configuration Options</link>."
-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 <link linkend=\"bstfw13"
-"\">Možnosti vzdálené konfigurace</link>."
+msgid "Connects to the news server and downloads a list of available news digests. For configuration instructions, see <link linkend=\"bstfw13\">Remote Configuration Options</link>."
+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 <link linkend=\"bstfw13\">Možnosti vzdálené konfigurace</link>."
#: 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 <link linkend=\"bstgbqn"
-"\">Local Configuration Options</link>."
-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 <link "
-"linkend=\"bstgbqn\">Možnosti místní konfigurace</link>."
+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 <link linkend=\"bstgbqn\">Local Configuration Options</link>."
+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 <link linkend=\"bstgbqn\">Možnosti místní konfigurace</link>."
#: 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 <link linkend=\"bstgbqn\">Local "
-"Configuration Options</link>."
-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 <link linkend=\"bstgbqn\">Možnosti "
-"místní konfigurace</link>."
+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 <link linkend=\"bstgbqn\">Local Configuration Options</link>."
+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 <link linkend=\"bstgbqn\">Možnosti místní konfigurace</link>."
#: 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 <link linkend=\"bstgbqn"
-"\">Local Configuration Options</link>."
-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 <link linkend=\"bstgbqn"
-"\">Možnosti místní konfigurace</link>."
+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 <link linkend=\"bstgbqn\">Local Configuration Options</link>."
+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 <link linkend=\"bstgbqn\">Možnosti místní konfigurace</link>."
#: 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 <link linkend="
-"\"bstgbqn\">Local Configuration Options</link>."
-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 <link linkend=\"bstgbqn"
-"\">Možnosti místní konfigurace</link>."
+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 <link linkend=\"bstgbqn\">Local Configuration Options</link>."
+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 <link linkend=\"bstgbqn\">Možnosti místní konfigurace</link>."
#: 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 <link "
-"linkend=\"bstgbqn\">Local Configuration Options</link>."
-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 <link linkend=\"bstgbqn\">Možnosti "
-"místní konfigurace</link>."
+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 <link linkend=\"bstgbqn\">Local Configuration Options</link>."
+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 <link linkend=\"bstgbqn\">Možnosti místní konfigurace</link>."
-#: 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://<varname>server name</varname>/"
-"exchange/<varname>mail box path</varname>."
-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://<varname>jmeno "
-"serveru</varname>/exchange/<varname>cesta k postovni schrance</varname>."
+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://<varname>server name</varname>/exchange/<varname>mail box path</varname>."
+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://<varname>jmeno serveru</varname>/exchange/<varname>cesta k postovni schrance</varname>."
#: C/evolution.xml:343(para)
-msgid ""
-"When you have finished, continue with <link linkend=\"more-mail-options"
-"\">Receiving Mail Options</link>."
-msgstr ""
-"Pokud jste hotovi, pokračujte na <link linkend=\"more-mail-options"
-"\">Možnosti příjmu pošty</link>."
+msgid "When you have finished, continue with <link linkend=\"more-mail-options\">Receiving Mail Options</link>."
+msgstr "Pokud jste hotovi, pokračujte na <link linkend=\"more-mail-options\">Možnosti příjmu pošty</link>."
#: 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 with<link linkend=\"more-mail-options\">Receiving Mail Options</"
-"link>."
-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 <link linkend=\"more-mail-"
-"options\">Možnosti přijímání pošty</link>."
+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 with<link linkend=\"more-mail-options\">Receiving Mail Options</link>."
+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 <link linkend=\"more-mail-options\">Možnosti přijímání pošty</link>."
#: 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:"
-
-#: 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)
+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: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."
-
-#: 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)
+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: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."
-
-#: 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 <link linkend=\"usage-mail-org-"
-"filters-new\">Creating New Filter Rules</link>."
-msgstr ""
-"Více informací o filtrování na <link linkend=\"usage-mail-org-filters-new"
-"\">Vytvoření nových pravidel filtrování</link>."
-
-#: C/evolution.xml:401(para) C/evolution.xml:456(para)
-#: C/evolution.xml:492(para) C/evolution.xml:5904(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."
+
+#: 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 <link linkend=\"usage-mail-org-filters-new\">Creating New Filter Rules</link>."
+msgstr "Více informací o filtrování na <link linkend=\"usage-mail-org-filters-new\">Vytvoření nových pravidel filtrování</link>."
+
+#: 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 <link linkend=\"usage-mail-"
-"organize-spam\">Stopping Junk Mail (Spam)</link> and <link linkend=\"mail-"
-"prefs-junk\">Junk</link>."
-msgstr ""
-"Více informací o nevyžádané poště se dozvíte v <link linkend=\"usage-mail-"
-"organize-spam\">Zastavení nevyžádané pošty (spamu)</link> a <link linkend="
-"\"mail-prefs-junk\">Nevyžádaná pošta</link>."
+msgid "For additional information on junk content, see <link linkend=\"usage-mail-organize-spam\">Stopping Junk Mail (Spam)</link> and <link linkend=\"mail-prefs-junk\">Junk</link>."
+msgstr "Více informací o nevyžádané poště se dozvíte v <link linkend=\"usage-mail-organize-spam\">Zastavení nevyžádané pošty (spamu)</link> a <link linkend=\"mail-prefs-junk\">Nevyžádaná pošta</link>."
-#: 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."
+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."
-
-#: 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: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."
+#: 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: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 <link linkend=\"third-step\">Sending "
-"Mail</link>."
-msgstr ""
-"Když jste hotoví, pokračujte na <link linkend=\"third-step\">Odesílání "
-"pošty</link>."
+#: 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."
+
+#: 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 <link linkend=\"third-step\">Sending Mail</link>."
+msgstr "Když jste hotoví, pokračujte na <link linkend=\"third-step\">Odesílání pošty</link>."
#: 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 @@ msgid "Select if you want to disable support for all POP3 extensions."
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 @@ msgid "For example, comp.os.linux would appear as c.o.linux."
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 <emphasis>.folders</emphasis> summary file."
-msgstr ""
-"Zvolte, pokud chcete použít souhrnný soubor <emphasis>.folders</emphasis>"
+msgid "Select if you want to use the <emphasis>.folders</emphasis> summary file."
+msgstr "Zvolte, pokud chcete použít souhrnný soubor <emphasis>.folders</emphasis>"
#: 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:"
+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 @@ msgid "Sendmail:"
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 <link linkend=\"bsthwzo\">SMTP Configuration</link> 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 <link linkend=\"bsthwzo\">Nastavení SMTP</link>."
+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 <link linkend=\"bsthwzo\">SMTP Configuration</link> 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 <link linkend=\"bsthwzo\">Nastavení SMTP</link>."
#: C/evolution.xml:677(title)
msgid "SMTP Configuration"
@@ -1888,34 +1404,20 @@ msgid "Select if your server requires authentication."
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 <link linkend=\"bsti1ty\">Account Management</link>."
msgstr "Pokračujte na <link linkend=\"bsti1ty\">Správu účtu</link>."
#: 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 <link linkend=\"step-three-b\">Time Zone</link><link linkend="
-"\"step-three-b\"/>."
-msgstr ""
-"Pokračujte na <link linkend=\"step-three-b\">Časové pásmo</link><link "
-"linkend=\"step-three-b\"/>."
+msgid "Continue with <link linkend=\"step-three-b\">Time Zone</link><link linkend=\"step-three-b\"/>."
+msgstr "Pokračujte na <link linkend=\"step-three-b\">Časové pásmo</link><link linkend=\"step-three-b\"/>."
#: C/evolution.xml:722(para)
msgid "Select your time zone on the map."
@@ -1934,210 +1436,115 @@ msgid "Evolution opens with your new account created."
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 <link "
-"linkend=\"fourth-step\">Importing Mail (Optional)</link>. If not, skip to "
-"<link linkend=\"ui-intro\">Using Evolution: An Overview</link>."
-msgstr ""
-"Pokud chcete importovat poštu z jiného poštovního klienta, pokračujte na "
-"<link linkend=\"fourth-step\">Import pošty (volitelné)</link>. Pokud ne, "
-"přeskočte na <link linkend=\"ui-intro\">Používání Evolutionu: Přehled</link>."
+msgid "If you want to import email from another email client, continue with <link linkend=\"fourth-step\">Importing Mail (Optional)</link>. If not, skip to <link linkend=\"ui-intro\">Using Evolution: An Overview</link>."
+msgstr "Pokud chcete importovat poštu z jiného poštovního klienta, pokračujte na <link linkend=\"fourth-step\">Import pošty (volitelné)</link>. Pokud ne, přeskočte na <link linkend=\"ui-intro\">Používání Evolutionu: Přehled</link>."
#: 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 <link linkend=\"importing-mail\">Importing Single "
-"Files</link>."
-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 <link linkend=\"importing-mail\">Importu jednotlivých souborů</"
-"link>."
+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 <link linkend=\"importing-mail\">Importing Single Files</link>."
+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 <link linkend=\"importing-mail\">Importu jednotlivých souborů</link>."
-#: 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 <link linkend=\"outlook-migration-mail\">Migrating "
-"Local Outlook Mail Folders</link>."
-msgstr ""
-"Abyste informace importovali, budete možná potřebovat nástroj Exportu pod "
-"Windows*. Instrukce naleznete v <link linkend=\"outlook-migration-mail"
-"\">Migraci lokálních poštovních složek Outlooku</link>."
+msgid "To import information, you might want to use the Export tool under Windows*. See the instructions in <link linkend=\"outlook-migration-mail\">Migrating Local Outlook Mail Folders</link>."
+msgstr "Abyste informace importovali, budete možná potřebovat nástroj Exportu pod Windows*. Instrukce naleznete v <link linkend=\"outlook-migration-mail\">Migraci lokálních poštovních složek Outlooku</link>."
-#: C/evolution.xml:741(para) C/evolution.xml:2543(para)
-msgid ""
-"Before importing email from Netscape*, Mozilla and Netscape users need to "
-"click File &gt; Compact &gt; 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 &gt; Provést údržbu služeb &gt; 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 &gt; Compact &gt; 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 &gt; Provést údržbu služeb &gt; 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 <command>~/.evolution</command> "
-"directory. The file formats used are <command>mbox</command> 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 <command>~/.evolution</command>. "
-"Použité formáty souborů jsou <command>mbox</command> 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 <command>~/.evolution</command> directory. The file formats used are <command>mbox</command> 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 <command>~/.evolution</command>. Použité formáty souborů jsou <command>mbox</command> 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 &gt; Save Address Book As VCard"
-"\". If you want to export only one contact, click File &gt; 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 &gt; 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 &gt; Save Address Book As VCard\". If you want to export only one contact, click File &gt; 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 &gt; 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 <link linkend=\"usage-mainwindow-menubar\">The Menu Bar</"
-"link>."
-msgstr ""
-"Lišta nabídky vám zpřístupňuje většinu funkcí Evolutionu. Více informací v "
-"<link linkend=\"usage-mainwindow-menubar\">Panelu nabídky</link>."
+msgid "The menu bar gives you access to most Evolution features. For additional information, see <link linkend=\"usage-mainwindow-menubar\">The Menu Bar</link>."
+msgstr "Lišta nabídky vám zpřístupňuje většinu funkcí Evolutionu. Více informací v <link linkend=\"usage-mainwindow-menubar\">Panelu nabídky</link>."
#: 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 <link linkend=\"usage-mainwindow-"
-"shortcutbar\">The Side Bar</link>."
-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 <link linkend=\"usage-mainwindow-"
-"shortcutbar\">Bočním panelu</link>."
+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 <link linkend=\"usage-mainwindow-shortcutbar\">The Side Bar</link>."
+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 <link linkend=\"usage-mainwindow-shortcutbar\">Bočním panelu</link>."
#: 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 @@ msgid "The Menu Bar"
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 @@ msgid "The Sidebar"
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 <link linkend=\"filetree\">file tree</"
-"link>. 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 <link linkend=\"usage-mail-organize-vfolders\">Using Search Folders</"
-"link>."
-msgstr ""
-"Seznam složek organizuje vaši poštu, kalendáře, seznamy kontaktů a seznamy "
-"poznámek do stromu podobného <link linkend=\"filetree\">stromu souborů</"
-"link>. 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 <link linkend=\"usage-mail-organize-vfolders\">Používání složek "
-"hledání</link>."
+msgid "The folder list organizes your email, calendars, address books, task lists and memo lists in a tree, similar to a <link linkend=\"filetree\">file tree</link>. 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 <link linkend=\"usage-mail-organize-vfolders\">Using Search Folders</link>."
+msgstr "Seznam složek organizuje vaši poštu, kalendáře, seznamy kontaktů a seznamy poznámek do stromu podobného <link linkend=\"filetree\">stromu souborů</link>. 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 <link linkend=\"usage-mail-organize-vfolders\">Používání složek hledání</link>."
#: 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 @@ msgstr "Napište jméno složky do pole Název složky."
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 @@ msgid "Changing Switcher Appearance:"
msgstr "Změna vzhledu přepínače:"
#: C/evolution.xml:847(para)
-msgid ""
-"To change the appearance of your switcher click <emphasis>View &gt; Switcher "
-"Appearance</emphasis> from the Menu bar. Under Switcher Appearance you can "
-"select:"
-msgstr ""
-"Chcete-li změnit vzhled přepínače, klikněte na <emphasis>Zobrazit &gt; "
-"Vzhled přepínače</emphasis>"
+msgid "To change the appearance of your switcher click <emphasis>View &gt; Switcher Appearance</emphasis> from the Menu bar. Under Switcher Appearance you can select:"
+msgstr "Chcete-li změnit vzhled přepínače, klikněte na <emphasis>Zobrazit &gt; Vzhled přepínače</emphasis>"
#: C/evolution.xml:849(title)
msgid "Icons and Text:"
@@ -2393,24 +1749,16 @@ msgid "Folder Management"
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 @@ msgstr "Nová složka:"
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 @@ msgid "Properties:"
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 @@ msgstr "E-mail"
#: 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 <link linkend=\"imap\">IMAP</"
-"link>, <link linkend=\"pop\">POP3</link>, and local mbox or mh spools and "
-"files created by other email programs."
-msgstr ""
-"Podporuje různé e-mailové zdroje včetně <link linkend=\"imap\">IMAPu</link>, "
-"<link linkend=\"pop\">POP3</link>, místního mboxu nebo adresářů a souborů mh "
-"vytvořených jinými programy."
+msgid "It supports multiple email sources, including <link linkend=\"imap\">IMAP</link>, <link linkend=\"pop\">POP3</link>, and local mbox or mh spools and files created by other email programs."
+msgstr "Podporuje různé e-mailové zdroje včetně <link linkend=\"imap\">IMAPu</link>, <link linkend=\"pop\">POP3</link>, 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 <link linkend="
-"\"usage-mail-organize-spam\">junk email</link>, message <link linkend="
-"\"usage-mail-organize-filters\">filtering</link> and <link linkend=\"usage-"
-"mail-organize-search\">searching</link> functions were built for speed and "
-"efficiency. There's also the <link linkend=\"usage-mail-organize-vfolders"
-"\">search folder</link>, 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 <link linkend=\"usage-mail-organize-spam\">nevyžádané pošty</"
-"link>, <link linkend=\"usage-mail-organize-filters\">filtrování</link> zpráv "
-"a <link linkend=\"usage-mail-organize-search\">vyhledávání</link> vytvořeny "
-"pro rychlou a efektivní práci. V některých jiných klientech také nenajdete "
-"<link linkend=\"usage-mail-organize-vfolders\">složky hledání</link> 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 <link linkend=\"usage-mail-organize-spam\">junk email</link>, message <link linkend=\"usage-mail-organize-filters\">filtering</link> and <link linkend=\"usage-mail-organize-search\">searching</link> functions were built for speed and efficiency. There's also the <link linkend=\"usage-mail-organize-vfolders\">search folder</link>, 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 <link linkend=\"usage-mail-organize-spam\">nevyžádané pošty</link>, <link linkend=\"usage-mail-organize-filters\">filtrování</link> zpráv a <link linkend=\"usage-mail-organize-search\">vyhledávání</link> vytvořeny pro rychlou a efektivní práci. V některých jiných klientech také nenajdete <link linkend=\"usage-mail-organize-vfolders\">složky hledání</link> 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 <link "
-"linkend=\"usage-mail\">Sending and Receiving Email</link>."
-msgstr ""
-"Hlubšího průvodce poštovními schopnostmi Evolutionu naleznete v <link "
-"linkend=\"usage-mail\">Posílání a přijímání e-mailů</link>."
+msgid "For an in-depth guide to the email capabilities of Evolution, read <link linkend=\"usage-mail\">Sending and Receiving Email</link>."
+msgstr "Hlubšího průvodce poštovními schopnostmi Evolutionu naleznete v <link linkend=\"usage-mail\">Posílání a přijímání e-mailů</link>."
#: 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 @@ msgid "Month Pane:"
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 <link linkend=\"usage-calendar"
-"\">Evolution Calendar</link>."
-msgstr ""
-"Více informací o kalendáři naleznete v <link linkend=\"usage-calendar"
-"\">Kalendáři Evolution</link>"
+msgid "For more information about the calendar, see <link linkend=\"usage-calendar\">Evolution Calendar</link>."
+msgstr "Více informací o kalendáři naleznete v <link linkend=\"usage-calendar\">Kalendáři Evolution</link>"
#: 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 <link linkend=\"ldap\">LDAP</link> 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 <link linkend=\"ldap\">LDAP</link> 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 <link linkend=\"ldap\">LDAP</link> 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 <link linkend=\"ldap\">LDAP</link> 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 <link linkend="
-"\"usage-contact\">Evolution Contacts: the Address Book</link>."
-msgstr ""
-"Detailnější informace o tom, jak používat adresář naleznete v <link linkend="
-"\"usage-contact\">Kontakty Evolution: adresář</link> "
+msgid "For detailed instructions on how to use the address book, read <link linkend=\"usage-contact\">Evolution Contacts: the Address Book</link>."
+msgstr "Detailnější informace o tom, jak používat adresář naleznete v <link linkend=\"usage-contact\">Kontakty Evolution: adresář</link> "
#: 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 &gt; Backup Settings to select the folder where you want to save "
-"the backup."
-msgstr ""
-"Vyberte Soubor &gt; Zálohovat nastavení a vyberte složku, kde se má záloha "
-"uložit."
+msgid "Select File &gt; Backup Settings to select the folder where you want to save the backup."
+msgstr "Vyberte Soubor &gt; 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 @@ msgid "This feature restores your settings from the archive."
msgstr "Tato funkce obnovuje vaše nastavení z archivu."
#: C/evolution.xml:1001(para)
-msgid ""
-"Select File &gt; Restore Settings to open the available evolution.tar.gz "
-"files."
-msgstr ""
-"vyberte Soubor &gt Obnovit nastavení a otevřete dostupné soubory evolution."
-"tar.gz"
+msgid "Select File &gt; Restore Settings to open the available evolution.tar.gz files."
+msgstr "vyberte Soubor &gt 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 "
-"<command>evolution --help</command>."
-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 <command>evolution --help</command>."
+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 <command>evolution --help</command>."
+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 <command>evolution --help</command>."
#: 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 @@ msgid "Disables all the preview panes when you launch Evolution."
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:<varname>joe@somewhere.net</varname>"
msgstr "evolution mailto:<varname>joe@somewhere.net</varname>"
#: 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 @@ msgid "evolution <quote>%s</quote>"
msgstr "evolution <quote>%s</quote>"
#: 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 <link linkend=\"usage-mail-organize\">Organizing Your "
-"Email</link>, provide you with an in-depth guide to the capabilities of "
-"<trademark>Evolution</trademark> as a mail client. For information about how "
-"to customize your mail account, see <link linkend=\"config-prefs-mail\">Mail "
-"Preferences</link>."
-msgstr ""
-"Tato sekce a <link linkend=\"usage-mail-organize\">Organizování pošty</link> "
-"vám nabízí hlubšího průvodce schopnostmi <trademark>Evolutionu</trademark> "
-"jako poštovního klienta. Více informací o tom, jak si přizpůsobit svůj "
-"poštovní účet se dozvíte v <link linkend=\"config-prefs-mail\">Nastavení "
-"pošty</link>."
-
-#: C/evolution.xml:1111(link) C/evolution.xml:1131(title)
+msgid "This section, and <link linkend=\"usage-mail-organize\">Organizing Your Email</link>, provide you with an in-depth guide to the capabilities of <trademark>Evolution</trademark> as a mail client. For information about how to customize your mail account, see <link linkend=\"config-prefs-mail\">Mail Preferences</link>."
+msgstr "Tato sekce a <link linkend=\"usage-mail-organize\">Organizování pošty</link> vám nabízí hlubšího průvodce schopnostmi <trademark>Evolutionu</trademark> jako poštovního klienta. Více informací o tom, jak si přizpůsobit svůj poštovní účet se dozvíte v <link linkend=\"config-prefs-mail\">Nastavení pošty</link>."
+
+#: 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 &gt; and &lt; "
-"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 &gt; a &lt;, 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 &gt; and &lt; 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 &gt; a &lt;, 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 &gt; Preferences, then select Mail Accounts."
msgstr "Klikněte na Upravit &gt; Nastavení, potom vyberte Účty e-mailu."
@@ -3040,192 +2168,121 @@ msgid "When you are in the Mail view, the Spacebar has the following behavior:"
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 <link linkend=\"usage-mainwindow-starting\">Starting Evolution "
-"for the First Time</link>."
-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 <link linkend=\"usage-"
-"mainwindow-starting\">Začínáme poprvé s Evolutionem</link>."
+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 <link linkend=\"usage-mainwindow-starting\">Starting Evolution for the First Time</link>."
+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 <link linkend=\"usage-mainwindow-starting\">Začínáme poprvé s Evolutionem</link>."
#: 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 <link linkend=\"mail-prefs-"
-"headers\">Mail Header Preferences</link>, 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 <link linkend="
-"\"mail-prefs-headers\">Nastavení hlavičky e-mailu</link>"
+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 <link linkend=\"mail-prefs-headers\">Mail Header Preferences</link>, 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 <link linkend=\"mail-prefs-headers\">Nastavení hlavičky e-mailu</link>"
#: 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<inlinegraphic format=\"PNG\" fileref="
-"\"figures/evo_blink.png\"/> 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 <inlinegraphic format=\"PNG\" fileref="
-"\"figures/evo_blink.png\"/> 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<inlinegraphic format=\"PNG\" fileref=\"figures/evo_blink.png\"/> 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 <inlinegraphic format=\"PNG\" fileref=\"figures/evo_blink.png\"/> 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 &gt; 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 &gt; 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 &gt; 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 @@ msgstr "Klikněte na Žádný, abyste otevřeli okno pro výběr zvukového soub
#: 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 @@ msgstr "Kliknutím na Otevřít zvukový soubor vyberete."
#: 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 @@ msgid "Click View &gt; Preview &gt; Vertical View"
msgstr "Klikněte na Zobrazit &gt; Náhled &gt; 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 @@ msgid "Collapsible Message Headers"
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 &gt; Preferences."
-msgstr ""
+msgstr "Vyberte Upravit &gt; Nastavení."
#: C/evolution.xml:1280(para)
msgid "Select Mail Preferences."
msgstr "Vyberte Nastavení pošty."
#: C/evolution.xml:1283(para)
-msgid ""
-"Check <guilabel>Shrink To/CC/Bcc headers to column</guilabel> to limit the "
-"address."
-msgstr ""
-"Zatrhněte <guilabel>Zmenšit hlavičky Komu/Kopie/Skrytá kopie do sloupce</"
-"guilabel> pro omezení adres."
+msgid "Check <guilabel>Shrink To/CC/Bcc headers to column</guilabel> to limit the address."
+msgstr "Zatrhněte <guilabel>Zmenšit hlavičky Komu/Kopie/Skrytá kopie do sloupce</guilabel> 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 <inlinegraphic format="
-"\"PNG\" fileref=\"figures/plus.png\"/> icon or the <guilabel>...</guilabel> "
-"in the message preview pane. To collapse click <inlinegraphic format=\"PNG\" "
-"fileref=\"figures/minus.png\"/> icon in the preview pane."
-msgstr ""
-"Rozbalit hlavičky můžete kliknutím na ikonu <inlinegraphic format=\"PNG\" "
-"fileref=\"figures/plus.png\"/> nebo na <guilabel>...</guilabel> v panelu "
-"náhledu zprávy. Pro sbalení klikněte na ikonu <inlinegraphic format=\"PNG\" "
-"fileref=\"figures/minus.png\"/> v panelu náhledu."
+msgid "You can expand the message headers by clicking the <inlinegraphic format=\"PNG\" fileref=\"figures/plus.png\"/> icon or the <guilabel>...</guilabel> in the message preview pane. To collapse click <inlinegraphic format=\"PNG\" fileref=\"figures/minus.png\"/> icon in the preview pane."
+msgstr "Rozbalit hlavičky můžete kliknutím na ikonu <inlinegraphic format=\"PNG\" fileref=\"figures/plus.png\"/> nebo na <guilabel>...</guilabel> v panelu náhledu zprávy. Pro sbalení klikněte na ikonu <inlinegraphic format=\"PNG\" fileref=\"figures/minus.png\"/> 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 @@ msgid "In Evolution:"
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/<varname>username</"
-"varname>/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/<varname>uzivatel</varname>/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/<varname>username</varname>/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/<varname>uzivatel</varname>/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 <link linkend=\"attachment\">attachment</link>, "
-"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 <link linkend=\"attachment\">přílohu</link>, 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 <link linkend=\"attachment\">attachment</link>, 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 <link linkend=\"attachment\">přílohu</link>, 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 @@ msgid "Select the application to open the attachment."
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 @@ msgid "Click the HTML Mail tab."
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."
-
-#: 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 "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)
msgid "Click Close."
msgstr "Klikněte na zavřít."
@@ -3563,23 +2511,20 @@ msgstr "Nastavení proxy v KDE:"
#: C/evolution.xml:1380(para)
msgid "Click the menu icon &gt; System &gt; Configuration &gt; Yast."
-msgstr ""
-"Klikněte na ikonu nabídky &gt; Systém &gt; Nastavení &gt; Yast. (pouze "
-"rodinu distrubucí SUSE)"
+msgstr "Klikněte na ikonu nabídky &gt; Systém &gt; Nastavení &gt; 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 @@ msgid "To set your proxy in GNOME:"
msgstr "Nastavení proxy v GNOME:"
#: C/evolution.xml:1395(para)
-msgid ""
-"Click System &gt; Administrative Settings (enter your root password if "
-"needed)."
-msgstr ""
-"Klikněte na Systém &gt; Administrátorská nastavení (vložte administrátorské "
-"heslo, pokud je potřeba)."
+msgid "Click System &gt; Administrative Settings (enter your root password if needed)."
+msgstr "Klikněte na Systém &gt; 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 <link linkend=\"bse54o0\">new email "
-"account</link>, 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 <link linkend=\"bse54o0\">nový e-"
-"mailový účet</link> 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 <link linkend=\"bse54o0\">new email account</link>, 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 <link linkend=\"bse54o0\">nový e-mailový účet</link> 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 &gt; Subscriptions."
msgstr "Klikněte na Složka &gt; 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 &gt; "
-"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 "
-"&gt; Vyčistit nebo stiskněte Ctrl+E."
+msgid "To permanently erase all the deleted messages in a folder, click Folder &gt; 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 &gt; 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 <link "
-"linkend=\"usage-mail-organize-vfolders\">Using Search Folders</link>."
-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 <link linkend=\"usage-mail-"
-"organize-vfolders\">Používání složek hledání</link>"
+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 <link linkend=\"usage-mail-organize-vfolders\">Using Search Folders</link>."
+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 <link linkend=\"usage-mail-organize-vfolders\">Používání složek hledání</link>"
#: 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 &gt; Undelete. Note that "
-"View &gt; 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 &gt; Zrušit "
-"odstranění zprávy. Všimněte si, že volbaZobrazit &gt; 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 &gt; Undelete. Note that View &gt; 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 &gt; Zrušit odstranění zprávy. Všimněte si, že volbaZobrazit &gt; 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 &gt; New &gt; "
-"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 &gt; Nový &gt; 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 &gt; New &gt; 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 &gt; Nový &gt; 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. <quote>Zh</quote> and <quote>ya</quote> 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é. <quote>Zh</quote> a <quote>ya</"
-"quote> 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. <quote>Zh</quote> and <quote>ya</quote> 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é. <quote>Zh</quote> a <quote>ya</quote> 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 @@ msgstr "Vlastní hlavičky"
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 &gt; Plugins."
msgstr "Vyberte Upravit &gt; 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 &gt; Mail Message or Shift+Ctrl+M to open a Compose Message "
-"window."
-msgstr ""
-"Abyste otevřeli okno pro vytvoření zprávy, vyberte Soubor &gt; Nová &gt; "
-"Zpráva nebo Shift+Ctrl+M."
+msgid "Select New &gt; Mail Message or Shift+Ctrl+M to open a Compose Message window."
+msgstr "Abyste otevřeli okno pro vytvoření zprávy, vyberte Soubor &gt; Nová &gt; Zpráva nebo Shift+Ctrl+M."
#: C/evolution.xml:1513(para)
-msgid ""
-"Select Insert &gt; Custom Header to open the Email Custom Header window."
-msgstr ""
-"Vyberte Vložit &gt; Vlastní hlavička pro otevření okna vlastní hlavičky e-"
-"mailu."
+msgid "Select Insert &gt; Custom Header to open the Email Custom Header window."
+msgstr "Vyberte Vložit &gt; 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 &gt; 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 &gt; "
-"Uložit koncept."
+msgid "Click File &gt; 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 &gt; Uložit koncept."
#: C/evolution.xml:1536(para)
-msgid ""
-"If you prefer to save your message as a text file, click File &gt; Save As, "
-"then specify a filename."
-msgstr ""
-"Pokud dáváte přednost uložení zprávy jako textový soubor, klikněte na Soubor "
-"&gt; Uložit jako, potom zadejte název souboru."
+msgid "If you prefer to save your message as a text file, click File &gt; Save As, then specify a filename."
+msgstr "Pokud dáváte přednost uložení zprávy jako textový soubor, klikněte na Soubor &gt; 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 "
-"<trademark class=\"registered\">GroupWise</trademark>, 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 <trademark class=\"registered\">GroupWise</trademark>, 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 <trademark class=\"registered\">GroupWise</trademark>, 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 <trademark class=\"registered\">GroupWise</trademark>, 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 @@ msgid "Click Copy Folder Content Locally for Offline Operation."
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 &gt; Work Offline, or click the connection status icon in the "
-"lower left of the screen."
-msgstr ""
-"Klikněte na Soubor &gt; Pracovat při odpojení, nebo klikněte na ikonu stavu "
-"připojení v levém dolním rohu obrazovky."
+msgid "Click File &gt; Work Offline, or click the connection status icon in the lower left of the screen."
+msgstr "Klikněte na Soubor &gt; 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 @@ msgstr "Když se chcete znovu připojit,"
#: C/evolution.xml:1573(para)
msgid "Click File &gt; Work Online, or click the connection status icon again."
-msgstr ""
-"Klikněte na Soubor &gt; Pracovat on-line, nebo klikněte znovu na ikonu stavu "
-"připojení."
+msgstr "Klikněte na Soubor &gt; 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 @@ msgid "Automatic Network State Handling"
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 @@ msgid "Select the file you want to attach."
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 @@ msgid "Select Edit &gt; Plugins &gt; Attachment Reminder."
msgstr "Vyberte Upravit &gt; Zásuvné moduly &gt; 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 <quote>Attach</quote> or <quote>Attachment</quote> "
-"and click Add."
-msgstr ""
-"Vyberte klíčová slova jako <quote>Attach</quote> nebo <quote>Příloha</quote> "
-"a klikněte na Přidat. "
+msgid "Select keywords such as <quote>Attach</quote> or <quote>Attachment</quote> and click Add."
+msgstr "Vyberte klíčová slova jako <quote>Attach</quote> nebo <quote>Příloha</quote> 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 <quote>attach</quote> 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ř. "
-"<quote>příloha</quote> 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 <quote>attach</quote> 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ř. <quote>příloha</quote> 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 ""
-"<trademark>Evolution</trademark>, 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 ""
-"<trademark>Evolution</trademark>, 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 "<trademark>Evolution</trademark>, 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 "<trademark>Evolution</trademark>, 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 <link linkend=\"usage-"
-"contact-organize-group-list\">Creating a List of Contacts</link>."
-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 <link linkend=\"usage-contact-organize-"
-"group-list\">Vytvoření seznamu kontaktů</link>."
+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 <link linkend=\"usage-contact-organize-group-list\">Creating a List of Contacts</link>."
+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 <link linkend=\"usage-contact-organize-group-list\">Vytvoření seznamu kontaktů</link>."
#: 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 @@ msgstr "Otevřete okno editoru."
#: C/evolution.xml:1652(para)
msgid "Open the Reply-To field by clicking View &gt; Reply To."
-msgstr ""
-"Otevřete pole Odpovědět-komu kliknutím na Zobrazit &gt; Odpovědět-komu."
+msgstr "Otevřete pole Odpovědět-komu kliknutím na Zobrazit &gt; 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 &gt; "
-"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 &gt; "
-"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 &gt; 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 &gt; 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 <link linkend=\"contact-automation-basic\">Send Me a Card: "
-"Adding New Cards Quickly</link> and <link linkend=\"usage-calendar-apts"
-"\">Scheduling With the Evolution Calendar</link>."
-msgstr ""
-"Více informací o používání e-mailu spolu se správcem kontaktů a kalendářem "
-"naleznete v <link linkend=\"contact-automation-basic\">Pošli mi kartu: "
-"Rychlé přidávání nových karet</link> a <link linkend=\"usage-calendar-apts"
-"\">Plánování s Kalendářem Evolution</link>."
+msgid "For more information about using email with the contact manager and the calendar, see <link linkend=\"contact-automation-basic\">Send Me a Card: Adding New Cards Quickly</link> and <link linkend=\"usage-calendar-apts\">Scheduling With the Evolution Calendar</link>."
+msgstr "Více informací o používání e-mailu spolu se správcem kontaktů a kalendářem naleznete v <link linkend=\"contact-automation-basic\">Pošli mi kartu: Rychlé přidávání nových karet</link> a <link linkend=\"usage-calendar-apts\">Plánování s Kalendářem Evolution</link>."
#: 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 @@ msgid "Ctrl+F"
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 @@ msgid "Find Regex:"
msgstr "Hledat regulární výraz:"
#: C/evolution.xml:1749(para)
-msgid ""
-"You can search for a complex pattern of characters, called a <link linkend="
-"\"regular-expression\">regular expression</link> or <quote>regex</quote> 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é <link linkend="
-"\"regular-expression\">regulární výrazy</link> nebo <quote>regex</quote>. "
-"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 <link linkend=\"regular-expression\">regular expression</link> or <quote>regex</quote> 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é <link linkend=\"regular-expression\">regulární výrazy</link> nebo <quote>regex</quote>. 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 @@ msgstr "Hledat další:"
#: 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 @@ msgid "Find a word or phrase, and replace it with something else."
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 <link linkend="
-"\"html\">HTML</link>, 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 <link linkend=\"html\">HTML</link> 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 <link linkend=\"html\">HTML</link>, 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 <link linkend=\"html\">HTML</link> 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 &gt; 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 &gt; HTML z lišty nástrojů."
+msgid "You can change the format of an email message from plain text to HTML by choosing Format &gt; 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 &gt; 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 <link linkend=\"config-prefs-mail-"
-"composer\">Composer Preferences</link> 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 "
-"<link linkend=\"config-prefs-mail-composer\">Nastavení editoru</link>."
+msgid "To send all your mail as HTML by default, set your mail format preferences in the mail configuration dialog box. See <link linkend=\"config-prefs-mail-composer\">Composer Preferences</link> 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 <link linkend=\"config-prefs-mail-composer\">Nastavení editoru</link>."
#: 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 <link linkend=\"tooltip\">tool-"
-"tips</link>, 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 <link linkend=\"tooltip"
-"\">nástrojových tipech</link>, 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 <link linkend=\"tooltip\">tool-tips</link>, 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 <link linkend=\"tooltip\">nástrojových tipech</link>, 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 @@ msgid "TT"
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 @@ msgid "Alignment:"
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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 @@ msgid "Inserting a Rule"
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 &gt; Rule in the menubar."
-msgstr ""
+msgstr "Klikněte v nabídce na Vložit &gt; Pravidlo."
#: C/evolution.xml:1900(para)
msgid "Select the width, size, and alignment."
@@ -4781,7 +3230,7 @@ msgstr "Můžete vložit tabulku do textu:"
#: C/evolution.xml:1916(para)
msgid "Click Insert &gt; Table in the menubar."
-msgstr ""
+msgstr "Klikněte v nabídce na Vložit &gt; Tabulku."
#: C/evolution.xml:1919(para)
msgid "Select the number of rows and columns."
@@ -4796,12 +3245,8 @@ msgid "Select a background for the table."
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 @@ msgid "Read Receipts:"
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 "
-"&gt; 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 &gt; Žá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 &gt; 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 &gt; Žá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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 @@ msgid "Click Default tab."
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 @@ msgstr "Klikněte na tlačítko Koncepty pro náhled složek."
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 @@ msgid "Select the desired folder for sent items."
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 <link linkend=\"inline"
-"\">in line</link> 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 <link linkend=\"inline\">vloženou</"
-"link> 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 <link linkend=\"inline\">in line</link> 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 <link linkend=\"inline\">vloženou</link> 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 @@ msgid "Click Forward on the toolbar."
msgstr "Klikněte na Přeposlat v liště nástrojů."
#: C/evolution.xml:2022(para)
-msgid ""
-"If you prefer to forward the message <link linkend=\"inline\">inline</link> "
-"instead of attached, click Message &gt; Forward As &gt; Inline from the menu."
-msgstr ""
-"Pokud dáváte přednost přeposílání zprávy <link linkend=\"inline\">vložené</"
-"link> místo přiložené, klikněte v nabídce na Zpráva &gt; Přeposlat jako &gt; "
-"Vložené."
+msgid "If you prefer to forward the message <link linkend=\"inline\">inline</link> instead of attached, click Message &gt; Forward As &gt; Inline from the menu."
+msgstr "Pokud dáváte přednost přeposílání zprávy <link linkend=\"inline\">vložené</link> místo přiložené, klikněte v nabídce na Zpráva &gt; Přeposlat jako &gt; 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, (&gt;) 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ší, (&gt;) "
-"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, (&gt;) 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ší, (&gt;) signalizuje několik vrstev nedbale přeposlaných zpráv."
#: C/evolution.xml:2042(para)
-msgid ""
-"Always begin and close with a salutation. Say <quote>please</quote> and "
-"<quote>thank you,</quote> 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 <quote>prosím</quote> a "
-"<quote>děkuji</quote> 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 <quote>please</quote> and <quote>thank you,</quote> 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 <quote>prosím</quote> a <quote>děkuji</quote> 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 @@ msgstr "Vyberete zprávu."
#: C/evolution.xml:2094(para)
msgid "Right-click &gt; Move to folder / Copy to folder."
-msgstr ""
+msgstr "Klikněte pravým tlačítkem &gt; 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 @@ msgstr "Vyberte místní složku pro šablony."
#: 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 @@ msgstr "Otevřete zprávu a potom klikněte na Odpovědět."
#: 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 &gt; Save as Template."
msgstr "Vyberte Soubor &gt; 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 @@ msgid "Accept:"
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 &gt; Subscriptions."
msgstr "Vyberte Složka &gt; 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 @@ msgid "Select a file or folder by clicking it."
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 @@ msgid "When you have subscribed to the folders you want, close the window."
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 <link linkend=\"public-key-encryption\">Public "
-"Key Encryption.</link>"
-msgstr ""
-"Evolution vám pomáhá schránit vaše soukromí použitím GNU Privacy Guard "
-"(GPG), implementace silného <link linkend=\"public-key-encryption"
-"\">šifrování veřejným klíčem.</link>"
+msgid "Evolution helps you protect your privacy by using GNU Privacy Guard (GPG), an implementation of strong <link linkend=\"public-key-encryption\">Public Key Encryption.</link>"
+msgstr "Evolution vám pomáhá schránit vaše soukromí použitím GNU Privacy Guard (GPG), implementace silného <link linkend=\"public-key-encryption\">šifrování veřejným klíčem.</link>"
#: 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 @@ msgid "You can use encryption in two different ways:"
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 <quote>@#"
-"$23ui7yr87#@!48970fsd.</quote> 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í <quote>@#"
-"$23ui7yr87#@!48970fsd.</quote>. 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 <quote>@#$23ui7yr87#@!48970fsd.</quote> 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í <quote>@#$23ui7yr87#@!48970fsd.</quote>. 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 <command>gpg --version</command>."
-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 <command>gpg --version</command>."
+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 <command>gpg --version</command>."
+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 <command>gpg --version</command>."
#: C/evolution.xml:2242(para)
msgid "Open a terminal and enter <command>gpg --gen-key</command>."
@@ -5422,32 +3644,20 @@ msgid "Select an algorithm, then press Enter."
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 @@ msgstr "(Volitelně) Napište komentář, pak stiskněte Enter."
#: 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 @@ msgid "Move your mouse randomly to generate the keys."
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 "
-"<command>gpg --list-keys</command>. You should see something similar to "
-"this: <computeroutput> /home/you/.gnupg/pubring.gpg "
-"---------------------------- pub 1024D/32j38dk2 2001-06-20 you &lt;"
-"you@example.com&gt; sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] </"
-"computeroutput>"
-msgstr ""
-"Poté, co jsou klíče vygenerovány, si můžete informace o vašich klíčích "
-"prohlednout vložením <command>gpg --list-keys</command>. Měli byste vidět "
-"něco podobné tomuto: <computeroutput> /home/you/.gnupg/pubring.gpg "
-"---------------------------- pub 1024D/32j38dk2 2001-06-20 you &lt;"
-"you@example.com&gt; sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] </"
-"computeroutput>"
+msgid "After the keys are generated, you can view your key information by entering <command>gpg --list-keys</command>. You should see something similar to this: <computeroutput> /home/you/.gnupg/pubring.gpg ---------------------------- pub 1024D/32j38dk2 2001-06-20 you &lt;you@example.com&gt; sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] </computeroutput>"
+msgstr "Poté, co jsou klíče vygenerovány, si můžete informace o vašich klíčích prohlednout vložením <command>gpg --list-keys</command>. Měli byste vidět něco podobné tomuto: <computeroutput> /home/you/.gnupg/pubring.gpg ---------------------------- pub 1024D/32j38dk2 2001-06-20 you &lt;you@example.com&gt; sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] </computeroutput>"
#: 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 <command>gpg --send-keys --keyserver wwwkeys.pgp.net "
-"<varname>32j38dk2</varname></command>. Substitute your key ID for "
-"<varname>32j38dk2</varname>. You need your password to do this."
-msgstr ""
-"Vložte příkaz <command>gpg --send-keys --keyserver wwwkeys.pgp.net "
-"<varname>32j38dk2</varname></command>. Nahraďte vaše ID klíče "
-"<varname>32j38dk2</varname>. Abyste to udělali, potřebujete heslo."
+msgid "Enter the command <command>gpg --send-keys --keyserver wwwkeys.pgp.net <varname>32j38dk2</varname></command>. Substitute your key ID for <varname>32j38dk2</varname>. You need your password to do this."
+msgstr "Vložte příkaz <command>gpg --send-keys --keyserver wwwkeys.pgp.net <varname>32j38dk2</varname></command>. Nahraďte vaše ID klíče <varname>32j38dk2</varname>. 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<command> gpg "
-"--recv-keys --keyserver wwwkeys.pgp.net <varname>keyid</varname></command>, "
-"substituting <varname>keyid</varname> 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 "
-"<command> gpg --recv-keys --keyserver wwwkeys.pgp.net <varname>keyid</"
-"varname></command> s tím, že nahradíte <varname>keyid</varname> 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<command> gpg --recv-keys --keyserver wwwkeys.pgp.net <varname>keyid</varname></command>, substituting <varname>keyid</varname> 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 <command> gpg --recv-keys --keyserver wwwkeys.pgp.net <varname>keyid</varname></command> s tím, že nahradíte <varname>keyid</varname> 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 <quote><emphasis>wwwkeys.pgp.net</emphasis></quote> 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 <quote><emphasis>wwwkeys.pgp.net</emphasis></quote> 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 <quote><emphasis>wwwkeys.pgp.net</emphasis></quote> 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 <quote><emphasis>wwwkeys.pgp.net</emphasis></quote> 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 <command>$ host wwwkeys.pgp.net</command> 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 <command>$ host wwwkeys.pgp."
-"net</command> 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 <command>$ host wwwkeys.pgp.net</command> 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 <command>$ host wwwkeys.pgp.net</command> 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 <command>gpg <varname>--import</varname></command> 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 <command>gpg <varname>--import</varname></command> 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 <command>gpg <varname>--import</varname></command> 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 <command>gpg <varname>--import</varname></command> 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 @@ msgid "Specify your key ID in the PGP/GPG Key ID field."
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 <command>gpg --list-keys</command> 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 <command>gpg --"
-"list-keys</command>. 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 <command>gpg --list-keys</command> 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 <command>gpg --list-keys</command>. 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 @@ msgid "Unencrypting a Received Message"
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 <ulink url="
-"\"http://www.mozilla.org/projects/security/pki/psm/help_21/using_certs_help."
-"html\">Mozilla Help</ulink>for 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 <ulink url=\"http://www.mozilla.org/projects/"
-"security/pki/psm/help_21/using_certs_help.html\">Nápovědě Mozilly</ulink>"
+msgid "If you want to use S/MIME independently, you can extract an identification certificate from your Mozilla* or Netscape* Web browser. See the <ulink url=\"http://www.mozilla.org/projects/security/pki/psm/help_21/using_certs_help.html\">Mozilla Help</ulink>for 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 <ulink url=\"http://www.mozilla.org/projects/security/pki/psm/help_21/using_certs_help.html\">Nápovědě Mozilly</ulink>"
#: C/evolution.xml:2381(para)
msgid "The certificate file is a password-protected file on your computer."
@@ -5750,7 +3821,8 @@ msgstr "Přidání podpisového certifikátu"
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 @@ msgid "Select the file to import, then click Open."
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 &gt; 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í &gt; 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 &gt; 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í &gt; 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 @@ msgid "Click Edit, then click Security."
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. <trademark>Evolution</"
-"trademark> 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. <trademark>Evolution</"
-"trademark> 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. <trademark>Evolution</trademark> 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. <trademark>Evolution</trademark> 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 @@ msgid "vCard (.vcf, .gcrd):"
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 <link linkend=\"bsawgkk\">Step 1</link>."
-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 "
-"<link linkend=\"bsawgkk\">Kroku 1</link>."
+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 <link linkend=\"bsawgkk\">Step 1</link>."
+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 <link linkend=\"bsawgkk\">Kroku 1</link>."
#: C/evolution.xml:2494(title)
msgid "LDAP Data Interchange Format (.LDIF):"
@@ -5945,18 +3970,15 @@ msgid "Berkley Mailbox (.mbox or null extension):"
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 &gt; Import."
msgstr "Klikněte na Soubor &gt; Importovat."
@@ -5974,187 +3996,80 @@ msgid "Importing Multiple Files"
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 <link linkend=\"bsawely\">Step 3</link> through <link "
-"linkend=\"bsawf2t\">Step 5</link> to import."
-msgstr ""
-"Pro importování následujte kroky od <link linkend=\"bsawely\">Kroku 3</link> "
-"až po <link linkend=\"bsawf2t\">Krok 5</link>."
+msgid "Follow the steps <link linkend=\"bsawely\">Step 3</link> through <link linkend=\"bsawf2t\">Step 5</link> to import."
+msgstr "Pro importování následujte kroky od <link linkend=\"bsawely\">Kroku 3</link> až po <link linkend=\"bsawf2t\">Krok 5</link>."
#: 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 "
-"<ulink url=\"http://outport.sourceforge.net\">outport.sourceforge.net</"
-"ulink> 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 <ulink url=\"http://outport.sourceforge.net"
-"\">outport.sourceforge.net</ulink>. 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 <ulink url=\"http://outport.sourceforge.net\">outport.sourceforge.net</ulink> 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 <ulink url=\"http://outport.sourceforge.net\">outport.sourceforge.net</ulink>. 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 &gt; 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 &gt; "
-"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 &gt; 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 &gt; 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 &gt; All Message "
-"Headers. To see all message data, click View &gt; Message Source."
-msgstr ""
-"Chcete-li se podívat na všechny hlavičky zprávy, klikněte Zobrazit &gt; "
-"Všechny hlavičky zprávy. Chcete-li vidět všechna data zprávy, klikněte na "
-"Zobrazit &gt; Zdroj zprávy."
+msgid "To look at the complete headers for a message, click View &gt; All Message Headers. To see all message data, click View &gt; Message Source."
+msgstr "Chcete-li se podívat na všechny hlavičky zprávy, klikněte Zobrazit &gt; Všechny hlavičky zprávy. Chcete-li vidět všechna data zprávy, klikněte na Zobrazit &gt; 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 &gt; 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 &gt; "
-"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 &gt; 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 &gt; 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 "
-"<emphasis>sender, location, to, from, size</emphasis> 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 "
-"<emphasis>odesílatel, umístění, komu, od, velikost</emphasis> 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 <emphasis>sender, location, to, from, size</emphasis> 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 <emphasis>odesílatel, umístění, komu, od, velikost</emphasis> 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 @@ msgstr "Seřadí zprávy podle různých kritérií uvedených níže:"
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 @@ msgstr "Skóre"
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 @@ msgid "Custom"
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 @@ msgid "Customizing the Current View:"
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 @@ msgid "Using the Follow up Feature"
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 @@ msgid "Select Follow Up or press Shift+Ctrl+G."
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 "
-"<quote>Overdue: Call by April 07, 2003, 5:00 PM.</quote>"
-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 <quote>Již mělo být splněno: "
-"Zavolat do 7. duben, 2003, 17:00</quote>."
+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 <quote>Overdue: Call by April 07, 2003, 5:00 PM.</quote>"
+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 <quote>Již mělo být splněno: Zavolat do 7. duben, 2003, 17:00</quote>."
#: 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 &gt; Mark as &gt; 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 "
-"&gt; Označit jako &gt; 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 &gt; Mark as &gt; 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 &gt; Označit jako &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 "
-"&gt; 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 &gt; "
-"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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 <link linkend=\"usage-mail-org-filters-new\">Creating New "
-"Filter Rules</link>."
-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 <link linkend=\"usage-mail-org-filters-new\">Vytváření nových "
-"pravidel filtrování</link>."
+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 <link linkend=\"usage-mail-org-filters-new\">Creating New Filter Rules</link>."
+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 <link linkend=\"usage-mail-org-filters-new\">Vytváření nových pravidel filtrování</link>."
#: 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 <inlinegraphic format=\"PNG\" fileref=\"figures/"
-"stock_search.png\"/> to expand the drop-down list."
-msgstr ""
-"Klikněte na ikonu hledání <inlinegraphic format=\"PNG\" fileref=\"figures/"
-"stock_search.png\"/> pro rozbalení seznamu."
+msgid "Click the search icon <inlinegraphic format=\"PNG\" fileref=\"figures/stock_search.png\"/> to expand the drop-down list."
+msgstr "Klikněte na ikonu hledání <inlinegraphic format=\"PNG\" fileref=\"figures/stock_search.png\"/> 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 @@ msgstr "Nepřečtené zprávy"
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 @@ msgid "Messages Not Junk"
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 &gt; "
-"Preferences &gt; Mail Preferences &gt; 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 &gt; "
-"Nastavení &gt; Nastavení pošty &gt; 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 &gt; Preferences &gt; Mail Preferences &gt; 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 &gt; Nastavení &gt; Nastavení pošty &gt; 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 @@ msgid "Sender Contain:"
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 @@ msgid "Type the search string in the search entry and press Enter."
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 <link linkend=\"usage-mail-organize-"
-"vfolders\">Using Search Folders</link> 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 <link linkend="
-"\"usage-mail-organize-vfolders\">Používání složek hledání.</link>"
+msgid "Evolution shows your search results in the message list. You might want to create a search folder instead; see <link linkend=\"usage-mail-organize-vfolders\">Using Search Folders</link> 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 <link linkend=\"usage-mail-organize-vfolders\">Používání složek hledání.</link>"
-#: 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 <link linkend="
-"\"bsazsjd\">Step 4</link> under <link linkend=\"vfolder-create\">Creating A "
-"Search Folder</link>."
-msgstr ""
-"Pro přidání pravidla klikněte na Přidat. Více informací o pravidlech "
-"naleznete v <link linkend=\"bsazsjd\">Kroku 4</link> ve <link linkend="
-"\"vfolder-create\">Vytvoření složky hledání</link>."
+msgid "Click Add to add rules. For more information on rules, refer <link linkend=\"bsazsjd\">Step 4</link> under <link linkend=\"vfolder-create\">Creating A Search Folder</link>."
+msgstr "Pro přidání pravidla klikněte na Přidat. Více informací o pravidlech naleznete v <link linkend=\"bsazsjd\">Kroku 4</link> ve <link linkend=\"vfolder-create\">Vytvoření složky hledání</link>."
#: C/evolution.xml:2911(para)
msgid "Press Save to save your search results."
@@ -6841,14 +4582,8 @@ msgid "Save Search:"
msgstr "Uložení hledání:"
#: C/evolution.xml:2916(para)
-msgid ""
-"To save your search results other than from advanced search, select Search "
-"&gt; 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 "
-"&gt; 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 &gt; 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 &gt; 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 @@ msgstr "Vyberte v nabídce Hledat."
#: 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 &gt; Message Filters."
msgstr "Klikněte na Upravit &gt; 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 @@ msgid "Define the criteria for the filter in the first section."
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 @@ msgstr "E-mailová adresa nebo jméno odesílatele."
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 @@ msgid "Any header including custom ones."
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 "
-"<quote>engineering@example.com</quote> and then restates it as "
-"<quote>marketing@example.com,</quote> 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 "
-"<quote>engineering@example.com</quote> a potom ji zopakuje jako "
-"<quote>marketing@example.com,</quote>, 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)
+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 <quote>engineering@example.com</quote> and then restates it as <quote>marketing@example.com,</quote> 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 <quote>engineering@example.com</quote> a potom ji zopakuje jako <quote>marketing@example.com,</quote>, 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)
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 @@ msgid "Expression:"
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:2997(title) C/evolution.xml:3242(title)
+#: 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)
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: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: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:3009(title) C/evolution.xml:3254(title)
+#: 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)
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 @@ msgstr "Vytváří filtr založeny na tom, zda e-mail obsahuje přílohu."
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 <link linkend=\"regular-expression\">regex</"
-"link>, 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 <link linkend=\"regular-expression\">regexy</"
-"link> 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 <link linkend=\"regular-expression\">regex</link>, 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 <link linkend=\"regular-expression\">regexy</link> 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 @@ msgid "Select the Criteria for the Condition:"
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 @@ msgid "Puts a copy of the message into a folder you specify."
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 @@ msgid "Set Status:"
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 @@ msgid "Select a sound file for Evolution to play."
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 @@ msgstr "Klikněte na Přidat, pokud potřebujete více akcí, a klikněte na Bud
#: 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 @@ msgid "Select one of the items under the Create Rule From Message submenu."
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 @@ msgstr "Odstranění filtrů"
#: 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 <quote>Anna</quote> search folder. When Anna sends "
-"him mail about the user interface for Evolution, he can see the message both "
-"in the <quote>Anna</quote> search folder and in the <quote>Internal "
-"Evolution Discussion</quote> 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í <quote>Anna</quote>. 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í <quote>Anna</"
-"quote>, tak ve složce hledání <quote>Interní diskuse o Evolutionu</quote>."
+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 <quote>Anna</quote> search folder. When Anna sends him mail about the user interface for Evolution, he can see the message both in the <quote>Anna</quote> search folder and in the <quote>Internal Evolution Discussion</quote> 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í <quote>Anna</quote>. 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í <quote>Anna</quote>, tak ve složce hledání <quote>Interní diskuse o Evolutionu</quote>."
#: 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 &gt; Create Rule, then select a search folder based on "
-"Subject, Sender, Recipient, or Mailing List."
-msgstr ""
-"Klikněte na Zpráva &gt; Vytvořit pravidlo a vyberte složku hledání podle "
-"předmětu, odesílatele, příjemce nebo poštovní konference."
+msgid "Click Message &gt; Create Rule, then select a search folder based on Subject, Sender, Recipient, or Mailing List."
+msgstr "Klikněte na Zpráva &gt; 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 &gt; Create Search Folder From Search."
msgstr "Vyberte nabídku Hledat &gt; 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 &gt; Search Folder"
@@ -7493,14 +5030,8 @@ msgid "Type the name of the search folder in the Search name field."
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 @@ msgid "Expression (For programmers only):"
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 @@ msgid "Checks whether the message matchs all the criteria listed."
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 @@ msgid "Select the folder and press Add button."
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 "
-"<emphasis>Not junk</emphasis> button in the toolbar to learn that it is ham. "
-"The <emphasis>Junk</emphasis> 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 "
-"<emphasis>Není nevyžádané</emphasis> v liště nástrojů, aby se naučil, že jde "
-"o ham. Tlačítko <emphasis>Nevyžádaná pošta</emphasis> 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 <emphasis>Not junk</emphasis> button in the toolbar to learn that it is ham. The <emphasis>Junk</emphasis> 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 <emphasis>Není nevyžádané</emphasis> v liště nástrojů, aby se naučil, že jde o ham. Tlačítko <emphasis>Nevyžádaná pošta</emphasis> naopak učí, že jde o spam. "
#: C/evolution.xml:3323(para)
-msgid ""
-"To change your junk mail filtering preferences, click Edit &gt; Preferences, "
-"then click Mail Preferences."
-msgstr ""
-"Chcete-li změnit nastavení filtrování nevyžádané pošty, klikněte na Upravit "
-"&gt; Nastavení, potom na Nastavení pošty."
+msgid "To change your junk mail filtering preferences, click Edit &gt; Preferences, then click Mail Preferences."
+msgstr "Chcete-li změnit nastavení filtrování nevyžádané pošty, klikněte na Upravit &gt; Nastavení, potom na Nastavení pošty."
-#: C/evolution.xml:3324(para) C/evolution.xml:5905(para)
-msgid ""
-"For additional information on junk content, see <link linkend=\"mail-prefs-"
-"junk\">Junk Mail Preferences</link>."
-msgstr ""
-"Více informací o nevyžádané poště se dozvíte v <link linkend=\"mail-prefs-"
-"junk\">Nastavení nevyžádané pošty</link>."
+#: C/evolution.xml:3324(para)
+#: C/evolution.xml:5905(para)
+msgid "For additional information on junk content, see <link linkend=\"mail-prefs-junk\">Junk Mail Preferences</link>."
+msgstr "Více informací o nevyžádané poště se dozvíte v <link linkend=\"mail-prefs-junk\">Nastavení nevyžádané pošty</link>."
#: C/evolution.xml:3325(para)
-msgid ""
-"For additional junk mail settings, see <link linkend=\"more-mail-options"
-"\">Receiving Mail Options</link>."
-msgstr ""
-"Informace o dalším nastavení nevyžádané pošty naleznete v <link linkend="
-"\"more-mail-options\">Možnosti přijímání pošty</link>."
+msgid "For additional junk mail settings, see <link linkend=\"more-mail-options\">Receiving Mail Options</link>."
+msgstr "Informace o dalším nastavení nevyžádané pošty naleznete v <link linkend=\"more-mail-options\">Možnosti přijímání pošty</link>."
#: 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<ulink url=\"http://spamassassin.apache.org/\"> The "
-"Apache SpamAssassin Project</ulink>."
-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 <ulink url=\"http://"
-"spamassassin.apache.org/\"> The Apache SpamAssassin Project</ulink>."
+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<ulink url=\"http://spamassassin.apache.org/\"> The Apache SpamAssassin Project</ulink>."
+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 <ulink url=\"http://spamassassin.apache.org/\"> The Apache SpamAssassin Project</ulink>."
#: 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 <ulink url=\"http://bogofilter.sourceforge."
-"net/\">The Bogofilter site</ulink>."
-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 <ulink url=\"http://bogofilter."
-"sourceforge.net/\">stránkách o Bogofilter</ulink>."
+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 <ulink url=\"http://bogofilter.sourceforge.net/\">The Bogofilter site</ulink>."
+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 <ulink url=\"http://bogofilter.sourceforge.net/\">stránkách o Bogofilter</ulink>."
#: C/evolution.xml:3335(para)
-msgid ""
-"This section shows you how to use the <trademark>Evolution</trademark> "
-"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ů <trademark>Evolutionu</"
-"trademark> 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 <trademark>Evolution</trademark> 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ů <trademark>Evolutionu</trademark> 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 <link linkend=\"usage-contact-organize"
-"\">Organizing your Contacts</link>. To learn about configuring the contacts "
-"tool, refer <link linkend=\"config-prefs-contact\">Contact Management</link>."
-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 <link linkend=\"usage-contact-"
-"organize\">Organizaci kontaktů</link>. Jak nastavit nástroj pro kontakty, "
-"najdete ve <link linkend=\"config-prefs-contact\">Správě kontaktů</link>"
+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 <link linkend=\"usage-contact-organize\">Organizing your Contacts</link>. To learn about configuring the contacts tool, refer <link linkend=\"config-prefs-contact\">Contact Management</link>."
+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 <link linkend=\"usage-contact-organize\">Organizaci kontaktů</link>. Jak nastavit nástroj pro kontakty, najdete ve <link linkend=\"config-prefs-contact\">Správě kontaktů</link>"
#: 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 @@ msgid "Personal Information:"
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 @@ msgid "Contains the individual's mailing address."
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 <quote>Mr.</"
-"quote> or <quote>Her Excellency,</quote> and suffixes like <quote>Jr.</"
-"quote> 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 "
-"<quote>Doe, John Q.</quote> However, Miguel's surname, <quote>de Icaza,</"
-"quote> 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 <quote>Mr.</quote> or <quote>Her Excellency,</quote> and suffixes like <quote>Jr.</quote> 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 <quote>Doe, John Q.</quote> However, Miguel's surname, <quote>de Icaza,</quote> 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 <link linkend="
-"\"usage-contact-organize\">Organizing your Contacts</link>"
-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 <link "
-"linkend=\"usage-contact-organize\">Organizaci kontaktů</link>."
+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 <link linkend=\"usage-contact-organize\">Organizing your Contacts</link>"
+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 <link linkend=\"usage-contact-organize\">Organizaci kontaktů</link>."
#: 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 &gt; New &gt; Contact."
@@ -7920,29 +5277,28 @@ msgstr "Klikněte na Soubor &gt; Nová &gt; Kontakt."
#: 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 &gt; Window &gt; Contacts from "
-"the menubar."
-msgstr ""
+msgid "Go to the Contacts window by selecting View &gt; Window &gt; Contacts from the menubar."
+msgstr "Běžte do okna Kontakty tak, že v nabídce vyberete Zobrazit &gt; Okno &gt; 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 @@ msgstr "Klikněte pravým tlačítkem na adresu z hlavičky zprávy."
#: 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 &gt; New &gt; Address book to open the New Address Book window."
-msgstr ""
-"Vyberte Soubor &gt; Nová &gt; Adresář, abyste otevřeli okno nového adresáře."
+msgid "Select File &gt; New &gt; Address book to open the New Address Book window."
+msgstr "Vyberte Soubor &gt; Nová &gt; 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 &amp; 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 &gt; New &gt; 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 &gt; New &gt; 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 &gt; Nový &gt; 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 <quote>Family.</quote> Then, instead of "
-"entering each person's email address individually, you can send email to "
-"<quote>Family</quote> 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 <quote>Family.</quote> Then, instead of entering each person's email address individually, you can send email to <quote>Family</quote> 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 <quote>Rodina.</quote> Potom, místo abyste zadávali každou adresu zvlášť, můžete poslat e-mail kontaktu <quote>Rodina</quote> 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 &gt; New &gt; Contact List."
-msgstr ""
+msgstr "Klikněte na Soubor &gt; Nový &gt; 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 <quote>Bcc:</quote> "
-"feature discussed in <link linkend=\"usage-mail-getnsend-send-to-types"
-"\">Specifying Additional Recipients for Email</link>."
-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 <quote>Bcc:</quote> feature discussed in <link linkend=\"usage-mail-getnsend-send-to-types\">Specifying Additional Recipients for Email</link>."
+msgstr "Pokud to není velmi krátký seznam, doporučuje se nechat adresy skryté. Stejně se chová funkce <quote>Skrytá kopie</quote>, které se věnuje <link linkend=\"usage-mail-getnsend-send-to-types\">Zadání dalších příjemců zprávy</link>."
#: 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 "
-"<guilabel>Business</guilabel> category because he works with you and the "
-"<guilabel>Friends</guilabel> 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 <guilabel>Business</guilabel> category because he works with you and the <guilabel>Friends</guilabel> 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 <guilabel>Práce</guilabel>, protože s vámi pracuje, a do kategorie <guilabel>Přátelé</guilabel>, 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 <link linkend=\"ldap\">LDAP</link> 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 <link linkend=\"ldap\">LDAP</link> 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 <link linkend=\"ldap\">LDAP</link> 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 <link linkend=\"config-prefs-contact\">Contact Management</link>. 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 <link linkend=\"config-prefs-contact\">Contact Management</link>. 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 <link linkend=\"config-prefs-contact\">Správě kontaktů</link>. 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 <link "
-"linkend=\"config-prefs-contact\">Contact Management</link>."
-msgstr ""
-"Více informací o nastavení Evolutionu tak, aby používal LDAP naleznete ve "
-"<link linkend=\"config-prefs-contact\">Správě kontaktů</link>."
+msgid "For information about setting up Evolution to use LDAP, refer to <link linkend=\"config-prefs-contact\">Contact Management</link>."
+msgstr "Více informací o nastavení Evolutionu tak, aby používal LDAP naleznete ve <link linkend=\"config-prefs-contact\">Správě kontaktů</link>."
#: 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 <link linkend=\"config-sync"
-"\">Synchronizing Your Handheld Device</link>."
-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 <link linkend=\"config-sync\">Synchronizing Your Handheld Device</link>."
+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 <link linkend=\"config-sync\">Synchronizace s přenosným zařízením</link>."
#: C/evolution.xml:3801(para)
-msgid ""
-"This section shows you how to use the <trademark>Evolution</trademark> "
-"Calendar to manage your schedule alone or in conjunction with peers. To "
-"learn about importing calendar data, see <link linkend=\"importing-mail"
-"\">Importing Single Files</link>, which covers the Import tool."
-msgstr ""
+msgid "This section shows you how to use the <trademark>Evolution</trademark> Calendar to manage your schedule alone or in conjunction with peers. To learn about importing calendar data, see <link linkend=\"importing-mail\">Importing Single Files</link>, which covers the Import tool."
+msgstr "Tato sekce ukazuje, jak použít Kalendář <trademark>Evolution</trademark> pro správu vašeho rozvrhu samostatně nebo ve spojení s kolegy. Jak importovat data kalendáře, se dozvíte v kapitole <link linkend=\"importing-mail\">Import jednotlivých souborů</link>."
-#: 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 @@ msgid "control+l"
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 @@ msgid "Calendar Properties"
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 @@ msgstr "Klikněte pravým tlačítkem na kalendář."
#: 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 @@ msgid "Select the color and click OK."
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 <link linkend=\"usage-"
-"mail-getnsend-offline\">Working Offline</link>."
+msgid "Right-click on the calendar at the left and select Mark Calendar for offline use. For more information on working offline refer <link linkend=\"usage-mail-getnsend-offline\">Working Offline</link>."
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 @@ msgid "Google Calendar"
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 @@ msgid "Set the time to automatically refresh the calendar."
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 @@ msgstr ""
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 @@ msgid "Click File &gt; New &gt; Appointment."
msgstr ""
#: C/evolution.xml:4044(para)
-msgid ""
-"Click Calendars on the Switcher, then click File &gt; New &gt; Appointment."
+msgid "Click Calendars on the Switcher, then click File &gt; New &gt; 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 @@ msgstr "(Volitelně) Napište umístění do pole Místo."
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 &gt; 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 &gt; 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 &gt; Time Zone."
msgstr ""
@@ -8894,73 +6161,75 @@ msgstr ""
msgid "To show the time as busy, click Options &gt; 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 &gt; 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 &gt; Alarms."
+msgid "To create an alarm for this appointment, click Alarms on the toolbar, or click Options &gt; 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 <link linkend=\"bshly4v\">Reminders</"
-"link>."
+#: C/evolution.xml:4100(para)
+#: C/evolution.xml:4251(para)
+msgid "For more information on reminders, see <link linkend=\"bshly4v\">Reminders</link>."
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 &gt; Attachment and "
-"then browse to the attachment."
+msgid "Click the Attach button on the toolbar, or click Insert &gt; 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 &gt; Options &gt; Classifications."
+#: C/evolution.xml:4108(para)
+#: C/evolution.xml:4259(para)
+msgid "(Optional) Select a classification (Public, Private, or Confidential) by clicking &gt; Options &gt; 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 &gt; 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 &gt; Recurrence, and specify whether you want the appointment to recur and how often."
msgstr ""
#: C/evolution.xml:4118(title)
@@ -8968,27 +6237,15 @@ msgid "All Day Event"
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 @@ msgid "Display:"
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 @@ msgid "Program:"
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 @@ msgid "To create a reminder:"
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 <trademark class=\"registered"
-"\">GroupWise</trademark> 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 <trademark class=\"registered\">GroupWise</trademark> 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: <quote>Every two "
-"weeks on Monday and Friday until January 3, 2008</quote> or <quote>Every "
-"month on the first Friday for 12 occurrences.</quote>"
+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: <quote>Every two weeks on Monday and Friday until January 3, 2008</quote> or <quote>Every month on the first Friday for 12 occurrences.</quote>"
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 <quote>chair</quote> or "
-"<quote>required</quote>. 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 <quote>chair</quote> or <quote>required</quote>. 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 &gt; New &gt; 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 @@ msgid "To edit a field, select the field and click Edit."
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 @@ msgid "Click Save to save the meeting."
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 @@ msgid "Decline"
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 @@ msgid "To access the free/busy view:"
msgstr ""
#: C/evolution.xml:4316(para)
-msgid ""
-"Click the Free/Busy button on the toolbar, or click Options &gt; Free/Busy."
+msgid "Click the Free/Busy button on the toolbar, or click Options &gt; 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 @@ msgid "Attendee List:"
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 @@ msgid "Schedule Grid:"
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 &gt; 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 @@ msgid "Type your username and password."
msgstr ""
#: C/evolution.xml:4360(para)
-msgid ""
-"To immediately publish calendar information, go to the Calendar tool and "
-"click Actions &gt; Publish Calendar Information."
+msgid "To immediately publish calendar information, go to the Calendar tool and click Actions &gt; 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 @@ msgstr ""
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 @@ msgid "To print the displayed calendar items, click File &gt; Print."
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 &gt; 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 &gt; 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 @@ msgid "Each contact receives a copy of the meeting invitation."
msgstr ""
#: C/evolution.xml:4553(para)
-msgid ""
-"To create a new calendar, click File &gt; New &gt; 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 &gt; New &gt; 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 <ulink url=\"http://icalshare.com\">icalshare.com Web site</ulink> 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 <ulink url=\"http://icalshare.com\">icalshare.com Web site</ulink> 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 @@ msgid "Specify the name and color for the task list."
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 &gt; New &gt; Task."
msgstr "Klikněte na Soubor &gt; Nová &gt; Ú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 @@ msgstr ""
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 &gt; Classifications, then select a classification "
-"(as Public, Private or Confidential)."
+msgid "(Optional) Click Options &gt; 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 &gt; Status "
-"Details."
+#: C/evolution.xml:4629(para)
+#: C/evolution.xml:4685(para)
+msgid "(Optional) To specify a status for the task, click Options &gt; Status Details."
msgstr ""
#: C/evolution.xml:4641(para)
@@ -9591,11 +6703,7 @@ msgid "Evolution can be used to assign a task to multiple people."
msgstr ""
#: C/evolution.xml:4642(para)
-msgid ""
-"When you assign a task, you can specify the attendees in several categories, "
-"such as <quote>chair</quote> or <quote>required.</quote> 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 <quote>chair</quote> or <quote>required.</quote> 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 @@ msgid "Click File &gt; New &gt; Assigned Task."
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 @@ msgid "Searching for Task Items"
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 @@ msgid "Evolution displays the desired Task items."
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 @@ msgid "Unmatched:"
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 @@ msgid "Active Tasks:"
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 @@ msgid "&lt;List of Categories&gt;:"
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 @@ msgstr ""
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 @@ msgid "You can view the desired items listed in the Task view."
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 @@ msgstr ""
msgid "Click File &gt; New &gt; 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 @@ msgstr ""
msgid "To show or hide Categories field, click View &gt; 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 @@ msgid "The Memo List"
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 @@ msgid "Searching for Memo Items"
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 @@ msgid "Select the desired search type from the drop-down list."
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 @@ msgid "You can view the desired items listed in the Memo view."
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 @@ msgid "Select a city, then click OK."
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 @@ msgid "Marcus Bains Line"
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 ""
-"<trademark>Evolution</trademark> 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 "<trademark>Evolution</trademark> 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 @@ msgid "Remote Exchange Information Store:"
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 @@ msgid "Password Management:"
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 @@ msgid "Viewing Mail in Exchange Folders:"
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 @@ msgid "Sending Email via Exchange Protocols:"
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 "
-"<quote>yourname@exchange-server.example.com</quote> rather than "
-"<quote>yourname@example.com.</quote>"
+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 <quote>yourname@exchange-server.example.com</quote> rather than <quote>yourname@example.com.</quote>"
msgstr ""
#: C/evolution.xml:5160(title)
@@ -9981,9 +7042,7 @@ msgid "Out of Office Message:"
msgstr ""
#: C/evolution.xml:5161(para)
-msgid ""
-"You can set <quote>out of Office</quote> message that will automatically be "
-"sent to people who send mail to you while you are away from office."
+msgid "You can set <quote>out of Office</quote> 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 @@ msgid "Send Options:"
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 @@ msgid "Meeting Requests/Proposal:"
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 @@ msgid "Adding iCalendar Meeting Requests to the Calendar:"
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 @@ msgid "Adding vCards to the Address Book:"
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 @@ msgid "Work Offline (disconnected mode)"
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 <link linkend=\"usage-mail-getnsend-offline\">Working "
-"Offline</link>."
+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 <link linkend=\"usage-mail-getnsend-offline\">Working Offline</link>."
msgstr ""
#: C/evolution.xml:5213(para)
@@ -10068,28 +7111,31 @@ msgid "Recall Message function is not available."
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 @@ msgid "You have a valid account on the Exchange server."
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 <ulink url=\"http://support.novell.com\"><trademark class=\"registered"
-"\">Novell</trademark> Web site Knowledgebase</ulink> has additional "
-"information about checking to make sure that your Exchange server accepts "
-"connections from Evolution."
+msgid "The <ulink url=\"http://support.novell.com\"><trademark class=\"registered\">Novell</trademark> Web site Knowledgebase</ulink> 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 <link linkend=\"config-exchange-new-account\">Creating a New Exchange "
-"Account</link>."
+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 <link linkend=\"config-exchange-new-account\">Creating a New Exchange Account</link>."
msgstr ""
#: C/evolution.xml:5276(para)
-msgid ""
-"Create the account following the procedure in <link linkend=\"usage-"
-"mainwindow-starting\">Starting Evolution for the First Time</link>. Remember "
-"to select Microsoft Exchange as server type in the Receiving Mail section."
+msgid "Create the account following the procedure in <link linkend=\"usage-mainwindow-starting\">Starting Evolution for the First Time</link>. Remember to select Microsoft Exchange as server type in the Receiving Mail section."
msgstr ""
#: C/evolution.xml:5282(para)
@@ -10156,53 +7180,41 @@ msgid "Only one Microsoft Exchange account can be configured in Evolution."
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 @@ msgid "Quit Evolution and restart it."
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 <quote>Out of "
-"Office</quote> 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 <quote>Out of Office</quote> 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 @@ msgid "Tracking Options"
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 @@ msgid "Click Insert &gt; Send Options to open the Send Option dialog box"
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 @@ msgid "Message Access Delegation:"
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 "
-"<guilabel>The message was sent by &lt;Delegator's name&gt; on behalf of &lt;"
-"Delegate's name&gt;</guilabel> on the preview pane header bar."
+msgid "When the recipient opens the mail, he or she can also read a message that <guilabel>The message was sent by &lt;Delegator's name&gt; on behalf of &lt;Delegate's name&gt;</guilabel> 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 @@ msgid "Delegating Calendar Items"
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 @@ msgid "Fill in the information."
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 @@ msgid "Click Add, then search for a contact in the Global Address List."
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 @@ msgid "Reviewer (read-only):"
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 @@ msgid "Author (read, create):"
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 @@ msgid "The delegate can view, create, and change items in your folders."
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 @@ msgid "Click File &gt; Subscribe to Other User's Exchange Folder."
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 @@ msgid "Select the folder you want to open."
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 @@ msgid "Check the folders you want to subscribe to."
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 @@ msgid "To view contents of a folder, click it."
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 <guilabel>Remember the password</guilabel> checkbox. To find "
-"more information about Reminders see<link linkend=\"bshly4v\">Reminders</"
-"link>."
+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 <guilabel>Remember the password</guilabel> checkbox. To find more information about Reminders see<link linkend=\"bshly4v\">Reminders</link>."
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 @@ msgid "Select the Exchange account, then click Edit."
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 @@ msgid "Type a short message in the text field."
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 @@ msgid "Create a new appointment in the calendar."
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 @@ msgid "Click the Add tab to enter the email addresses into the list."
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 @@ msgid "Global Address List"
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 @@ msgid "Click Free/Busy tool at the top right corner."
msgstr ""
#: C/evolution.xml:5640(para)
-msgid ""
-"Click Options &gt; Update Free/Busy to check participant schedules and, if "
-"possible, update the meeting in all participants' calendars"
+msgid "Click Options &gt; 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 <quote>nudge</quote> 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 <quote>nudge</quote> 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 ""
-"<trademark>Evolution</trademark> can access accounts on <trademark class="
-"\"registered\">Novell</trademark><trademark class=\"registered\">GroupWise</"
-"trademark> 7 system."
+msgid "<trademark>Evolution</trademark> can access accounts on <trademark class=\"registered\">Novell</trademark><trademark class=\"registered\">GroupWise</trademark> 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 @@ msgid "Tracking the status of a message."
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 @@ msgid "Improved Status Tracking."
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 @@ msgid "Archive"
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 @@ msgstr ""
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 @@ msgstr ""
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 <link linkend=\"usage-"
-"mainwindow-starting\">Starting Evolution for the First Time</link>."
+msgid "Create the account following the procedure in <link linkend=\"usage-mainwindow-starting\">Starting Evolution for the First Time</link>."
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 @@ msgid "Click the Identity tab."
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 @@ msgid "Reminder Notes"
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 <link linkend=\"b1012vde\">Step 1</"
-"link> through <link linkend=\"b10fqh6r\">Step 8</link> under <link linkend="
-"\"b1012vdd\">Memos</link>."
+msgid "To create a new Reminder Note follow <link linkend=\"b1012vde\">Step 1</link> through <link linkend=\"b10fqh6r\">Step 8</link> under <link linkend=\"b1012vdd\">Memos</link>."
msgstr ""
#: C/evolution.xml:5941(para)
@@ -10986,15 +7836,11 @@ msgid "Click File &gt; New &gt; Shared Memo."
msgstr "Klikněte na Soubor &gt; Nová &gt; 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 @@ msgid "Click Save."
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 @@ msgid "Click Actions &gt; Schedule Meeting."
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 <quote>nudge</quote> 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 <quote>nudge</quote> 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 @@ msgid "Track an Item You Sent:"
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 @@ msgid "Receive Notification When the Item is Opened or Deleted:"
msgstr ""
#: C/evolution.xml:6029(para)
-msgid ""
-"You can receive notification when the recipient opens or deletes a message. "
-"For information, see <link linkend=\"Ak05sv1\">Requesting a Reply for Items "
-"You Send</link>."
+msgid "You can receive notification when the recipient opens or deletes a message. For information, see <link linkend=\"Ak05sv1\">Requesting a Reply for Items You Send</link>."
msgstr ""
#: C/evolution.xml:6032(title)
@@ -11108,18 +7929,16 @@ msgid "Request a Reply:"
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 "
-"<link linkend=\"Ak05sv1\">Requesting a Reply for Items You Send</link>."
+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 <link linkend=\"Ak05sv1\">Requesting a Reply for Items You Send</link>."
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 &gt; Send Options."
msgstr ""
@@ -11128,50 +7947,41 @@ msgstr ""
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 <link linkend=\"Aal54a9\">Checking the Status of "
-"an Item You Have Sent</link>."
+msgid "For more information, see <link linkend=\"Aal54a9\">Checking the Status of an Item You Have Sent</link>."
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 @@ msgid "Select High Priority, Standard Priority, Low Priority, or Undefined."
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 @@ msgid "Click Reply Requested, then specify when you want to receive the reply."
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 <varname>day month numeric day time year</varname> 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 <varname>day month numeric day time year</varname> 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 @@ msgid "Setting Message Delivery Options"
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 @@ msgid "Click Delay message delivery."
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 @@ msgid "Click the Sent Items folder in the Folder List."
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 <link linkend=\"b17s9qmz\">Changing Default Folder for Sent and "
-"Draft Items</link> under <link linkend=\"b13uhy6r\">Default Settings</link>."
+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 <link linkend=\"b17s9qmz\">Changing Default Folder for Sent and Draft Items</link> under <link linkend=\"b13uhy6r\">Default Settings</link>."
msgstr ""
#: C/evolution.xml:6136(title)
@@ -11243,14 +8037,11 @@ msgid "Delegating an Item"
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 @@ msgid "Each contact gets a copy of the appointment or meeting."
msgstr ""
#: C/evolution.xml:6154(para)
-msgid ""
-"In the Compose Meeting window, click Insert &gt; Send Options &gt; Status "
-"Tracking"
+msgid "In the Compose Meeting window, click Insert &gt; Send Options &gt; 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 @@ msgid "Read"
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 @@ msgid "Write"
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 @@ msgid "Subscribe to my alarms"
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 @@ msgid "Subscribe to my notifications"
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 @@ msgid "Modify options/rules/folders"
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 @@ msgid "Read items marked Private"
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 @@ msgid "Click the Proxy tab, then click Add."
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 @@ msgid "Select the rights you want to give to the user."
msgstr ""
#: C/evolution.xml:6300(para)
-msgid ""
-"Repeat <link linkend=\"Aai4sat\">Step 4</link> and <link linkend=\"Aai4sll"
-"\">Step 5</link> to assign rights to each user in the Proxy List."
+msgid "Repeat <link linkend=\"Aai4sat\">Step 4</link> and <link linkend=\"Aai4sll\">Step 5</link> 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 @@ msgid "Click Proxy Login."
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 @@ msgid "The user's data appears in the respective components."
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 @@ msgid "In an open item, click Actions, then click Mark Private."
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 @@ msgid "Or select the message and press Shift+Ctrl+J"
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 @@ msgstr ""
#: 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 @@ msgstr ""
#: 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 <trademark>Evolution</trademark> 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 <trademark>Evolution</trademark> 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 &gt; 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 &gt; 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 @@ msgid "Mail Accounts:"
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 <link "
-"linkend=\"config-prefs-mail-identity\">Working with Mail Accounts</link>."
+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 <link linkend=\"config-prefs-mail-identity\">Working with Mail Accounts</link>."
msgstr ""
#: C/evolution.xml:6478(title)
@@ -11632,10 +8357,7 @@ msgid "Autocompletion:"
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 <link linkend=\"bshoq5l"
-"\">Autocompletion</link>."
+msgid "Set the address books to be used when completing email addresses in the message composer. For more information, see <link linkend=\"bshoq5l\">Autocompletion</link>."
msgstr ""
#: C/evolution.xml:6482(title)
@@ -11643,12 +8365,7 @@ msgid "Mail Preferences:"
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 <link linkend=\"config-prefs-mail-"
-"identity\">Working with Mail Accounts</link>, but most of the mail settings "
-"are in <link linkend=\"config-prefs-mail\">Mail Preferences</link>."
+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 <link linkend=\"config-prefs-mail-identity\">Working with Mail Accounts</link>, but most of the mail settings are in <link linkend=\"config-prefs-mail\">Mail Preferences</link>."
msgstr ""
#: C/evolution.xml:6486(title)
@@ -11656,12 +8373,7 @@ msgid "Composer Preferences:"
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 <quote>emoticons</quote> such as : ) that many people use in "
-"email. This tool is covered in <link linkend=\"config-prefs-mail-composer"
-"\">Composer Preferences</link>."
+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 <quote>emoticons</quote> such as : ) that many people use in email. This tool is covered in <link linkend=\"config-prefs-mail-composer\">Composer Preferences</link>."
msgstr ""
#: C/evolution.xml:6490(title)
@@ -11669,10 +8381,7 @@ msgid "Calendar and Tasks:"
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 <link "
-"linkend=\"config-prefs-cal\">Calendar and Tasks Settings</link>."
+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 <link linkend=\"config-prefs-cal\">Calendar and Tasks Settings</link>."
msgstr ""
#: C/evolution.xml:6494(title)
@@ -11680,40 +8389,23 @@ msgid "Certificates:"
msgstr ""
#: C/evolution.xml:6495(para)
-msgid ""
-"Use these settings for certificate handling for S/MIME security systems. For "
-"more information, see <link linkend=\"bshoty0\">Certificates</link>."
+msgid "Use these settings for certificate handling for S/MIME security systems. For more information, see <link linkend=\"bshoty0\">Certificates</link>."
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 "
-"&gt; Preferences &gt; 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 &gt; Preferences &gt; 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 @@ msgid "Identity:"
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 @@ msgid "Receiving Email:"
msgstr ""
#: C/evolution.xml:6511(para)
-msgid ""
-"Select the way you receive email. You can download email from a <link "
-"linkend=\"pop\">POP server</link>, read and keep it on the server (Microsoft "
-"Exchange, <trademark class=\"registered\">Novell</trademark><trademark class="
-"\"registered\">GroupWise</trademark>, or IMAP<link linkend=\"imap\">IMAP</"
-"link>), 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 <link linkend=\"pop\">POP server</link>, read and keep it on the server (Microsoft Exchange, <trademark class=\"registered\">Novell</trademark><trademark class=\"registered\">GroupWise</trademark>, or IMAP<link linkend=\"imap\">IMAP</link>), 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 <link linkend=\"second-step\">Receiving "
-"Mail</link>."
+msgid "For additional information, see <link linkend=\"second-step\">Receiving Mail</link>."
msgstr ""
#: C/evolution.xml:6516(title)
@@ -11764,15 +8441,11 @@ msgid "Receiving Options:"
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 <link linkend=\"more-mail-options"
-"\">Receiving Mail Options</link>."
+msgid "For additional information, see <link linkend=\"more-mail-options\">Receiving Mail Options</link>."
msgstr ""
#: C/evolution.xml:6521(title)
@@ -11780,17 +8453,11 @@ msgid "Sending Mail:"
msgstr ""
#: C/evolution.xml:6522(para)
-msgid ""
-"Use this section to choose and configure a method for sending mail. You can "
-"choose <link linkend=\"smtp\">SMTP</link>, Microsoft Exchange (if you have "
-"installed the Evolution Connector for Microsoft Exchange), <link linkend="
-"\"sendmail\">Sendmail</link> or many other options."
+msgid "Use this section to choose and configure a method for sending mail. You can choose <link linkend=\"smtp\">SMTP</link>, Microsoft Exchange (if you have installed the Evolution Connector for Microsoft Exchange), <link linkend=\"sendmail\">Sendmail</link> or many other options."
msgstr ""
#: C/evolution.xml:6524(para)
-msgid ""
-"For additional information, see <link linkend=\"third-step\">Sending Mail</"
-"link>."
+msgid "For additional information, see <link linkend=\"third-step\">Sending Mail</link>."
msgstr ""
#: C/evolution.xml:6526(title)
@@ -11798,33 +8465,19 @@ msgid "Defaults:"
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 <link linkend=\"b13uhy6r\">Default Settings</link>."
+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 <link linkend=\"b13uhy6r\">Default Settings</link>."
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 @@ msgid "Security:"
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 <link linkend=\"encryption"
-"\">Encryption</link> 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 <link linkend=\"encryption\">Encryption</link> 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 @@ msgid "Proxy:"
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 @@ msgid "IMAP Mail Headers"
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 @@ msgid "All Headers:"
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 @@ msgid "Basic Headers:"
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 @@ msgid "Mailing List Headers:"
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 @@ msgid "Select the IMAP account and click Edit to open the Account Editor."
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 @@ msgid "Click Remove to remove the custom headers."
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 <link linkend="
-"\"config-prefs-mail-identity\">Working with Mail Accounts</link>."
-msgstr ""
-"Informace o nastavení jednotlivých poštovních účtů naleznete v <link linkend="
-"\"more-mail-options\">Práci s poštovními účty</link>."
+msgid "For information on individual email account settings, see <link linkend=\"config-prefs-mail-identity\">Working with Mail Accounts</link>."
+msgstr "Informace o nastavení jednotlivých poštovních účtů naleznete v <link linkend=\"more-mail-options\">Práci s poštovními účty</link>."
-#: 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 @@ msgid "Message Fonts:"
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 @@ msgid "Message Display:"
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 <guilabel>Fall back "
-"to threading message by subject</guilabel> 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 <guilabel>Shrink To/CC/BCC header to</"
-"guilabel> 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 <guilabel>Fall back to threading message by subject</guilabel> 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 <guilabel>Shrink To/CC/BCC header to</guilabel> 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 &gt; Group By threads or press "
-"Ctrl+T."
+msgid "To group the messages as threads select View &gt; Group By threads or press Ctrl+T."
msgstr ""
#: C/evolution.xml:6638(title)
@@ -12042,12 +8645,7 @@ msgid "Deleting Mail:"
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 @@ msgid "New Mail Notifications:"
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 @@ msgid "Prompt When Sending HTML Messages to Contacts That Don't Want Them:"
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 @@ msgid "Loading Images:"
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 "
-"<quote>valid</quote> 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 <quote>valid</quote> 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 &gt; 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 &gt; 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 @@ msgid "Click Label and select the desired label for the message."
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 @@ msgid "Sender Photograph:"
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 &gt; Preferences &gt; Mail Preferences "
-"&gt; Headers &gt; Show the photograph of sender in the email preview. "
-"Deselect this option to disable this feature."
+msgid "To enable this feature, select Edit &gt; Preferences &gt; Mail Preferences &gt; Headers &gt; 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 <guilabel>Search for sender "
-"photograph only in the local addressbook</guilabel>, 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 <guilabel>Search for sender photograph only in the local addressbook</guilabel>, 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 @@ msgid "To enable Junk plugins:"
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 @@ msgid "General:"
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 @@ msgid "Delete junk mail on exit:"
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 @@ msgid "Default junk plugin:"
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 @@ msgid "SpamAssassin Options:"
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 @@ msgid "Bogofilter Options:"
msgstr ""
#: C/evolution.xml:6747(para)
-msgid ""
-"Select Convert mail text to Unicode to enable Unicode* filtering. For more "
-"information on Bogofilter, see the <ulink url=\"http://bogofilter."
-"sourceforge.net/\">Bogofilter site</ulink>."
+msgid "Select Convert mail text to Unicode to enable Unicode* filtering. For more information on Bogofilter, see the <ulink url=\"http://bogofilter.sourceforge.net/\">Bogofilter site</ulink>."
msgstr ""
#: C/evolution.xml:6750(para)
-msgid ""
-"Check new messages for junk contents option under Edit &gt; Preferences &gt; "
-"Mail Accounts &gt; Edit &gt; Receiving options is enabled only for IMAP. "
-"Check incoming mail for junk option under Edit &gt; Preferences &gt; Mail "
-"Preferences &gt; Junk &gt; General refers only to POP and Local Delivery."
+msgid "Check new messages for junk contents option under Edit &gt; Preferences &gt; Mail Accounts &gt; Edit &gt; Receiving options is enabled only for IMAP. Check incoming mail for junk option under Edit &gt; Preferences &gt; Mail Preferences &gt; Junk &gt; 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 @@ msgid "Default Behavior:"
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 @@ msgid "Top Posting Options:"
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 @@ msgid "Prompt When Sending Messages with Only Bcc Recipients Defined:"
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 @@ msgid "Day Begins:"
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 @@ msgid "Sets the end of a normal workday."
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 @@ msgid "Time Divisions:"
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 @@ msgid "Show appointment end times in week and month views:"
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 @@ msgid "Compress weekends in month view:"
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 @@ msgid "Hide completed tasks after:"
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 @@ msgid "Select the Calendars for Alarm Notification:"
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 @@ msgid "Publishing:"
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 @@ msgid "Use system defaults:"
msgstr ""
#: C/evolution.xml:6934(para)
-msgid ""
-"Select this option to use the system wide proxy settings configured through "
-"Control Center &gt; 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 &gt; 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 "
-"&gt; 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 &gt; 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 @@ msgid "Manual proxy configuration:"
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 @@ msgstr ""
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 @@ msgid "No proxy domain"
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 @@ msgid "Use authentication"
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 @@ msgid "Automatic proxy configuration URL:"
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 @@ msgid "Your Certificates:"
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 @@ msgid "Contact Certificates:"
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 @@ msgid "Authorities:"
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 @@ msgid "Specific Account:"
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 <link linkend=\"ldap\">LDAP</link> "
-"server, enter the server information as requested by the assistant:"
+msgid "If you are creating an address book on an <link linkend=\"ldap\">LDAP</link> server, enter the server information as requested by the assistant:"
msgstr ""
#: C/evolution.xml:7128(title)
@@ -12851,10 +9287,7 @@ msgid "Login Method:"
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 @@ msgid "Port:"
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 @@ msgid "Use SSL/TLS:"
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 @@ msgid "Details: Search Base:"
msgstr ""
#: C/evolution.xml:7145(para)
-msgid ""
-"The <link linkend=\"search-base\">search base</link> is the starting point "
-"for a directory search. Contact your network administrator for information "
-"about the correct settings."
+msgid "The <link linkend=\"search-base\">search base</link> 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 @@ msgid "Search Scope:"
msgstr ""
#: C/evolution.xml:7149(para)
-msgid ""
-"The <link linkend=\"search-scope\">search scope</link> is the breadth of a "
-"given search. The following options are available:"
+msgid "The <link linkend=\"search-scope\">search scope</link> is the breadth of a given search. The following options are available:"
msgstr ""
#: C/evolution.xml:7154(title)
@@ -12920,9 +9343,7 @@ msgid "Timeout (minutes):"
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 @@ msgid "Download Limit:"
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 @@ msgid "Display Name:"
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 @@ msgid "Search Filter:"
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.(&amp;(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.(&amp;(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 @@ msgid "The messages remain in the statusbar for this specified time."
msgstr ""
#: C/evolution.xml:7215(para)
-msgid ""
-"The <inlinegraphic format=\"PNG\" fileref=\"figures/evo_dialog-warning.png\"/"
-"> icon indicates that the error message is a warning. The <inlinegraphic "
-"format=\"PNG\" fileref=\"figures/evo_dialog-info.png\"/> icon indicates an "
-"informational message."
-msgstr ""
-"Ikona <inlinegraphic format=\"PNG\" fileref=\"figures/evo_dialog-warning.png"
-"\"/> signalizuje, že chybová zpráva je varováním. Ikona <inlinegraphic "
-"format=\"PNG\" fileref=\"figures/evo_dialog-info.png\"/> signalizuje "
-"informační zprávu."
+msgid "The <inlinegraphic format=\"PNG\" fileref=\"figures/evo_dialog-warning.png\"/> icon indicates that the error message is a warning. The <inlinegraphic format=\"PNG\" fileref=\"figures/evo_dialog-info.png\"/> icon indicates an informational message."
+msgstr "Ikona <inlinegraphic format=\"PNG\" fileref=\"figures/evo_dialog-warning.png\"/> signalizuje, že chybová zpráva je varováním. Ikona <inlinegraphic format=\"PNG\" fileref=\"figures/evo_dialog-info.png\"/> 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, <trademark>Evolution</trademark> "
-"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, <trademark>Evolution</trademark> 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 &gt; 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 &gt; 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 "
-"<link linkend=\"conduit\">conduits</link> 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 <link linkend=\"conduit\">conduits</link> 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 @@ msgid "Synchronize:"
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 @@ msgid "Copy From Pilot:"
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 @@ msgid "Copy new data from the computer to the handheld."
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 <command>.evolution</command> directory inside your home directory."
+msgid "If you want to back up your information before synchronizing, make a copy of the <command>.evolution</command> directory inside your home directory."
msgstr ""
#: C/evolution.xml:7269(para)
@@ -13118,24 +9482,15 @@ msgid "Put your handheld device in its cradle and press the HotSync button."
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 <trademark>Evolution</trademark>."
+msgid "If you are using Microsoft Outlook, but not Microsoft Exchange, this section helps you switch to <trademark>Evolution</trademark>."
msgstr ""
#: C/evolution.xml:7282(title)
@@ -13143,10 +9498,7 @@ msgid "Migrating Local Outlook Mail Folders"
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 @@ msgid "First, while using Windows, prepare your messages for import:"
msgstr ""
#: C/evolution.xml:7287(para)
-msgid ""
-"Clean up your mail. Delete messages and folders you do not need, and click "
-"File &gt; Folders &gt; Properties &gt; Advanced &gt; 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 &gt; Folders &gt; Properties &gt; Advanced &gt; 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 &amp; "
-"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 &amp; Newsgroups Tools Import."
msgstr ""
#: C/evolution.xml:7297(para)
-msgid ""
-"Mozilla creates a set of files in the directory<command> Windows"
-"\\Application_Data\\Mozilla\\Profiles\\(UserName)\\(Random Letters)\\Mail"
-"\\Local Folders\\OutlookMail\\</command>. The data files are those that have "
-"no file extension."
+msgid "Mozilla creates a set of files in the directory<command> Windows\\Application_Data\\Mozilla\\Profiles\\(UserName)\\(Random Letters)\\Mail\\Local Folders\\OutlookMail\\</command>. 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 @@ msgstr "Zapněte Evolution."
#: C/evolution.xml:7311(para)
msgid "Select File &gt; New &gt; Mail Folder to create the folders you want."
-msgstr ""
-"Vyberte Soubor &gt; Nová &gt; Složka pošty pro vytvoření složek, které "
-"chcete."
+msgstr "Vyberte Soubor &gt; Nová &gt; 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 &gt; Import."
-msgstr ""
-"V Evolutionu kliknutím na Soubor &gt; Importovat otevřete Asistenta "
-"importování souboru."
+msgid "In Evolution, open the File Import assistant by clicking File &gt; Import."
+msgstr "V Evolutionu kliknutím na Soubor &gt; 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 @@ msgstr "Vyberte složku, kde chcete umístit importovaný datový soubor."
#: 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 <trademark>Evolution</trademark>. You can also "
-"find this information by selecting Help &gt; 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 <trademark>Evolutionem</trademark> dělat. Tyto informace "
-"naleznete také tak, že vyberete Nápověda &gt; 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 <trademark>Evolution</trademark>. You can also find this information by selecting Help &gt; 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 <trademark>Evolutionem</trademark> dělat. Tyto informace naleznete také tak, že vyberete Nápověda &gt; 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 @@ msgid "New Item:"
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 @@ msgstr "Vytvoření nové e-mailové zprávy:"
msgid "Select File &gt; New &gt; Mail Message or Shift+Ctrl+M."
msgstr "Použijte Soubor &gt; Nová &gt; 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 &gt; New &gt; Appointment or Shift+Ctrl+A."
msgstr "Použijte Soubor &gt; Nová &gt; Událost nebo Shift+Ctrl+A."
@@ -13316,19 +9627,16 @@ msgid "Entering a New Contact:"
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 &gt; New &gt; 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 &gt; Nová &gt; "
-"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 &gt; New &gt; 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 &gt; Nová &gt; 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 &gt; New &gt; Task or Shift+Ctrl+T."
msgstr "Klikněte na Soubor &gt; Nová &gt; Úkol nebo Shift+Ctrl+T."
@@ -13337,93 +9645,60 @@ msgid "Send and Receive Mail:"
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 &gt; "
-"Send/Receive."
-msgstr ""
-"Stiskněte F9, klikněte na Odeslat/Přijmout v liště nástrojů nebo klikněte na "
-"Soubor &gt; Odeslat/Přijmout"
+msgid "Press F9, click the Send/Receive button in the toolbar, or click File &gt; Send/Receive."
+msgstr "Stiskněte F9, klikněte na Odeslat/Přijmout v liště nástrojů nebo klikněte na Soubor &gt; 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 @@ msgstr "Přidání odesílatele do adresáře:"
#: 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 @@ msgid "Deleting a Contact:"
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 @@ msgstr "Posílání e-mailů kontaktu:"
#: 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 &gt; 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 &gt; "
-"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 &gt; 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 &gt; Nový kontakt nebo stisknout Shift+Ctrl+C."
#: C/evolution.xml:7455(para)
-msgid ""
-"<trademark>Evolution</trademark> bug tracking is done at the <ulink url="
-"\"http://bugzilla.gnome.org\">GNOME bug tracking System</ulink>. 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 <trademark>Evolution</trademark> je "
-"vytvořen v <ulink url=\"http://bugzilla.gnome.org\">Systému pro hlášení chyb "
-"v GNOME</ulink>. 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 "<trademark>Evolution</trademark> bug tracking is done at the <ulink url=\"http://bugzilla.gnome.org\">GNOME bug tracking System</ulink>. 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 <trademark>Evolution</trademark> je vytvořen v <ulink url=\"http://bugzilla.gnome.org\">Systému pro hlášení chyb v GNOME</ulink>. 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 <ulink url=\"http://gnome.org/"
-"projects/evolution/developer.shtml\">Evolution Developer site</ulink>."
-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 <ulink url=\"http://gnome.org/"
-"projects/evolution/developer.shtml\">stránkách vývoje Evolutionu.</ulink>."
+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 <ulink url=\"http://gnome.org/projects/evolution/developer.shtml\">Evolution Developer site</ulink>."
+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 <ulink url=\"http://gnome.org/projects/evolution/developer.shtml\">stránkách vývoje Evolutionu.</ulink>."
#: C/evolution.xml:7461(para)
-msgid ""
-"Evolution was written by the <trademark>Evolution</trademark> team and "
-"numerous other dedicated GNOME programmers. You can see their names by "
-"clicking Help &gt; About from the main Evolution window."
-msgstr ""
-"Evolution byl napsán týmem <trademark>Evolution</trademark> a mnoha dalšími "
-"nadšenými vývojáři GNOME. Jejich jména můžete vidět tak, že kliknete na "
-"Pomoc &gt; O programu v hlavním okně Evolutionu."
+msgid "Evolution was written by the <trademark>Evolution</trademark> team and numerous other dedicated GNOME programmers. You can see their names by clicking Help &gt; About from the main Evolution window."
+msgstr "Evolution byl napsán týmem <trademark>Evolution</trademark> a mnoha dalšími nadšenými vývojáři GNOME. Jejich jména můžete vidět tak, že kliknete na Pomoc &gt; 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 <ulink url=\"http://www."
-"gnome.org/projects/evolution\">Web page</ulink>. Please send all comments, "
-"suggestions, and bug reports to the <ulink url=\"http://bugzilla.gnome.org"
-"\">bug tracking database</ulink>. 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 <ulink url=\"http://www.novell.com/products/"
-"desktop/features/evolution.html\">webových stránkách</ulink> aplikace "
-"Evolution. Prosím pošlete všechny komentáře, návrhy a nahlášení chyb do "
-"<ulink url=\"http://bugzilla.gnome.com\">databáze nahlášených chyb</ulink>. "
-"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 <ulink url=\"http://www.gnome.org/projects/evolution\">Web page</ulink>. Please send all comments, suggestions, and bug reports to the <ulink url=\"http://bugzilla.gnome.org\">bug tracking database</ulink>. 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 <ulink url=\"http://www.novell.com/products/desktop/features/evolution.html\">webových stránkách</ulink> aplikace Evolution. Prosím pošlete všechny komentáře, návrhy a nahlášení chyb do <ulink url=\"http://bugzilla.gnome.com\">databáze nahlášených chyb</ulink>. 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 @@ msgid "Ettore Perazzoli (ettore@ximian.com)"
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 @@ msgid "Sergey V. Mironov for Russian (.ru)"
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 <trademark>Evolution</trademark>."
-msgstr ""
-"Tento rejstřík obsahuje výrazy, které jsou často používány v této příručce "
-"stejně jako v aplikaci <trademark>Evolution</trademark>."
+msgid "This glossary contains terms that are frequently used in this guide as well as in <trademark>Evolution</trademark>."
+msgstr "Tento rejstřík obsahuje výrazy, které jsou často používány v této příručce stejně jako v aplikaci <trademark>Evolution</trademark>."
#: 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 @@ msgid "Bcc (Blind Carbon Copy)"
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 @@ msgid "execute"
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 <command>/</command>. 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 <command>/"
-"root</command>."
-msgstr ""
-"Způsob zobrazení skupin souborů na počítači. Vrchol stromu se nazývá "
-"kořenový adresář a značí se <command>/</command>. 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 (<command>/root</command>) "
+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 <command>/</command>. 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 <command>/root</command>."
+msgstr "Způsob zobrazení skupin souborů na počítači. Vrchol stromu se nazývá kořenový adresář a značí se <command>/</command>. 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 (<command>/root</command>) "
#: 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 @@ msgid "groupware"
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 @@ msgid "IMAP"
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 <emphasis>attachment</emphasis>."
-msgstr ""
-"zobrazený jako část zprávy nebo jiného dokumenty, místo přilozený jako "
-"samostatný soubor. Opak <emphasis>přílohy</emphasis>."
+msgid "Displayed as part of a message or other document, rather than attached as a separate file. Contrast with <emphasis>attachment</emphasis>."
+msgstr "zobrazený jako část zprávy nebo jiného dokumenty, místo přilozený jako samostatný soubor. Opak <emphasis>přílohy</emphasis>."
#: 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 <quote>fly</quote> and ending in "
-"<quote>soup</quote> or <quote>soap.</quote> If you searched for that "
-"expression, you'd find both <quote>fly in my soup</quote> and <quote>fly in "
-"my soap.</quote> For more information, enter <command>man grep</command> "
-"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 <quote>fly</quote> a končící na <quote>soup</quote> nebo "
-"<quote>soap.</quote> Pokud byste hledali tento výraz, nalezli byste "
-"<quote>fly in my soup</quote> a <quote>fly in my soap.</quote> Pokud chcete "
-"získat více informací, vložte <command>man grep</command> 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 <quote>fly</quote> and ending in <quote>soup</quote> or <quote>soap.</quote> If you searched for that expression, you'd find both <quote>fly in my soup</quote> and <quote>fly in my soap.</quote> For more information, enter <command>man grep</command> 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 <quote>fly</quote> a končící na <quote>soup</quote> nebo <quote>soap.</quote> Pokud byste hledali tento výraz, nalezli byste <quote>fly in my soup</quote> a <quote>fly in my soap.</quote> Pokud chcete získat více informací, vložte <command>man grep</command> 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 @@ msgid "Sendmail"
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 @@ msgid "July 2007"
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 <EMAIL>, YEAR1, YEAR2.
#: C/evolution.xml:0(None)
@@ -14280,13 +10203,10 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ 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 <trademark class=\"registered\">Hula</trademark> servers "
@@ -14297,16 +10217,12 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "připojení k serverům <trademark class=\"registered\">Hula</trademark> "
#~ "pomocí IMAPu a podporuje kalendář pomocí CalDAV. Více informací se "
#~ "dozvíte na <link linkend=\"b1012tkg\">Připojení k Hula</link>"
-
#~ 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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "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 <link linkend=\"usage-mail-organize-spam"
#~ "\">Stopping Junk Mail (Spam)</link>"
#~ msgstr ""
#~ "Více informací získáte na <link linkend=\"usage-mail-organize-spam\">Boj "
#~ "proti spamu</link>"
-
#~ 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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "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 "
#~ "&gt; Compact All Folders. If you don't, Evolution will import and "
@@ -14372,19 +10279,15 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "Před importem pošty z Netscape* se ujistěte, že jste vybrali Soubor &gt; "
#~ "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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "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 <command>man evolution</"
@@ -14404,43 +10306,34 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "použít. Kompletní seznam získáte příkazem <command>man evolution</"
#~ "command> nebo <command>evolution --help</command>. Nejdůležitějšími "
#~ "volbami pro příkazovou řádku jsou:"
-
#~ msgid ""
#~ "Click Edit &gt; Preferences &gt; Mail Preferences and select the Enable "
#~ "Magic Spacebar check box."
#~ msgstr ""
#~ "Klikněte na Upravit &gt; Nastavení &gt; Účty e-mailu a zaškrtněte Povolit "
#~ "Magický mezerník."
-
#~ msgid "Click Edit &gt; Preferences"
#~ msgstr "Klikněte na Upravit &gt; 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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "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 &gt; Preferences, then click Mail Accounts."
#~ msgstr "Klikněte na Upravit &gt; Nastavení a potom na Účty e-mailu."
-
#~ msgid "Click Edit &gt; Preferences, then click Certificate."
#~ msgstr "Klikněte na Upravit &gt; Nastavení, potom klikněte na Certifikáty."
-
#~ msgid ""
#~ "Click Edit &gt; Preferences, then select the account to encrypt the "
#~ "messages in."
#~ msgstr ""
#~ "Klikněte na Upravit &gt; 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 &gt; "
#~ "Preferences, then click Mail Preferences. For more information on this "
@@ -14517,17 +10399,14 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "Pro změnu vašeho nastavení filtrování nevyžádané pošty klikněte na "
#~ "Upravit &gt; Nastavení, potom na Nastavení pošty. Více informací najdete "
#~ "v <link linkend=\"mail-prefs-junk\">Nastavení nevyžádané pošty</link>."
-
#~ 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 &gt; New Task or Shift+Ctrl+T."
#~ msgstr "Vyberte Soubor &gt; 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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "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 <ulink url=\"http://support.novell.com\">support.novell.com</"
@@ -14557,7 +10431,6 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "Pro informace o posledních novinkách a erratech navštivte centrum podpory "
#~ "společnosti Novell® na <ulink url=\"http://support.novell.com\">support."
#~ "novell.com</ulink>."
-
#~ 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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "osobních informací, takže můžete pracovat a komunikovat s ostatními "
#~ "efektivněji. Je to velmi vyvinutý <link linkend=\"groupware\">groupware</"
#~ "link> 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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "funkce jako <link linkend=\"vfolder\">složky vyhledávání</link>, 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 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "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 <ulink url=\"http://"
#~ "support.novell.com\">Novell® support site at</ulink>."
@@ -14630,3 +10495,4 @@ msgstr "Jiří Eischmann <jiri@eischmann.cz>, 2008."
#~ "Jestliže potřebujete další pomoc s aplikací Evolution, navštivte <ulink "
#~ "url=\"http://support.novell.com\">stránku podpory společnosti Novell®</"
#~ "ulink>."
+
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 76ed190ad0..2f615c2a1c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,67 @@
+2008-11-23 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #552850
+
+ * evolution-mail.schemas.in:
+ Prefer the term "side bar" over "folder tree".
+
+2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Fix for bug #555276
+
+ * mail/mail-vfolder.c: Don't load vfolder as subfolder.
+
+2008-11-13 Bharath Acharya <abharath@novell.com>
+
+ * em-folder-view.c: (emfv_setting_notify):
+ * em-format-html.c: (efh_format_headers): Do not display the default
+ headers when all the headers are disabled in Mail preferences.
+
+2008-11-12 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #524377
+
+ * mail-config.glade:
+ * evolution-mail.schemas.in:
+ * em-composer-prefs.c: (em_composer_prefs_construct):
+ * mail-config.c: (gconf_outlook_filenames_changed), (mail_config_init):
+ Declare, be able to change and listen to changes on new key,
+ '/apps/evolution/mail/composer/outlook_filenames' to encode file names
+ header in camel based on the RFC 2047, instead of the correct RFC 2231.
+
+2008-11-07 Matthew Barnes <mbarnes@redhat.com>
+
+ ** 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 <abharath@novell.com>
+
+ ** Fix for BNC bug #437226
+
+ * em-format-html.c (efh_format_headers): Regression caused by r35319.
+ Check for the condition only after the while loop.
+
+2008-11-05 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #559371
+
+ * em-composer-prefs.c (spell_language_save), (spell_setup):
+ Simplify the logic by using e_load_spell_languages() and
+ e_save_spell_languages().
+
+2008-11-04 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #386036
+
+ * vfoldertypes.xml:
+ * filtertypes.xml: Added new option "Sender or Recipients" which
+ filters on From/To/Cc/Bcc headers.
+
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #559042
diff --git a/mail/em-composer-prefs.c b/mail/em-composer-prefs.c
index 75a6781759..0b19cc24bf 100644
--- a/mail/em-composer-prefs.c
+++ b/mail/em-composer-prefs.c
@@ -584,46 +584,41 @@ spell_language_toggled_cb (GtkCellRendererToggle *renderer,
static void
spell_language_save (EMComposerPrefs *prefs)
{
- GSList *list = NULL;
- GConfClient *client;
+ GList *spell_languages = NULL;
GtkTreeModel *model;
GtkTreeIter iter;
- const gchar *key;
gboolean valid;
model = prefs->language_model;
- /* Build a list of active languages. */
+ /* Build a list of active spell languages. */
valid = gtk_tree_model_get_iter_first (model, &iter);
while (valid) {
const GtkhtmlSpellLanguage *language;
- const gchar *code;
gboolean active;
gtk_tree_model_get (
model, &iter, 0, &active, 2, &language, -1);
- code = gtkhtml_spell_language_get_code (language);
if (active)
- list = g_slist_prepend (list, (gpointer) code);
+ spell_languages = g_list_prepend (
+ spell_languages, (gpointer) language);
valid = gtk_tree_model_iter_next (model, &iter);
}
- list = g_slist_reverse (list);
+ spell_languages = g_list_reverse (spell_languages);
/* Update the GConf value. */
- client = mail_config_get_gconf_client ();
- key = "/apps/evolution/mail/composer/spell_languages";
- gconf_client_set_list (client, key, GCONF_VALUE_STRING, list, NULL);
+ e_save_spell_languages (spell_languages);
- g_slist_free (list);
+ g_list_free (spell_languages);
}
static void
spell_setup (EMComposerPrefs *prefs)
{
const GList *available_languages;
- GSList *active_languages, *iter;
+ GList *active_languages;
GConfClient *client;
GtkListStore *store;
GdkColor color;
@@ -634,27 +629,7 @@ spell_setup (EMComposerPrefs *prefs)
store = GTK_LIST_STORE (prefs->language_model);
available_languages = gtkhtml_spell_language_get_available ();
- /* Retrieve a list of language codes from GConf. */
- key = "/apps/evolution/mail/composer/spell_languages";
- active_languages = gconf_client_get_list (
- client, key, GCONF_VALUE_STRING, NULL);
-
- /* Convert the list to GtkhtmlSpellLanguages. */
- for (iter = active_languages; iter != NULL; iter = iter->next) {
- gchar *code = iter->data;
-
- iter->data = (gpointer) gtkhtml_spell_language_lookup (code);
- g_free (code);
- }
-
- /* Make sure we have _something_ active. */
- if (active_languages == NULL) {
- const GtkhtmlSpellLanguage *default_language;
-
- default_language = gtkhtml_spell_language_lookup (NULL);
- active_languages = g_slist_prepend (
- active_languages, (gpointer) default_language);
- }
+ active_languages = e_load_spell_languages ();
/* Populate the GtkListStore. */
while (available_languages != NULL) {
@@ -665,7 +640,7 @@ spell_setup (EMComposerPrefs *prefs)
language = available_languages->data;
name = gtkhtml_spell_language_get_name (language);
- active = (g_slist_find (active_languages, language) != NULL);
+ active = (g_list_find (active_languages, language) != NULL);
gtk_list_store_append (store, &tree_iter);
@@ -676,10 +651,7 @@ spell_setup (EMComposerPrefs *prefs)
available_languages = available_languages->next;
}
- /* Update the GConf list in case we used a default language. */
- spell_language_save (prefs);
-
- g_slist_free (active_languages);
+ g_list_free (active_languages);
key = "/apps/evolution/mail/composer/spell_color";
string = gconf_client_get_string (client, key, NULL);
@@ -945,6 +917,12 @@ em_composer_prefs_construct (EMComposerPrefs *prefs)
gtk_widget_set_sensitive (widget, FALSE);
gconf_bridge_bind_property (bridge, key, G_OBJECT (widget), "active");
+ key = "/apps/evolution/mail/composer/outlook_filenames";
+ widget = glade_xml_get_widget (gui, "chkOutlookFilenames");
+ if (!gconf_client_key_is_writable (client, key, NULL))
+ gtk_widget_set_sensitive (widget, FALSE);
+ gconf_bridge_bind_property (bridge, key, G_OBJECT (widget), "active");
+
key = "/apps/evolution/mail/composer/top_signature";
widget = glade_xml_get_widget (gui, "chkTopSignature");
if (!gconf_client_key_is_writable (client, key, NULL))
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c
index 77c74125d6..6dfe8735d6 100644
--- a/mail/em-folder-view.c
+++ b/mail/em-folder-view.c
@@ -2901,7 +2901,6 @@ emfv_setting_notify(GConfClient *gconf, guint cnxn_id, GConfEntry *entry, EMFold
case EMFV_HEADERS: {
GSList *header_config_list, *p;
EMFormat *emf = (EMFormat *)emfv->preview;
- int added_headers = 0;
header_config_list = gconf_client_get_list(gconf, "/apps/evolution/mail/display/headers", GCONF_VALUE_STRING, NULL);
em_format_clear_headers((EMFormat *)emfv->preview);
@@ -2913,15 +2912,12 @@ emfv_setting_notify(GConfClient *gconf, guint cnxn_id, GConfEntry *entry, EMFold
h = em_mailer_prefs_header_from_xml(xml);
if (h && h->enabled) {
em_format_add_header(emf, h->name, EM_FORMAT_HEADER_BOLD);
- added_headers++;
}
em_mailer_prefs_header_free(h);
p = g_slist_next(p);
}
g_slist_foreach(header_config_list, (GFunc) g_free, NULL);
g_slist_free(header_config_list);
- if (added_headers == 0)
- em_format_default_headers(emf);
/* force a redraw */
if (emf->message)
em_format_redraw(emf);
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 3ad759bfef..8aed5e814c 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1891,22 +1891,23 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part)
g_free(name);
} else if (!g_ascii_strcasecmp (header->name, "X-Evolution-Mail-From-Delegate")) {
mail_from_delegate = TRUE;
- } else if (header_sender && header_from && mail_from_delegate) {
- camel_stream_printf(stream, "<tr><td><table border=1 width=\"100%%\" cellspacing=2 cellpadding=2><tr>");
- if(gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL)
- camel_stream_printf (stream, "<td align=\"right\" width=\"100%%\">");
- else
- camel_stream_printf (stream, "<td align=\"left\" width=\"100%%\">");
- /* To translators: This message suggests to the receipients that the sender of the mail is
- different from the one listed in From field.
- */
- camel_stream_printf(stream, _("This message was sent by <b>%s</b> on behalf of <b>%s</b>"), header_sender, header_from);
- camel_stream_printf(stream, "</td></tr></table></td></tr>");
- break;
}
header = header->next;
}
+
+ if (header_sender && header_from && mail_from_delegate) {
+ camel_stream_printf(stream, "<tr><td><table border=1 width=\"100%%\" cellspacing=2 cellpadding=2><tr>");
+ if(gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL)
+ camel_stream_printf (stream, "<td align=\"right\" width=\"100%%\">");
+ else
+ camel_stream_printf (stream, "<td align=\"left\" width=\"100%%\">");
+ /* To translators: This message suggests to the receipients that the sender of the mail is
+ different from the one listed in From field.
+ */
+ camel_stream_printf(stream, _("This message was sent by <b>%s</b> on behalf of <b>%s</b>"), header_sender, header_from);
+ camel_stream_printf(stream, "</td></tr></table></td></tr>");
+ }
g_free (header_sender);
g_free (header_from);
@@ -1918,7 +1919,7 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part)
/* dump selected headers */
h = (EMFormatHeader *)emf->header_list.head;
- if (h->next == NULL || emf->mode == EM_FORMAT_ALLHEADERS) {
+ if (emf->mode == EM_FORMAT_ALLHEADERS) {
header = ((CamelMimePart *)part)->headers;
while (header) {
efh_format_header(emf, stream, part, header, EM_FORMAT_HTML_HEADER_NOCOLUMNS, charset);
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index 5e328b5457..fbebba87cb 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -186,6 +186,20 @@
</schema>
<schema>
+ <key>/schemas/apps/evolution/mail/composer/outlook_filenames</key>
+ <applyto>/apps/evolution/mail/composer/outlook_filenames</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Encode file names in an Outlook/GMail way</short>
+ <long>
+ Encode file names in the mail headers same as Outlook or GMail does, to let them understand localized file names sent by Evolution, because they do not follow the RFC 2231, but uses incorrect RFC 2047 standard.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/evolution/mail/composer/width</key>
<applyto>/apps/evolution/mail/composer/width</applyto>
<owner>evolution-mail</owner>
@@ -232,9 +246,9 @@
<type>bool</type>
<default>false</default>
<locale name="C">
- <short>Disable or enable ellipsizing of folder names in folder tree</short>
+ <short>Disable or enable ellipsizing of folder names in side bar</short>
<long>
- Whether disable ellipsizing feature of folder names in folder tree.
+ Whether disable ellipsizing feature of folder names in side bar.
</long>
</locale>
</schema>
diff --git a/mail/filtertypes.xml b/mail/filtertypes.xml
index 74029112d1..60702f2b08 100644
--- a/mail/filtertypes.xml
+++ b/mail/filtertypes.xml
@@ -283,7 +283,109 @@
</input>
<input type="address" name="recipient"/>
</part>
-
+
+ <part name="senderto">
+ <title>Sender or Recipients</title>
+ <input type="optionlist" name="recipient-type">
+ <option value="contains">
+ <title>contains</title>
+ <code>
+ (match-all (or (header-contains "From" ${recipient})
+ (header-contains "To" ${recipient})
+ (header-contains "Cc" ${recipient})
+ (header-contains "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="not contains">
+ <title>does not contain</title>
+ <code>
+ (match-all (not (or
+ (header-contains "From" ${recipient})
+ (header-contains "To" ${recipient})
+ (header-contains "Cc" ${recipient})
+ (header-contains "Bcc" ${recipient}))))
+ </code>
+ </option>
+ <option value="is">
+ <title>is</title>
+ <code>
+ (match-all (or (header-matches "From" ${recipient})
+ (header-matches "To" ${recipient})
+ (header-matches "Cc" ${recipient})
+ (header-matches "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="is not">
+ <title>is not</title>
+ <code>
+ (match-all (not (or
+ (header-matches "From" ${recipient})
+ (header-matches "To" ${recipient})
+ (header-matches "Cc" ${recipient})
+ (header-matches "Bcc" ${recipient}))))
+ </code>
+ </option>
+ <option value="starts with">
+ <title>starts with</title>
+ <code>
+ (match-all (or (header-starts-with "From" ${recipient})
+ (header-starts-with "To" ${recipient})
+ (header-starts-with "Cc" ${recipient})
+ (header-starts-with "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="not starts with">
+ <title>does not start with</title>
+ <code>
+ (match-all (not (or
+ (header-starts-with "From" ${recipient})
+ (header-starts-with "To" ${recipient})
+ (header-starts-with "Cc" ${recipient})
+ (header-starts-with "Bcc" ${recipient}))))
+ </code>
+ </option>
+ <option value="ends with">
+ <title>ends with</title>
+ <code>
+ (match-all (or (header-ends-with "From" ${recipient})
+ (header-ends-with "To" ${recipient})
+ (header-ends-with "Cc" ${recipient})
+ (header-ends-with "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="not ends with">
+ <title>does not end with</title>
+ <code>
+ (match-all (not (or
+ (header-ends-with "From" ${recipient})
+ (header-ends-with "To" ${recipient})
+ (header-ends-with "Cc" ${recipient})
+ (header-ends-with "Bcc" ${recipient}))))
+ </code>
+ </option>
+ <option value="matches soundex">
+ <title>sounds like</title>
+ <code>
+ (match-all (or (header-soundex "From" ${recipient})
+ (header-soundex "To" ${recipient})
+ (header-soundex "Cc" ${recipient})
+ (header-soundex "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="not match soundex">
+ <title>does not sound like</title>
+ <code>
+ (match-all (not (or
+ (header-soundex "From" ${recipient})
+ (header-soundex "To" ${recipient})
+ (header-soundex "Cc" ${recipient})
+ (header-soundex "Bcc" ${recipient}))))
+ </code>
+ </option>
+ </input>
+ <input type="address" name="recipient"/>
+ </part>
+
<part name="subject">
<title>Subject</title>
<input type="optionlist" name="subject-type">
diff --git a/mail/mail-config.c b/mail/mail-config.c
index 4ae2b0f885..8993e3b915 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -249,6 +249,22 @@ gconf_style_changed (GConfClient *client, guint cnxn_id,
}
static void
+gconf_outlook_filenames_changed (GConfClient *client, guint cnxn_id,
+ GConfEntry *entry, gpointer user_data)
+{
+ extern int camel_header_param_encode_filenames_in_rfc_2047;
+
+ g_return_if_fail (client != NULL);
+
+ /* pass option to the camel */
+ if (gconf_client_get_bool (client, "/apps/evolution/mail/composer/outlook_filenames", NULL)) {
+ camel_header_param_encode_filenames_in_rfc_2047 = 1;
+ } else {
+ camel_header_param_encode_filenames_in_rfc_2047 = 0;
+ }
+}
+
+static void
gconf_jh_check_changed (GConfClient *client, guint cnxn_id,
GConfEntry *entry, gpointer user_data)
{
@@ -370,6 +386,12 @@ mail_config_init (void)
gconf_client_notify_add (
config->gconf, key, func, NULL, NULL, NULL);
+ key = "/apps/evolution/mail/composer/outlook_filenames";
+ func = (GConfClientNotifyFunc) gconf_outlook_filenames_changed;
+ gconf_outlook_filenames_changed (config->gconf, 0, NULL, NULL);
+ gconf_client_notify_add (
+ config->gconf, key, func, NULL, NULL, NULL);
+
/* Display Configuration */
gconf_client_add_dir (
@@ -782,48 +804,49 @@ mail_config_get_account_by_uid (const char *uid)
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);
+
+ if (account->source == NULL)
+ continue;
- 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);
+ else if (account->source->url == NULL)
+ continue;
- return account;
- }
+ else if (*account->source->url == '\0')
+ continue;
- if (url)
- camel_url_free (url);
- }
+ url = camel_url_new (account->source->url, NULL);
+ if (url == NULL)
+ continue;
- e_iterator_next (iter);
+ /* 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 --git a/mail/mail-config.glade b/mail/mail-config.glade
index 69a9016535..6c3dc7937a 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -7124,6 +7124,25 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
</child>
<child>
+ <widget class="GtkCheckButton" id="chkOutlookFilenames">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Encode file names in an Outlook/GMail way</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
<widget class="GtkTable" id="tableForwardsReplies">
<property name="visible">True</property>
<property name="n_rows">3</property>
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index 3dadf3d37f..4498817afa 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -267,6 +267,11 @@ vfolder_adduri_exec (struct _adduri_msg *m)
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 --git a/mail/vfoldertypes.xml b/mail/vfoldertypes.xml
index 2ccb552cb5..f7b4b7d8cd 100644
--- a/mail/vfoldertypes.xml
+++ b/mail/vfoldertypes.xml
@@ -115,6 +115,89 @@
<input type="address" name="recipient"/>
</part>
+ <part name="senderto">
+ <title>Sender or Recipients</title>
+ <input type="optionlist" name="recipient-type">
+ <option value="contains">
+ <title>contains</title>
+ <code>
+ (match-all (or (header-contains "From" ${recipient})
+ (header-contains "To" ${recipient})
+ (header-contains "Cc" ${recipient})
+ (header-contains "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="not contains">
+ <title>does not contain</title>
+ <code>
+ (match-all (not (or
+ (header-contains "From" ${recipient})
+ (header-contains "To" ${recipient})
+ (header-contains "Cc" ${recipient})
+ (header-contains "Bcc" ${recipient}))))
+ </code>
+ </option>
+ <option value="is">
+ <title>is</title>
+ <code>
+ (match-all (or (header-matches "From" ${recipient})
+ (header-matches "To" ${recipient})
+ (header-matches "Cc" ${recipient})
+ (header-matches "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="is not">
+ <title>is not</title>
+ <code>
+ (match-all (not (or
+ (header-matches "From" ${recipient})
+ (header-matches "To" ${recipient})
+ (header-matches "Cc" ${recipient})
+ (header-matches "Bcc" ${recipient}))))
+ </code>
+ </option>
+ <option value="starts with">
+ <title>starts with</title>
+ <code>
+ (match-all (or (header-starts-with "From" ${recipient})
+ (header-starts-with "To" ${recipient})
+ (header-starts-with "Cc" ${recipient})
+ (header-starts-with "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="not starts with">
+ <title>does not start with</title>
+ <code>
+ (match-all (not (or
+ (header-starts-with "From" ${recipient})
+ (header-starts-with "To" ${recipient})
+ (header-starts-with "Cc" ${recipient})
+ (header-starts-with "Bcc" ${recipient}))))
+ </code>
+ </option>
+ <option value="ends with">
+ <title>ends with</title>
+ <code>
+ (match-all (or (header-ends-with "From" ${recipient})
+ (header-ends-with "To" ${recipient})
+ (header-ends-with "Cc" ${recipient})
+ (header-ends-with "Bcc" ${recipient})))
+ </code>
+ </option>
+ <option value="not ends with">
+ <title>does not end with</title>
+ <code>
+ (match-all (not (or
+ (header-ends-with "From" ${recipient})
+ (header-ends-with "To" ${recipient})
+ (header-ends-with "Cc" ${recipient})
+ (header-ends-with "Bcc" ${recipient}))))
+ </code>
+ </option>
+ </input>
+ <input type="address" name="recipient"/>
+ </part>
+
<part name="subject">
<title>Subject</title>
<input type="optionlist" name="subject-type">
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 785857400a..0d526d6245 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-22 Bharath Acharya <abharath@novell.com>
+
+ ** Fix for bug #557246
+
+ * exchange-folder.c: (org_gnome_exchange_check_inbox_subscribed): Pop
+ up the "Unsubscribe Folder" option only for the subscribed folders and
+ not to the Other's folder hierarchy.
+
2008-10-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #530606
diff --git a/plugins/exchange-operations/exchange-folder.c b/plugins/exchange-operations/exchange-folder.c
index 3f2dc421fc..b2b53d1bb3 100644
--- a/plugins/exchange-operations/exchange-folder.c
+++ b/plugins/exchange-operations/exchange-folder.c
@@ -223,7 +223,7 @@ org_gnome_exchange_check_inbox_subscribed (EPlugin *ep, EMPopupTargetFolder *tar
g_free (path);
- if (!sub_folder)
+ if (!sub_folder || !g_strrstr(sub_folder, "/"))
return;
for (i = 0; i < sizeof (popup_inbox_items) / sizeof (popup_inbox_items[0]); i++)
diff --git a/plugins/folder-unsubscribe/ChangeLog b/plugins/folder-unsubscribe/ChangeLog
index c58c840d45..fd8eb19b43 100644
--- a/plugins/folder-unsubscribe/ChangeLog
+++ b/plugins/folder-unsubscribe/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-23 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #552850
+
+ * org-gnome-mail-folder-unsubscribe.eplug.xml:
+ Prefer the term "side bar" over "folder tree".
+
2008-08-27 Sankar P <psankar@novell.com>
License Changes
diff --git a/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml b/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml
index 6452504f95..44cf7af61f 100644
--- a/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml
+++ b/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml
@@ -6,7 +6,7 @@
domain="@GETTEXT_PACKAGE@"
_name="Unsubscribe Folders"
location="@PLUGINDIR@/liborg-gnome-mail-folder-unsubscribe@SOEXT@">
- <_description>Allows unsubscribing of mail folders in the folder tree context menu.</_description>
+ <_description>Allows unsubscribing of mail folders in the side bar context menu.</_description>
<author name="Jeffrey Stedfast" email="fejj@novell.com"/>
<hook class="org.gnome.evolution.mail.popup:1.0">
diff --git a/plugins/google-account-setup/ChangeLog b/plugins/google-account-setup/ChangeLog
index 84badcf745..a59a5aad19 100644
--- a/plugins/google-account-setup/ChangeLog
+++ b/plugins/google-account-setup/ChangeLog
@@ -1,3 +1,18 @@
+2008-11-07 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fix for bug #559518
+
+ * google-source.c: (retrieve_list_clicked),
+ (retrieve_list_sensitize), (plugin_google): Desensitizes the button
+ when the username field is blank.
+
+2008-11-06 Bharath Acharya <abharath@novell.com>
+
+ ** Fix for bug #557726
+
+ * google-contacts-source.c: (destroy_ui_data),
+ (plugin_google_contacts): Destroy the widgets created by this group.
+
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
** Fixes bug #553479
diff --git a/plugins/google-account-setup/google-contacts-source.c b/plugins/google-account-setup/google-contacts-source.c
index 3220933098..b33ac86856 100644
--- a/plugins/google-account-setup/google-contacts-source.c
+++ b/plugins/google-account-setup/google-contacts-source.c
@@ -218,6 +218,12 @@ on_interval_combo_changed (GtkComboBox *combo, gpointer user_data)
g_free (value_string);
}
+static void
+destroy_ui_data(gpointer data)
+{
+ gtk_widget_destroy((GtkWidget *)data);
+}
+
GtkWidget *
plugin_google_contacts (EPlugin *epl,
EConfigHookItemFactoryData *data)
@@ -254,6 +260,9 @@ plugin_google_contacts (EPlugin *epl,
base_uri = e_source_group_peek_base_uri (group);
+ g_object_set_data_full (G_OBJECT (epl), "widget", NULL,
+ (GDestroyNotify)gtk_widget_destroy);
+
if (strcmp (base_uri, "google://")) {
return NULL;
}
@@ -337,6 +346,9 @@ plugin_google_contacts (EPlugin *epl,
g_object_set_data (G_OBJECT (interval_sb), "interval-combo", interval_combo);
g_object_set_data (G_OBJECT (interval_combo), "interval-sb", interval_sb);
+
+ g_object_set_data_full(G_OBJECT(epl), "widget", vbox2,
+ destroy_ui_data);
g_signal_connect (G_OBJECT (username_entry), "changed",
G_CALLBACK (on_username_entry_changed),
source);
diff --git a/plugins/google-account-setup/google-source.c b/plugins/google-account-setup/google-source.c
index 772d8a771a..dd86d1723b 100644
--- a/plugins/google-account-setup/google-source.c
+++ b/plugins/google-account-setup/google-source.c
@@ -435,10 +435,7 @@ retrieve_list_clicked (GtkButton *button, GtkComboBox *combo)
g_return_if_fail (source != NULL);
username = e_source_get_property (source, "username");
- if (!username || !*username) {
- claim_error (parent, _("Please enter user name first."));
- return;
- }
+ g_return_if_fail (username != NULL && *username != '\0');
tmp = g_strdup_printf (_("Enter password for user %s to access list of subscribed calendars."), username);
password = e_passwords_ask_password (_("Enter password"), "Calendar", "", tmp,
@@ -553,6 +550,18 @@ retrieve_list_clicked (GtkButton *button, GtkComboBox *combo)
g_object_unref (service);
}
+static void
+retrieve_list_sensitize (GtkEntry *username_entry,
+ GtkWidget *button)
+{
+ const gchar *text;
+ gboolean sensitive;
+
+ text = gtk_entry_get_text (username_entry);
+ sensitive = (text != NULL && *text != '\0');
+ gtk_widget_set_sensitive (button, sensitive);
+}
+
GtkWidget *
plugin_google (EPlugin *epl,
EConfigHookItemFactoryData *data)
@@ -727,8 +736,10 @@ plugin_google (EPlugin *epl,
gtk_box_pack_start (GTK_BOX (hbox), combo, TRUE, TRUE, 0);
label = gtk_button_new_with_mnemonic (_("Retrieve _list"));
g_signal_connect (label, "clicked", G_CALLBACK (retrieve_list_clicked), combo);
+ g_signal_connect (user, "changed", G_CALLBACK (retrieve_list_sensitize), label);
g_object_set_data (G_OBJECT (label), "ESource", source);
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
+ gtk_widget_set_sensitive (label, FALSE);
gtk_widget_show_all (hbox);
gtk_table_attach (GTK_TABLE (parent), hbox, 1, 2, row + 4, row + 5, GTK_FILL | GTK_EXPAND, 0, 0, 0);
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog
index 8674762787..474e27d7ec 100644
--- a/plugins/groupwise-account-setup/ChangeLog
+++ b/plugins/groupwise-account-setup/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-11 Suman Manjunath <msuman@novell.com>
+
+ ** 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-25 Philip Withnall <philip@tecnocode.co.uk>
** Fix for bug #553148
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c
index fa46d8d973..0cee4317a7 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.c
+++ b/plugins/groupwise-account-setup/camel-gw-listener.c
@@ -559,7 +559,7 @@ add_proxy_sources (GwAccountInfo *info, const char *parent_name)
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 --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index 9f9161496f..1fb67ff518 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-20 Bharath Acharya <abharath@novell.com>
+
+ ** 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 <psankar@novell.com>
** Fix for bug bnc #434968
diff --git a/plugins/groupwise-features/status-track.c b/plugins/groupwise-features/status-track.c
index cb9e0d8028..65b66962c5 100644
--- a/plugins/groupwise-features/status-track.c
+++ b/plugins/groupwise-features/status-track.c
@@ -79,8 +79,6 @@ track_status (EPopup *ep, EPopupItem *item, void *data)
gchar *boldmsg;
- const char *status = NULL ;
-
int row = 0;
EGwConnection *cnc;
@@ -93,14 +91,6 @@ track_status (EPopup *ep, EPopupItem *item, void *data)
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 --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog
index f408872cdc..966cc611e7 100644
--- a/plugins/itip-formatter/ChangeLog
+++ b/plugins/itip-formatter/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-06 Patrick Ohly <patrick.ohly@gmx.de>
+
+ ** Fix for bug #541121
+
+ * itip-formatter.c: don't allow sending a response to meeting
+ invitation replies
+
2008-10-20 Milan Crha <mcrha@redhat.com>
** Fix for bug #514989
@@ -18,7 +25,7 @@
* itip-formatter.c: (view_response_cb):
Use the proper functions to traverse messages in a folder's summary.
-2008-10-10 Patrick Ohly <pohly@ecld0pohly>
+2008-10-10 Patrick Ohly <patrick.ohly@gmx.de>
** #541121: improved itip formatter: allow replying to forwarded
and already imported invitations; honor RVSP flag in invitation
diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c
index a2ceffb77b..ae7190174b 100644
--- a/plugins/itip-formatter/itip-formatter.c
+++ b/plugins/itip-formatter/itip-formatter.c
@@ -686,9 +686,12 @@ find_cal_opened_cb (ECal *ecal, ECalendarStatus status, gpointer data)
/*
* Only allow replies if backend doesn't do that automatically.
+ * Only enable it for forwarded invitiations (PUBLISH) or direct
+ * invitiations (REQUEST), but not replies (REPLY).
* Replies only make sense for events with an organizer.
*/
if (!e_cal_get_static_capability (ecal, CAL_STATIC_CAPABILITY_SAVE_SCHEDULES) &&
+ (pitip->method == ICAL_METHOD_PUBLISH || pitip->method == ICAL_METHOD_REQUEST) &&
pitip->has_organizer) {
rsvp_enabled = TRUE;
}
diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog
index 3e489aca96..96c5abc9e4 100644
--- a/plugins/mail-notification/ChangeLog
+++ b/plugins/mail-notification/ChangeLog
@@ -1,3 +1,14 @@
+2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
+
+ * mail-notification.c: Fix compilation error.
+
+2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** 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 <psankar@novell.com>
License Changes
diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c
index f3da922a79..a501d99bb1 100644
--- a/plugins/mail-notification/mail-notification.c
+++ b/plugins/mail-notification/mail-notification.c
@@ -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,26 @@ popup_menu_status (GtkStatusIcon *status_icon, guint button, guint activate_time
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 +508,7 @@ new_notify_status (EMEventTargetFolder *t)
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 +857,6 @@ void org_gnome_mail_read_notify (EPlugin *ep, EMEventTargetMessage *t);
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 --git a/po/ChangeLog b/po/ChangeLog
index 8d83627df0..950aa24291 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,20 @@
+2008-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * ru.po: Updated Russian translation.
+
+2008-11-14 Jorge Gonzalez <jorgegonz@svn.gnome.org>
+
+ * es.po: Updated Spanish translation.
+
+2008-11-09 Petr Kovar <pknbe@volny.cz>
+
+ * cs.po: Fixed Czech translation by Jiri Eischmann,
+ thanks to Kamil Paral.
+
+2008-11-08 Jorge Gonzalez <jorgegonz@svn.gnome.org>
+
+ * es.po: Updated Spanish translation
+
2008-11-03 Srinivasa Ragavan <sragavan@novell.com>
* POTFILES.in: Added addressbook/gui/component/autocompletion-config.c
diff --git a/po/cs.po b/po/cs.po
index c74ce8f9f7..a1edb73aef 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -12,14 +12,14 @@
# Jiří Eischmann <jiri@eischmann.cz>, 2008.
# Petr Kovar <pknbe@volny.cz>, 2008.
#
-#: ../shell/main.c:589
+#: ../shell/main.c:594
msgid ""
msgstr ""
"Project-Id-Version: evolution\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-17 22:43+0200\n"
-"PO-Revision-Date: 2008-09-17 22:41+0200\n"
-"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
+"POT-Creation-Date: 2008-11-09 22:23+0100\n"
+"PO-Revision-Date: 2008-11-09 12:00+0100\n"
+"Last-Translator: Jiri Eischmann <jiri@eischmann.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -28,21 +28,21 @@ msgstr ""
#: ../a11y/addressbook/ea-addressbook-view.c:94
#: ../a11y/addressbook/ea-addressbook-view.c:103
-#: ../a11y/addressbook/ea-minicard-view.c:178
+#: ../a11y/addressbook/ea-minicard-view.c:179
msgid "evolution address book"
msgstr "adresář evolution"
-#: ../a11y/addressbook/ea-minicard-view.c:32
+#: ../a11y/addressbook/ea-minicard-view.c:33
#: ../addressbook/gui/component/addressbook-component.c:228
msgid "New Contact"
msgstr "Nový kontakt"
-#: ../a11y/addressbook/ea-minicard-view.c:33
+#: ../a11y/addressbook/ea-minicard-view.c:34
#: ../addressbook/gui/component/addressbook-component.c:236
msgid "New Contact List"
msgstr "Nový seznam kontaktů"
-#: ../a11y/addressbook/ea-minicard-view.c:161
+#: ../a11y/addressbook/ea-minicard-view.c:162
#, c-format
msgid "current address book folder %s has %d card"
msgid_plural "current address book folder %s has %d cards"
@@ -161,7 +161,7 @@ msgid "calendar view for one or more days"
msgstr "zobrazení kalendáře na jeden nebo více dnů"
#: ../a11y/calendar/ea-gnome-calendar.c:186
-#: ../calendar/gui/calendar-component.c:757
+#: ../calendar/gui/calendar-component.c:792
msgid "%A %d %b %Y"
msgstr "%a %d. %b %Y"
@@ -172,8 +172,8 @@ msgstr "%a %d. %b %Y"
#. You can change the order but don't change the
#. 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/calendar-component.c:795
+#: ../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"
@@ -181,9 +181,9 @@ msgstr "%a %d %b"
#: ../a11y/calendar/ea-gnome-calendar.c:191
#: ../a11y/calendar/ea-gnome-calendar.c:196
#: ../a11y/calendar/ea-gnome-calendar.c:198
-#: ../calendar/gui/calendar-component.c:762
-#: ../calendar/gui/calendar-component.c:767
-#: ../calendar/gui/calendar-component.c:769
+#: ../calendar/gui/calendar-component.c:797
+#: ../calendar/gui/calendar-component.c:802
+#: ../calendar/gui/calendar-component.c:804
msgid "%a %d %b %Y"
msgstr "%a %d. %b %Y"
@@ -191,10 +191,10 @@ msgstr "%a %d. %b %Y"
#: ../a11y/calendar/ea-gnome-calendar.c:221
#: ../a11y/calendar/ea-gnome-calendar.c:227
#: ../a11y/calendar/ea-gnome-calendar.c:229
-#: ../calendar/gui/calendar-component.c:781
-#: ../calendar/gui/calendar-component.c:788
-#: ../calendar/gui/calendar-component.c:794
-#: ../calendar/gui/calendar-component.c:796
+#: ../calendar/gui/calendar-component.c:816
+#: ../calendar/gui/calendar-component.c:823
+#: ../calendar/gui/calendar-component.c:829
+#: ../calendar/gui/calendar-component.c:831
msgid "%d %b %Y"
msgstr "%d. %B %Y"
@@ -204,15 +204,15 @@ msgstr "%d. %B %Y"
#. month name. You can change the order but don't
#. 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/calendar-component.c:821
+#: ../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 "Kalendář GNOME"
@@ -276,19 +276,19 @@ msgstr "přepnout"
msgid "toggle the cell"
msgstr "přepnout buňku"
-#: ../a11y/e-table/gal-a11y-e-cell-tree.c:194
+#: ../a11y/e-table/gal-a11y-e-cell-tree.c:208
msgid "expand"
msgstr "rozbalit"
-#: ../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 "rozbalí řádek v ETree obsahující tuto buňku"
-#: ../a11y/e-table/gal-a11y-e-cell-tree.c:200
+#: ../a11y/e-table/gal-a11y-e-cell-tree.c:214
msgid "collapse"
msgstr "sbalit"
-#: ../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 "sbalí řádek v ETree obsahující tuto buňku"
@@ -436,6 +436,7 @@ msgid "LDAP server did not respond with valid schema information."
msgstr "Server LDAP neodpověděl platnou informací o schématu."
#: ../addressbook/addressbook.error.xml.h:19
+#: ../calendar/calendar.error.xml.h:54
msgid "Server Version"
msgstr "Verze serveru"
@@ -574,21 +575,22 @@ msgstr "{0}"
msgid "{1}"
msgstr "{1}"
-#: ../addressbook/conduit/address-conduit.c:299
+#: ../addressbook/conduit/address-conduit.c:300
msgid "Default Sync Address:"
msgstr "Standardní adresa pro synchronizaci:"
-#: ../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 "Nelze načíst adresář"
-#: ../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 "Nemohu přečíst blok aplikace Adresy z pilota"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:1
+#: ../addressbook/gui/component/autocompletion-config.c:173
msgid "Autocompletion"
msgstr "Automatické dokončování"
@@ -606,9 +608,9 @@ msgstr "Zde nastavte automatické dokončování"
#. Create the contacts group
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:5
-#: ../addressbook/gui/component/addressbook-view.c:1326
-#: ../calendar/gui/calendar-component.c:299 ../calendar/gui/migration.c:396
-#: ../plugins/exchange-operations/exchange-delegates-user.c:76
+#: ../addressbook/gui/component/addressbook-view.c:1325
+#: ../calendar/gui/calendar-component.c:307 ../calendar/gui/migration.c:396
+#: ../plugins/exchange-operations/exchange-delegates-user.c:78
#: ../plugins/exchange-operations/exchange-folder.c:582
msgid "Contacts"
msgstr "Kontakty"
@@ -649,13 +651,13 @@ msgstr "Zde spravujte své certifikáty S/MIME"
#. On This Computer is always first and Search Folders is always last
#: ../addressbook/gui/component/addressbook-component.c:143
#: ../addressbook/gui/component/addressbook-migrate.c:500
-#: ../calendar/gui/calendar-component.c:236
+#: ../calendar/gui/calendar-component.c:244
#: ../calendar/gui/memos-component.c:199 ../calendar/gui/migration.c:475
#: ../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:312 ../mail/mail-vfolder.c:216
-#: ../mail/message-list.c:1457
+#: ../mail/mail-component.c:316 ../mail/mail-vfolder.c:223
+#: ../mail/message-list.c:1518
msgid "On This Computer"
msgstr "V tomto počítači"
@@ -666,9 +668,9 @@ msgstr "V tomto počítači"
#. orange
#: ../addressbook/gui/component/addressbook-component.c:151
#: ../addressbook/gui/component/addressbook-migrate.c:508
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21
#: ../addressbook/gui/widgets/eab-contact-display.c:660
-#: ../calendar/gui/calendar-component.c:247 ../calendar/gui/caltypes.xml.h:29
+#: ../calendar/gui/calendar-component.c:255 ../calendar/gui/caltypes.xml.h:29
#: ../calendar/gui/memos-component.c:208 ../calendar/gui/memotypes.xml.h:27
#: ../calendar/gui/migration.c:485 ../calendar/gui/migration.c:585
#: ../calendar/gui/migration.c:1099 ../calendar/gui/tasks-component.c:204
@@ -701,7 +703,7 @@ msgid "Create a new contact list"
msgstr "Vytvořit nový seznam kontaktů"
#: ../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 "Nový adresář"
@@ -718,61 +720,61 @@ msgstr "Vytvořit nový adresář"
msgid "Failed upgrading Address Book settings or folders."
msgstr "Nemohu aktualizovat nastavení nebo složky adresáře."
-#: ../addressbook/gui/component/addressbook-config.c:316
+#: ../addressbook/gui/component/addressbook-config.c:332
msgid "Base"
msgstr "Základ"
-#: ../addressbook/gui/component/addressbook-config.c:517
+#: ../addressbook/gui/component/addressbook-config.c:533
#: ../calendar/gui/dialogs/calendar-setup.c:170
msgid "_Type:"
msgstr "_Typ:"
-#: ../addressbook/gui/component/addressbook-config.c:619
+#: ../addressbook/gui/component/addressbook-config.c:635
msgid "Copy _book content locally for offline operation"
msgstr "_Zkopírovat obsah adresáře lokálně pro práci při odpojení"
-#: ../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:2444
#: ../smime/gui/smime-ui.glade.h:28
msgid "General"
msgstr "Obecné"
-#: ../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 "Adresář"
-#: ../addressbook/gui/component/addressbook-config.c:987
+#: ../addressbook/gui/component/addressbook-config.c:1003
msgid "Server Information"
msgstr "Informace o serveru"
-#: ../addressbook/gui/component/addressbook-config.c:989
+#: ../addressbook/gui/component/addressbook-config.c:1005
msgid "Authentication"
msgstr "Autentizace"
-#: ../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 "Podrobnosti"
-#: ../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 "Vyhledávání"
-#: ../addressbook/gui/component/addressbook-config.c:995
+#: ../addressbook/gui/component/addressbook-config.c:1011
msgid "Downloading"
msgstr "Stahování"
-#: ../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 "Vlastnosti adresáře"
@@ -838,53 +840,53 @@ msgstr ""
"\n"
"Počkejte prosím, než Evolution převede vaše data pro synchronizaci s Palm..."
-#: ../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 "Přejmenovat složku \"%s\" na:"
-#: ../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 "Přejmenovat složku"
-#: ../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 "Název složky nesmí obsahovat '/'"
-#: ../addressbook/gui/component/addressbook-view.c:942
+#: ../addressbook/gui/component/addressbook-view.c:941
msgid "_New Address Book"
msgstr "_Nový adresář"
-#: ../addressbook/gui/component/addressbook-view.c:943
+#: ../addressbook/gui/component/addressbook-view.c:942
msgid "Save As vCard..."
msgstr "Uložit jako Vcard..."
-#: ../addressbook/gui/component/addressbook-view.c:946
-#: ../addressbook/gui/widgets/e-addressbook-view.c:955
-#: ../calendar/gui/calendar-component.c:619
-#: ../calendar/gui/e-calendar-table.c:1595
-#: ../calendar/gui/e-calendar-view.c:1693 ../calendar/gui/e-memo-table.c:940
-#: ../calendar/gui/memos-component.c:468 ../calendar/gui/tasks-component.c:459
+#: ../addressbook/gui/component/addressbook-view.c:945
+#: ../addressbook/gui/widgets/e-addressbook-view.c:956
+#: ../calendar/gui/calendar-component.c:652
+#: ../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:493 ../calendar/gui/tasks-component.c:484
#: ../mail/em-folder-tree.c:2111 ../mail/em-folder-view.c:1340
-#: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:40
+#: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:42
#: ../ui/evolution-mail-list.xml.h:35 ../ui/evolution-memos.xml.h:16
#: ../ui/evolution-tasks.xml.h:24
msgid "_Delete"
msgstr "_Odstranit"
-#: ../addressbook/gui/component/addressbook-view.c:949
-#: ../calendar/gui/calendar-component.c:622
-#: ../calendar/gui/dialogs/comp-editor.c:2035
-#: ../calendar/gui/memos-component.c:471 ../calendar/gui/tasks-component.c:462
-#: ../composer/e-msg-composer.c:1044 ../mail/em-folder-tree.c:2120
+#: ../addressbook/gui/component/addressbook-view.c:948
+#: ../calendar/gui/calendar-component.c:657
+#: ../calendar/gui/dialogs/comp-editor.c:2043
+#: ../calendar/gui/memos-component.c:498 ../calendar/gui/tasks-component.c:489
+#: ../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 "_Vlastnosti"
-#: ../addressbook/gui/component/addressbook-view.c:1337
+#: ../addressbook/gui/component/addressbook-view.c:1336
msgid "Contact Source Selector"
msgstr "Výběr zdroje kontaktů"
@@ -905,8 +907,8 @@ msgstr "Zadejte heslo pro %s (uživatel %s)"
#: ../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 "Zadejte heslo"
@@ -932,10 +934,14 @@ msgstr ""
"pixelech."
#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:5
+msgid "Show autocompleted name with an address"
+msgstr ""
+
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:6
msgid "Show preview pane"
msgstr "Zobrazovat panel náhledu"
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:6
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:7
msgid ""
"The number of characters that must be typed before Evolution will attempt to "
"autocomplete."
@@ -943,23 +949,38 @@ msgstr ""
"Počet znaků, které musí být napsány, než se Evolution pokusí automaticky "
"doplnit."
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:7
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:8
msgid "URI for the folder last used in the select names dialog"
msgstr "URI složky naposledy používané v dialogu výběru jmen"
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:8
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:9
msgid "URI for the folder last used in the select names dialog."
msgstr "URI složky naposledy používané v dialogu výběru jmen."
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:9
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:70
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:10
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73
msgid "Vertical pane position"
msgstr "Umístění svislého panelu"
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:10
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:11
+msgid ""
+"Whether force showing the mail address with the name of the autocompleted "
+"contact in the entry."
+msgstr ""
+
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:12
msgid "Whether to show the preview pane."
msgstr "Jestli zobrazovat panel náhledu."
+#: ../addressbook/gui/component/autocompletion-config.c:175
+msgid "Always _show address of the autocompleted contact"
+msgstr ""
+
+#: ../addressbook/gui/component/autocompletion-config.c:180
+#, fuzzy
+msgid "Look up in address books"
+msgstr "_Hledat pouze v místním adresáři"
+
#: ../addressbook/gui/component/ldap-config.glade.h:1
msgid "1"
msgstr "1"
@@ -1155,8 +1176,9 @@ msgstr ""
"vyhledávání."
#: ../addressbook/gui/component/ldap-config.glade.h:41
+#, fuzzy
msgid ""
-"This is the full name of your ldap server. For example, \"ldap.mycompany.com"
+"This is the full name of your LDAP server. For example, \"ldap.mycompany.com"
"\"."
msgstr ""
"Toto je plný název vašeho LDAP serveru. Například \"ldap.mycompany.com\"."
@@ -1170,9 +1192,10 @@ msgstr ""
"příliš vysoké, zpomalí se váš adresář."
#: ../addressbook/gui/component/ldap-config.glade.h:43
+#, fuzzy
msgid ""
"This is the method Evolution will use to authenticate you. Note that "
-"setting this to \"Email Address\" requires anonymous access to your ldap "
+"setting this to \"Email Address\" requires anonymous access to your LDAP "
"server."
msgstr ""
"Toto je metoda, kterou Evolution použije pro vaši autentizaci. Uvědomte si, "
@@ -1227,7 +1250,7 @@ msgstr "_Metoda přihlašování:"
#: ../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:"
@@ -1242,7 +1265,7 @@ msgid "_Search scope:"
msgstr "_Rozsah vyhledávání:"
#: ../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 "S_erver:"
@@ -1260,13 +1283,13 @@ msgid "cards"
msgstr "karty"
#: ../addressbook/gui/component/ldap-config.glade.h:60
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:9
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:27
#: ../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 "minut"
@@ -1307,7 +1330,7 @@ msgid "<b>Work</b>"
msgstr "<b>Práce</b>"
#: ../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"
@@ -1319,16 +1342,16 @@ msgid "Ca_tegories..."
msgstr "Ka_tegorie..."
#: ../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 "Kontakt"
#: ../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 "Editor kontaktů"
@@ -1355,132 +1378,137 @@ msgstr "_Přezdívka:"
#: ../addressbook/gui/contact-editor/contact-editor.glade.h:19
#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:55
+#, fuzzy
+msgid "Novell GroupWise"
+msgstr "Novell Groupwise"
+
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20
msgid "Novell Groupwise"
msgstr "Novell Groupwise"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:22
msgid "Personal Information"
msgstr "Osobní informace"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:22
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:23
msgid "Telephone"
msgstr "Telefon"
#. red
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:23
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:24
#: ../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
msgid "Work"
msgstr "Pracovní"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:24
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:25
#: ../addressbook/gui/contact-editor/fulladdr.glade.h:5
msgid "_Address:"
msgstr "_Adresa:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:25
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:26
msgid "_Anniversary:"
msgstr "_Výročí:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:26
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:27
msgid "_Assistant:"
msgstr "_Asistent:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:27
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28
msgid "_Birthday:"
msgstr "Na_rozeniny:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28
-#: ../calendar/gui/dialogs/event-page.c:787
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29
+#: ../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 "Ka_lendář:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:30
msgid "_City:"
msgstr "_Město:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:30
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:31
msgid "_Company:"
msgstr "_Společnost:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:31
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:32
msgid "_Country:"
msgstr "_Země:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:32
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:33
msgid "_Department:"
msgstr "_Oddělení:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:33
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:34
msgid "_File under:"
msgstr "_Uložit jako:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:34
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:35
msgid "_Free/Busy:"
msgstr "_Volno/obsazeno:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:35
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:36
msgid "_Home Page:"
msgstr "_Domovská stránka:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:36
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:37
msgid "_Manager:"
msgstr "_Vedoucí:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:37
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:38
msgid "_Notes:"
msgstr "_Poznámky:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:38
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:39
msgid "_Office:"
msgstr "_Kancelář:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:39
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:40
#: ../addressbook/gui/contact-editor/fulladdr.glade.h:6
msgid "_PO Box:"
msgstr "PO _Box:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:40
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:41
msgid "_Profession:"
msgstr "_Povolání:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:41
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:42
msgid "_Spouse:"
msgstr "_Partner(ka):"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:42
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:43
#: ../addressbook/gui/contact-editor/fulladdr.glade.h:7
msgid "_State/Province:"
msgstr "_Stát/provincie:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:43
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:44
#: ../addressbook/gui/contact-editor/fullname.glade.h:17
msgid "_Title:"
msgstr "_Titul"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:44
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:45
msgid "_Video Chat:"
msgstr "_Video chat:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:45
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:46
msgid "_Wants to receive HTML mail"
msgstr "Chce dostávat poštu v _HTML"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:46
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:47
msgid "_Web Log:"
msgstr "_Web log:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:47
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:48
#: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:7
msgid "_Where:"
msgstr "_Kde:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:48
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:49
msgid "_Zip/Postal Code:"
msgstr "_PSČ:"
@@ -1493,17 +1521,17 @@ msgstr "Adresa"
#: ../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:164
+#: ../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 "Upravitelné"
@@ -2480,7 +2508,7 @@ msgstr "Zimbabwe"
#: ../plugins/exchange-operations/exchange-delegates.c:954
#: ../plugins/exchange-operations/exchange-permissions-dialog.c:711
#: ../plugins/plugin-manager/plugin-manager.c:57
-#: ../plugins/save-attachments/save-attachments.c:350
+#: ../plugins/save-attachments/save-attachments.c:351
#: ../widgets/menus/gal-define-views-dialog.c:346
#: ../widgets/menus/gal-view-instance-save-as-dialog.c:90
#: ../widgets/menus/gal-view-new-dialog.c:63
@@ -2492,7 +2520,7 @@ msgid "AOL Instant Messenger"
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"
@@ -2506,7 +2534,7 @@ msgid "Gadu-Gadu Messenger"
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"
@@ -2518,7 +2546,7 @@ msgstr "Služba"
#: ../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 "Místo"
@@ -2528,77 +2556,77 @@ msgid "Username"
msgstr "Jméno uživatele"
#: ../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 "Domů"
#: ../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 "Další"
-#: ../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 "Zdrojový adresář"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:256
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:257
msgid "Target Book"
msgstr "Cílový adresář"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:270
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:271
msgid "Is New Contact"
msgstr "Je nový kontakt"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:277
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:278
msgid "Writable Fields"
msgstr "Zapisovatelná pole"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:284
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:285
msgid "Required Fields"
msgstr "Vyžadovaná pole"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:298
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:299
msgid "Changed"
msgstr "Změněno"
-#: ../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 "Editor kontaktů - %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 "Zvolte prosím obrázek pro tento kontakt"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2812
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2813
msgid "_No image"
msgstr "Žád_ný obrázek"
-#: ../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"
@@ -2606,43 +2634,43 @@ msgstr ""
"Data kontaktu nejsou platná:\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' je v neplatném formátu"
-#: ../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' je v neplatném formátu"
-#: ../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' je prázdný"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3137
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3138
msgid "Invalid contact."
msgstr "Neplatný kontakt."
-#: ../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 "Rychlé přidání kontaktu"
-#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:332
+#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:328
msgid "_Edit Full"
msgstr "_Upravit celé"
-#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:406
+#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:402
msgid "_Full name"
msgstr "Celé _jméno"
-#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:417
+#: ../addressbook/gui/contact-editor/e-contact-quick-add.c:413
msgid "E_mail"
msgstr "E-_mail"
-#: ../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 "Vybrat nový adre_sář"
@@ -2780,8 +2808,8 @@ msgstr "Služba _IM:"
#: ../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 "_Místo:"
@@ -2820,9 +2848,9 @@ msgid "_Members"
msgstr "Č_lenové"
#: ../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"
@@ -2884,19 +2912,19 @@ msgstr "Sloučit kontakt"
#: ../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:415 ../smime/lib/e-cert.c:827
+#: ../plugins/groupwise-features/junk-settings.c:416 ../smime/lib/e-cert.c:810
msgid "Email"
msgstr "E-mail"
#: ../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 "Jakékoliv políčko obsahuje"
#: ../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 "E-mail začíná na"
@@ -2904,11 +2932,11 @@ msgstr "E-mail začíná na"
msgid "Name contains"
msgstr "Jméno obsahuje"
-#: ../addressbook/gui/widgets/e-addressbook-model.c:150
+#: ../addressbook/gui/widgets/e-addressbook-model.c:163
msgid "No contacts"
msgstr "Žádné kontakty"
-#: ../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"
@@ -2916,24 +2944,24 @@ msgstr[0] "%d kontakt"
msgstr[1] "%d kontakty"
msgstr[2] "%d kontaktů"
-#: ../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 "Dotaz"
-#: ../addressbook/gui/widgets/e-addressbook-model.c:448
+#: ../addressbook/gui/widgets/e-addressbook-model.c:461
msgid "Error getting book view"
msgstr "Chyba při získávání zobrazení knihy"
#: ../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 "Model"
@@ -2941,15 +2969,15 @@ msgstr "Model"
msgid "Error modifying card"
msgstr "Chyba při úpravě karty"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:159
+#: ../addressbook/gui/widgets/e-addressbook-view.c:160
msgid "Name begins with"
msgstr "Jméno začíná na"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:219
+#: ../addressbook/gui/widgets/e-addressbook-view.c:220
msgid "Source"
msgstr "Zdroj"
-#: ../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
@@ -2957,87 +2985,87 @@ msgstr "Zdroj"
msgid "Type"
msgstr "Typ"
-#: ../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 "Uložit jako VCard..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:933
-#: ../calendar/gui/dialogs/comp-editor.c:2033
-#: ../calendar/gui/e-calendar-table.c:1573
-#: ../calendar/gui/e-calendar-view.c:1671 ../calendar/gui/e-memo-table.c:923
+#: ../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 "_Otevřít"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:935
+#: ../addressbook/gui/widgets/e-addressbook-view.c:936
msgid "_New Contact..."
msgstr "_Nový kontakt..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:936
+#: ../addressbook/gui/widgets/e-addressbook-view.c:937
msgid "New Contact _List..."
msgstr "Nový _seznam kontaktů..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:939
+#: ../addressbook/gui/widgets/e-addressbook-view.c:940
msgid "_Save as vCard..."
msgstr "_Uložit jako VCard..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:940
+#: ../addressbook/gui/widgets/e-addressbook-view.c:941
msgid "_Forward Contact"
msgstr "_Přeposlat kontakt"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:941
+#: ../addressbook/gui/widgets/e-addressbook-view.c:942
msgid "_Forward Contacts"
msgstr "_Přeposlat kontakty"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:942
+#: ../addressbook/gui/widgets/e-addressbook-view.c:943
msgid "Send _Message to Contact"
msgstr "Poslat kontaktu _zprávu"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:943
+#: ../addressbook/gui/widgets/e-addressbook-view.c:944
msgid "Send _Message to List"
msgstr "Poslat seznamu _zprávu"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:944
+#: ../addressbook/gui/widgets/e-addressbook-view.c:945
msgid "Send _Message to Contacts"
msgstr "Poslat kontaktům _zprávu"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:945
+#: ../addressbook/gui/widgets/e-addressbook-view.c:946
msgid "_Print"
msgstr "_Tisknout"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:948
+#: ../addressbook/gui/widgets/e-addressbook-view.c:949
msgid "Cop_y to Address Book..."
msgstr "_Zkopírovat do adresáře..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:949
+#: ../addressbook/gui/widgets/e-addressbook-view.c:950
msgid "Mo_ve to Address Book..."
msgstr "Př_esunout do adresáře..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:952
+#: ../addressbook/gui/widgets/e-addressbook-view.c:953
msgid "Cu_t"
msgstr "_Vyjmout"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:953
-#: ../calendar/gui/dialogs/comp-editor.c:480
-#: ../calendar/gui/e-calendar-table.c:1581
-#: ../calendar/gui/e-calendar-view.c:1678 ../calendar/gui/e-memo-table.c:931
-#: ../composer/e-msg-composer.c:2055 ../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
+#: ../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:2052 ../mail/em-folder-tree.c:1005
+#: ../mail/em-folder-view.c:1325 ../mail/message-list.c:2106
+#: ../ui/evolution-addressbook.xml.h:46 ../ui/evolution-calendar.xml.h:40
#: ../ui/evolution-mail-message.xml.h:103 ../ui/evolution-memos.xml.h:15
#: ../ui/evolution-tasks.xml.h:23
msgid "_Copy"
msgstr "_Kopírovat"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:954
+#: ../addressbook/gui/widgets/e-addressbook-view.c:955
msgid "P_aste"
msgstr "V_ložit"
#. 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 "Jakákoliv kategorie"
@@ -3210,55 +3238,55 @@ msgstr "Jednotka"
msgid "Web Site"
msgstr "WWW stránka"
-#: ../addressbook/gui/widgets/e-minicard-label.c:115
-#: ../addressbook/gui/widgets/e-minicard.c:154
+#: ../addressbook/gui/widgets/e-minicard-label.c:116
+#: ../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 "Šířka"
-#: ../addressbook/gui/widgets/e-minicard-label.c:122
-#: ../addressbook/gui/widgets/e-minicard.c:161
+#: ../addressbook/gui/widgets/e-minicard-label.c:123
+#: ../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 "Výška"
-#: ../addressbook/gui/widgets/e-minicard-label.c:129
-#: ../addressbook/gui/widgets/e-minicard.c:169
+#: ../addressbook/gui/widgets/e-minicard-label.c:130
+#: ../addressbook/gui/widgets/e-minicard.c:170
msgid "Has Focus"
msgstr "Je zaměřen"
-#: ../addressbook/gui/widgets/e-minicard-label.c:136
+#: ../addressbook/gui/widgets/e-minicard-label.c:137
msgid "Field"
msgstr "Pole"
-#: ../addressbook/gui/widgets/e-minicard-label.c:143
+#: ../addressbook/gui/widgets/e-minicard-label.c:144
msgid "Field Name"
msgstr "Název pole"
-#: ../addressbook/gui/widgets/e-minicard-label.c:150
+#: ../addressbook/gui/widgets/e-minicard-label.c:151
msgid "Text Model"
msgstr "Textový model"
-#: ../addressbook/gui/widgets/e-minicard-label.c:157
+#: ../addressbook/gui/widgets/e-minicard-label.c:158
msgid "Max field name length"
msgstr "Maximální délka názvu pole"
@@ -3328,24 +3356,24 @@ msgstr ""
msgid "Adapter"
msgstr "Adaptér"
-#: ../addressbook/gui/widgets/e-minicard.c:99
+#: ../addressbook/gui/widgets/e-minicard.c:100
msgid "Work Email"
msgstr "Pracovní e-mail"
-#: ../addressbook/gui/widgets/e-minicard.c:100
+#: ../addressbook/gui/widgets/e-minicard.c:101
msgid "Home Email"
msgstr "Domácí e-mail"
-#: ../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 "Další e-mail"
-#: ../addressbook/gui/widgets/e-minicard.c:177
+#: ../addressbook/gui/widgets/e-minicard.c:178
msgid "Selected"
msgstr "Vybráno"
-#: ../addressbook/gui/widgets/e-minicard.c:184
+#: ../addressbook/gui/widgets/e-minicard.c:185
msgid "Has Cursor"
msgstr "Má kurzor"
@@ -3354,7 +3382,7 @@ msgid "_Open Link in Browser"
msgstr "_Otevřít odkaz v prohlížeči"
#: ../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 "_Kopírovat umístění odkazu"
@@ -3401,10 +3429,10 @@ msgid "Video Chat"
msgstr "Video chat"
#: ../addressbook/gui/widgets/eab-contact-display.c:636
-#: ../calendar/gui/calendar-commands.c:92
-#: ../calendar/gui/dialogs/calendar-setup.c:368
-#: ../calendar/gui/gnome-cal.c:2451
-#: ../plugins/exchange-operations/exchange-delegates-user.c:76
+#: ../calendar/gui/calendar-commands.c:94
+#: ../calendar/gui/dialogs/calendar-setup.c:369
+#: ../calendar/gui/gnome-cal.c:2462
+#: ../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
@@ -3439,13 +3467,13 @@ msgid "Web Log"
msgstr "Weblog"
#: ../addressbook/gui/widgets/eab-contact-display.c:656
-#: ../calendar/gui/caltypes.xml.h:6 ../calendar/gui/e-calendar-view.c:2343
+#: ../calendar/gui/caltypes.xml.h:6 ../calendar/gui/e-calendar-view.c:2342
#: ../calendar/gui/memotypes.xml.h:5 ../calendar/gui/tasktypes.xml.h:8
msgid "Birthday"
msgstr "Narozeniny"
#: ../addressbook/gui/widgets/eab-contact-display.c:657
-#: ../calendar/gui/caltypes.xml.h:1 ../calendar/gui/e-calendar-view.c:2344
+#: ../calendar/gui/caltypes.xml.h:1 ../calendar/gui/e-calendar-view.c:2343
#: ../calendar/gui/memotypes.xml.h:1 ../calendar/gui/tasktypes.xml.h:3
msgid "Anniversary"
msgstr "Výročí"
@@ -3463,56 +3491,56 @@ msgid "Blog"
msgstr "Blog"
#. E_BOOK_ERROR_OK
-#: ../addressbook/gui/widgets/eab-gui-util.c:57
+#: ../addressbook/gui/widgets/eab-gui-util.c:58
msgid "Success"
msgstr "Úspěch"
#. 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 "Obsluha je zaneprázdněna"
#. 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 "Sklad při odpojení"
#. 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 "Adresář neexistuje"
#. 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 "Kontakt Já nedefinován"
#. 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 "Přístup zamítnut"
#. 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 "Kontakt nenalezen"
#. 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 "ID kontaktu již existuje"
#. 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 "Protokol není podporován"
#. 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
@@ -3523,53 +3551,53 @@ msgid "Canceled"
msgstr "Zrušeno"
#. 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 "Nemohu zrušit"
#. 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 "Autentizace selhala"
#. 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 "Je vyžadována autentizace"
#. 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 není k dispozici"
#. 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 "Takový zdroj neexistuje"
#. 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 "Není k dispozici v režimu off-line"
#. 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 "Jiná chyba"
#. 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 "Neplatná verze serveru"
#. 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 "Nepodporovaná metoda autentizace"
-#: ../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 "
@@ -3579,7 +3607,7 @@ msgstr ""
"pro používání off-line, nebo ještě nebyl stažen pro používání off-line. Pro "
"načtení obsahu adresáře jej prosím načtěte jednou v režimu on-line"
-#: ../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 "
@@ -3588,7 +3616,7 @@ msgstr ""
"Nemohli jsme otevřít tento adresář. Ověřte prosím, že cesta %s existuje a že "
"máte oprávnění k němu přistupovat."
-#: ../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."
@@ -3596,7 +3624,7 @@ msgstr ""
"Nemohli jsme otevřít tento adresář. To znamená, že jste buď zadali nesprávné "
"URI, nebo že server LDAP není dostupný."
-#: ../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 "
@@ -3606,7 +3634,7 @@ msgstr ""
"LDAP v Evolution používat, je nutné nainstalovat balíček Evolution, ve "
"kterém je povolen 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."
@@ -3614,11 +3642,11 @@ msgstr ""
"Nemohli jsme otevřít tento adresář. To znamená, že jste buď zadali nesprávné "
"URI, nebo že server LDAP není dostupný."
-#: ../addressbook/gui/widgets/eab-gui-util.c:148
+#: ../addressbook/gui/widgets/eab-gui-util.c:149
msgid "Detailed error:"
msgstr "Podrobnosti chyby:"
-#: ../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"
@@ -3631,7 +3659,7 @@ msgstr ""
"omezení maximálního počtu vrácených karet\n"
"v nastavení adresářového serveru pro tento adresář."
-#: ../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"
@@ -3643,45 +3671,45 @@ msgstr ""
"nebo zvyšte časový limit v nastavení adresářového serveru pro tento\n"
"adresář."
-#: ../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 "Obsluha tohoto adresáře nebyla schopna zpracovat tento dotaz."
-#: ../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 "Obsluha tohoto adresáře odmítla provést tento dotaz."
-#: ../addressbook/gui/widgets/eab-gui-util.c:189
+#: ../addressbook/gui/widgets/eab-gui-util.c:190
msgid "This query did not complete successfully."
msgstr "Tento dotaz nebyl úspěšně dokončen."
-#: ../addressbook/gui/widgets/eab-gui-util.c:211
+#: ../addressbook/gui/widgets/eab-gui-util.c:212
msgid "Error adding list"
msgstr "Chyba při přidávání seznamu"
-#: ../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 "Chyba při přidávání kontaktu"
-#: ../addressbook/gui/widgets/eab-gui-util.c:222
+#: ../addressbook/gui/widgets/eab-gui-util.c:223
msgid "Error modifying list"
msgstr "Chyba při úpravě seznamu"
-#: ../addressbook/gui/widgets/eab-gui-util.c:222
+#: ../addressbook/gui/widgets/eab-gui-util.c:223
msgid "Error modifying contact"
msgstr "Chyba při úpravě kontaktu"
-#: ../addressbook/gui/widgets/eab-gui-util.c:234
+#: ../addressbook/gui/widgets/eab-gui-util.c:235
msgid "Error removing list"
msgstr "Chyba při odstraňování seznamu"
-#: ../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 "Chyba při odstraňování kontaktu"
-#: ../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"
@@ -3699,16 +3727,16 @@ msgstr[2] ""
"Otevření %d kontaktů otevře také %d nových oken.\n"
"Opravdu chcete zobrazit všechny tyto kontakty?"
-#: ../addressbook/gui/widgets/eab-gui-util.c:324
+#: ../addressbook/gui/widgets/eab-gui-util.c:325
msgid "_Don't Display"
msgstr "_Nezobrazovat"
-#: ../addressbook/gui/widgets/eab-gui-util.c:325
+#: ../addressbook/gui/widgets/eab-gui-util.c:326
msgid "Display _All Contacts"
msgstr "Zobrazit _všechny kontakty"
#. 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"
@@ -3718,15 +3746,15 @@ msgstr ""
"\"%s již existuje.\n"
"Chcete jej přepsat?"
-#: ../addressbook/gui/widgets/eab-gui-util.c:355
+#: ../addressbook/gui/widgets/eab-gui-util.c:356
msgid "Overwrite"
msgstr "Přepsat"
#. 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] "kontakt"
@@ -3734,50 +3762,50 @@ msgstr[1] "kontakty"
msgstr[2] "kontaktů"
#. 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 "Vybrat adresář"
-#: ../addressbook/gui/widgets/eab-gui-util.c:596
+#: ../addressbook/gui/widgets/eab-gui-util.c:597
msgid "list"
msgstr "seznam"
-#: ../addressbook/gui/widgets/eab-gui-util.c:748
+#: ../addressbook/gui/widgets/eab-gui-util.c:749
msgid "Move contact to"
msgstr "Přesunout kontakt do"
-#: ../addressbook/gui/widgets/eab-gui-util.c:750
+#: ../addressbook/gui/widgets/eab-gui-util.c:751
msgid "Copy contact to"
msgstr "Kopírovat kontakt do"
-#: ../addressbook/gui/widgets/eab-gui-util.c:753
+#: ../addressbook/gui/widgets/eab-gui-util.c:754
msgid "Move contacts to"
msgstr "Přesunout kontakty do"
-#: ../addressbook/gui/widgets/eab-gui-util.c:755
+#: ../addressbook/gui/widgets/eab-gui-util.c:756
msgid "Copy contacts to"
msgstr "Kopírovat kontakty do"
-#: ../addressbook/gui/widgets/eab-gui-util.c:900
+#: ../addressbook/gui/widgets/eab-gui-util.c:902
msgid "Multiple vCards"
msgstr "Více VCard"
-#: ../addressbook/gui/widgets/eab-gui-util.c:907
+#: ../addressbook/gui/widgets/eab-gui-util.c:909
#, c-format
msgid "vCard for %s"
msgstr "VCard pro %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 "Informace o kontaktu"
-#: ../addressbook/gui/widgets/eab-gui-util.c:947
+#: ../addressbook/gui/widgets/eab-gui-util.c:949
#, c-format
msgid "Contact information for %s"
msgstr "Informace o kontaktu na %s"
@@ -3786,7 +3814,7 @@ msgstr "Informace o kontaktu na %s"
msgid "Querying Address Book..."
msgstr "Hledám v adresáři..."
-#: ../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."
@@ -3794,16 +3822,16 @@ msgstr[0] "Existuje jeden další kontakt."
msgstr[1] "Existují %d další kontakty."
msgstr[2] "Existuje %d dalších kontaktů."
-#: ../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 "Zobrazit celou VCard"
-#: ../addressbook/gui/widgets/eab-vcard-control.c:232
+#: ../addressbook/gui/widgets/eab-vcard-control.c:230
msgid "Show Compact vCard"
msgstr "Zobrazit kompaktní VCard"
-#: ../addressbook/gui/widgets/eab-vcard-control.c:284
+#: ../addressbook/gui/widgets/eab-vcard-control.c:282
msgid "Save in address book"
msgstr "Uložit do adresáře"
@@ -3812,10 +3840,10 @@ msgid "Card View"
msgstr "Zobrazení karty"
#: ../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 "Importuji..."
@@ -3843,19 +3871,19 @@ msgstr "Evolution CSV nebo Tab (.csv, .tab)"
msgid "Evolution CSV and Tab Importer"
msgstr "Importér Evolution CVS a Tab"
-#: ../addressbook/importers/evolution-ldif-importer.c:665
+#: ../addressbook/importers/evolution-ldif-importer.c:680
msgid "LDAP Data Interchange Format (.ldif)"
msgstr "LDAP Data Interchange Format (.ldif)"
-#: ../addressbook/importers/evolution-ldif-importer.c:666
+#: ../addressbook/importers/evolution-ldif-importer.c:681
msgid "Evolution LDIF importer"
msgstr "Importér Evolution z LDIF"
-#: ../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 "Importér Evolution z VCard"
@@ -3904,7 +3932,7 @@ msgstr "Formát"
#: ../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 "Záhlaví"
@@ -4007,9 +4035,9 @@ msgstr "Stínování"
#. 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 "Velikost:"
@@ -4059,8 +4087,8 @@ msgstr "Test tisku kontaktů"
msgid "This should test the contact print code"
msgstr "Toto by mělo otestovat kód tisknutí kontaktů"
-#: ../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 "Nemohu otevřít soubor"
@@ -4073,31 +4101,31 @@ msgstr "Nelze získat seznam adresářů"
msgid "failed to open book"
msgstr "nemohu otevřít adresář"
-#: ../addressbook/tools/evolution-addressbook-export.c:49
+#: ../addressbook/tools/evolution-addressbook-export.c:48
msgid "Specify the output file instead of standard output"
msgstr "Určení souboru výstupu místo standardního výstupu"
-#: ../addressbook/tools/evolution-addressbook-export.c:50
+#: ../addressbook/tools/evolution-addressbook-export.c:49
msgid "OUTPUTFILE"
msgstr "SOUBORVÝSTUPU"
-#: ../addressbook/tools/evolution-addressbook-export.c:53
+#: ../addressbook/tools/evolution-addressbook-export.c:52
msgid "List local address book folders"
msgstr "Vypsat místní složky adresáře"
-#: ../addressbook/tools/evolution-addressbook-export.c:56
+#: ../addressbook/tools/evolution-addressbook-export.c:55
msgid "Show cards as vcard or csv file"
msgstr "Zobrazovat karty jako vcard nebo soubor csv"
-#: ../addressbook/tools/evolution-addressbook-export.c:57
+#: ../addressbook/tools/evolution-addressbook-export.c:56
msgid "[vcard|csv]"
msgstr "[vcard|csv]"
-#: ../addressbook/tools/evolution-addressbook-export.c:60
+#: ../addressbook/tools/evolution-addressbook-export.c:59
msgid "Export in asynchronous mode"
msgstr "Exportovat v asynchronním režimu"
-#: ../addressbook/tools/evolution-addressbook-export.c:63
+#: ../addressbook/tools/evolution-addressbook-export.c:62
msgid ""
"The number of cards in one output file in asynchronous mode, default size "
"100."
@@ -4105,30 +4133,30 @@ msgstr ""
"Počet karet v jednom souboru výstupu v asynchronním režimu, výchozí velikost "
"100."
-#: ../addressbook/tools/evolution-addressbook-export.c:65
+#: ../addressbook/tools/evolution-addressbook-export.c:64
msgid "NUMBER"
msgstr "POČET"
-#: ../addressbook/tools/evolution-addressbook-export.c:102
+#: ../addressbook/tools/evolution-addressbook-export.c:101
msgid ""
"Command line arguments error, please use --help option to see the usage."
msgstr ""
"Chyba v argumentech na příkazovém řádku, pro zobrazení použití prosím "
"použijte přepínač --help."
-#: ../addressbook/tools/evolution-addressbook-export.c:116
+#: ../addressbook/tools/evolution-addressbook-export.c:115
msgid "Only support csv or vcard format."
msgstr "Podporuje jen formát csv nebo vcard."
-#: ../addressbook/tools/evolution-addressbook-export.c:125
+#: ../addressbook/tools/evolution-addressbook-export.c:124
msgid "In async mode, output must be file."
msgstr "V asynchronním režimu musí výstup být soubor."
-#: ../addressbook/tools/evolution-addressbook-export.c:133
+#: ../addressbook/tools/evolution-addressbook-export.c:132
msgid "In normal mode, there is no need for the size option."
msgstr "V normálním režimu není potřeba přepínač velikosti."
-#: ../addressbook/tools/evolution-addressbook-export.c:164
+#: ../addressbook/tools/evolution-addressbook-export.c:163
msgid "Unhandled error"
msgstr "Neobsloužená chyba"
@@ -4242,19 +4270,19 @@ msgid "Are you sure you want to delete this appointment?"
msgstr "Opravdu chcete odstranit tuto událost?"
#: ../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 "Opravdu chcete odstranit tuto schůzku?"
#: ../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 "Opravdu chcete odstranit tuto poznámku?"
#: ../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 "Opravdu chcete odstranit tento úkol?"
@@ -4272,42 +4300,47 @@ msgid "Are you sure you want to send the task without a summary?"
msgstr "Opravdu chcete odeslat úkol bez souhrnu?"
#: ../calendar/calendar.error.xml.h:28
+#, fuzzy
+msgid "Calendar repository is offline."
+msgstr "Sklad při odpojení"
+
+#: ../calendar/calendar.error.xml.h:29
msgid "Cannot create a new event"
msgstr "Nemohu vytvořit novou událost"
-#: ../calendar/calendar.error.xml.h:29
+#: ../calendar/calendar.error.xml.h:30
msgid "Cannot save event"
msgstr "Nelze uložit událost"
-#: ../calendar/calendar.error.xml.h:30
+#: ../calendar/calendar.error.xml.h:31
msgid "Delete calendar '{0}'?"
msgstr "Odstranit kalendář '{0}'?"
-#: ../calendar/calendar.error.xml.h:31
+#: ../calendar/calendar.error.xml.h:32
msgid "Delete memo list '{0}'?"
msgstr "Odstranit seznam poznámek '{0}'?"
-#: ../calendar/calendar.error.xml.h:32
+#: ../calendar/calendar.error.xml.h:33
msgid "Delete task list '{0}'?"
msgstr "Odstranit seznam úkolů '{0}'?"
-#: ../calendar/calendar.error.xml.h:33
+#: ../calendar/calendar.error.xml.h:34
msgid "Do _not Send"
msgstr "_Neodesílat"
-#: ../calendar/calendar.error.xml.h:34
+#: ../calendar/calendar.error.xml.h:35
msgid "Download in progress. Do you want to save the appointment?"
msgstr "Probíhá stahování. Chcete uložit tuto událost?"
-#: ../calendar/calendar.error.xml.h:35
+#: ../calendar/calendar.error.xml.h:36
msgid "Download in progress. Do you want to save the task?"
msgstr "Probíhá stahování. Chcete uložit tento úkol?"
-#: ../calendar/calendar.error.xml.h:36
+#: ../calendar/calendar.error.xml.h:37
msgid "Editor could not be loaded."
msgstr "Editor nelze načíst."
-#: ../calendar/calendar.error.xml.h:37
+#: ../calendar/calendar.error.xml.h:38
msgid ""
"Email invitations will be sent to all participants and allow them to accept "
"this task."
@@ -4315,25 +4348,32 @@ msgstr ""
"E-maily s pozvánkami budou odeslány všem účastníkům, aby mohli tento úkol "
"přijmout."
-#: ../calendar/calendar.error.xml.h:38
+#: ../calendar/calendar.error.xml.h:39
msgid ""
"Email invitations will be sent to all participants and allow them to reply."
msgstr ""
"E-maily s pozvánkami budou odeslány všem účastníkům, aby mohli odpovědět."
-#: ../calendar/calendar.error.xml.h:39
+#: ../calendar/calendar.error.xml.h:40
msgid "Error loading calendar"
msgstr "Chyba při načítání kalendáře"
-#: ../calendar/calendar.error.xml.h:40
+#: ../calendar/calendar.error.xml.h:41
msgid "Error loading memo list"
msgstr "Chyba při načítání seznamu poznámek"
-#: ../calendar/calendar.error.xml.h:41
+#: ../calendar/calendar.error.xml.h:42
msgid "Error loading task list"
msgstr "Chyba při načítání seznamu úkolů"
-#: ../calendar/calendar.error.xml.h:42
+# Grrrr
+#. For Translators: {0} is specify the backend server
+#: ../calendar/calendar.error.xml.h:44
+#, fuzzy
+msgid "Error on '{0}'"
+msgstr "Chyba při {0}."
+
+#: ../calendar/calendar.error.xml.h:45
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the meeting is canceled."
@@ -4341,7 +4381,7 @@ msgstr ""
"Pokud nepošlete oznámení o zrušení, ostatní účastníci možná nebudou vědět, "
"že je schůzka zrušena."
-#: ../calendar/calendar.error.xml.h:43
+#: ../calendar/calendar.error.xml.h:46
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the memo has been deleted."
@@ -4349,7 +4389,7 @@ msgstr ""
"Pokud nepošlete oznámení o zrušení, ostatní účastníci možná nebudou vědět, "
"že poznámka byla smazána."
-#: ../calendar/calendar.error.xml.h:44
+#: ../calendar/calendar.error.xml.h:47
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the task has been deleted."
@@ -4357,7 +4397,26 @@ msgstr ""
"Pokud nepošlete oznámení o zrušení, ostatní účastníci možná nebudou vědět, "
"že úkol byl zrušena."
-#: ../calendar/calendar.error.xml.h:45
+#: ../calendar/calendar.error.xml.h:48
+msgid "No response from the server."
+msgstr ""
+
+#: ../calendar/calendar.error.xml.h:49
+#, fuzzy
+msgid "Save Appointment"
+msgstr "Nová událost"
+
+#: ../calendar/calendar.error.xml.h:50
+#, fuzzy
+msgid "Save Memo"
+msgstr "_Sdílená poznámka"
+
+#: ../calendar/calendar.error.xml.h:51
+#, fuzzy
+msgid "Save Task"
+msgstr "Uložit jako..."
+
+#: ../calendar/calendar.error.xml.h:52
msgid ""
"Sending updated information allows other participants to keep their "
"calendars up to date."
@@ -4365,7 +4424,7 @@ msgstr ""
"Poslání aktualizovaných informací umožní jiným účastníkům, aby udržovali své "
"kalendáře aktuální."
-#: ../calendar/calendar.error.xml.h:46
+#: ../calendar/calendar.error.xml.h:53
msgid ""
"Sending updated information allows other participants to keep their task "
"lists up to date."
@@ -4373,7 +4432,7 @@ msgstr ""
"Poslání aktualizovaných informací umožní ostatním účastníkům, aby udržovali "
"své seznamy úkolů aktuální."
-#: ../calendar/calendar.error.xml.h:47
+#: ../calendar/calendar.error.xml.h:55
msgid ""
"Some attachments are being downloaded. Saving the appointment would result "
"in the loss of these attachments."
@@ -4381,7 +4440,7 @@ msgstr ""
"Stahuje se několik příloh. Uložení události způsobí, že se tyto přílohy "
"ztratí."
-#: ../calendar/calendar.error.xml.h:48
+#: ../calendar/calendar.error.xml.h:56
msgid ""
"Some attachments are being downloaded. Saving the task would result in the "
"loss of these attachments."
@@ -4389,84 +4448,94 @@ msgstr ""
"Stahuje se několik příloh. Uložení události způsobí, že se tyto přílohy "
"ztratí."
-#: ../calendar/calendar.error.xml.h:49
+#: ../calendar/calendar.error.xml.h:57
msgid "Some features may not work properly with your current server."
msgstr ""
"Některé funkce možná nebudou pracovat správně s vaším aktuálním serverem."
-#: ../calendar/calendar.error.xml.h:50
+#: ../calendar/calendar.error.xml.h:58
msgid "The Evolution calendar has quit unexpectedly."
msgstr "Kalendář Evolution neočekávaně skončil."
-#: ../calendar/calendar.error.xml.h:51
+#: ../calendar/calendar.error.xml.h:59
+#, fuzzy
+msgid "The Evolution calendars have quit unexpectedly."
+msgstr "Kalendář Evolution neočekávaně skončil."
+
+#: ../calendar/calendar.error.xml.h:60
msgid "The Evolution memo has quit unexpectedly."
msgstr "Poznámky Evolution neočekávaně skončily."
-#: ../calendar/calendar.error.xml.h:52
+#: ../calendar/calendar.error.xml.h:61
msgid "The Evolution tasks have quit unexpectedly."
msgstr "Úkoly Evolution neočekávaně skončily."
-#: ../calendar/calendar.error.xml.h:53
+#: ../calendar/calendar.error.xml.h:62
msgid "The calendar is not marked for offline usage."
msgstr "Kalendář nebyl označen pro práci off-line."
-#: ../calendar/calendar.error.xml.h:54
+#: ../calendar/calendar.error.xml.h:63
msgid "The memo list is not marked for offline usage."
msgstr "Tento seznam poznámek není označen pro používání off-line."
-#: ../calendar/calendar.error.xml.h:55
+#: ../calendar/calendar.error.xml.h:64
msgid "The task list is not marked for offline usage."
msgstr "Tento seznam úkolů nebyl označen pro používání off-line."
-#: ../calendar/calendar.error.xml.h:56
+#: ../calendar/calendar.error.xml.h:65
msgid "This calendar will be removed permanently."
msgstr "Tento kalendář bude navždy odstraněn."
-#: ../calendar/calendar.error.xml.h:57
+#: ../calendar/calendar.error.xml.h:66
msgid "This memo list will be removed permanently."
msgstr "Tento seznam poznámek bude navždy odstraněn."
-#: ../calendar/calendar.error.xml.h:58
+#: ../calendar/calendar.error.xml.h:67
msgid "This task list will be removed permanently."
msgstr "Tento seznam úkolů bude navždy odstraněn."
-#: ../calendar/calendar.error.xml.h:59
+#: ../calendar/calendar.error.xml.h:68
+#, fuzzy
+msgid "Unable to load the calendar"
+msgstr "Nemohu otevřít kalendář '%s'"
+
+#: ../calendar/calendar.error.xml.h:69
msgid "Would you like to save your changes to this appointment?"
msgstr "Chcete uložit změny této události?"
-#: ../calendar/calendar.error.xml.h:60
+#: ../calendar/calendar.error.xml.h:70
msgid "Would you like to save your changes to this memo?"
msgstr "Chcete uložit změny této poznámky?"
-#: ../calendar/calendar.error.xml.h:61
+#: ../calendar/calendar.error.xml.h:71
msgid "Would you like to save your changes to this task?"
msgstr "Chcete uložit změny tohoto úkolu?"
-#: ../calendar/calendar.error.xml.h:62
+#: ../calendar/calendar.error.xml.h:72
msgid "Would you like to send a cancelation notice for this memo?"
msgstr "Chcete poslat oznámení o zrušení této poznámky?"
-#: ../calendar/calendar.error.xml.h:63
+#: ../calendar/calendar.error.xml.h:73
msgid "Would you like to send all the participants a cancelation notice?"
msgstr "Chcete poslat všem účastníkům oznámení o zrušení?"
-#: ../calendar/calendar.error.xml.h:64
+#: ../calendar/calendar.error.xml.h:74
msgid "Would you like to send meeting invitations to participants?"
msgstr "Chcete poslat účastníkům pozvánky na schůzku?"
-#: ../calendar/calendar.error.xml.h:65
+#: ../calendar/calendar.error.xml.h:75
msgid "Would you like to send this task to participants?"
msgstr "Chcete tento úkol poslat účastníkům?"
-#: ../calendar/calendar.error.xml.h:66
+#: ../calendar/calendar.error.xml.h:76
msgid "Would you like to send updated meeting information to participants?"
msgstr "Chcete účastníkům poslat aktualizované informace o schůzce?"
-#: ../calendar/calendar.error.xml.h:67
+#: ../calendar/calendar.error.xml.h:77
msgid "Would you like to send updated task information to participants?"
msgstr "Chcete účastníkům poslat aktualizované informace o úkolu?"
-#: ../calendar/calendar.error.xml.h:68
+#: ../calendar/calendar.error.xml.h:78
msgid ""
"You are connecting to an unsupported GroupWise server and may encounter "
"problems using Evolution. For best results, the server should be upgraded to "
@@ -4476,109 +4545,109 @@ msgstr ""
"můžete narazit na problémy. Pro nejlepší výsledky by měl být server "
"aktualizován na podporovanou verzi."
-#: ../calendar/calendar.error.xml.h:69
+#: ../calendar/calendar.error.xml.h:79
msgid "You have changed this appointment, but not yet saved it."
msgstr "Provedli jste změny této události, ale ještě jste je neuložili."
-#: ../calendar/calendar.error.xml.h:70
+#: ../calendar/calendar.error.xml.h:80
msgid "You have changed this task, but not yet saved it."
msgstr "Provedli jste změny tohoto úkolu, ale ještě jste je neuložili."
-#: ../calendar/calendar.error.xml.h:71
+#: ../calendar/calendar.error.xml.h:81
msgid "You have made changes to this memo, but not yet saved them."
msgstr "Provedli jste změny této poznámky, ale ještě jste je neuložili."
-#: ../calendar/calendar.error.xml.h:72
+#: ../calendar/calendar.error.xml.h:82
msgid "Your calendars will not be available until Evolution is restarted."
msgstr ""
"Vaše kalendáře nebudou k dispozici, dokud nebude Evolution znovu spuštěna."
-#: ../calendar/calendar.error.xml.h:73
+#: ../calendar/calendar.error.xml.h:83
msgid "Your memos will not be available until Evolution is restarted."
msgstr ""
"Vaše poznámky nebudou k dispozici, dokud nebude Evolution znovu spuštěna."
-#: ../calendar/calendar.error.xml.h:74
+#: ../calendar/calendar.error.xml.h:84
msgid "Your tasks will not be available until Evolution is restarted."
msgstr "Vaše úkoly nebudou k dispozici, dokud nebude Evolution znovu spuštěna."
-#: ../calendar/calendar.error.xml.h:75
+#: ../calendar/calendar.error.xml.h:85
#: ../composer/mail-composer.error.xml.h:30
msgid "_Discard Changes"
msgstr "Za_hodit změny"
-#: ../calendar/calendar.error.xml.h:76 ../composer/e-composer-actions.c:499
+#: ../calendar/calendar.error.xml.h:86 ../composer/e-composer-actions.c:497
msgid "_Save"
msgstr "_Uložit"
-#: ../calendar/calendar.error.xml.h:77
+#: ../calendar/calendar.error.xml.h:87
msgid "_Save Changes"
msgstr "_Uložit změny"
-#: ../calendar/calendar.error.xml.h:78
+#: ../calendar/calendar.error.xml.h:88
#: ../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 "_Odeslat"
-#: ../calendar/calendar.error.xml.h:79
+#: ../calendar/calendar.error.xml.h:89
msgid "_Send Notice"
msgstr "Po_slat oznámení"
-#: ../calendar/calendar.error.xml.h:80
+#: ../calendar/calendar.error.xml.h:90
msgid "{0}."
msgstr "{0}."
-#: ../calendar/conduits/calendar/calendar-conduit.c:256
+#: ../calendar/conduits/calendar/calendar-conduit.c:258
msgid "Split Multi-Day Events:"
msgstr "Rozdělit vícedenní události:"
-#: ../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 "Nemohu spustit 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 "Nemohu přečíst blok aplikace Calendar pilota"
-#: ../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 "Nemohu přečíst blok aplikace Poznámka pilota"
-#: ../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 "Nemohu zapsat blok aplikace Poznámky pilota"
-#: ../calendar/conduits/todo/todo-conduit.c:240
+#: ../calendar/conduits/todo/todo-conduit.c:241
msgid "Default Priority:"
msgstr "Výchozí priorita:"
-#: ../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 "Nemohu přečíst blok aplikace ToDo pilota"
-#: ../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 "Nemohu zapsat blok aplikace ToDo pilota"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:1
-#: ../plugins/itip-formatter/itip-formatter.c:2358
+#: ../plugins/itip-formatter/itip-formatter.c:2435
msgid "Calendar and Tasks"
msgstr "Kalendář a úkoly"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:2
-#: ../calendar/gui/calendar-component.c:805
-#: ../calendar/gui/calendar-component.c:1402
+#: ../calendar/gui/calendar-component.c:840
+#: ../calendar/gui/calendar-component.c:1437
msgid "Calendars"
msgstr "Kalendáře"
@@ -4620,21 +4689,21 @@ msgstr "P_oznámky"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:12
#: ../calendar/gui/e-memo-table.c:279 ../calendar/gui/e-memos.c:1120
-#: ../calendar/gui/gnome-cal.c:1774 ../calendar/gui/memos-component.c:548
-#: ../calendar/gui/memos-component.c:1101 ../calendar/gui/memos-control.c:354
+#: ../calendar/gui/gnome-cal.c:1777 ../calendar/gui/memos-component.c:575
+#: ../calendar/gui/memos-component.c:1128 ../calendar/gui/memos-control.c:354
#: ../calendar/gui/memos-control.c:370
msgid "Memos"
msgstr "Poznámky"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13
#: ../calendar/gui/e-calendar-table.c:703 ../calendar/gui/e-tasks.c:1429
-#: ../calendar/gui/gnome-cal.c:1642 ../calendar/gui/print.c:1984
-#: ../calendar/gui/tasks-component.c:539
-#: ../calendar/gui/tasks-component.c:1090 ../calendar/gui/tasks-control.c:492
+#: ../calendar/gui/gnome-cal.c:1645 ../calendar/gui/print.c:1984
+#: ../calendar/gui/tasks-component.c:566
+#: ../calendar/gui/tasks-component.c:1117 ../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
@@ -4655,28 +4724,28 @@ msgstr "Ú_koly"
msgid "Evolution Calendar alarm notification service"
msgstr "Služba upozornění na alarm kalendáře Evolution"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:104
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:105
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minuta"
msgstr[1] "minuty"
msgstr[2] "minut"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:119
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:120
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:7
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:25
#: ../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] "hodina"
msgstr[1] "hodiny"
msgstr[2] "hodin"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:273
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:298
msgid "Start time"
msgstr "Čas začátku"
@@ -4687,8 +4756,8 @@ msgstr "Události"
#. Location
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:2
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1599
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1605
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1610
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1616
#: ../calendar/gui/e-itip-control.c:1172
#: ../plugins/itip-formatter/itip-view.c:1004
msgid "Location:"
@@ -4699,52 +4768,55 @@ msgid "Snooze _time:"
msgstr "_Doba odložení:"
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:4
-#: ../calendar/gui/dialogs/comp-editor.c:1332
+msgid "_Dismiss"
+msgstr ""
+
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:5
+#: ../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
+#: ../ui/evolution-addressbook.xml.h:51 ../ui/evolution-calendar.xml.h:43
#: ../ui/evolution-mail-messagedisplay.xml.h:5 ../ui/evolution-memos.xml.h:17
#: ../ui/evolution-tasks.xml.h:25 ../ui/evolution.xml.h:42
#: ../widgets/menus/gal-define-views.glade.h:5
msgid "_Edit"
msgstr "_Upravit"
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:5
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6
msgid "_Snooze"
msgstr "Od_ložit"
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:7
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
msgid "location of appointment"
msgstr "umístění události"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1457
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1582
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1468
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1593
msgid "No summary available."
msgstr "Souhrn není k dispozici."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1466
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1468
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1477
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1479
msgid "No description available."
msgstr "Popis není dostupný."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1476
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1487
msgid "No location information available."
msgstr "Informace o místě nejsou k dispozici."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1521
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1532
#, c-format
msgid "You have %d alarms"
msgstr "Máte %d alarmů"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1683
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1711
-#: ../mail/mail-component.c:1597
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1694
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1722
msgid "Warning"
msgstr "Varování"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1687
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1698
msgid ""
"Evolution does not support calendar reminders with\n"
"email notifications yet, but this reminder was\n"
@@ -4756,7 +4828,7 @@ msgstr ""
"vytvořena k poslání e-mailu. Evolution namísto toho\n"
"zobrazí dialogové okno pro běžnou připomínku."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1717
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1728
#, c-format
msgid ""
"An Evolution Calendar reminder is about to trigger. This reminder is "
@@ -4773,7 +4845,7 @@ msgstr ""
"\n"
"Opravdu chcete spustit tento program?"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1731
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1742
msgid "Do not ask me about this program again."
msgstr "Příště se neptat na tento program."
@@ -4792,7 +4864,7 @@ msgid "invalid time"
msgstr "neplatný čas"
#. 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"
@@ -4802,7 +4874,7 @@ msgstr[1] "%d hodiny"
msgstr[2] "%d hodin"
#. 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"
@@ -4814,7 +4886,7 @@ msgstr[2] "%d minut"
#. 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"
@@ -4828,160 +4900,171 @@ msgid "Alarm programs"
msgstr "Programy alarmu"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:2
+#: ../mail/evolution-mail.schemas.in.h:6
+msgid "Amount of time in seconds the error should be shown on the status bar."
+msgstr ""
+"Množství času v sekundách, chyba by se měla zobrazit ve stavovém řádku."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:3
msgid "Ask for confirmation when deleting items"
msgstr "Vyžadovat potvrzení před odstraňováním položek"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:3
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:4
msgid "Background color of tasks that are due today, in \"#rrggbb\" format."
msgstr ""
"Barva pozadí úkolů, které mají být splněny dnes, ve formátu \"#rrggbb\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:4
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:5
msgid "Background color of tasks that are overdue, in \"#rrggbb\" format."
msgstr ""
"Barva pozadí úkolů, které již měly být splněny, ve formátu \"#rrggbb\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:5
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:6
msgid "Calendars to run alarms for"
msgstr "Kalendáře, pro které spouštět alarmy"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:6
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:7
msgid ""
"Color to draw the Marcus Bains Line in the Time bar (empty for default)."
msgstr ""
"Barva, kterou kreslit čáru Marca Bainse v liště času (prázdné pro výchozí)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:7
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8
msgid "Color to draw the Marcus Bains line in the Day View."
msgstr "Barva, kterou kreslit čáru Marca Bainse v zobrazení dne."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9
msgid "Compress weekends in month view"
msgstr "Komprimovat víkendy v zobrazení měsíce"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10
msgid "Confirm expunge"
msgstr "Potvrzovat vyčištění"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11
msgid "Days on which the start and end of work hours should be indicated."
msgstr "Dny, kdy má být označen začátek a konec pracovní doby."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12
msgid "Default appointment reminder"
msgstr "Výchozí připomínka události"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13
msgid "Default reminder units"
msgstr "Výchozí jednotka připomínky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14
msgid "Default reminder value"
msgstr "Výchozí hodnota připomínky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15
msgid "Directory for saving alarm audio files"
msgstr "Adresář pro ukládání zvukových souborů alarmů"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16
msgid "Event Gradient"
msgstr "Přechod události"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17
msgid "Event Transparency"
msgstr "Průhlednost události"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18
msgid "Free/busy server URLs"
msgstr "URL serveru volno/obsazeno"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19
msgid "Free/busy template URL"
msgstr "Šablona URL volno/obsazeno"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20
msgid "Gradient of the events in calendar views."
msgstr "Přechod událostí v zobrazeních kalendáře."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21
msgid "Hide completed tasks"
msgstr "Skrýt dokončené úkoly"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22
msgid "Hide task units"
msgstr "Skrýt jednotky úkolů"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23
msgid "Hide task value"
msgstr "Skrýt hodnotu úkolu"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24
msgid "Horizontal pane position"
msgstr "Umístění vodorovného panelu"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25
msgid "Hour the workday ends on, in twenty four hour format, 0 to 23."
msgstr ""
"Hodina, kdy končí pracovní den, ve dvacetičtyřhodinovém formátu, 0 až 23."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26
msgid "Hour the workday starts on, in twenty four hour format, 0 to 23."
msgstr ""
"Hodina, kdy začíná pracovní den, ve dvacetičtyřhodinovém formátu, 0 až 23."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27
msgid "Intervals shown in Day and Work Week views, in minutes."
msgstr "Intervaly zobrazované v zobrazeních dne a pracovního týdne v minutách."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28
msgid "Last alarm time"
msgstr "Poslední čas alarmu"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29
+#: ../mail/evolution-mail.schemas.in.h:70
+msgid "Level beyond which the message should be logged."
+msgstr "Úroveň, nad kterou by měla být zpráva přihlášena."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30
msgid "List of server URLs for free/busy publishing."
msgstr "Seznam URL serverů pro zveřejňování volného/obsazeného."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31
msgid "Marcus Bains Line"
msgstr "Čára Marca Bainse"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32
msgid "Marcus Bains Line Color - Day View"
msgstr "Barva čáry Marca Bainse - zobrazení dne"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33
msgid "Marcus Bains Line Color - Time bar"
msgstr "Barva čáry Marca Bainse - lišta času"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34
msgid "Minute the workday ends on, 0 to 59."
msgstr "Minuta, kdy končí pracovní den, 0 až 59."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35
msgid "Minute the workday starts on, 0 to 59."
msgstr "Minuta, kdy začíná pracovní den, 0 až 59."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36
msgid "Month view horizontal pane position"
msgstr "Umístění vodorovného panelu v zobrazení měsíce"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37
msgid "Month view vertical pane position"
msgstr "Umístění svislého panelu v zobrazení měsíce"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38
msgid "Number of units for determining a default reminder."
msgstr "Počet jednotek pro výchozí připomínku."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39
msgid "Number of units for determining when to hide tasks."
msgstr "Počet jednotek pro určení, kdy skrývat úkoly."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40
msgid "Overdue tasks color"
msgstr "Barva úkolů, které již měly být splněny"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41
msgid ""
"Position of the horizontal pane, between the date navigator calendar and the "
"task list when not in the month view, in pixels."
@@ -4989,7 +5072,7 @@ msgstr ""
"Umístění vodorovného panelu mezi kalendářem navigátoru data a seznamem úkolů "
"mimo zobrazení měsíce v pixelech."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42
msgid ""
"Position of the horizontal pane, between the view and the date navigator "
"calendar and task list in the month view, in pixels."
@@ -4997,7 +5080,7 @@ msgstr ""
"Umístění vodorovného panelu mezi kalendářem navigátoru data a seznamem úkolů "
"v zobrazení měsíce v pixelech."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43
msgid ""
"Position of the vertical pane, between the calendar lists and the date "
"navigator calendar."
@@ -5005,7 +5088,7 @@ msgstr ""
"Umístění svislého panelu mezi seznamem kalendářů a kalendářem navigátoru "
"data."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44
msgid ""
"Position of the vertical pane, between the task list and the task preview "
"pane, in pixels."
@@ -5013,7 +5096,7 @@ msgstr ""
"Umístění svislého panelu mezi seznamem úkolů a panelem náhledu úkolu v "
"pixelech."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45
msgid ""
"Position of the vertical pane, between the view and the date navigator "
"calendar and task list in the month view, in pixels."
@@ -5021,7 +5104,7 @@ msgstr ""
"Umístění svislého panelu mezi zobrazením a kalendářem navigátoru data a "
"seznamem úkolů v zobrazení měsíce v pixelech."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46
msgid ""
"Position of the vertical pane, between the view and the date navigator "
"calendar and task list when not in the month view, in pixels."
@@ -5029,69 +5112,69 @@ msgstr ""
"Umístění svislého panelu mezi zobrazením a kalendářem navigátoru data a "
"seznamem úkolů mimo zobrazení měsíce v pixelech."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47
msgid "Programs that are allowed to be run by alarms."
msgstr "Programy, které mohou být spouštěny alarmy."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48
msgid "Save directory for alarm audio"
msgstr "Uložte adresář pro zvukový alarm"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49
msgid "Show RSVP field in the event/task/meeting editor"
msgstr "Zobrazovat pole RSVP v editoru události/úkolu/schůzky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50
msgid "Show Role field in the event/task/meeting editor"
msgstr "Zobrazovat pole Funkce v editoru události/úkolu/schůzky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51
msgid "Show appointment end times in week and month views"
msgstr "Zobrazovat časy konců událostí v zobrazeních týdne a měsíce"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52
msgid "Show categories field in the event/meeting/task editor"
msgstr "Zobrazovat pole kategorií v editoru události/úkolu/schůzky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53
msgid "Show display alarms in notification tray"
msgstr "Zobrazovat alarmy v oznamovací oblasti"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54
msgid "Show status field in the event/task/meeting editor"
msgstr "Zobrazovat pole stavu v editoru události/úkolu/schůzky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55
#: ../mail/evolution-mail.schemas.in.h:124
msgid "Show the \"Preview\" pane"
msgstr "Zobrazovat panel \"Náhled\""
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56
#: ../mail/evolution-mail.schemas.in.h:125
msgid "Show the \"Preview\" pane."
msgstr "Zobrazovat panel \"Náhled\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57
msgid "Show timezone field in the event/meeting editor"
msgstr "Zobrazovat pole časového pásma v editoru události/úkolu/schůzky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58
msgid "Show type field in the event/task/meeting editor"
msgstr "Zobrazovat pole typu v editoru události/úkolu/schůzky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59
msgid "Show week numbers in date navigator"
msgstr "Zobrazovat čísla týdnů v navigátoru data"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:60
msgid "Tasks due today color"
msgstr "Barva úkolů, které mají být splněny dnes"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61
msgid "Tasks vertical pane position"
msgstr "Umístění svislého panelu úkolů"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63
#, no-c-format
msgid ""
"The URL template to use as a free/busy data fallback, %u is replaced by the "
@@ -5100,7 +5183,7 @@ msgstr ""
"Šablona URL, kterou používat jako data volno/obsazeno, %u je nahrazeno "
"uživatelskou částí e-mailové adresy a %d je nahrazeno doménou."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:62
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64
msgid ""
"The default timezone to use for dates and times in the calendar, as an "
"untranslated Olsen timezone database location like \"America/New York\"."
@@ -5109,20 +5192,29 @@ msgstr ""
"nepřeložené umístění z Olsenovy databáze časových pásem, např. \"America/New "
"York\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65
+#, fuzzy
+msgid ""
+"This can have three possible values. 0 for errors. 1 for warnings. 2 for "
+"debug messages."
+msgstr ""
+"Toto může mít tři možné hodnoty. \"0\" pro chyby. \"1\" pro varování a \"2\" "
+"pro ladicí zprávy."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66
msgid "Time divisions"
msgstr "Časové úseky"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67
msgid "Time the last alarm ran, in time_t."
msgstr "Čas, kdy běžel poslední alarm, v time_t."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65
-#: ../plugins/startup-wizard/startup-wizard.c:107
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68
+#: ../plugins/startup-wizard/startup-wizard.c:109
msgid "Timezone"
msgstr "Časové pásmo"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69
msgid ""
"Transparency of the events in calendar views, a value between 0 "
"(transparent) and 1 (opaque)."
@@ -5130,41 +5222,41 @@ msgstr ""
"Průhlednost událostí v zobrazení kalendáře, hodnota mezi 0 (průhledné) a 1 "
"(neprůhledné)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:70
msgid "Twenty four hour time format"
msgstr "Dvacetičtyřhodinový formát času"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71
msgid "Units for a default reminder, \"minutes\", \"hours\" or \"days\"."
msgstr "Jednotky výchozí připomínky, \"minutes\", \"hours\" nebo \"days\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72
msgid ""
"Units for determining when to hide tasks, \"minutes\", \"hours\" or \"days\"."
msgstr ""
"Jednotky pro určení, kdy skrývat úkoly, \"minutes\", \"hours\" nebo \"days\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74
msgid "Week start"
msgstr "Začátek týdne"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75
msgid "Weekday the week starts on, from Sunday (0) to Saturday (6)."
msgstr "Den v týdnu, kdy začíná týden, od neděle (0) do soboty (6)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76
msgid "Whether or not to use the notification tray for display alarms."
msgstr "Jestli používat oznamovací oblast pro zobrazování alarmů."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77
msgid "Whether to ask for confirmation when deleting an appointment or task."
msgstr "Jestli vyžadovat potvrzení před odstraňováním události nebo úkolu."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78
msgid "Whether to ask for confirmation when expunging appointments and tasks."
msgstr "Jestli vyžadovat potvrzení před čištěním událostí a úkolů."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79
msgid ""
"Whether to compress weekends in the month view, which puts Saturday and "
"Sunday in the space of one weekday."
@@ -5172,145 +5264,145 @@ msgstr ""
"Jestli komprimovat víkendy v zobrazení měsíce, což umístí sobotu a neděli do "
"místa jednoho dne v týdnu."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80
msgid "Whether to display the end time of events in the week and month views."
msgstr "Jestli zobrazovat časy konců událostí v zobrazení týdne a měsíce."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81
msgid ""
"Whether to draw the Marcus Bains Line (line at current time) in the calendar."
msgstr "Jestli v kalendáři kreslit čáru Marca Bainse (čáru v aktuální čas)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82
msgid "Whether to hide completed tasks in the tasks view."
msgstr "Jestli skrývat dokončené úkoly v zobrazení úkolů."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83
msgid "Whether to set a default reminder for appointments."
msgstr "Jestli implicitně nastavovat připomínku událostí."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84
msgid "Whether to show RSVP field in the event/task/meeting editor"
msgstr "Jestli zobrazovat pole RSVP v editoru událost/úkol/schůzka"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85
msgid "Whether to show categories field in the event/meeting editor"
msgstr "Jestli zobrazovat pole kategorie v editoru událost/schůzka"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86
msgid "Whether to show role field in the event/task/meeting editor"
msgstr "Jestli zobrazovat pole funkce v editoru událost/úkol/schůzka"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87
msgid "Whether to show status field in the event/task/meeting editor"
msgstr "Jestli zobrazovat pole stav v editoru událost/úkol/schůzka"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88
msgid ""
"Whether to show times in twenty four hour format instead of using am/pm."
msgstr ""
"Jestli zobrazovat časy ve dvacetičtyřhodinovém formátu místo používání am/pm."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89
msgid "Whether to show timezone field in the event/meeting editor"
msgstr "Jestli zobrazovat pole časové pásmo v editoru událost/schůzka"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90
msgid "Whether to show type field in the event/task/meeting editor"
msgstr "Jestli zobrazovat pole typ v editoru událost/úkol/schůzka"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91
msgid "Whether to show week numbers in the date navigator."
msgstr "Jestli zobrazovat čísla týdnů v navigátoru data."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92
msgid "Whether to use daylight savings time while displaying events."
msgstr "Zda pro zobrazování událostí používat letní čas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93
msgid "Work days"
msgstr "Pracovní dny"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94
msgid "Workday end hour"
msgstr "Hodina konce pracovního dne"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95
msgid "Workday end minute"
msgstr "Minuta konce pracovního dne"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:96
msgid "Workday start hour"
msgstr "Hodina začátku pracovního dne"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:97
msgid "Workday start minute"
msgstr "Minuta začátku pracovního dne"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:98
msgid "daylight savings time"
msgstr "letní čas"
-#: ../calendar/gui/cal-search-bar.c:71
+#: ../calendar/gui/cal-search-bar.c:75
msgid "Summary contains"
msgstr "Přehled obsahuje"
-#: ../calendar/gui/cal-search-bar.c:72
+#: ../calendar/gui/cal-search-bar.c:76
msgid "Description contains"
msgstr "Popis obsahuje"
-#: ../calendar/gui/cal-search-bar.c:73
+#: ../calendar/gui/cal-search-bar.c:77
msgid "Category is"
msgstr "Kategorie je"
-#: ../calendar/gui/cal-search-bar.c:74
+#: ../calendar/gui/cal-search-bar.c:78
msgid "Comment contains"
msgstr "Komentář obsahuje"
-#: ../calendar/gui/cal-search-bar.c:75
+#: ../calendar/gui/cal-search-bar.c:79
msgid "Location contains"
msgstr "Umístění obsahuje"
-#: ../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 "Nepřiřazené"
-#: ../calendar/gui/cal-search-bar.c:637
+#: ../calendar/gui/cal-search-bar.c:640
msgid "Next 7 Days' Tasks"
msgstr "Úkoly v příštích 7 dnech"
-#: ../calendar/gui/cal-search-bar.c:641
+#: ../calendar/gui/cal-search-bar.c:644
msgid "Active Tasks"
msgstr "Aktivní úkol"
-#: ../calendar/gui/cal-search-bar.c:645
+#: ../calendar/gui/cal-search-bar.c:648
msgid "Overdue Tasks"
msgstr "Úkoly ve zpoždění"
-#: ../calendar/gui/cal-search-bar.c:649
+#: ../calendar/gui/cal-search-bar.c:652
msgid "Completed Tasks"
msgstr "Dokončené úkoly"
-#: ../calendar/gui/cal-search-bar.c:653
+#: ../calendar/gui/cal-search-bar.c:656
msgid "Tasks with Attachments"
msgstr "Úkoly s přílohami"
-#: ../calendar/gui/cal-search-bar.c:699
+#: ../calendar/gui/cal-search-bar.c:702
msgid "Active Appointments"
msgstr "Aktivní události"
-#: ../calendar/gui/cal-search-bar.c:703
+#: ../calendar/gui/cal-search-bar.c:706
msgid "Next 7 Days' Appointments"
msgstr "Události v následujících 7 dnech"
-#: ../calendar/gui/calendar-commands.c:92 ../ui/evolution-addressbook.xml.h:26
+#: ../calendar/gui/calendar-commands.c:94 ../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 "Tisknout"
-#: ../calendar/gui/calendar-commands.c:317
+#: ../calendar/gui/calendar-commands.c:319
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 "
@@ -5319,16 +5411,16 @@ msgstr ""
"Tato operace natrvalo odstraní všechny událostí starší než vybraná doba. "
"Pokud budete pokračovat, nebude možné tyto události obnovit."
-#: ../calendar/gui/calendar-commands.c:323
+#: ../calendar/gui/calendar-commands.c:325
msgid "Purge events older than"
msgstr "Vyčistit události starší než"
-#: ../calendar/gui/calendar-commands.c:328
+#: ../calendar/gui/calendar-commands.c:330
#: ../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 "dnů"
@@ -5337,99 +5429,109 @@ msgstr "dnů"
#. Create the LDAP source group
#. Create the Webcal source group
#. Create the LDAP source group
-#: ../calendar/gui/calendar-component.c:273
+#: ../calendar/gui/calendar-component.c:281
#: ../calendar/gui/memos-component.c:235 ../calendar/gui/migration.c:505
#: ../calendar/gui/migration.c:604 ../calendar/gui/migration.c:1118
#: ../calendar/gui/tasks-component.c:231
msgid "On The Web"
msgstr "Na WWW"
-#: ../calendar/gui/calendar-component.c:310 ../calendar/gui/migration.c:399
+#: ../calendar/gui/calendar-component.c:318 ../calendar/gui/migration.c:399
msgid "Birthdays & Anniversaries"
msgstr "Narozeniny a výročí"
#. Create the weather group
-#: ../calendar/gui/calendar-component.c:323
+#: ../calendar/gui/calendar-component.c:331
#: ../plugins/calendar-weather/calendar-weather.c:100
msgid "Weather"
msgstr "Počasí"
-#: ../calendar/gui/calendar-component.c:615
+#: ../calendar/gui/calendar-component.c:648
msgid "_New Calendar"
msgstr "_Nový kalendář"
-#: ../calendar/gui/calendar-component.c:616
-#: ../calendar/gui/memos-component.c:465 ../calendar/gui/tasks-component.c:456
+#: ../calendar/gui/calendar-component.c:649
+#: ../calendar/gui/memos-component.c:490 ../calendar/gui/tasks-component.c:481
#: ../mail/em-folder-tree.c:2106
msgid "_Copy..."
msgstr "_Kopírovat..."
-#: ../calendar/gui/calendar-component.c:949
+#: ../calendar/gui/calendar-component.c:653
+#: ../calendar/gui/memos-component.c:494 ../calendar/gui/tasks-component.c:485
+msgid "_Make available for offline use"
+msgstr "_Zpřístupnit pro použití off-line"
+
+#: ../calendar/gui/calendar-component.c:654
+#: ../calendar/gui/memos-component.c:495 ../calendar/gui/tasks-component.c:486
+msgid "_Do not make available for offline use"
+msgstr "_Nezpřístupňovat pro off-line použití"
+
+#: ../calendar/gui/calendar-component.c:984
msgid "Failed upgrading calendars."
msgstr "Nemohu aktualizovat kalendáře."
-#: ../calendar/gui/calendar-component.c:1248
+#: ../calendar/gui/calendar-component.c:1283
#, c-format
msgid "Unable to open the calendar '%s' for creating events and meetings"
msgstr "Nemohu otevřít kalendář '%s' pro tvorbu událostí a schůzek"
-#: ../calendar/gui/calendar-component.c:1264
+#: ../calendar/gui/calendar-component.c:1299
msgid "There is no calendar available for creating events and meetings"
msgstr "Není k dispozici kalendář pro tvorbu událostí a schůzek"
-#: ../calendar/gui/calendar-component.c:1377
+#: ../calendar/gui/calendar-component.c:1412
msgid "Calendar Source Selector"
msgstr "Výběr zdroje kalendáře"
-#: ../calendar/gui/calendar-component.c:1596
+#: ../calendar/gui/calendar-component.c:1633
msgid "New appointment"
msgstr "Nová událost"
-#: ../calendar/gui/calendar-component.c:1597
+#: ../calendar/gui/calendar-component.c:1634
msgctxt "New"
msgid "_Appointment"
msgstr "_Událost"
-#: ../calendar/gui/calendar-component.c:1598
+#: ../calendar/gui/calendar-component.c:1635
msgid "Create a new appointment"
msgstr "Vytvořit novou událost"
-#: ../calendar/gui/calendar-component.c:1604
+#: ../calendar/gui/calendar-component.c:1641
msgid "New meeting"
msgstr "Nová schůzka"
-#: ../calendar/gui/calendar-component.c:1605
+#: ../calendar/gui/calendar-component.c:1642
msgctxt "New"
msgid "M_eeting"
msgstr "_Schůzka"
-#: ../calendar/gui/calendar-component.c:1606
+#: ../calendar/gui/calendar-component.c:1643
msgid "Create a new meeting request"
msgstr "Vytvořit požadavek na novou schůzku"
-#: ../calendar/gui/calendar-component.c:1612
+#: ../calendar/gui/calendar-component.c:1649
msgid "New all day appointment"
msgstr "Nová celodenní událost"
-#: ../calendar/gui/calendar-component.c:1613
+#: ../calendar/gui/calendar-component.c:1650
msgctxt "New"
msgid "All Day A_ppointment"
msgstr "_Celodenní událost"
-#: ../calendar/gui/calendar-component.c:1614
+#: ../calendar/gui/calendar-component.c:1651
msgid "Create a new all-day appointment"
msgstr "Vytvořit novou celodenní událost"
-#: ../calendar/gui/calendar-component.c:1620
+#: ../calendar/gui/calendar-component.c:1657
msgid "New calendar"
msgstr "Nový kalendář"
-#: ../calendar/gui/calendar-component.c:1621
+#: ../calendar/gui/calendar-component.c:1658
msgctxt "New"
msgid "Cale_ndar"
msgstr "_Kalendář"
-#: ../calendar/gui/calendar-component.c:1622
+#: ../calendar/gui/calendar-component.c:1659
msgid "Create a new calendar"
msgstr "Vytvořit nový kalendář"
@@ -5455,7 +5557,7 @@ msgid "Any Field"
msgstr "Libovolné pole"
#: ../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 "Přílohy"
@@ -5504,12 +5606,12 @@ msgid "Description Contains"
msgstr "Popis obsahuje"
#: ../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 "Neexistují"
#: ../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 "Existují"
@@ -5600,7 +5702,7 @@ msgstr "Opakování"
#: ../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 "Stav"
@@ -5644,22 +5746,22 @@ msgid "Waiting"
msgstr "Čekám"
#: ../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 "obsahuje"
#: ../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 "neobsahuje"
#: ../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 "je"
#: ../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 "není"
@@ -5675,7 +5777,7 @@ msgstr "Metoda nepodporována při otevírání kalendáře"
msgid "Permission denied to open the calendar"
msgstr "Přístup zamítnut při otevírání kalendáře"
-#: ../calendar/gui/comp-editor-factory.c:433 ../shell/e-shell.c:1308
+#: ../calendar/gui/comp-editor-factory.c:433 ../shell/e-shell.c:1272
msgid "Unknown error"
msgstr "Neznámá chyba"
@@ -5712,17 +5814,17 @@ msgid "Mes_sage:"
msgstr "_Zpráva:"
#: ../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 "Zahrát zvuk"
#: ../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 "Zobrazit dialog"
#: ../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 "Spustit program"
@@ -5735,7 +5837,7 @@ msgid "Send To:"
msgstr "Komu poslat:"
#: ../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 "Poslat e-mail"
@@ -5805,7 +5907,7 @@ msgid "Alarms"
msgstr "Alarmy"
#: ../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 "_Navrhnout automatické zobrazovaní příloh"
@@ -5813,7 +5915,7 @@ msgstr "_Navrhnout automatické zobrazovaní příloh"
msgid "Attach file(s)"
msgstr "Připojit soubory"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.c:485
+#: ../calendar/gui/dialogs/cal-prefs-dialog.c:484
msgid "Selected Calendars for Alarms"
msgstr "Vyberte kalendáře pro alarmy"
@@ -5878,7 +5980,7 @@ msgid "Display"
msgstr "Zobrazení"
#: ../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 "pátek"
@@ -5894,7 +5996,7 @@ msgstr ""
"Dny"
#: ../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 "pondělí"
@@ -5928,7 +6030,7 @@ msgid "S_un"
msgstr "_ned"
#: ../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 "sobota"
@@ -5946,7 +6048,7 @@ msgid "Show week _numbers in date navigator"
msgstr "Zobrazovat čísla _týdnů v měsíčním přehledu"
#: ../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 "neděle"
@@ -5965,7 +6067,7 @@ msgid "Template:"
msgstr "Šablona:"
#: ../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 "čtvrtek"
@@ -5980,13 +6082,13 @@ msgid "Time format:"
msgstr "Formát času:"
#: ../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 "úterý"
#: ../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 "středa"
@@ -6065,51 +6167,51 @@ msgstr "_stř"
msgid "before every appointment"
msgstr "před každou událostí"
-#: ../calendar/gui/dialogs/calendar-setup.c:270
+#: ../calendar/gui/dialogs/calendar-setup.c:271
msgid "Cop_y calendar contents locally for offline operation"
msgstr "Z_kopírovat obsah kalendáře lokálně pro práci při odpojení"
-#: ../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 "Z_kopírovat obsah seznamu úkolů lokálně pro práci při odpojení"
-#: ../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 "Z_kopírovat obsah seznamu poznámek lokálně pro práci při odpojení"
-#: ../calendar/gui/dialogs/calendar-setup.c:344
+#: ../calendar/gui/dialogs/calendar-setup.c:345
msgid "Colo_r:"
msgstr "_Barva:"
-#: ../calendar/gui/dialogs/calendar-setup.c:379
+#: ../calendar/gui/dialogs/calendar-setup.c:380
msgid "Task List"
msgstr "Seznam úkolů"
-#: ../calendar/gui/dialogs/calendar-setup.c:390
+#: ../calendar/gui/dialogs/calendar-setup.c:391
msgid "Memo List"
msgstr "Seznam poznámek"
-#: ../calendar/gui/dialogs/calendar-setup.c:475
+#: ../calendar/gui/dialogs/calendar-setup.c:476
msgid "Calendar Properties"
msgstr "Vlastnosti kalendáře"
-#: ../calendar/gui/dialogs/calendar-setup.c:475
+#: ../calendar/gui/dialogs/calendar-setup.c:476
msgid "New Calendar"
msgstr "Nový kalendář"
-#: ../calendar/gui/dialogs/calendar-setup.c:531
+#: ../calendar/gui/dialogs/calendar-setup.c:532
msgid "Task List Properties"
msgstr "Vlastnosti seznamů úkolů"
-#: ../calendar/gui/dialogs/calendar-setup.c:531
+#: ../calendar/gui/dialogs/calendar-setup.c:532
msgid "New Task List"
msgstr "Nový seznam úkolů"
-#: ../calendar/gui/dialogs/calendar-setup.c:587
+#: ../calendar/gui/dialogs/calendar-setup.c:588
msgid "Memo List Properties"
msgstr "Vlastnosti seznamu poznámek"
-#: ../calendar/gui/dialogs/calendar-setup.c:587
+#: ../calendar/gui/dialogs/calendar-setup.c:588
msgid "New Memo List"
msgstr "Nový seznam poznámek"
@@ -6182,15 +6284,15 @@ msgstr " (Termín dokončení "
msgid "Due "
msgstr "Termín dokončení "
-#: ../calendar/gui/dialogs/comp-editor.c:232
+#: ../calendar/gui/dialogs/comp-editor.c:236
#, c-format
msgid "Attached message - %s"
msgstr "Připojená zpráva - %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"
@@ -6198,211 +6300,212 @@ msgstr[0] "Připojená zpráva"
msgstr[1] "%d připojené zprávy"
msgstr[2] "%d připojených zpráv"
-#: ../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
+#: ../mail/em-folder-view.c:1186 ../mail/message-list.c:2107
msgid "_Move"
msgstr "_Přesunout"
-#: ../calendar/gui/dialogs/comp-editor.c:483 ../composer/e-msg-composer.c:2058
-#: ../mail/em-folder-tree.c:1008 ../mail/message-list.c:2047
+#: ../calendar/gui/dialogs/comp-editor.c:487 ../composer/e-msg-composer.c:2055
+#: ../mail/em-folder-tree.c:1008 ../mail/message-list.c:2109
msgid "Cancel _Drag"
msgstr "Zrušit _tažení"
-#: ../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 "příloha"
-#: ../calendar/gui/dialogs/comp-editor.c:842
+#: ../calendar/gui/dialogs/comp-editor.c:846
msgid "Could not update object"
msgstr "Nemohu aktualizovat objekt"
-#: ../calendar/gui/dialogs/comp-editor.c:930
+#: ../calendar/gui/dialogs/comp-editor.c:934
msgid "Edit Appointment"
msgstr "Upravit událost"
-#: ../calendar/gui/dialogs/comp-editor.c:937
+#: ../calendar/gui/dialogs/comp-editor.c:941
#, c-format
msgid "Meeting - %s"
msgstr "Schůzka - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:939
+#: ../calendar/gui/dialogs/comp-editor.c:943
#, c-format
msgid "Appointment - %s"
msgstr "Událost - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:945
+#: ../calendar/gui/dialogs/comp-editor.c:949
#, c-format
msgid "Assigned Task - %s"
msgstr "Přidělený úkol - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:947
+#: ../calendar/gui/dialogs/comp-editor.c:951
#, c-format
msgid "Task - %s"
msgstr "Úkol - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:952
+#: ../calendar/gui/dialogs/comp-editor.c:956
#, c-format
msgid "Memo - %s"
msgstr "Poznámka - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:968
+#: ../calendar/gui/dialogs/comp-editor.c:972
msgid "No Summary"
msgstr "Žádné shrnutí"
-#: ../calendar/gui/dialogs/comp-editor.c:1262
+#: ../calendar/gui/dialogs/comp-editor.c:1266
msgid "Click here to close the current window"
msgstr "Kliknutím zde uzavřete aktuální okno"
-#: ../calendar/gui/dialogs/comp-editor.c:1269
+#: ../calendar/gui/dialogs/comp-editor.c:1273
msgid "Copy selected text to the clipboard"
msgstr "Kopírovat vybraný text do schránky"
-#: ../calendar/gui/dialogs/comp-editor.c:1276
+#: ../calendar/gui/dialogs/comp-editor.c:1280
msgid "Cut selected text to the clipboard"
msgstr "Vyjmout vybraný text do schránky"
-#: ../calendar/gui/dialogs/comp-editor.c:1283
+#: ../calendar/gui/dialogs/comp-editor.c:1287
msgid "Click here to view help available"
msgstr "Kliknutím zde zobrazíte dostupnou nápovědu"
-#: ../calendar/gui/dialogs/comp-editor.c:1290
+#: ../calendar/gui/dialogs/comp-editor.c:1294
msgid "Paste text from the clipboard"
msgstr "Vložit text ze schránky"
-#: ../calendar/gui/dialogs/comp-editor.c:1311
+#: ../calendar/gui/dialogs/comp-editor.c:1315
msgid "Click here to save the current window"
msgstr "Kliknutím sem uložíte aktuální okno"
-#: ../calendar/gui/dialogs/comp-editor.c:1318
+#: ../calendar/gui/dialogs/comp-editor.c:1322
msgid "Select all text"
msgstr "Vybrat všechen text"
-#: ../calendar/gui/dialogs/comp-editor.c:1325
+#: ../calendar/gui/dialogs/comp-editor.c:1329
msgid "_Classification"
msgstr "Klasi_fikace"
-#: ../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 "_Soubor"
-#: ../calendar/gui/dialogs/comp-editor.c:1346
-#: ../ui/evolution-mail-global.xml.h:24 ../ui/evolution.xml.h:46
+#: ../calendar/gui/dialogs/comp-editor.c:1350
+#: ../ui/evolution-calendar.xml.h:44 ../ui/evolution-mail-global.xml.h:24
+#: ../ui/evolution.xml.h:46
msgid "_Help"
msgstr "Nápo_věda"
-#: ../calendar/gui/dialogs/comp-editor.c:1353
+#: ../calendar/gui/dialogs/comp-editor.c:1357
msgid "_Insert"
msgstr "_Vložit"
-#: ../calendar/gui/dialogs/comp-editor.c:1360
+#: ../calendar/gui/dialogs/comp-editor.c:1364
msgid "_Options"
msgstr "V_olby"
-#: ../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 "_Zobrazit"
-#: ../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 "_Přílohu..."
-#: ../calendar/gui/dialogs/comp-editor.c:1379
+#: ../calendar/gui/dialogs/comp-editor.c:1383
msgid "Click here to attach a file"
msgstr "Kliknutím zde vyberete soubor pro přílohu"
-#: ../calendar/gui/dialogs/comp-editor.c:1387
+#: ../calendar/gui/dialogs/comp-editor.c:1391
msgid "_Categories"
msgstr "_Kategorie"
-#: ../calendar/gui/dialogs/comp-editor.c:1389
+#: ../calendar/gui/dialogs/comp-editor.c:1393
msgid "Toggles whether to display categories"
msgstr "Přepne zobrazení kategorií"
-#: ../calendar/gui/dialogs/comp-editor.c:1395
+#: ../calendar/gui/dialogs/comp-editor.c:1399
msgid "Time _Zone"
msgstr "Časové pás_mo"
-#: ../calendar/gui/dialogs/comp-editor.c:1397
+#: ../calendar/gui/dialogs/comp-editor.c:1401
msgid "Toggles whether the time zone is displayed"
msgstr "Přepne zobrazení pole pro časovou zónu"
-#: ../calendar/gui/dialogs/comp-editor.c:1406
+#: ../calendar/gui/dialogs/comp-editor.c:1410
msgid "Pu_blic"
msgstr "Veř_ejné"
-#: ../calendar/gui/dialogs/comp-editor.c:1408
+#: ../calendar/gui/dialogs/comp-editor.c:1412
msgid "Classify as public"
msgstr "Zařadit mezi veřejné"
-#: ../calendar/gui/dialogs/comp-editor.c:1413
+#: ../calendar/gui/dialogs/comp-editor.c:1417
msgid "_Private"
msgstr "Soukro_mé"
-#: ../calendar/gui/dialogs/comp-editor.c:1415
+#: ../calendar/gui/dialogs/comp-editor.c:1419
msgid "Classify as private"
msgstr "Zařadit mezi soukromé"
-#: ../calendar/gui/dialogs/comp-editor.c:1420
+#: ../calendar/gui/dialogs/comp-editor.c:1424
msgid "_Confidential"
msgstr "_Důvěrné"
-#: ../calendar/gui/dialogs/comp-editor.c:1422
+#: ../calendar/gui/dialogs/comp-editor.c:1426
msgid "Classify as confidential"
msgstr "Zařadit mezi důvěrné"
-#: ../calendar/gui/dialogs/comp-editor.c:1430
+#: ../calendar/gui/dialogs/comp-editor.c:1434
msgid "R_ole Field"
msgstr "S_loupce Funkce"
-#: ../calendar/gui/dialogs/comp-editor.c:1432
+#: ../calendar/gui/dialogs/comp-editor.c:1436
msgid "Toggles whether the Role field is displayed"
msgstr "Přepne zobrazení pole pro funkce"
-#: ../calendar/gui/dialogs/comp-editor.c:1438
+#: ../calendar/gui/dialogs/comp-editor.c:1442
msgid "_RSVP"
msgstr "_RSVP"
-#: ../calendar/gui/dialogs/comp-editor.c:1440
+#: ../calendar/gui/dialogs/comp-editor.c:1444
msgid "Toggles whether the RSVP field is displayed"
msgstr "Přepne zobrazení pole RSVP"
-#: ../calendar/gui/dialogs/comp-editor.c:1446
+#: ../calendar/gui/dialogs/comp-editor.c:1450
msgid "_Status Field"
msgstr "Sloupe_c Stav"
-#: ../calendar/gui/dialogs/comp-editor.c:1448
+#: ../calendar/gui/dialogs/comp-editor.c:1452
msgid "Toggles whether the Status field is displayed"
msgstr "Přepne zobrazení pole stavu"
-#: ../calendar/gui/dialogs/comp-editor.c:1454
+#: ../calendar/gui/dialogs/comp-editor.c:1458
msgid "_Type Field"
msgstr "Sloupec T_yp"
-#: ../calendar/gui/dialogs/comp-editor.c:1456
+#: ../calendar/gui/dialogs/comp-editor.c:1460
msgid "Toggles whether the Attendee Type is displayed"
msgstr "Přepíná, zda se má typ účastníka zobrazovat"
-#: ../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 "_Nedávné dokumenty"
-#: ../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 "Příloha"
-#: ../calendar/gui/dialogs/comp-editor.c:1880
+#: ../calendar/gui/dialogs/comp-editor.c:1888
#, c-format
msgid "<b>%d</b> Attachment"
msgid_plural "<b>%d</b> Attachments"
@@ -6410,47 +6513,47 @@ msgstr[0] "<b>%d</b> příloha"
msgstr[1] "<b>%d</b> přílohy"
msgstr[2] "<b>%d</b> příloh"
-#: ../calendar/gui/dialogs/comp-editor.c:1912
+#: ../calendar/gui/dialogs/comp-editor.c:1920
msgid "Hide Attachment _Bar"
msgstr "Skrýt lištu _příloh"
-#: ../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 "_Zobrazit lištu příloh"
-#: ../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 "_Odstranit"
-#: ../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 "_Přidat přílohu..."
-#: ../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 "Zobrazit přílohy"
-#: ../calendar/gui/dialogs/comp-editor.c:2246
+#: ../calendar/gui/dialogs/comp-editor.c:2254
msgid "Press space key to toggle attachment bar"
msgstr "Přepne lištu příloh stisknutím klávesy mezery"
-#: ../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 ""
"Změny provedené v této položce mohou být ztraceny, pokud dorazí aktualizace"
-#: ../calendar/gui/dialogs/comp-editor.c:3311
+#: ../calendar/gui/dialogs/comp-editor.c:3319
msgid "Unable to use current version!"
msgstr "Nemohu používat aktuální verzi!"
@@ -6466,7 +6569,7 @@ msgstr "Nemohu otevřít cíl"
msgid "Destination is read only"
msgstr "Cíl je jen pro čtení"
-#: ../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 ""
"S_mazat tuto položku ve všech ostatních poštovních schránkách příjemce?"
@@ -6550,6 +6653,7 @@ msgstr "Vytvoří opakující se událost"
#: ../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 "Možnosti odesílání"
@@ -6587,87 +6691,87 @@ msgstr "Informace o volném/obsazeném čase pro tuto schůzku"
msgid "Appoint_ment"
msgstr "_Událost"
-#: ../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 "Tato událost má nastaveny alarmy"
-#: ../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 "_Organizátor:"
-#: ../calendar/gui/dialogs/event-page.c:840
+#: ../calendar/gui/dialogs/event-page.c:844
msgid "_Delegatees"
msgstr "_Delegáti"
-#: ../calendar/gui/dialogs/event-page.c:842
+#: ../calendar/gui/dialogs/event-page.c:846
msgid "Atte_ndees"
msgstr "Úča_stníci"
-#: ../calendar/gui/dialogs/event-page.c:1026
+#: ../calendar/gui/dialogs/event-page.c:1030
msgid "Event with no start date"
msgstr "Událost bez počátečního data"
-#: ../calendar/gui/dialogs/event-page.c:1029
+#: ../calendar/gui/dialogs/event-page.c:1033
msgid "Event with no end date"
msgstr "Událost bez konečného data"
-#: ../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 "Počáteční datum je chybné"
-#: ../calendar/gui/dialogs/event-page.c:1208
+#: ../calendar/gui/dialogs/event-page.c:1212
msgid "End date is wrong"
msgstr "Konečné datum je chybné"
-#: ../calendar/gui/dialogs/event-page.c:1231
+#: ../calendar/gui/dialogs/event-page.c:1235
msgid "Start time is wrong"
msgstr "Počáteční čas je chybný"
-#: ../calendar/gui/dialogs/event-page.c:1238
+#: ../calendar/gui/dialogs/event-page.c:1242
msgid "End time is wrong"
msgstr "Konečný čas je chybný"
-#: ../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 "Vybraný organizátor už nemá účet."
-#: ../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 "Je požadován organizátor."
-#: ../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 "Je požadován alespoň jeden účastník."
-#: ../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 "Př_idat "
-#: ../calendar/gui/dialogs/event-page.c:2590
+#: ../calendar/gui/dialogs/event-page.c:2594
#, c-format
msgid "Unable to open the calendar '%s'."
msgstr "Nemohu otevřít kalendář '%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 "Jednáte v zastoupení %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"
@@ -6675,7 +6779,7 @@ msgstr[0] "%d den před událostí"
msgstr[1] "%d dny před událostí"
msgstr[2] "%d dnů před událostí"
-#: ../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"
@@ -6683,7 +6787,7 @@ msgstr[0] "%d hodinu před událostí"
msgstr[1] "%d hodiny před událostí"
msgstr[2] "%d hodin před událostí"
-#: ../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"
@@ -6691,24 +6795,24 @@ msgstr[0] "%d minutu před událostí"
msgstr[1] "%d minuty před událostí"
msgstr[2] "%d minut před událostí"
-#: ../calendar/gui/dialogs/event-page.c:2939
+#: ../calendar/gui/dialogs/event-page.c:2943
msgid "Customize"
msgstr "Přizpůsobit"
#. 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 "žádný"
@@ -6792,15 +6896,15 @@ msgstr "Organizátor:"
msgid "Memo"
msgstr "Poznámka"
-#: ../calendar/gui/dialogs/memo-page.c:847
+#: ../calendar/gui/dialogs/memo-page.c:851
#, c-format
msgid "Unable to open memos in '%s'."
msgstr "Nemohu otevřít poznámky v '%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
+#: ../mail/em-mailer-prefs.c:77 ../mail/message-list.etspec.h:20
msgid "To"
msgstr "Komu"
@@ -6814,7 +6918,7 @@ msgid "T_o:"
msgstr "_Komu:"
#: ../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 "_Skupina:"
@@ -6855,18 +6959,18 @@ msgstr "Tuto a budoucí instance"
msgid "All Instances"
msgstr "Všechny instance"
-#: ../calendar/gui/dialogs/recurrence-page.c:560
+#: ../calendar/gui/dialogs/recurrence-page.c:562
msgid "This appointment contains recurrences that Evolution cannot edit."
msgstr ""
"Tato událost obsahuje taková opakování, která Evolution nemůže editovat."
-#: ../calendar/gui/dialogs/recurrence-page.c:890
+#: ../calendar/gui/dialogs/recurrence-page.c:892
msgid "Recurrence date is invalid"
msgstr "Datum opakování je neplatné"
#. 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 "zapnuto"
@@ -6874,7 +6978,7 @@ msgstr "zapnuto"
#. * (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 "1."
@@ -6883,7 +6987,7 @@ msgstr "1."
#. * (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 "2."
@@ -6891,7 +6995,7 @@ msgstr "2."
#. * (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 "3."
@@ -6899,7 +7003,7 @@ msgstr "3."
#. * (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 "4."
@@ -6907,13 +7011,13 @@ msgstr "4."
#. * (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 "poslední"
#. 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 "Další data"
@@ -6921,7 +7025,7 @@ msgstr "Další data"
#. * 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. až 10."
@@ -6929,7 +7033,7 @@ msgstr "1. až 10."
#. * 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. až 20."
@@ -6937,45 +7041,45 @@ msgstr "11. až 20."
#. * 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. až 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 "den"
#. 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 "opakování"
-#: ../calendar/gui/dialogs/recurrence-page.c:2087
+#: ../calendar/gui/dialogs/recurrence-page.c:2089
msgid "Add exception"
msgstr "Přidat výjimku"
-#: ../calendar/gui/dialogs/recurrence-page.c:2128
+#: ../calendar/gui/dialogs/recurrence-page.c:2130
msgid "Could not get a selection to modify."
msgstr "Nemohu získat výběr k modifikaci."
-#: ../calendar/gui/dialogs/recurrence-page.c:2134
+#: ../calendar/gui/dialogs/recurrence-page.c:2136
msgid "Modify exception"
msgstr "Změnit výjimku"
-#: ../calendar/gui/dialogs/recurrence-page.c:2178
+#: ../calendar/gui/dialogs/recurrence-page.c:2180
msgid "Could not get a selection to delete."
msgstr "Nemohu získat výběr k vymazání."
-#: ../calendar/gui/dialogs/recurrence-page.c:2302
+#: ../calendar/gui/dialogs/recurrence-page.c:2304
msgid "Date/Time"
msgstr "Datum/čas"
@@ -7060,7 +7164,7 @@ msgstr "Dokončeno"
#: ../calendar/gui/dialogs/task-details-page.glade.h:5
#: ../calendar/gui/e-cal-component-preview.c:272
#: ../calendar/gui/e-calendar-table.c:566 ../calendar/gui/tasktypes.xml.h:21
-#: ../mail/message-list.c:1065
+#: ../mail/message-list.c:1066
msgid "High"
msgstr "Vysoká"
@@ -7077,14 +7181,14 @@ msgstr "Probíhá"
#: ../calendar/gui/dialogs/task-details-page.glade.h:7
#: ../calendar/gui/e-cal-component-preview.c:276
#: ../calendar/gui/e-calendar-table.c:568 ../calendar/gui/tasktypes.xml.h:29
-#: ../mail/message-list.c:1063
+#: ../mail/message-list.c:1064
msgid "Low"
msgstr "Nízká"
#: ../calendar/gui/dialogs/task-details-page.glade.h:8
#: ../calendar/gui/e-cal-component-preview.c:274
#: ../calendar/gui/e-cal-model.c:985 ../calendar/gui/e-calendar-table.c:567
-#: ../calendar/gui/tasktypes.xml.h:32 ../mail/message-list.c:1064
+#: ../calendar/gui/tasktypes.xml.h:32 ../mail/message-list.c:1065
msgid "Normal"
msgstr "Normální"
@@ -7133,7 +7237,7 @@ msgid "Click to change or view the status details of the task"
msgstr "Kliknutím změníte nebo zobrazíte detaily stavu úkolu"
#: ../calendar/gui/dialogs/task-editor.c:123
-#: ../composer/e-composer-actions.c:527
+#: ../composer/e-composer-actions.c:525
msgid "_Send Options"
msgstr "Možno_sti odesílání"
@@ -7145,16 +7249,16 @@ msgstr "Ú_kol"
msgid "Task Details"
msgstr "Podrobnosti úkolů"
-#: ../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 "Organi_zátor:"
-#: ../calendar/gui/dialogs/task-page.c:781
+#: ../calendar/gui/dialogs/task-page.c:785
msgid "Due date is wrong"
msgstr "Datum splnění je chybné"
-#: ../calendar/gui/dialogs/task-page.c:1750
+#: ../calendar/gui/dialogs/task-page.c:1754
#, c-format
msgid "Unable to open tasks in '%s'."
msgstr "Nemohu otevřít úkoly v '%s'."
@@ -7176,7 +7280,7 @@ msgid "Time zone:"
msgstr "Časové pásmo:"
#. 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"
@@ -7185,7 +7289,7 @@ msgstr[1] "%d dny"
msgstr[2] "%d dnů"
#. 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"
@@ -7193,74 +7297,74 @@ msgstr[0] "%d týden"
msgstr[1] "%d týdny"
msgstr[2] "%d týdnů"
-#: ../calendar/gui/e-alarm-list.c:460
+#: ../calendar/gui/e-alarm-list.c:462
msgid "Unknown action to be performed"
msgstr "Má se vykonat neznámá akce"
#. 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 před začátkem události"
#. 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 po začátku události"
#. 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 při začátku události"
#. 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 před koncem události"
#. 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 po konci události"
#. 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 na konci události"
#. 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 při %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 pro neznámý typ spouštění"
#: ../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 "Kliknutím sem otevřete %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 "Bez názvu"
@@ -7297,7 +7401,7 @@ msgstr "Termín dokončení:"
#. 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 "Stav:"
@@ -7359,9 +7463,9 @@ msgstr "Ne"
#: ../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
@@ -7389,8 +7493,8 @@ msgstr "Zvolte adresář pro uložení vybraných příloh..."
msgid "untitled_image.%s"
msgstr "nepojmenovany_obrazek.%s"
-#: ../calendar/gui/e-cal-popup.c:286 ../calendar/gui/e-calendar-table.c:1575
-#: ../calendar/gui/e-calendar-view.c:1672 ../calendar/gui/e-memo-table.c:925
+#: ../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..."
msgstr "_Uložit jako..."
@@ -7404,7 +7508,7 @@ msgstr "Nastavit jako _pozadí"
msgid "_Save Selected"
msgstr "_Uložit vybrané"
-#: ../calendar/gui/e-cal-popup.c:429 ../mail/em-popup.c:831
+#: ../calendar/gui/e-cal-popup.c:430 ../mail/em-popup.c:832
#, c-format
msgid "Open in %s..."
msgstr "Otevřít v %s..."
@@ -7415,7 +7519,7 @@ msgstr "* Žádné shrnutí *"
#. To Translators: It will display "Organiser: NameOfTheUser <email@ofuser.com>"
#: ../calendar/gui/e-calendar-table.c:373
-#: ../calendar/gui/e-calendar-view.c:2215
+#: ../calendar/gui/e-calendar-view.c:2214
#, c-format
msgid "Organizer: %s <%s>"
msgstr "Organizátor: %s <%s>"
@@ -7423,7 +7527,7 @@ msgstr "Organizátor: %s <%s>"
#. With SunOne accounts, there may be no ':' in organiser.value
#. With SunOne accouts, there may be no ':' in organiser.value
#: ../calendar/gui/e-calendar-table.c:376
-#: ../calendar/gui/e-calendar-view.c:2219
+#: ../calendar/gui/e-calendar-view.c:2218
#, c-format
msgid "Organizer: %s"
msgstr "Organizátor: %s"
@@ -7481,80 +7585,80 @@ msgid "100%"
msgstr "100%"
#: ../calendar/gui/e-calendar-table.c:878
-#: ../calendar/gui/e-calendar-view.c:665 ../calendar/gui/e-memo-table.c:438
+#: ../calendar/gui/e-calendar-view.c:664 ../calendar/gui/e-memo-table.c:438
msgid "Deleting selected objects"
msgstr "Odstraňuji vybrané objekty"
#: ../calendar/gui/e-calendar-table.c:1162
-#: ../calendar/gui/e-calendar-view.c:795 ../calendar/gui/e-memo-table.c:644
+#: ../calendar/gui/e-calendar-view.c:794 ../calendar/gui/e-memo-table.c:644
msgid "Updating objects"
msgstr "Aktualizuji objekty"
-#: ../calendar/gui/e-calendar-table.c:1347
-#: ../calendar/gui/e-calendar-view.c:1221 ../calendar/gui/e-memo-table.c:820
-#: ../composer/e-composer-actions.c:277
+#: ../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:275
msgid "Save as..."
msgstr "Uložit jako..."
-#: ../calendar/gui/e-calendar-table.c:1570
-#: ../calendar/gui/e-calendar-view.c:1654
+#: ../calendar/gui/e-calendar-table.c:1573
+#: ../calendar/gui/e-calendar-view.c:1653
msgid "New _Task"
msgstr "Nový ú_kol"
-#: ../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 "Otevřít _WWW stránku"
-#: ../calendar/gui/e-calendar-table.c:1576
-#: ../calendar/gui/e-calendar-view.c:1657 ../calendar/gui/e-memo-table.c:926
+#: ../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 "_Tisknout..."
-#: ../calendar/gui/e-calendar-table.c:1580
-#: ../calendar/gui/e-calendar-view.c:1677 ../calendar/gui/e-memo-table.c:930
+#: ../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 "_Vyjmout"
-#: ../calendar/gui/e-calendar-table.c:1582
-#: ../calendar/gui/e-calendar-view.c:1660
-#: ../calendar/gui/e-calendar-view.c:1679 ../calendar/gui/e-memo-table.c:932
-#: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:43
+#: ../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:46
#: ../ui/evolution-memos.xml.h:19 ../ui/evolution-tasks.xml.h:28
msgid "_Paste"
msgstr "V_ložit"
-#: ../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 "Př_edat úkol"
-#: ../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 "_Odeslat jako iCalendar"
-#: ../calendar/gui/e-calendar-table.c:1588
+#: ../calendar/gui/e-calendar-table.c:1591
msgid "_Mark as Complete"
msgstr "Označit jako _dokončené"
-#: ../calendar/gui/e-calendar-table.c:1589
+#: ../calendar/gui/e-calendar-table.c:1592
msgid "_Mark Selected Tasks as Complete"
msgstr "Označit _vybrané úkoly jako dokončené"
-#: ../calendar/gui/e-calendar-table.c:1590
+#: ../calendar/gui/e-calendar-table.c:1593
msgid "_Mark as Incomplete"
msgstr "Označit jako _nedokončené"
-#: ../calendar/gui/e-calendar-table.c:1591
+#: ../calendar/gui/e-calendar-table.c:1594
msgid "_Mark Selected Tasks as Incomplete"
msgstr "Označit _vybrané úkoly jako nedokončené"
-#: ../calendar/gui/e-calendar-table.c:1596
+#: ../calendar/gui/e-calendar-table.c:1599
msgid "_Delete Selected Tasks"
msgstr "_Odstranit vybrané úkoly"
-#: ../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 "Úkol přidáte kliknutím zde"
@@ -7586,93 +7690,93 @@ msgstr "Naléhavost"
msgid "Start date"
msgstr "Začátek"
-#: ../calendar/gui/e-calendar-view.c:1340
+#: ../calendar/gui/e-calendar-view.c:1339
msgid "Moving items"
msgstr "Přesunuji položky"
-#: ../calendar/gui/e-calendar-view.c:1342
+#: ../calendar/gui/e-calendar-view.c:1341
msgid "Copying items"
msgstr "Kopíruji položky"
-#: ../calendar/gui/e-calendar-view.c:1651
+#: ../calendar/gui/e-calendar-view.c:1650
msgid "New _Appointment..."
msgstr "Nová _událost..."
-#: ../calendar/gui/e-calendar-view.c:1652
+#: ../calendar/gui/e-calendar-view.c:1651
msgid "New All Day _Event"
msgstr "Nová _celodenní událost"
-#: ../calendar/gui/e-calendar-view.c:1653
+#: ../calendar/gui/e-calendar-view.c:1652
msgid "New _Meeting"
msgstr "Nová _schůzka"
#. FIXME: hook in this somehow
-#: ../calendar/gui/e-calendar-view.c:1664
+#: ../calendar/gui/e-calendar-view.c:1663
msgid "_Current View"
msgstr "_Aktuální zobrazení"
-#: ../calendar/gui/e-calendar-view.c:1666
+#: ../calendar/gui/e-calendar-view.c:1665
msgid "Select T_oday"
msgstr "Vybrat _dnešek"
-#: ../calendar/gui/e-calendar-view.c:1667
+#: ../calendar/gui/e-calendar-view.c:1666
msgid "_Select Date..."
msgstr "_Vybrat datum..."
-#: ../calendar/gui/e-calendar-view.c:1673
+#: ../calendar/gui/e-calendar-view.c:1672
msgid "Pri_nt..."
msgstr "_Tisknout..."
-#: ../calendar/gui/e-calendar-view.c:1683
+#: ../calendar/gui/e-calendar-view.c:1682
msgid "Cop_y to Calendar..."
msgstr "_Kopírovat do kalendáře..."
-#: ../calendar/gui/e-calendar-view.c:1684
+#: ../calendar/gui/e-calendar-view.c:1683
msgid "Mo_ve to Calendar..."
msgstr "Pře_sunout do kalendáře..."
-#: ../calendar/gui/e-calendar-view.c:1685
+#: ../calendar/gui/e-calendar-view.c:1684
msgid "_Delegate Meeting..."
msgstr "_Delegovat schůzku..."
-#: ../calendar/gui/e-calendar-view.c:1686
+#: ../calendar/gui/e-calendar-view.c:1685
msgid "_Schedule Meeting..."
msgstr "_Naplánovat schůzku..."
-#: ../calendar/gui/e-calendar-view.c:1687
+#: ../calendar/gui/e-calendar-view.c:1686
msgid "_Forward as iCalendar..."
msgstr "_Odeslat jako iCalendar..."
-#: ../calendar/gui/e-calendar-view.c:1688
+#: ../calendar/gui/e-calendar-view.c:1687
msgid "_Reply"
msgstr "_Odpovědět"
-#: ../calendar/gui/e-calendar-view.c:1689 ../mail/em-folder-view.c:1330
+#: ../calendar/gui/e-calendar-view.c:1688 ../mail/em-folder-view.c:1330
#: ../mail/em-popup.c:566 ../mail/em-popup.c:577
#: ../ui/evolution-mail-message.xml.h:82
msgid "Reply to _All"
msgstr "Odpovědět _všem"
-#: ../calendar/gui/e-calendar-view.c:1694
+#: ../calendar/gui/e-calendar-view.c:1693
msgid "Make this Occurrence _Movable"
msgstr "Učinit tento výskyt _přesouvatelným"
-#: ../calendar/gui/e-calendar-view.c:1695 ../ui/evolution-calendar.xml.h:9
+#: ../calendar/gui/e-calendar-view.c:1694 ../ui/evolution-calendar.xml.h:9
msgid "Delete this _Occurrence"
msgstr "Odstranit tento vý_skyt"
-#: ../calendar/gui/e-calendar-view.c:1696
+#: ../calendar/gui/e-calendar-view.c:1695
msgid "Delete _All Occurrences"
msgstr "Odstranit _všechny výskyty"
#. To Translators: It will display "Location: PlaceOfTheMeeting"
-#: ../calendar/gui/e-calendar-view.c:2235 ../calendar/gui/print.c:2510
+#: ../calendar/gui/e-calendar-view.c:2234 ../calendar/gui/print.c:2510
#, c-format
msgid "Location: %s"
msgstr "Místo: %s"
#. To Translators: It will display "Time: ActualStartDateAndTime (DurationOfTheMeeting)"
-#: ../calendar/gui/e-calendar-view.c:2269
+#: ../calendar/gui/e-calendar-view.c:2268
#, c-format
msgid "Time: %s %s"
msgstr "Datum: %s %s"
@@ -7711,19 +7815,19 @@ msgstr "%02i rozdělení minuty"
#. 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"
@@ -7788,9 +7892,9 @@ msgstr[1] "Každé %d roky"
msgstr[2] "Každých %d roků"
#: ../calendar/gui/e-itip-control.c:874
-#, c-format
+#, fuzzy, c-format
msgid "a total of %d time"
-msgid_plural " a total of %d times"
+msgid_plural "a total of %d times"
msgstr[0] " celkem %dkrát"
msgstr[1] " celkem %dkrát"
msgstr[2] " celkem %dkrát"
@@ -7848,12 +7952,12 @@ msgstr ""
#: ../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 "Akceptováno"
#: ../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 "Předběžně akceptováno"
@@ -7861,7 +7965,7 @@ msgstr "Předběžně akceptováno"
#: ../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 "Zamítnuto"
@@ -8080,7 +8184,7 @@ msgid "Attendee status updated\n"
msgstr "Stav účastníka byl zaktualizován\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 "Stav účastníka nemůže být aktualizován, protože položka již neexistuje"
@@ -8238,7 +8342,7 @@ msgstr "Předběžné"
#: ../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 "Delegováno"
@@ -8376,7 +8480,6 @@ msgid "Click to add a memo"
msgstr "Poznámku přidáte kliknutím zde"
#: ../calendar/gui/e-memos.c:760 ../calendar/gui/e-tasks.c:910
-#: ../calendar/gui/gnome-cal.c:2961
#, c-format
msgid ""
"Error on %s:\n"
@@ -8426,39 +8529,39 @@ msgstr "Vybrat časové pásmo"
msgid "%d %B"
msgstr "%d %B"
-#: ../calendar/gui/gnome-cal.c:2576
+#: ../calendar/gui/gnome-cal.c:2587
msgid "_Custom View"
msgstr "_Vlastní zobrazení"
-#: ../calendar/gui/gnome-cal.c:2577
+#: ../calendar/gui/gnome-cal.c:2588
msgid "_Save Custom View"
msgstr "Uložit vla_stní zobrazení"
-#: ../calendar/gui/gnome-cal.c:2582
+#: ../calendar/gui/gnome-cal.c:2593
msgid "_Define Views..."
msgstr "Definovat _zobrazení..."
-#: ../calendar/gui/gnome-cal.c:2791
+#: ../calendar/gui/gnome-cal.c:2835
#, c-format
msgid "Loading appointments at %s"
msgstr "Načítám události v %s"
-#: ../calendar/gui/gnome-cal.c:2806
+#: ../calendar/gui/gnome-cal.c:2850
#, c-format
msgid "Loading tasks at %s"
msgstr "Načítám úkoly v %s"
-#: ../calendar/gui/gnome-cal.c:2815
+#: ../calendar/gui/gnome-cal.c:2859
#, c-format
msgid "Loading memos at %s"
msgstr "Načítám poznámky na %s"
-#: ../calendar/gui/gnome-cal.c:2920
+#: ../calendar/gui/gnome-cal.c:2964
#, c-format
msgid "Opening %s"
msgstr "Otevírám %s"
-#: ../calendar/gui/gnome-cal.c:3874
+#: ../calendar/gui/gnome-cal.c:3932
msgid "Purging"
msgstr "Čistím"
@@ -8572,11 +8675,11 @@ msgstr "Informace iCalendar"
msgid "You must be an attendee of the event."
msgstr "Musíte být účastníkem události."
-#: ../calendar/gui/memos-component.c:464
+#: ../calendar/gui/memos-component.c:489
msgid "_New Memo List"
msgstr "_Nový seznam poznámek"
-#: ../calendar/gui/memos-component.c:544
+#: ../calendar/gui/memos-component.c:571
#, c-format
msgid "%d memo"
msgid_plural "%d memos"
@@ -8584,7 +8687,7 @@ msgstr[0] "%d poznámka"
msgstr[1] "%d poznámky"
msgstr[2] "%d poznámek"
-#: ../calendar/gui/memos-component.c:546 ../calendar/gui/tasks-component.c:537
+#: ../calendar/gui/memos-component.c:573 ../calendar/gui/tasks-component.c:564
#, c-format
msgid ", %d selected"
msgid_plural ", %d selected"
@@ -8592,59 +8695,59 @@ msgstr[0] ", %d vybráno"
msgstr[1] ", %d vybrány"
msgstr[2] ", %d vybráno"
-#: ../calendar/gui/memos-component.c:593
+#: ../calendar/gui/memos-component.c:620
msgid "Failed upgrading memos."
msgstr "Nemohu aktualizovat poznámky."
-#: ../calendar/gui/memos-component.c:953
+#: ../calendar/gui/memos-component.c:980
#, c-format
msgid "Unable to open the memo list '%s' for creating events and meetings"
msgstr "Nemohu otevřít seznam poznámek '%s' pro tvorbu událostí a schůzek"
-#: ../calendar/gui/memos-component.c:966
+#: ../calendar/gui/memos-component.c:993
msgid "There is no calendar available for creating memos"
msgstr "Není k dispozici kalendář pro tvorbu poznámek"
-#: ../calendar/gui/memos-component.c:1076
+#: ../calendar/gui/memos-component.c:1103
msgid "Memo Source Selector"
msgstr "Výběr zdroje poznámky"
-#: ../calendar/gui/memos-component.c:1260
+#: ../calendar/gui/memos-component.c:1287
msgid "New memo"
msgstr "Nová poznámka"
-#: ../calendar/gui/memos-component.c:1261
+#: ../calendar/gui/memos-component.c:1288
msgctxt "New"
msgid "Mem_o"
msgstr "_Poznámka"
-#: ../calendar/gui/memos-component.c:1262
+#: ../calendar/gui/memos-component.c:1289
msgid "Create a new memo"
msgstr "Vytvořit novou poznámku"
-#: ../calendar/gui/memos-component.c:1268
+#: ../calendar/gui/memos-component.c:1295
msgid "New shared memo"
msgstr "Nová sdílená poznámka"
-#: ../calendar/gui/memos-component.c:1269
+#: ../calendar/gui/memos-component.c:1296
msgctxt "New"
msgid "_Shared memo"
msgstr "_Sdílená poznámka"
-#: ../calendar/gui/memos-component.c:1270
+#: ../calendar/gui/memos-component.c:1297
msgid "Create a shared new memo"
msgstr "Vytvořit novou sdílenou poznámku"
-#: ../calendar/gui/memos-component.c:1276
+#: ../calendar/gui/memos-component.c:1303
msgid "New memo list"
msgstr "Nový seznam poznámek"
-#: ../calendar/gui/memos-component.c:1277
+#: ../calendar/gui/memos-component.c:1304
msgctxt "New"
msgid "Memo li_st"
msgstr "Sez_nam poznámek"
-#: ../calendar/gui/memos-component.c:1278
+#: ../calendar/gui/memos-component.c:1305
msgid "Create a new memo list"
msgstr "Vytvořit nový seznam poznámek"
@@ -8903,11 +9006,11 @@ msgstr "Kategorie: %s"
msgid "Contacts: "
msgstr "Kontakty: "
-#: ../calendar/gui/tasks-component.c:455
+#: ../calendar/gui/tasks-component.c:480
msgid "_New Task List"
msgstr "_Nový seznam úkolů"
-#: ../calendar/gui/tasks-component.c:535
+#: ../calendar/gui/tasks-component.c:562
#, c-format
msgid "%d task"
msgid_plural "%d tasks"
@@ -8915,59 +9018,59 @@ msgstr[0] "%d úkol"
msgstr[1] "%d úkoly"
msgstr[2] "%d úkolů"
-#: ../calendar/gui/tasks-component.c:584
+#: ../calendar/gui/tasks-component.c:611
msgid "Failed upgrading tasks."
msgstr "Nemohu aktualizovat úkoly."
-#: ../calendar/gui/tasks-component.c:941
+#: ../calendar/gui/tasks-component.c:968
#, c-format
msgid "Unable to open the task list '%s' for creating events and meetings"
msgstr "Nemohu otevřít seznam úkolů '%s' pro tvorbu událostí a schůzek"
-#: ../calendar/gui/tasks-component.c:954
+#: ../calendar/gui/tasks-component.c:981
msgid "There is no calendar available for creating tasks"
msgstr "Není k dispozici kalendář pro tvorbu úkolů"
-#: ../calendar/gui/tasks-component.c:1065
+#: ../calendar/gui/tasks-component.c:1092
msgid "Task Source Selector"
msgstr "Výběr zdroje úkolu"
-#: ../calendar/gui/tasks-component.c:1325
+#: ../calendar/gui/tasks-component.c:1352
msgid "New task"
msgstr "Nový úkol"
-#: ../calendar/gui/tasks-component.c:1326
+#: ../calendar/gui/tasks-component.c:1353
msgctxt "New"
msgid "_Task"
msgstr "Ú_kol"
-#: ../calendar/gui/tasks-component.c:1327
+#: ../calendar/gui/tasks-component.c:1354
msgid "Create a new task"
msgstr "Vytvořit nový úkol"
-#: ../calendar/gui/tasks-component.c:1333
+#: ../calendar/gui/tasks-component.c:1360
msgid "New assigned task"
msgstr "Nový přidělený úkol"
-#: ../calendar/gui/tasks-component.c:1334
+#: ../calendar/gui/tasks-component.c:1361
msgctxt "New"
msgid "Assigne_d Task"
msgstr "_Přidělený úkol"
-#: ../calendar/gui/tasks-component.c:1335
+#: ../calendar/gui/tasks-component.c:1362
msgid "Create a new assigned task"
msgstr "Vytvořit nový přidělený úkol"
-#: ../calendar/gui/tasks-component.c:1341
+#: ../calendar/gui/tasks-component.c:1368
msgid "New task list"
msgstr "Nový seznam úkolů"
-#: ../calendar/gui/tasks-component.c:1342
+#: ../calendar/gui/tasks-component.c:1369
msgctxt "New"
msgid "Tas_k list"
msgstr "Seznam ú_kolů"
-#: ../calendar/gui/tasks-component.c:1343
+#: ../calendar/gui/tasks-component.c:1370
msgid "Create a new task list"
msgstr "Vytvořit nový seznam úkolů"
@@ -9004,49 +9107,49 @@ msgstr "Zrušeno"
msgid "In progress"
msgstr "Probíhá"
-#: ../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 "je více než"
-#: ../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 "je méně než"
-#: ../calendar/importers/icalendar-importer.c:73
+#: ../calendar/importers/icalendar-importer.c:75
msgid "Appointments and Meetings"
msgstr "Události a schůzky"
-#: ../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 "Otevírám kalendář"
-#: ../calendar/importers/icalendar-importer.c:438
+#: ../calendar/importers/icalendar-importer.c:440
msgid "iCalendar files (.ics)"
msgstr "soubory iCalendar (.ics)"
-#: ../calendar/importers/icalendar-importer.c:439
+#: ../calendar/importers/icalendar-importer.c:441
msgid "Evolution iCalendar importer"
msgstr "Importér Evolution z iCalendar"
-#: ../calendar/importers/icalendar-importer.c:515
+#: ../calendar/importers/icalendar-importer.c:529
msgid "Reminder!"
msgstr "Připomínka!"
-#: ../calendar/importers/icalendar-importer.c:567
+#: ../calendar/importers/icalendar-importer.c:581
msgid "vCalendar files (.vcf)"
msgstr "soubory vCalendar (.vcf)"
-#: ../calendar/importers/icalendar-importer.c:568
+#: ../calendar/importers/icalendar-importer.c:582
msgid "Evolution vCalendar importer"
msgstr "Importér Evolution z vCalendar"
-#: ../calendar/importers/icalendar-importer.c:730
+#: ../calendar/importers/icalendar-importer.c:744
msgid "Calendar Events"
msgstr "Události kalendáře"
-#: ../calendar/importers/icalendar-importer.c:767
+#: ../calendar/importers/icalendar-importer.c:781
msgid "Evolution Calendar intelligent importer"
msgstr "Inteligentní importér kalendáře Evolution"
@@ -10599,213 +10702,213 @@ msgstr "Tichý oceán/Wallis"
msgid "Pacific/Yap"
msgstr "Tichý oceán/Yap"
-#: ../composer/e-composer-autosave.c:275
+#: ../composer/e-composer-autosave.c:273
msgid "Could not open autosave file"
msgstr "Nelze otevřít soubor"
-#: ../composer/e-composer-autosave.c:282
+#: ../composer/e-composer-autosave.c:280
msgid "Unable to retrieve message from editor"
msgstr "Nemohu získat z editoru"
-#: ../composer/e-composer-actions.c:47
+#: ../composer/e-composer-actions.c:45
msgid "Insert Attachment"
msgstr "Vložit přílohu"
-#: ../composer/e-composer-actions.c:51
+#: ../composer/e-composer-actions.c:49
msgid "A_ttach"
msgstr "_Přiložit"
-#: ../composer/e-composer-actions.c:142
+#: ../composer/e-composer-actions.c:140
msgid "Untitled Message"
msgstr "Nepojmenovaná zpráva"
-#: ../composer/e-composer-actions.c:473
+#: ../composer/e-composer-actions.c:471
msgid "Attach a file"
msgstr "Připojit soubor"
-#: ../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 "_Zavřít"
-#: ../composer/e-composer-actions.c:480
+#: ../composer/e-composer-actions.c:478
msgid "Close the current file"
msgstr "Uzavřít aktuální soubor"
-#: ../composer/e-composer-actions.c:485 ../mail/em-folder-view.c:1337
-#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:44
+#: ../composer/e-composer-actions.c:483 ../mail/em-folder-view.c:1337
+#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:47
#: ../ui/evolution-mail-message.xml.h:123 ../ui/evolution-memos.xml.h:20
#: ../ui/evolution-tasks.xml.h:29
msgid "_Print..."
msgstr "_Tisknout..."
-#: ../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 "_Náhled před tiskem"
-#: ../composer/e-composer-actions.c:501
+#: ../composer/e-composer-actions.c:499
msgid "Save the current file"
msgstr "Uložit aktuální soubor"
-#: ../composer/e-composer-actions.c:506
+#: ../composer/e-composer-actions.c:504
msgid "Save _As..."
msgstr "Uložit _jako..."
-#: ../composer/e-composer-actions.c:508
+#: ../composer/e-composer-actions.c:506
msgid "Save the current file with a different name"
msgstr "Uložit aktuální soubor pod jiným jménem"
-#: ../composer/e-composer-actions.c:513
+#: ../composer/e-composer-actions.c:511
msgid "Save _Draft"
msgstr "Uložit _koncept"
-#: ../composer/e-composer-actions.c:515
+#: ../composer/e-composer-actions.c:513
msgid "Save as draft"
msgstr "Uložit jako koncept"
-#: ../composer/e-composer-actions.c:520
+#: ../composer/e-composer-actions.c:518
msgid "S_end"
msgstr "P_oslat"
-#: ../composer/e-composer-actions.c:522
+#: ../composer/e-composer-actions.c:520
msgid "Send this message"
msgstr "Poslat tuto zprávu"
-#: ../composer/e-composer-actions.c:529
+#: ../composer/e-composer-actions.c:527
msgid "Insert Send options"
msgstr "Vložit možnosti odesílání"
-#: ../composer/e-composer-actions.c:534
+#: ../composer/e-composer-actions.c:532
msgid "New _Message"
msgstr "Nová _zpráva"
-#: ../composer/e-composer-actions.c:536
+#: ../composer/e-composer-actions.c:534
msgid "Open New Message window"
msgstr "Otevřít okno nové zprávy"
-#: ../composer/e-composer-actions.c:543
+#: ../composer/e-composer-actions.c:541
msgid "Character _Encoding"
msgstr "_Kódování znaků"
-#: ../composer/e-composer-actions.c:550
+#: ../composer/e-composer-actions.c:548
msgid "_Security"
msgstr "_Zabezpečení"
-#: ../composer/e-composer-actions.c:560
+#: ../composer/e-composer-actions.c:558
msgid "PGP _Encrypt"
msgstr "Ši_frování PGP"
-#: ../composer/e-composer-actions.c:562
+#: ../composer/e-composer-actions.c:560
msgid "Encrypt this message with PGP"
msgstr "Zašifrovat tuto zprávu pomocí PGP"
-#: ../composer/e-composer-actions.c:568
+#: ../composer/e-composer-actions.c:566
msgid "PGP _Sign"
msgstr "Pod_pis PGP"
-#: ../composer/e-composer-actions.c:570
+#: ../composer/e-composer-actions.c:568
msgid "Sign this message with your PGP key"
msgstr "Podepsat tuto zprávu vaším klíčem PGP"
-#: ../composer/e-composer-actions.c:576
+#: ../composer/e-composer-actions.c:574
msgid "_Prioritize Message"
msgstr "_Důležitost zprávy"
-#: ../composer/e-composer-actions.c:578
+#: ../composer/e-composer-actions.c:576
msgid "Set the message priority to high"
msgstr "Nastavit vysokou prioritu zprávy"
-#: ../composer/e-composer-actions.c:584
+#: ../composer/e-composer-actions.c:582
msgid "Re_quest Read Receipt"
msgstr "Žáda_t o doručenku o čtení"
-#: ../composer/e-composer-actions.c:586
+#: ../composer/e-composer-actions.c:584
msgid "Get delivery notification when your message is read"
msgstr "Doručit oznámení, že vaše zpráva byla přečtena"
-#: ../composer/e-composer-actions.c:592
+#: ../composer/e-composer-actions.c:590
msgid "S/MIME En_crypt"
msgstr "Šif_rování 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 "Zašifrovat tuto zprávu vaším šifrovacím certifikátem S/MIME"
-#: ../composer/e-composer-actions.c:600
+#: ../composer/e-composer-actions.c:598
msgid "S/MIME Sig_n"
msgstr "Po_dpis 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 "Podepsat tuto zprávu podpisovým certifikátem S/MIME"
-#: ../composer/e-composer-actions.c:608
+#: ../composer/e-composer-actions.c:606
msgid "_Bcc Field"
msgstr "_Skrytá kopie:"
-#: ../composer/e-composer-actions.c:610
+#: ../composer/e-composer-actions.c:608
msgid "Toggles whether the BCC field is displayed"
msgstr "Přepne zobrazení pole BCC"
-#: ../composer/e-composer-actions.c:616
+#: ../composer/e-composer-actions.c:614
msgid "_Cc Field"
msgstr "_Kopie"
-#: ../composer/e-composer-actions.c:618
+#: ../composer/e-composer-actions.c:616
msgid "Toggles whether the CC field is displayed"
msgstr "Přepne zobrazení pole CC"
-#: ../composer/e-composer-actions.c:624
+#: ../composer/e-composer-actions.c:622
msgid "_From Field"
msgstr "_Od:"
-#: ../composer/e-composer-actions.c:626
+#: ../composer/e-composer-actions.c:624
msgid "Toggles whether the From chooser is displayed"
msgstr "Přepne zobrazení pole pro výběr odesílatele"
-#: ../composer/e-composer-actions.c:632
+#: ../composer/e-composer-actions.c:630
msgid "_Post-To Field"
msgstr "_Poslat-komu"
-#: ../composer/e-composer-actions.c:634
+#: ../composer/e-composer-actions.c:632
msgid "Toggles whether the Post-To field is displayed"
msgstr "Přepne zobrazení pole Poslat-komu"
-#: ../composer/e-composer-actions.c:640
+#: ../composer/e-composer-actions.c:638
msgid "_Reply-To Field"
msgstr "Odpovědět-_komu:"
-#: ../composer/e-composer-actions.c:642
+#: ../composer/e-composer-actions.c:640
msgid "Toggles whether the Reply-To field is displayed"
msgstr "Přepne zobrazení pole Odpověď-kam"
-#: ../composer/e-composer-actions.c:648
+#: ../composer/e-composer-actions.c:646
msgid "_Subject Field"
msgstr "_Pole předmětu"
-#: ../composer/e-composer-actions.c:650
+#: ../composer/e-composer-actions.c:648
msgid "Toggles whether the Subject field is displayed"
msgstr "Přepíná, zda má být pole předmětu zobrazeno"
-#: ../composer/e-composer-actions.c:656
+#: ../composer/e-composer-actions.c:654
msgid "_To Field"
msgstr "_Komu"
-#: ../composer/e-composer-actions.c:658
+#: ../composer/e-composer-actions.c:656
msgid "Toggles whether the To field is displayed"
msgstr "Přepne zobrazení pole Komu"
-#: ../composer/e-composer-header-table.c:66
+#: ../composer/e-composer-header-table.c:64
msgid "Enter the recipients of the message"
msgstr "Vyplnit příjemce zprávy"
-#: ../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 "Vyplňte adresy, které obdrží kopii této zprávy"
-#: ../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"
@@ -10813,35 +10916,35 @@ msgstr ""
"Vyplňte adresy, které obdrží kopii, aniž by se objevily v seznamu příjemců "
"zprávy"
-#: ../composer/e-composer-header-table.c:645
+#: ../composer/e-composer-header-table.c:643
msgid "Fr_om:"
msgstr "_Od:"
-#: ../composer/e-composer-header-table.c:654
+#: ../composer/e-composer-header-table.c:652
msgid "_Reply-To:"
msgstr "O_dpovědět-komu:"
-#: ../composer/e-composer-header-table.c:658
+#: ../composer/e-composer-header-table.c:656
msgid "_To:"
msgstr "_Komu:"
-#: ../composer/e-composer-header-table.c:663
+#: ../composer/e-composer-header-table.c:661
msgid "_Cc:"
msgstr "Ko_pie:"
-#: ../composer/e-composer-header-table.c:668
+#: ../composer/e-composer-header-table.c:666
msgid "_Bcc:"
msgstr "_Skrytá kopie:"
-#: ../composer/e-composer-header-table.c:673
+#: ../composer/e-composer-header-table.c:671
msgid "_Post To:"
msgstr "_Uložit do:"
-#: ../composer/e-composer-header-table.c:677
+#: ../composer/e-composer-header-table.c:675
msgid "S_ubject:"
msgstr "_Předmět:"
-#: ../composer/e-composer-header-table.c:686
+#: ../composer/e-composer-header-table.c:684
msgid "Si_gnature:"
msgstr "_Podpis:"
@@ -10861,18 +10964,18 @@ msgstr "Zvolte složky, kam poslat zprávu."
msgid "Click here to select folders to post to"
msgstr "Kliknutím sem vyberte složky, kam uložit"
-#: ../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 "Zobrazit lištu _příloh"
-#: ../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 ""
"Nemohu podepsat odchozí zprávu: Pro tento účet nebyl nastaven podpisový "
"certifikát"
-#: ../composer/e-msg-composer.c:877
+#: ../composer/e-msg-composer.c:874
msgid ""
"Cannot encrypt outgoing message: No encryption certificate set for this "
"account"
@@ -10880,7 +10983,7 @@ msgstr ""
"Nemohu zašifrovat odchozí zprávu: Pro tento účet nebyl nastaven šifrovací "
"certifikát"
-#: ../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"
@@ -10889,15 +10992,15 @@ msgstr[0] "Příloha"
msgstr[1] "Přílohy"
msgstr[2] "Příloh"
-#: ../composer/e-msg-composer.c:1554
+#: ../composer/e-msg-composer.c:1551
msgid "Hide _Attachment Bar"
msgstr "Skrýt lištu _příloh"
-#: ../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 "Napsat zprávu"
-#: ../composer/e-msg-composer.c:4053
+#: ../composer/e-msg-composer.c:4066
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)</"
"b>"
@@ -10985,8 +11088,9 @@ msgstr ""
"zprávy vám umožní pokračovat, kde jste přestali."
#: ../composer/mail-composer.error.xml.h:17
+#, fuzzy
msgid ""
-"Send options available only for Novell Groupwise and Microsoft Exchange "
+"Send options available only for Novell GroupWise and Microsoft Exchange "
"accounts."
msgstr ""
"Volby odesílání jsou k dispozici pouze pro účty Novell Groupwise a Microsoft "
@@ -11058,7 +11162,7 @@ msgstr "_Uložit koncept"
#: ../data/evolution.desktop.in.in.h:1
msgid "Evolution Mail and Calendar"
-msgstr "Pošta a Kalendář Evolution"
+msgstr "Pošta a kalendář Evolution"
#: ../data/evolution.desktop.in.in.h:2 ../shell/e-shell-window-commands.c:951
msgid "Groupware Suite"
@@ -11098,18 +11202,18 @@ msgstr "Dotaz Evolution"
msgid "Internal error, unknown error '%s' requested"
msgstr "Interní chyba, žádáno o neznámou chybu '%s'"
-#: ../e-util/e-logger.c:156
+#: ../e-util/e-logger.c:161
msgid "Component"
msgstr "Komponenta"
-#: ../e-util/e-logger.c:157
+#: ../e-util/e-logger.c:162
msgid "Name of the component being logged"
msgstr "Název právě přihlášené komponenty"
-#: ../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 "Povoleno"
@@ -11158,7 +11262,7 @@ msgstr "Přepsat soubor?"
msgid "_Overwrite"
msgstr "_Přepsat"
-#: ../e-util/e-util.c:97
+#: ../e-util/e-util.c:96
msgid "Could not display help for Evolution."
msgstr "Nelze zobrazit nápovědu pro Evolution."
@@ -11219,7 +11323,7 @@ msgstr "Chyba GConf: %s"
msgid "All further errors shown only on terminal."
msgstr "Všechny další chyby jsou zobrazeny pouze v terminálu."
-#: ../filter/filter-datespec.c:80
+#: ../filter/filter-datespec.c:81
#, c-format
msgid "1 second ago"
msgid_plural "%d seconds ago"
@@ -11227,7 +11331,7 @@ msgstr[0] "1 sekunda nazpět"
msgstr[1] "%d sekundy nazpět"
msgstr[2] "%d sekund nazpět"
-#: ../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"
@@ -11235,7 +11339,7 @@ msgstr[0] "1 sekunda v budoucnu"
msgstr[1] "%d sekundy v budoucnu"
msgstr[2] "%d sekund v budoucnu"
-#: ../filter/filter-datespec.c:81
+#: ../filter/filter-datespec.c:82
#, c-format
msgid "1 minute ago"
msgid_plural "%d minutes ago"
@@ -11243,7 +11347,7 @@ msgstr[0] "1 minuta nazpět"
msgstr[1] "%d minuty nazpět"
msgstr[2] "%d minut nazpět"
-#: ../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"
@@ -11251,7 +11355,7 @@ msgstr[0] "1 minuta v budoucnu."
msgstr[1] "%d minuty v budoucnu."
msgstr[2] "%d minut v budoucnu"
-#: ../filter/filter-datespec.c:82
+#: ../filter/filter-datespec.c:83
#, c-format
msgid "1 hour ago"
msgid_plural "%d hours ago"
@@ -11259,7 +11363,7 @@ msgstr[0] "1 hodina nazpět"
msgstr[1] "%d hodiny nazpět"
msgstr[2] "%d hodin nazpět"
-#: ../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"
@@ -11267,7 +11371,7 @@ msgstr[0] "1 hodina v budoucnu"
msgstr[1] "%d hodiny v budoucnu"
msgstr[2] "%d hodin v budoucnu"
-#: ../filter/filter-datespec.c:83
+#: ../filter/filter-datespec.c:84
#, c-format
msgid "1 day ago"
msgid_plural "%d days ago"
@@ -11275,7 +11379,7 @@ msgstr[0] "1 den nazpět"
msgstr[1] "%d dny nazpět"
msgstr[2] "%d dnů nazpět"
-#: ../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"
@@ -11283,7 +11387,7 @@ msgstr[0] "1 den v budoucnu"
msgstr[1] "%d dny v budoucnu"
msgstr[2] "% dnů v budoucnu"
-#: ../filter/filter-datespec.c:84
+#: ../filter/filter-datespec.c:85
#, c-format
msgid "1 week ago"
msgid_plural "%d weeks ago"
@@ -11291,7 +11395,7 @@ msgstr[0] "1 týden nazpět"
msgstr[1] "%d týdny nazpět"
msgstr[2] "%d týdnů nazpět"
-#: ../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"
@@ -11299,7 +11403,7 @@ msgstr[0] "1 týden v budoucnu"
msgstr[1] "%d týdny v budoucnu"
msgstr[2] "%d týdnů v budoucnu"
-#: ../filter/filter-datespec.c:85
+#: ../filter/filter-datespec.c:86
#, c-format
msgid "1 month ago"
msgid_plural "%d months ago"
@@ -11307,7 +11411,7 @@ msgstr[0] "1 měsíc nazpět"
msgstr[1] "%d měsíce nazpět"
msgstr[2] "%d měsíců nazpět"
-#: ../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"
@@ -11315,7 +11419,7 @@ msgstr[0] "1 měsíc v budoucnu"
msgstr[1] "%d měsíce v budoucnu"
msgstr[2] "%d měsíců v budoucnu"
-#: ../filter/filter-datespec.c:86
+#: ../filter/filter-datespec.c:87
#, c-format
msgid "1 year ago"
msgid_plural "%d years ago"
@@ -11323,7 +11427,7 @@ msgstr[0] "1 rok nazpět"
msgstr[1] "%d roky nazpět"
msgstr[2] "%d roků nazpět"
-#: ../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"
@@ -11331,21 +11435,21 @@ msgstr[0] "1 rok v budoucnu"
msgstr[1] "%d roky v budoucnu"
msgstr[2] "%d roků v budoucnu"
-#: ../filter/filter-datespec.c:287
+#: ../filter/filter-datespec.c:288
msgid "<click here to select a date>"
msgstr "<datum vyberete kliknutím zde>"
-#: ../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 "nyní"
#. 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 "Vybrat čas pro porovnání"
@@ -11358,56 +11462,60 @@ msgstr "Vybrat soubor"
msgid "Test"
msgstr "Test"
-#: ../filter/filter-rule.c:852
+#: ../filter/filter-rule.c:853
msgid "R_ule name:"
msgstr "Ná_zev pravidla:"
-#: ../filter/filter-rule.c:880
-msgid "Find items that meet the following criteria"
+#: ../filter/filter-rule.c:881
+#, fuzzy
+msgid "Find items that meet the following conditions"
msgstr "Hledat položky s následujícími kritérii"
-#: ../filter/filter-rule.c:914
-msgid "A_dd Filter Criteria"
-msgstr "_Přidat pravidlo filtru"
+#: ../filter/filter-rule.c:915
+#, fuzzy
+msgid "A_dd Condition"
+msgstr "Přidat _akci"
-#: ../filter/filter-rule.c:920
-msgid "If all criteria are met"
+#: ../filter/filter-rule.c:921
+#, fuzzy
+msgid "If all conditions are met"
msgstr "Pokud souhlasí všechna kritéria"
-#: ../filter/filter-rule.c:920
-msgid "If any criteria are met"
+#: ../filter/filter-rule.c:921
+#, fuzzy
+msgid "If any conditions are met"
msgstr "Pokud souhlasí některá kritéria"
-#: ../filter/filter-rule.c:922
+#: ../filter/filter-rule.c:923
msgid "_Find items:"
msgstr "_Najít položky:"
-#: ../filter/filter-rule.c:944
+#: ../filter/filter-rule.c:945
msgid "All related"
msgstr "Vše související"
-#: ../filter/filter-rule.c:944
+#: ../filter/filter-rule.c:945
msgid "Replies"
msgstr "Odpovědi"
-#: ../filter/filter-rule.c:944
+#: ../filter/filter-rule.c:945
msgid "Replies and parents"
msgstr "Odpovědi a rodiče"
-#: ../filter/filter-rule.c:944
+#: ../filter/filter-rule.c:945
msgid "No reply or parent"
msgstr "Bez odpovědi nebo rodič"
-#: ../filter/filter-rule.c:946
+#: ../filter/filter-rule.c:947
msgid "I_nclude threads"
msgstr "Z_ahrnout vlákna"
-#: ../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 "Příchozí"
-#: ../filter/filter-rule.c:1044 ../mail/em-utils.c:309
+#: ../filter/filter-rule.c:1045 ../mail/em-utils.c:310
msgid "Outgoing"
msgstr "Odchozí"
@@ -11507,7 +11615,7 @@ msgstr "v budoucnu"
msgid "months"
msgstr "měsíců"
-#: ../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 "sekundách"
@@ -11521,8 +11629,8 @@ msgstr "s časem, který určíte"
#: ../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 "týdnů"
@@ -11530,15 +11638,15 @@ msgstr "týdnů"
msgid "years"
msgstr "let"
-#: ../filter/rule-editor.c:380
+#: ../filter/rule-editor.c:381
msgid "Add Rule"
msgstr "Přidat pravidlo"
-#: ../filter/rule-editor.c:459
+#: ../filter/rule-editor.c:462
msgid "Edit Rule"
msgstr "Upravit pravidlo"
-#: ../filter/rule-editor.c:786
+#: ../filter/rule-editor.c:808
msgid "Rule name"
msgstr "Název pravidla"
@@ -11565,7 +11673,7 @@ msgstr "Zde nastavte své internetové připojení"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:6
msgid "Evolution Mail"
-msgstr "Evolution Pošta"
+msgstr "Pošta Evolution"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:7
msgid "Evolution Mail accounts configuration control"
@@ -11593,8 +11701,8 @@ msgstr "Ovládání nastavení sítě v Evolutionu"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 ../mail/em-folder-view.c:605
#: ../mail/importers/elm-importer.c:327 ../mail/importers/pine-importer.c:378
-#: ../mail/mail-component.c:593 ../mail/mail-component.c:594
-#: ../mail/mail-component.c:763
+#: ../mail/mail-component.c:597 ../mail/mail-component.c:598
+#: ../mail/mail-component.c:767
#: ../plugins/groupwise-features/proxy-add-dialog.glade.h:6
msgid "Mail"
msgstr "Pošta"
@@ -11665,7 +11773,7 @@ msgstr "_Automaticky kontrolovat novou poštu každých"
msgid "minu_tes"
msgstr "minu_t"
-#: ../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 "Posílání pošty"
@@ -11675,7 +11783,7 @@ msgstr "Výchozí hodnoty"
#. 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 "Zabezpečení"
@@ -11710,19 +11818,19 @@ msgid "Protocol"
msgstr "Protokol"
#: ../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 "Beze jména"
-#: ../mail/em-composer-prefs.c:992
+#: ../mail/em-composer-prefs.c:964
msgid "Language(s)"
msgstr "Jazyky"
-#: ../mail/em-composer-prefs.c:1041
+#: ../mail/em-composer-prefs.c:1013
msgid "Add signature script"
msgstr "Přidat skript podpisu"
-#: ../mail/em-composer-prefs.c:1083
+#: ../mail/em-composer-prefs.c:1055
msgid "Signature(s)"
msgstr "Podpisy"
@@ -11753,259 +11861,275 @@ msgstr "-------- Původní zpráva --------"
msgid "_Filter Rules"
msgstr "Pravidla _filtru"
+#.
+#. * 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 <http://www.gnu.org/licenses/>
+#. *
+#. * 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 "Upravit skóre"
-#: ../mail/em-filter-i18n.h:3
+#: ../mail/em-filter-i18n.h:19
msgid "Assign Color"
msgstr "Přiřadit barvu"
-#: ../mail/em-filter-i18n.h:4
+#: ../mail/em-filter-i18n.h:20
msgid "Assign Score"
msgstr "Přiřadit skóre"
-#: ../mail/em-filter-i18n.h:6
+#: ../mail/em-filter-i18n.h:22
msgid "BCC"
msgstr "Skrytá kopie"
-#: ../mail/em-filter-i18n.h:7
+#: ../mail/em-filter-i18n.h:23
msgid "Beep"
msgstr "Pípnout"
-#: ../mail/em-filter-i18n.h:8
+#: ../mail/em-filter-i18n.h:24
msgid "CC"
msgstr "Kopie"
-#: ../mail/em-filter-i18n.h:9
+#: ../mail/em-filter-i18n.h:25
msgid "Completed On"
msgstr "Dokončeno"
-#: ../mail/em-filter-i18n.h:11
+#: ../mail/em-filter-i18n.h:27
msgid "Copy to Folder"
msgstr "Kopírovat do složky"
-#: ../mail/em-filter-i18n.h:12
+#: ../mail/em-filter-i18n.h:28
msgid "Date received"
msgstr "Datum přijetí"
-#: ../mail/em-filter-i18n.h:13
+#: ../mail/em-filter-i18n.h:29
msgid "Date sent"
msgstr "Datum odeslání"
-#: ../mail/em-filter-i18n.h:14
-#: ../plugins/groupwise-features/share-folder.c:767
+#: ../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
#: ../ui/evolution-tasks.xml.h:6
msgid "Delete"
msgstr "Odstranit"
-#: ../mail/em-filter-i18n.h:15
+#: ../mail/em-filter-i18n.h:31
msgid "Deleted"
msgstr "Odstraněno"
-#: ../mail/em-filter-i18n.h:17
+#: ../mail/em-filter-i18n.h:33
msgid "does not end with"
msgstr "nekončí na"
-#: ../mail/em-filter-i18n.h:18
+#: ../mail/em-filter-i18n.h:34
msgid "does not exist"
msgstr "neexistuje"
-#: ../mail/em-filter-i18n.h:19
+#: ../mail/em-filter-i18n.h:35
msgid "does not return"
msgstr "nevrací"
-#: ../mail/em-filter-i18n.h:20
+#: ../mail/em-filter-i18n.h:36
msgid "does not sound like"
msgstr "nezní jako"
-#: ../mail/em-filter-i18n.h:21
+#: ../mail/em-filter-i18n.h:37
msgid "does not start with"
msgstr "nezačíná na"
-#: ../mail/em-filter-i18n.h:23
+#: ../mail/em-filter-i18n.h:39
msgid "Draft"
msgstr "Koncept"
-#: ../mail/em-filter-i18n.h:24
+#: ../mail/em-filter-i18n.h:40
msgid "ends with"
msgstr "končí na"
-#: ../mail/em-filter-i18n.h:26
+#: ../mail/em-filter-i18n.h:42
msgid "exists"
msgstr "existuje"
-#: ../mail/em-filter-i18n.h:27
+#: ../mail/em-filter-i18n.h:43
msgid "Expression"
msgstr "Výraz"
-#: ../mail/em-filter-i18n.h:28
+#: ../mail/em-filter-i18n.h:44
msgid "Follow Up"
msgstr "K vyřízení"
-#: ../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 "Důležité"
-#: ../mail/em-filter-i18n.h:31
+#: ../mail/em-filter-i18n.h:47
msgid "is after"
msgstr "je po"
-#: ../mail/em-filter-i18n.h:32
+#: ../mail/em-filter-i18n.h:48
msgid "is before"
msgstr "je před"
-#: ../mail/em-filter-i18n.h:33
+#: ../mail/em-filter-i18n.h:49
msgid "is Flagged"
msgstr "je označený"
-#: ../mail/em-filter-i18n.h:37
+#: ../mail/em-filter-i18n.h:53
msgid "is not Flagged"
msgstr "není označený"
-#: ../mail/em-filter-i18n.h:38
+#: ../mail/em-filter-i18n.h:54
msgid "is not set"
msgstr "není nastavený"
-#: ../mail/em-filter-i18n.h:39
+#: ../mail/em-filter-i18n.h:55
msgid "is set"
msgstr "je nastavený"
-#: ../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 "Nevyžádaná pošta"
-#: ../mail/em-filter-i18n.h:41
+#: ../mail/em-filter-i18n.h:57
msgid "Junk Test"
msgstr "Test na nevyžádanou poštu"
-#: ../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 "Štítek"
-#: ../mail/em-filter-i18n.h:43
+#: ../mail/em-filter-i18n.h:59
msgid "Mailing list"
msgstr "Poštovní konference"
-#: ../mail/em-filter-i18n.h:44
+#: ../mail/em-filter-i18n.h:60
msgid "Match All"
msgstr "Vše odpovídá"
-#: ../mail/em-filter-i18n.h:45
+#: ../mail/em-filter-i18n.h:61
msgid "Message Body"
msgstr "Tělo zprávy"
-#: ../mail/em-filter-i18n.h:46
+#: ../mail/em-filter-i18n.h:62
msgid "Message Header"
msgstr "Hlavička zprávy"
-#: ../mail/em-filter-i18n.h:47
+#: ../mail/em-filter-i18n.h:63
msgid "Message is Junk"
msgstr "Zpráva je nevyžádaná"
-#: ../mail/em-filter-i18n.h:48
+#: ../mail/em-filter-i18n.h:64
msgid "Message is not Junk"
msgstr "Zpráva není nevyžádaná"
-#: ../mail/em-filter-i18n.h:49
+#: ../mail/em-filter-i18n.h:65
msgid "Move to Folder"
msgstr "Přesunout do složky"
-#: ../mail/em-filter-i18n.h:50
+#: ../mail/em-filter-i18n.h:66
msgid "Pipe to Program"
msgstr "Předat programu"
-#: ../mail/em-filter-i18n.h:51
+#: ../mail/em-filter-i18n.h:67
msgid "Play Sound"
msgstr "Přehrát zvuk"
#. 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 "Přečteno"
-#: ../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 "Příjemce"
-#: ../mail/em-filter-i18n.h:55
+#: ../mail/em-filter-i18n.h:71
msgid "Regex Match"
msgstr "Odp. regexu"
-#: ../mail/em-filter-i18n.h:56
+#: ../mail/em-filter-i18n.h:72
msgid "Replied to"
msgstr "Zodpovězeno"
-#: ../mail/em-filter-i18n.h:57
+#: ../mail/em-filter-i18n.h:73
msgid "returns"
msgstr "vrací"
-#: ../mail/em-filter-i18n.h:58
+#: ../mail/em-filter-i18n.h:74
msgid "returns greater than"
msgstr "vrací více než"
-#: ../mail/em-filter-i18n.h:59
+#: ../mail/em-filter-i18n.h:75
msgid "returns less than"
msgstr "vrací méně než"
-#: ../mail/em-filter-i18n.h:60
+#: ../mail/em-filter-i18n.h:76
msgid "Run Program"
msgstr "Spustit program"
-#: ../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 "Skóre"
-#: ../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 "Odesílatel"
-#: ../mail/em-filter-i18n.h:63
+#: ../mail/em-filter-i18n.h:79
msgid "Set Label"
msgstr "Nastavit štítek"
-#: ../mail/em-filter-i18n.h:64
+#: ../mail/em-filter-i18n.h:80
msgid "Set Status"
msgstr "Nastavit stav"
-#: ../mail/em-filter-i18n.h:65
+#: ../mail/em-filter-i18n.h:81
msgid "Size (kB)"
msgstr "Velikost (kB)"
-#: ../mail/em-filter-i18n.h:66
+#: ../mail/em-filter-i18n.h:82
msgid "sounds like"
msgstr "zní jako"
-#: ../mail/em-filter-i18n.h:67
+#: ../mail/em-filter-i18n.h:83
msgid "Source Account"
msgstr "Zdrojový účet"
-#: ../mail/em-filter-i18n.h:68
+#: ../mail/em-filter-i18n.h:84
msgid "Specific header"
msgstr "Specifická hlavička"
-#: ../mail/em-filter-i18n.h:69
+#: ../mail/em-filter-i18n.h:85
msgid "starts with"
msgstr "začíná na"
-#: ../mail/em-filter-i18n.h:71
+#: ../mail/em-filter-i18n.h:87
msgid "Stop Processing"
msgstr "Zastavit zpracování"
-#: ../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 "Předmět"
-#: ../mail/em-filter-i18n.h:73
+#: ../mail/em-filter-i18n.h:89
msgid "Unset Status"
msgstr "Odnastavit stav"
@@ -12018,51 +12142,51 @@ msgstr "Dále"
msgid "Add Ac_tion"
msgstr "Přidat _akci"
-#: ../mail/em-folder-browser.c:190
+#: ../mail/em-folder-browser.c:192
msgid "C_reate Search Folder From Search..."
msgstr "Vytvořit složku _hledání z vyhledávání..."
-#: ../mail/em-folder-browser.c:215
+#: ../mail/em-folder-browser.c:217
msgid "All Messages"
msgstr "Všechny zprávy"
-#: ../mail/em-folder-browser.c:216
+#: ../mail/em-folder-browser.c:218
msgid "Unread Messages"
msgstr "Nepřečtené zprávy"
-#: ../mail/em-folder-browser.c:218
+#: ../mail/em-folder-browser.c:220
msgid "No Label"
msgstr "Bez štítku"
-#: ../mail/em-folder-browser.c:225
+#: ../mail/em-folder-browser.c:227
msgid "Read Messages"
msgstr "Přečtené zprávy"
-#: ../mail/em-folder-browser.c:226
+#: ../mail/em-folder-browser.c:228
msgid "Recent Messages"
msgstr "Nedávné zprávy"
-#: ../mail/em-folder-browser.c:227
+#: ../mail/em-folder-browser.c:229
msgid "Last 5 Days' Messages"
msgstr "Zpráva za posledních 5 dní"
-#: ../mail/em-folder-browser.c:228
+#: ../mail/em-folder-browser.c:230
msgid "Messages with Attachments"
msgstr "Zprávy s přílohami"
-#: ../mail/em-folder-browser.c:229
+#: ../mail/em-folder-browser.c:231
msgid "Important Messages"
msgstr "Důležité zprávy"
-#: ../mail/em-folder-browser.c:230
+#: ../mail/em-folder-browser.c:232
msgid "Messages Not Junk"
msgstr "Zprávy nejsou nevyžádané"
-#: ../mail/em-folder-browser.c:1171
+#: ../mail/em-folder-browser.c:1173
msgid "Account Search"
msgstr "Vyhledávání účtu"
-#: ../mail/em-folder-browser.c:1224
+#: ../mail/em-folder-browser.c:1226
msgid "All Account Search"
msgstr "Vyhledávání všech účtů"
@@ -12095,9 +12219,9 @@ msgstr "Kvóta využití"
#. 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:160
-#: ../mail/mail-component.c:581
-#: ../plugins/exchange-operations/exchange-delegates-user.c:76
+#: ../mail/em-folder-tree.c:2560 ../mail/mail-component.c:164
+#: ../mail/mail-component.c:585
+#: ../plugins/exchange-operations/exchange-delegates-user.c:78
#: ../plugins/exchange-operations/exchange-folder.c:594
msgid "Inbox"
msgstr "Příchozí"
@@ -12121,7 +12245,7 @@ msgstr "_Název složky:"
#. 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 "Složky hledání"
@@ -12130,15 +12254,15 @@ msgstr "Složky hledání"
msgid "UNMATCHED"
msgstr "NEPŘIŘAZENÉ"
-#: ../mail/em-folder-tree-model.c:504 ../mail/mail-component.c:161
+#: ../mail/em-folder-tree-model.c:504 ../mail/mail-component.c:165
msgid "Drafts"
msgstr "Koncepty"
-#: ../mail/em-folder-tree-model.c:510 ../mail/mail-component.c:162
+#: ../mail/em-folder-tree-model.c:510 ../mail/mail-component.c:166
msgid "Outbox"
msgstr "K odeslání"
-#: ../mail/em-folder-tree-model.c:512 ../mail/mail-component.c:163
+#: ../mail/em-folder-tree-model.c:512 ../mail/mail-component.c:167
msgid "Sent"
msgstr "Odeslané"
@@ -12181,12 +12305,12 @@ msgstr "Přesouvám složku %s"
msgid "Copying folder %s"
msgstr "Kopíruji složku %s"
-#: ../mail/em-folder-tree.c:909 ../mail/message-list.c:1953
+#: ../mail/em-folder-tree.c:909 ../mail/message-list.c:2015
#, c-format
msgid "Moving messages into folder %s"
msgstr "Přesouvám zprávy do složky %s"
-#: ../mail/em-folder-tree.c:911 ../mail/message-list.c:1955
+#: ../mail/em-folder-tree.c:911 ../mail/message-list.c:2017
#, c-format
msgid "Copying messages into folder %s"
msgstr "Kopíruji zprávy do složky %s"
@@ -12203,7 +12327,7 @@ msgstr "_Kopírovat do složky"
msgid "_Move to Folder"
msgstr "_Přesunout do složky"
-#: ../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 "Procházím složky v \"%s\""
@@ -12225,7 +12349,7 @@ msgstr "_Přesunout..."
msgid "_Rename..."
msgstr "_Přejmenovat..."
-#: ../mail/em-folder-tree.c:2115
+#: ../mail/em-folder-tree.c:2115 ../ui/evolution-mail-list.xml.h:21
msgid "Re_fresh"
msgstr "_Obnovit"
@@ -12252,20 +12376,20 @@ msgstr "Vyberte složku"
msgid "C_opy"
msgstr "_Kopírovat"
-#: ../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 "Vytvářím složku `%s'"
-#: ../mail/em-folder-utils.c:743
-#: ../plugins/groupwise-features/install-shared.c:168
+#: ../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 "Vytvořit složku"
-#: ../mail/em-folder-utils.c:743
-#: ../plugins/groupwise-features/install-shared.c:168
+#: ../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:"
msgstr "Upřesněte, kde chcete vytvořit složku:"
@@ -12338,7 +12462,7 @@ msgstr "Š_títek"
#. 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 "Žá_dný"
@@ -12397,8 +12521,8 @@ msgstr "Filtr podle poštovní _konference"
#. 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 "Výchozí"
@@ -12410,33 +12534,33 @@ msgstr "Nemohu získat zprávu"
msgid "Retrieving Message..."
msgstr "Získávám zprávu..."
-#: ../mail/em-folder-view.c:2794
+#: ../mail/em-folder-view.c:2791
msgid "C_all To..."
msgstr "_Volat..."
-#: ../mail/em-folder-view.c:2797
+#: ../mail/em-folder-view.c:2794
msgid "Create _Search Folder"
msgstr "Vytvořit složku _hledání"
-#: ../mail/em-folder-view.c:2798
+#: ../mail/em-folder-view.c:2795
msgid "_From this Address"
msgstr "_Z této adresy"
-#: ../mail/em-folder-view.c:2799
+#: ../mail/em-folder-view.c:2796
msgid "_To this Address"
msgstr "_Na tuto adresu"
-#: ../mail/em-folder-view.c:3296
+#: ../mail/em-folder-view.c:3293
#, c-format
msgid "Click to mail %s"
msgstr "Kliknutím sem pošlete e-mail %s"
-#: ../mail/em-folder-view.c:3308
+#: ../mail/em-folder-view.c:3305
#, c-format
msgid "Click to call %s"
msgstr "Kliknutím zavoláte %s"
-#: ../mail/em-folder-view.c:3313
+#: ../mail/em-folder-view.c:3310
msgid "Click to hide/unhide addresses"
msgstr "Skrýt/odkrýt adresy"
@@ -12740,7 +12864,7 @@ msgstr " (%R %Z)"
#. 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 <b>%s</b> on behalf of <b>%s</b>"
msgstr "Tato zpráva byla odeslána <b>%s</b> jménem <b>%s</b>"
@@ -12757,8 +12881,8 @@ msgid "Reply-To"
msgstr "Odpovědět-komu"
#: ../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 "Datum"
@@ -12933,8 +13057,9 @@ msgid "Failed to create local mail storage `%s': %s"
msgstr "Nemohu vytvořit místní úložiště pošty `%s': %s"
#: ../mail/em-migrate.c:2898
+#, fuzzy
msgid ""
-"The summary format of the Evolution mailbox folders has been moved to sqlite "
+"The summary format of the Evolution mailbox folders has been moved to SQLite "
"since Evolution 2.24.\n"
"\n"
"Please be patient while Evolution migrates your folders..."
@@ -12966,7 +13091,7 @@ msgid "Reply to _List"
msgstr "Odpovědět _do konference"
#. make it first item
-#: ../mail/em-popup.c:629 ../mail/em-popup.c:852
+#: ../mail/em-popup.c:629 ../mail/em-popup.c:853
msgid "_Add to Address Book"
msgstr "_Přidat do adresáře"
@@ -12992,29 +13117,29 @@ msgid "No server has been selected"
msgstr "Nebyl vybrán žádný server"
#. 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 "_Příště tuto zprávu nezobrazovat."
-#: ../mail/em-utils.c:316
+#: ../mail/em-utils.c:317
msgid "Message Filters"
msgstr "Filtry zpráv"
-#: ../mail/em-utils.c:369
+#: ../mail/em-utils.c:370
msgid "message"
msgstr "zpráva"
-#: ../mail/em-utils.c:653
+#: ../mail/em-utils.c:654
msgid "Save Message..."
msgstr "Uložit zprávu..."
-#: ../mail/em-utils.c:703
+#: ../mail/em-utils.c:704
msgid "Add address"
msgstr "Přidat adresu"
#. Drop filename for messages from a mailbox
-#: ../mail/em-utils.c:1224
+#: ../mail/em-utils.c:1225
#, c-format
msgid "Messages from %s"
msgstr "Zprávy z %s"
@@ -13040,18 +13165,14 @@ msgid "\"Send and Receive Mail\" window width"
msgstr "Šířka okna \"Odeslat a přijmout poštu\""
#: ../mail/evolution-mail.schemas.in.h:4
-msgid "Allows evolution to display text part of limited size"
+#, fuzzy
+msgid "Allows Evolution to display text part of limited size"
msgstr "Umožňuje Evolutionu zobrazit část textu omezené velikosti"
#: ../mail/evolution-mail.schemas.in.h:5
msgid "Always request read receipt"
msgstr "Vždy žádat doručenku o čtení"
-#: ../mail/evolution-mail.schemas.in.h:6
-msgid "Amount of time in seconds the error should be shown on the status bar."
-msgstr ""
-"Množství času v sekundách, chyba by se měla zobrazit ve stavovém řádku."
-
#: ../mail/evolution-mail.schemas.in.h:7
msgid "Automatic emoticon recognition"
msgstr "Automatické rozpoznávání emotikon"
@@ -13323,10 +13444,11 @@ msgstr ""
"vertikálně."
#: ../mail/evolution-mail.schemas.in.h:61
+#, fuzzy
msgid ""
-"If there isn't a builtin viewer for a particular mime-type inside Evolution, "
-"any mime-types appearing in this list which map to a bonobo-component viewer "
-"in GNOME's mime-type database may be used for displaying content."
+"If there isn't a builtin viewer for a particular MIME type inside Evolution, "
+"any MIME types appearing in this list which map to a Bonobo component viewer "
+"in GNOME's MIME type database may be used for displaying content."
msgstr ""
"Pokud v Evolution není vestavěn prohlížeč pro konkrétní typ mime, mohou být "
"pro zobrazení obsahu použity všechny typy mime, které jsou v tomto seznamu a "
@@ -13392,23 +13514,24 @@ msgstr "Datum, kdy bylo naposledy spuštěno vyprázdnění koše"
msgid "Last time empty trash was run"
msgstr "Datum, kdy bylo naposledy spuštěno vyprázdnění koše"
-#: ../mail/evolution-mail.schemas.in.h:70
-msgid "Level beyond which the message should be logged."
-msgstr "Úroveň, nad kterou by měla být zpráva přihlášena."
-
#: ../mail/evolution-mail.schemas.in.h:71
msgid "List of Labels and their associated colors"
msgstr "Seznam štítků a jim přiřazených barev"
#: ../mail/evolution-mail.schemas.in.h:72
+#, fuzzy
+msgid "List of MIME types to check for Bonobo component viewers"
+msgstr "Seznam typů mime, pro které hledat komponenty bonobo prohlížečů"
+
+#: ../mail/evolution-mail.schemas.in.h:73
msgid "List of accepted licenses"
msgstr "Seznam přijatých licencí"
-#: ../mail/evolution-mail.schemas.in.h:73
+#: ../mail/evolution-mail.schemas.in.h:74
msgid "List of accounts"
msgstr "Seznam účtů"
-#: ../mail/evolution-mail.schemas.in.h:74
+#: ../mail/evolution-mail.schemas.in.h:75
msgid ""
"List of accounts known to the mail component of Evolution. The list contains "
"strings naming subdirectories relative to /apps/evolution/mail/accounts."
@@ -13416,15 +13539,15 @@ msgstr ""
"Seznam účtů, které zná komponenta pošty Evolution. Seznam obsahuje řetězce "
"určující podadresáře relativně k /apps/evolution/mail/accounts."
-#: ../mail/evolution-mail.schemas.in.h:75
+#: ../mail/evolution-mail.schemas.in.h:76
msgid "List of custom headers and whether they are enabled."
msgstr "Seznam vlastních hlaviček a toho, jestli jsou povoleny."
-#: ../mail/evolution-mail.schemas.in.h:76
+#: ../mail/evolution-mail.schemas.in.h:77
msgid "List of dictionary language codes used for spell checking."
msgstr "Seznam jazykových kódů používaných pro kontrolu pravopisu."
-#: ../mail/evolution-mail.schemas.in.h:77
+#: ../mail/evolution-mail.schemas.in.h:78
msgid ""
"List of labels known to the mail component of Evolution. The list contains "
"strings containing name:color where color uses the HTML hex encoding."
@@ -13432,21 +13555,19 @@ msgstr ""
"Seznam štítků, které zná komponenta pošty Evolution. Seznam obsahuje řetězce "
"tvaru název:barva, kde barva používá kódování HTML hex."
-#: ../mail/evolution-mail.schemas.in.h:78
-msgid "List of mime types to check for bonobo component viewers"
-msgstr "Seznam typů mime, pro které hledat komponenty bonobo prohlížečů"
-
#: ../mail/evolution-mail.schemas.in.h:79
msgid "List of protocol names whose license has been accepted."
msgstr "Seznam názvů protokolů, jejichž licence byla přijata."
#: ../mail/evolution-mail.schemas.in.h:80
-msgid "Load images for HTML messages over http"
+#, fuzzy
+msgid "Load images for HTML messages over HTTP"
msgstr "Načítat obrázky pro zprávy v HTML přes http"
#: ../mail/evolution-mail.schemas.in.h:81
+#, fuzzy
msgid ""
-"Load images for HTML messages over http(s). Possible values are: \"0\" - "
+"Load images for HTML messages over HTTP(S). Possible values are: \"0\" - "
"Never load images off the net. \"1\" - Load images in messages from "
"contacts. \"2\" - Always load images off the net."
msgstr ""
@@ -13700,9 +13821,10 @@ msgstr ""
"pro ladicí zprávy."
#: ../mail/evolution-mail.schemas.in.h:141
+#, fuzzy
msgid ""
"This decides the max size of the text part that can be formatted under "
-"evolution. The default is 4MB / 4096 KB and is specified interms of KB."
+"Evolution. The default is 4MB / 4096 KB and is specified in terms of KB."
msgstr ""
"Toto rozhoduje o maximální velikosti části textu, která může být formátována "
"v Evolutionu. Výchozí hodnota je 4MB/4096 KB a je určena jednotkách KB."
@@ -13934,16 +14056,16 @@ msgstr "Berkeley Mailbox (mbox)"
msgid "Importer Berkeley Mailbox format folders"
msgstr "Importér složek ve formátu Berkeley Mailbox"
-#: ../mail/importers/mail-importer.c:148
+#: ../mail/importers/mail-importer.c:147
msgid "Importing mailbox"
msgstr "Importuji 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 "Importuji `%s'"
-#: ../mail/importers/mail-importer.c:372
+#: ../mail/importers/mail-importer.c:371
#, c-format
msgid "Scanning %s"
msgstr "Prohledávám %s"
@@ -13984,13 +14106,12 @@ msgstr "%s konferencí"
msgid "Add Filter Rule"
msgstr "Přidat pravidlo filtru"
-#: ../mail/mail-component.c:164 ../plugins/templates/templates.c:519
-#: ../plugins/templates/templates.c:689 ../plugins/templates/templates.c:724
+#: ../mail/mail-component.c:168
#: ../plugins/templates/org-gnome-templates.eplug.xml.h:2
msgid "Templates"
msgstr "Šablony"
-#: ../mail/mail-component.c:546
+#: ../mail/mail-component.c:550
#, c-format
msgid "%d selected, "
msgid_plural "%d selected, "
@@ -13998,7 +14119,7 @@ msgstr[0] "%d vybráno, "
msgstr[1] "%d vybrány, "
msgstr[2] "%d vybráno, "
-#: ../mail/mail-component.c:550
+#: ../mail/mail-component.c:554
#, c-format
msgid "%d deleted"
msgid_plural "%d deleted"
@@ -14006,7 +14127,7 @@ msgstr[0] "%d odstraněna"
msgstr[1] "%d odstraněny"
msgstr[2] "%d odstraněno"
-#: ../mail/mail-component.c:557
+#: ../mail/mail-component.c:561
#, c-format
msgid "%d junk"
msgid_plural "%d junk"
@@ -14014,7 +14135,7 @@ msgstr[0] "%d nevyžádaná pošta"
msgstr[1] "%d nevyžádaný pošty"
msgstr[2] "%d nevyžádaných pošt"
-#: ../mail/mail-component.c:560
+#: ../mail/mail-component.c:564
#, c-format
msgid "%d draft"
msgid_plural "%d drafts"
@@ -14022,7 +14143,7 @@ msgstr[0] "%d koncept"
msgstr[1] "%d koncepty"
msgstr[2] "%d konceptů"
-#: ../mail/mail-component.c:562
+#: ../mail/mail-component.c:566
#, c-format
msgid "%d sent"
msgid_plural "%d sent"
@@ -14030,7 +14151,7 @@ msgstr[0] "%d odeslána"
msgstr[1] "%d odeslány"
msgstr[2] "%d odesláno"
-#: ../mail/mail-component.c:564
+#: ../mail/mail-component.c:568
#, c-format
msgid "%d unsent"
msgid_plural "%d unsent"
@@ -14038,7 +14159,7 @@ msgstr[0] "%d neodeslána"
msgstr[1] "%d neodeslány"
msgstr[2] "%d neodesláno"
-#: ../mail/mail-component.c:570
+#: ../mail/mail-component.c:574
#, c-format
msgid "%d unread, "
msgid_plural "%d unread, "
@@ -14046,7 +14167,7 @@ msgstr[0] "%d nepřečtena, "
msgstr[1] "%d nepřečteny, "
msgstr[2] "%d nepřečteno, "
-#: ../mail/mail-component.c:571
+#: ../mail/mail-component.c:575
#, c-format
msgid "%d total"
msgid_plural "%d total"
@@ -14054,92 +14175,36 @@ msgstr[0] "%d celkem"
msgstr[1] "%d celkem"
msgstr[2] "%d celkem"
-#: ../mail/mail-component.c:923
+#: ../mail/mail-component.c:927
msgid "New Mail Message"
msgstr "Nová zpráva"
-#: ../mail/mail-component.c:924
+#: ../mail/mail-component.c:928
msgctxt "New"
msgid "_Mail Message"
msgstr "_Zpráva"
-#: ../mail/mail-component.c:925
+#: ../mail/mail-component.c:929
msgid "Compose a new mail message"
msgstr "Napsat novou zprávu"
-#: ../mail/mail-component.c:931
+#: ../mail/mail-component.c:935
msgid "New Mail Folder"
msgstr "Nová složka pošty"
-#: ../mail/mail-component.c:932
+#: ../mail/mail-component.c:936
msgctxt "New"
msgid "Mail _Folder"
msgstr "Sl_ožka pošty"
-#: ../mail/mail-component.c:933
+#: ../mail/mail-component.c:937
msgid "Create a new mail folder"
msgstr "Vytvořit novou složku pošty"
-#: ../mail/mail-component.c:1080
+#: ../mail/mail-component.c:1084
msgid "Failed upgrading Mail settings or folders."
msgstr "Nemohu aktualizovat nastavení nebo složky pošty."
-#: ../mail/mail-component.c:1596
-msgid "Error"
-msgstr "Chyba"
-
-#: ../mail/mail-component.c:1596
-msgid "Errors"
-msgstr "Chyby"
-
-#: ../mail/mail-component.c:1597
-msgid "Warnings and Errors"
-msgstr "Varování a chyby"
-
-#: ../mail/mail-component.c:1598
-msgid "Debug"
-msgstr "Ladění"
-
-#: ../mail/mail-component.c:1598
-msgid "Error, Warnings and Debug messages"
-msgstr "Chybové, varovné a ladicí zprávy"
-
-#: ../mail/mail-component.c:1725
-msgid "Debug Logs"
-msgstr "Ladicí protokol"
-
-#: ../mail/mail-component.c:1739
-msgid "Show _errors in the status bar for"
-msgstr "_Zobrazit chyby ve stavovém řádku"
-
-#. Translators: This is the second part of the sentence
-#. * "Show _errors in the status bar for" - XXX - "second(s)."
-#: ../mail/mail-component.c:1755
-msgid "second(s)."
-msgstr "sekundách."
-
-#: ../mail/mail-component.c:1761
-msgid "Log Messages:"
-msgstr "Zprávy protokolu:"
-
-#: ../mail/mail-component.c:1802
-msgid "Log Level"
-msgstr "Úroveň protokolování"
-
-#: ../mail/mail-component.c:1811 ../widgets/misc/e-dateedit.c:395
-msgid "Time"
-msgstr "Čas"
-
-#: ../mail/mail-component.c:1821 ../mail/message-list.c:2454
-#: ../mail/message-list.etspec.h:10
-msgid "Messages"
-msgstr "Zprávy"
-
-#: ../mail/mail-component.c:1830 ../ui/evolution-mail-messagedisplay.xml.h:2
-#: ../ui/evolution.xml.h:4
-msgid "Close this window"
-msgstr "Zavřít toto okno"
-
#: ../mail/mail-config.glade.h:1
msgid " Ch_eck for Supported Types "
msgstr " Zjistit podporované _typy "
@@ -14420,7 +14485,8 @@ msgid "Empty trash folders on e_xit"
msgstr "Při ukončení vyprázdnit _koš"
#: ../mail/mail-config.glade.h:79
-msgid "Enable Magic S_pacebar "
+#, fuzzy
+msgid "Enable Magic S_pacebar"
msgstr "Zapnout _magický mezerník "
#: ../mail/mail-config.glade.h:80
@@ -14620,73 +14686,83 @@ msgid "S_tandard Font:"
msgstr "_Standardní písmo:"
#: ../mail/mail-config.glade.h:132
+#, fuzzy
+msgid "Select Drafts Folder"
+msgstr "Vybrat složku"
+
+#: ../mail/mail-config.glade.h:133
msgid "Select HTML fixed width font"
msgstr "Vyberte písmo s pevnou šířkou pro HTML"
-#: ../mail/mail-config.glade.h:133
+#: ../mail/mail-config.glade.h:134
msgid "Select HTML fixed width font for printing"
msgstr "Vyberte písmo s pevnou šířkou pro tisk HTML"
-#: ../mail/mail-config.glade.h:134
+#: ../mail/mail-config.glade.h:135
msgid "Select HTML variable width font"
msgstr "Vyberte písmo s proměnlivou šířkou pro HTML"
-#: ../mail/mail-config.glade.h:135
+#: ../mail/mail-config.glade.h:136
msgid "Select HTML variable width font for printing"
msgstr "Vyberte písmo s proměnlivou šířkou pro tisk HTML"
#: ../mail/mail-config.glade.h:137
+#, fuzzy
+msgid "Select Sent Folder"
+msgstr "Vybrat složku"
+
+#: ../mail/mail-config.glade.h:139
msgid "Sending Mail"
msgstr "Odesílání pošty"
-#: ../mail/mail-config.glade.h:138
+#: ../mail/mail-config.glade.h:140
msgid "Sent _Messages Folder:"
msgstr "Složka pro _odeslané zprávy:"
-#: ../mail/mail-config.glade.h:139
+#: ../mail/mail-config.glade.h:141
msgid "Ser_ver requires authentication"
msgstr "Server _vyžaduje autentizaci"
-#: ../mail/mail-config.glade.h:140
+#: ../mail/mail-config.glade.h:142
msgid "Server _Type: "
msgstr "_Typ serveru: "
-#: ../mail/mail-config.glade.h:141
+#: ../mail/mail-config.glade.h:143
msgid "Sig_ning certificate:"
msgstr "_Podpisový certifikát:"
-#: ../mail/mail-config.glade.h:142
+#: ../mail/mail-config.glade.h:144
msgid "Signat_ure:"
msgstr "_Podpis:"
-#: ../mail/mail-config.glade.h:143
+#: ../mail/mail-config.glade.h:145
msgid "Signatures"
msgstr "Podpisy"
-#: ../mail/mail-config.glade.h:144
+#: ../mail/mail-config.glade.h:146
msgid "Signatures Table"
msgstr "Tabulka podpisů"
-#: ../mail/mail-config.glade.h:145
+#: ../mail/mail-config.glade.h:147
msgid "Spell Checking"
msgstr "Hledání překlepů"
-#: ../mail/mail-config.glade.h:146
+#: ../mail/mail-config.glade.h:148
msgid "Start _typing at the bottom on replying"
msgstr "Z_ačít psát při odpovědi dole"
-#: ../mail/mail-config.glade.h:147
+#: ../mail/mail-config.glade.h:149
msgid "T_ype: "
msgstr "_Typ: "
-#: ../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."
msgstr ""
"Seznam jazyků zde obsahuje jen jazyky, pro které máte nainstalován slovník."
-#: ../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"
@@ -14696,7 +14772,7 @@ msgstr ""
"váš podpis. Název, který zadáte, bude použit\n"
"pouze pro zobrazení. "
-#: ../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\""
@@ -14704,26 +14780,26 @@ msgstr ""
"Napište název, který má odkazovat na tento účet.\n"
"Například \"Práce\" nebo \"Osobní\""
-#: ../mail/mail-config.glade.h:154
+#: ../mail/mail-config.glade.h:156
msgid "Us_ername:"
msgstr "_Jméno uživatele:"
-#: ../mail/mail-config.glade.h:155
+#: ../mail/mail-config.glade.h:157
msgid "Use Authe_ntication"
msgstr "Použít a_utentizaci"
-#: ../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 "_Jméno uživatele:"
-#: ../mail/mail-config.glade.h:157
+#: ../mail/mail-config.glade.h:159
msgid "V_ariable-width:"
msgstr "P_roměnlivá šířka:"
-#: ../mail/mail-config.glade.h:158
+#: ../mail/mail-config.glade.h:160
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -14733,126 +14809,126 @@ msgstr ""
"\n"
"Začněte kliknutím na \"Vpřed\". "
-#: ../mail/mail-config.glade.h:161
+#: ../mail/mail-config.glade.h:163
msgid "_Add Signature"
msgstr "Přid_at podpis"
-#: ../mail/mail-config.glade.h:162
+#: ../mail/mail-config.glade.h:164
msgid "_Always load images from the Internet"
msgstr "_Vždy načítat obrázky z Internetu"
-#: ../mail/mail-config.glade.h:163
+#: ../mail/mail-config.glade.h:165
msgid "_Automatic proxy configuration URL:"
msgstr "URL pro _automatické nastavení proxy:"
-#: ../mail/mail-config.glade.h:164
+#: ../mail/mail-config.glade.h:166
msgid "_Default junk plugin:"
msgstr "_Výchozí zásuvný modul pro nevyžádanou poštu:"
-#: ../mail/mail-config.glade.h:165
+#: ../mail/mail-config.glade.h:167
msgid "_Direct connection to the Internet"
msgstr "Přímé připojení _do internetu"
-#: ../mail/mail-config.glade.h:166
+#: ../mail/mail-config.glade.h:168
msgid "_Do not sign meeting requests (for Outlook compatibility)"
msgstr "Nepodepisovat požadavky na _schůzku (pro kompatibilitu s Outlookem)"
-#: ../mail/mail-config.glade.h:168
+#: ../mail/mail-config.glade.h:170
msgid "_Forward style:"
msgstr "_Styl přeposílání:"
-#: ../mail/mail-config.glade.h:169
+#: ../mail/mail-config.glade.h:171
msgid "_Keep Signature above the original message on replying"
msgstr "_Nechat při odpovědi podpis nad originální zprávou"
-#: ../mail/mail-config.glade.h:170
+#: ../mail/mail-config.glade.h:172
msgid "_Load images in messages from contacts"
msgstr "_Načítat obrázky ve zprávách od kontaktů"
-#: ../mail/mail-config.glade.h:171
+#: ../mail/mail-config.glade.h:173
msgid "_Lookup in local address book only"
msgstr "_Hledat pouze v místním adresáři"
-#: ../mail/mail-config.glade.h:172
+#: ../mail/mail-config.glade.h:174
msgid "_Make this my default account"
msgstr "Používat tento účet jako _výchozí"
-#: ../mail/mail-config.glade.h:173
+#: ../mail/mail-config.glade.h:175
msgid "_Manual proxy configuration:"
msgstr "_Ruční nastavení proxy:"
-#: ../mail/mail-config.glade.h:174
+#: ../mail/mail-config.glade.h:176
msgid "_Mark messages as read after"
msgstr "_Označit zprávy jako přečtené po"
-#: ../mail/mail-config.glade.h:176
+#: ../mail/mail-config.glade.h:178
msgid "_Never load images from the Internet"
msgstr "_Nikdy nenačítat obrázky z Internetu"
-#: ../mail/mail-config.glade.h:177
+#: ../mail/mail-config.glade.h:179
msgid "_Path:"
msgstr "_Cesta:"
-#: ../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 ""
"Upo_zorňovat, když posílám zprávu v HTML formátu kontaktům, které si to "
"nepřejí"
-#: ../mail/mail-config.glade.h:179
+#: ../mail/mail-config.glade.h:181
msgid "_Prompt when sending messages with an empty subject line"
msgstr "_Upozorňovat, když posílám zprávu s prázdným políčkem \"Předmět\""
-#: ../mail/mail-config.glade.h:180
+#: ../mail/mail-config.glade.h:182
msgid "_Reply style:"
msgstr "Styl _odpovědí:"
-#: ../mail/mail-config.glade.h:181
+#: ../mail/mail-config.glade.h:183
msgid "_Script:"
msgstr "_Skript:"
-#: ../mail/mail-config.glade.h:182
+#: ../mail/mail-config.glade.h:184
msgid "_Secure HTTP Proxy:"
msgstr "Proxy _zabezpečeného HTTP:"
-#: ../mail/mail-config.glade.h:183
+#: ../mail/mail-config.glade.h:185
msgid "_Select..."
msgstr "_Vybrat..."
#. 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 "_Zobrazovat animace obrázku"
-#: ../mail/mail-config.glade.h:187
+#: ../mail/mail-config.glade.h:189
msgid "_Show the photograph of sender in the message preview"
msgstr "Zob_razovat fotografii odesílatele v náhledu zprávy"
-#: ../mail/mail-config.glade.h:188
+#: ../mail/mail-config.glade.h:190
msgid "_Shrink To / Cc / Bcc headers to "
msgstr "_Zmenšit hlavičky Komu/Kopie/Skrytá kopie do "
-#: ../mail/mail-config.glade.h:189
+#: ../mail/mail-config.glade.h:191
msgid "_Use Secure Connection:"
msgstr "Používat za_bezpečené připojení:"
-#: ../mail/mail-config.glade.h:190
+#: ../mail/mail-config.glade.h:192
msgid "_Use system defaults"
msgstr "Použít _výchozí"
-#: ../mail/mail-config.glade.h:191
+#: ../mail/mail-config.glade.h:193
msgid "_Use the same fonts as other applications"
msgstr "Používat _stejná písma jako jiné aplikace"
-#: ../mail/mail-config.glade.h:192
+#: ../mail/mail-config.glade.h:194
msgid "addresses"
msgstr "adresy"
-#: ../mail/mail-config.glade.h:193
+#: ../mail/mail-config.glade.h:195
msgid "color"
msgstr "barva"
-#: ../mail/mail-config.glade.h:194
+#: ../mail/mail-config.glade.h:196
msgid "description"
msgstr "popis"
@@ -14953,26 +15029,26 @@ msgstr "_Značka:"
msgid "_Tick this to accept the license agreement"
msgstr "Zaškrtnutím _tohoto přijmete licenční smlouvu"
-#: ../mail/mail-folder-cache.c:832
+#: ../mail/mail-folder-cache.c:833
#, c-format
msgid "Pinging %s"
msgstr "Kontaktuji %s"
-#: ../mail/mail-ops.c:105
+#: ../mail/mail-ops.c:106
msgid "Filtering Selected Messages"
msgstr "Filtrování vybraných zpráv"
-#: ../mail/mail-ops.c:264
+#: ../mail/mail-ops.c:265
msgid "Fetching Mail"
msgstr "Přijímám poštu"
#. sending mail, filtering failed
-#: ../mail/mail-ops.c:560
+#: ../mail/mail-ops.c:561
#, c-format
msgid "Failed to apply outgoing filters: %s"
msgstr "Nemohu použít odchozí filtry: %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"
@@ -14981,109 +15057,109 @@ msgstr ""
"Nemohu připojit do %s: %s\n"
"Připojuji místo toho do místní složky `Odeslané'."
-#: ../mail/mail-ops.c:618
+#: ../mail/mail-ops.c:619
#, c-format
msgid "Failed to append to local `Sent' folder: %s"
msgstr "Nemohu připojit do místní složky `Odeslané': %s"
-#: ../mail/mail-ops.c:724
+#: ../mail/mail-ops.c:725
msgid "Sending message"
msgstr "Odeslat zprávu"
-#: ../mail/mail-ops.c:734
+#: ../mail/mail-ops.c:735
#, c-format
msgid "Sending message %d of %d"
msgstr "Posílám zprávu %d z %d"
-#: ../mail/mail-ops.c:761
+#: ../mail/mail-ops.c:762
#, c-format
msgid "Failed to send %d of %d messages"
msgstr "Nemohu odeslat %d z %d zpráv"
-#: ../mail/mail-ops.c:763 ../mail/mail-send-recv.c:693
+#: ../mail/mail-ops.c:764 ../mail/mail-send-recv.c:698
msgid "Canceled."
msgstr "Zrušeno."
-#: ../mail/mail-ops.c:765 ../mail/mail-send-recv.c:695
+#: ../mail/mail-ops.c:766 ../mail/mail-send-recv.c:700
msgid "Complete."
msgstr "Dokončeno."
-#: ../mail/mail-ops.c:871
+#: ../mail/mail-ops.c:872
msgid "Saving message to folder"
msgstr "Ukládám zprávu do složky"
-#: ../mail/mail-ops.c:949
+#: ../mail/mail-ops.c:950
#, c-format
msgid "Moving messages to %s"
msgstr "Přesouvám zprávy do %s"
-#: ../mail/mail-ops.c:949
+#: ../mail/mail-ops.c:950
#, c-format
msgid "Copying messages to %s"
msgstr "Kopíruji zprávy do %s"
-#: ../mail/mail-ops.c:1166
+#: ../mail/mail-ops.c:1167
msgid "Forwarded messages"
msgstr "Přeposlané zprávy"
-#: ../mail/mail-ops.c:1207
+#: ../mail/mail-ops.c:1208
#, c-format
msgid "Opening folder %s"
msgstr "Otevírám složku %s"
-#: ../mail/mail-ops.c:1272
+#: ../mail/mail-ops.c:1273
#, c-format
msgid "Retrieving quota information for folder %s"
msgstr "Získávám informaci o kvótě pro složku %s"
-#: ../mail/mail-ops.c:1341
+#: ../mail/mail-ops.c:1342
#, c-format
msgid "Opening store %s"
msgstr "Otevírám úložiště %s"
-#: ../mail/mail-ops.c:1412
+#: ../mail/mail-ops.c:1413
#, c-format
msgid "Removing folder %s"
msgstr "Odstraňuji složku %s"
-#: ../mail/mail-ops.c:1501
+#: ../mail/mail-ops.c:1531
#, c-format
msgid "Storing folder '%s'"
msgstr "Ukládám složku '%s'"
-#: ../mail/mail-ops.c:1564
+#: ../mail/mail-ops.c:1594
#, c-format
msgid "Expunging and storing account '%s'"
msgstr "Čistím a ukládám účet '%s'"
-#: ../mail/mail-ops.c:1565
+#: ../mail/mail-ops.c:1595
#, c-format
msgid "Storing account '%s'"
msgstr "Ukládám účet '%s'"
-#: ../mail/mail-ops.c:1619
+#: ../mail/mail-ops.c:1649
msgid "Refreshing folder"
msgstr "Obnovuji složku"
-#: ../mail/mail-ops.c:1659 ../mail/mail-ops.c:1709
+#: ../mail/mail-ops.c:1689 ../mail/mail-ops.c:1739
msgid "Expunging folder"
msgstr "Čistím složku"
-#: ../mail/mail-ops.c:1706
+#: ../mail/mail-ops.c:1736
#, c-format
msgid "Emptying trash in '%s'"
msgstr "Vyprazdňuji koš v '%s'"
-#: ../mail/mail-ops.c:1707
+#: ../mail/mail-ops.c:1737
msgid "Local Folders"
msgstr "Místní složky"
-#: ../mail/mail-ops.c:1788
+#: ../mail/mail-ops.c:1818
#, c-format
msgid "Retrieving message %s"
msgstr "Získávám zprávu %s"
-#: ../mail/mail-ops.c:1895
+#: ../mail/mail-ops.c:1925
#, c-format
msgid "Retrieving %d message"
msgid_plural "Retrieving %d messages"
@@ -15091,7 +15167,7 @@ msgstr[0] "Získávám %d zprávu"
msgstr[1] "Získávám %d zprávy"
msgstr[2] "Získávám %d zpráv"
-#: ../mail/mail-ops.c:1980
+#: ../mail/mail-ops.c:2010
#, c-format
msgid "Saving %d message"
msgid_plural "Saving %d messages"
@@ -15099,7 +15175,7 @@ msgstr[0] "Ukládání %d zprávy"
msgstr[1] "Ukládání %d zpráv"
msgstr[2] "Ukládání %d zpráv"
-#: ../mail/mail-ops.c:2058
+#: ../mail/mail-ops.c:2088
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -15108,11 +15184,11 @@ msgstr ""
"Chyba při ukládání zpráv do: %s:\n"
" %s"
-#: ../mail/mail-ops.c:2130
+#: ../mail/mail-ops.c:2160
msgid "Saving attachment"
msgstr "Ukládám přílohu"
-#: ../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"
@@ -15121,27 +15197,27 @@ msgstr ""
"Nemohu vytvořit soubor výstupu: %s:\n"
" %s"
-#: ../mail/mail-ops.c:2171
+#: ../mail/mail-ops.c:2201
#, c-format
msgid "Could not write data: %s"
msgstr "Nemohu zapisovat data: %s"
-#: ../mail/mail-ops.c:2317
+#: ../mail/mail-ops.c:2347
#, c-format
msgid "Disconnecting from %s"
msgstr "Odpojuji se od %s"
-#: ../mail/mail-ops.c:2317
+#: ../mail/mail-ops.c:2347
#, c-format
msgid "Reconnecting to %s"
msgstr "Znovu se připojuji na %s"
-#: ../mail/mail-ops.c:2413
+#: ../mail/mail-ops.c:2443
#, c-format
msgid "Preparing account '%s' for offline"
msgstr "Příprava účtu \"%s\" pro off-line"
-#: ../mail/mail-ops.c:2499
+#: ../mail/mail-ops.c:2529
msgid "Checking Service"
msgstr "Kontroluji službu"
@@ -15157,39 +15233,39 @@ msgstr "Odeslat a přijmout poštu"
msgid "Cancel _All"
msgstr "Zrušit _vše"
-#: ../mail/mail-send-recv.c:498
+#: ../mail/mail-send-recv.c:502
msgid "Updating..."
msgstr "Aktualizuje se..."
-#: ../mail/mail-send-recv.c:498 ../mail/mail-send-recv.c:573
+#: ../mail/mail-send-recv.c:502 ../mail/mail-send-recv.c:578
msgid "Waiting..."
msgstr "Čekám..."
-#: ../mail/mail-send-recv.c:799
+#: ../mail/mail-send-recv.c:804
#, c-format
msgid "Checking for new mail"
msgstr "Kontroluji novou poštu"
-#: ../mail/mail-session.c:207
+#: ../mail/mail-session.c:209
#, c-format
msgid "Enter Passphrase for %s"
msgstr "Zadat heslo pro %s"
-#: ../mail/mail-session.c:209
+#: ../mail/mail-session.c:211
msgid "Enter Passphrase"
msgstr "Zadejte heslo"
-#: ../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 "Zadat heslo pro %s"
-#: ../mail/mail-session.c:214
+#: ../mail/mail-session.c:216
msgid "Enter Password"
msgstr "Zadat heslo"
-#: ../mail/mail-session.c:256
+#: ../mail/mail-session.c:258
msgid "User canceled operation."
msgstr "Uživatel zrušil operaci."
@@ -15234,21 +15310,21 @@ msgstr "Neplatná složka: `%s'"
msgid "Setting up Search Folder: %s"
msgstr "Nastavuji složku hledání: %s"
-#: ../mail/mail-vfolder.c:233
+#: ../mail/mail-vfolder.c:240
#, c-format
msgid "Updating Search Folders for '%s:%s'"
msgstr "Aktualizuji složky hledání pro '%s:%s'"
-#: ../mail/mail-vfolder.c:240
+#: ../mail/mail-vfolder.c:247
#, c-format
msgid "Updating Search Folders for '%s'"
msgstr "Aktualizuji složky hledání pro '%s'"
-#: ../mail/mail-vfolder.c:1066
+#: ../mail/mail-vfolder.c:1081
msgid "Edit Search Folder"
msgstr "Upravit složku hledání"
-#: ../mail/mail-vfolder.c:1155
+#: ../mail/mail-vfolder.c:1170
msgid "New Search Folder"
msgstr "Nová složka hledání"
@@ -15859,79 +15935,83 @@ msgstr "_Vyčistit"
msgid "_Open Messages"
msgstr "_Otevřít zprávy"
-#: ../mail/message-list.c:1052
+#: ../mail/message-list.c:1053
msgid "Unseen"
msgstr "Nepřečtené"
-#: ../mail/message-list.c:1053
+#: ../mail/message-list.c:1054
msgid "Seen"
msgstr "Přečtené"
-#: ../mail/message-list.c:1054
+#: ../mail/message-list.c:1055
msgid "Answered"
msgstr "Odpovězené"
-#: ../mail/message-list.c:1055
+#: ../mail/message-list.c:1056
msgid "Forwarded"
msgstr "Přeposlaný"
-#: ../mail/message-list.c:1056
+#: ../mail/message-list.c:1057
msgid "Multiple Unseen Messages"
msgstr "Více nepřečtených zpráv"
-#: ../mail/message-list.c:1057
+#: ../mail/message-list.c:1058
msgid "Multiple Messages"
msgstr "Více zpráv"
-#: ../mail/message-list.c:1061
+#: ../mail/message-list.c:1062
msgid "Lowest"
msgstr "Nejnižší"
-#: ../mail/message-list.c:1062
+#: ../mail/message-list.c:1063
msgid "Lower"
msgstr "Nižší"
-#: ../mail/message-list.c:1066
+#: ../mail/message-list.c:1067
msgid "Higher"
msgstr "Vyšší"
-#: ../mail/message-list.c:1067
+#: ../mail/message-list.c:1068
msgid "Highest"
msgstr "Nejvyšší"
-#: ../mail/message-list.c:1596 ../widgets/table/e-cell-date.c:55
+#: ../mail/message-list.c:1657 ../widgets/table/e-cell-date.c:55
msgid "?"
msgstr "?"
#. strftime format of a time,
#. in 12-hour format, without seconds.
-#: ../mail/message-list.c:1603 ../plugins/itip-formatter/itip-view.c:203
+#: ../mail/message-list.c:1664 ../plugins/itip-formatter/itip-view.c:203
#: ../widgets/table/e-cell-date.c:70
msgid "Today %l:%M %p"
msgstr "Dnes %k:%M"
-#: ../mail/message-list.c:1612 ../widgets/table/e-cell-date.c:80
+#: ../mail/message-list.c:1673 ../widgets/table/e-cell-date.c:80
msgid "Yesterday %l:%M %p"
msgstr "Včera %k:%M"
-#: ../mail/message-list.c:1624 ../widgets/table/e-cell-date.c:92
+#: ../mail/message-list.c:1685 ../widgets/table/e-cell-date.c:92
msgid "%a %l:%M %p"
msgstr "%a %k:%M"
-#: ../mail/message-list.c:1632 ../widgets/table/e-cell-date.c:100
+#: ../mail/message-list.c:1693 ../widgets/table/e-cell-date.c:100
msgid "%b %d %l:%M %p"
msgstr "%d %b %k:%M"
-#: ../mail/message-list.c:1634 ../widgets/table/e-cell-date.c:102
+#: ../mail/message-list.c:1695 ../widgets/table/e-cell-date.c:102
msgid "%b %d %Y"
msgstr "%d %b %Y"
+#: ../mail/message-list.c:2519 ../mail/message-list.etspec.h:10
+msgid "Messages"
+msgstr "Zprávy"
+
#. 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:3981 ../mail/message-list.c:4452
msgid "Generating message list"
msgstr "Generuji seznam zpráv"
-#: ../mail/message-list.c:4224
+#: ../mail/message-list.c:4291
msgid ""
"No message satisfies your search criteria. Either clear search with Search-"
">Clear menu item or change it."
@@ -15939,7 +16019,7 @@ msgstr ""
"Žádná zpráva nevyhovuje kritériu hledání. Buďto zrušte hledání pomocí "
"položky v nabídce Hledat->Vymazat, nebo jej změňte."
-#: ../mail/message-list.c:4226
+#: ../mail/message-list.c:4293
msgid "There are no messages in this folder."
msgstr "V této složce nejsou žádné zprávy."
@@ -15972,6 +16052,11 @@ msgstr "Odeslané zprávy"
msgid "Size"
msgstr "Velikost"
+#: ../mail/message-list.etspec.h:19
+#, fuzzy
+msgid "Subject - Trimmed"
+msgstr "_Pole předmětu"
+
#: ../mail/message-tag-followup.c:56
msgid "Call"
msgstr "Zavolat"
@@ -16060,8 +16145,8 @@ msgstr ""
"Seznam vodítek pro zásuvný modul připomínající přílohu, které má hledat v "
"těle zprávy."
-#: ../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 "Klíčová slova"
@@ -16093,9 +16178,10 @@ msgid "_Edit Message"
msgstr "_Upravit zprávu"
#: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:1
+#, fuzzy
msgid ""
"A formatter plugin which displays audio attachments inline and allows you to "
-"play them directly from evolution."
+"play them directly from Evolution."
msgstr ""
"Formátovací zásuvný modul, který zobrazuje zvukové přílohy v textu a "
"umožňuje vám přehrávat je přímo z evolution."
@@ -16321,37 +16407,37 @@ msgstr "O_bnovit nastavení..."
msgid "_Backup Settings..."
msgstr "Zálo_hovat nastavení..."
-#: ../plugins/bbdb/bbdb.c:543 ../plugins/bbdb/bbdb.c:552
+#: ../plugins/bbdb/bbdb.c:615 ../plugins/bbdb/bbdb.c:624
#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:1
msgid "Automatic Contacts"
msgstr "Automatické kontakty"
#. Enable BBDB checkbox
-#: ../plugins/bbdb/bbdb.c:567
+#: ../plugins/bbdb/bbdb.c:639
msgid "_Auto-create address book entries when replying to messages"
msgstr "_Automaticky vytvářet položky v adresáři při odpovídání na poštu"
-#: ../plugins/bbdb/bbdb.c:573
+#: ../plugins/bbdb/bbdb.c:645
msgid "Select Address book for Automatic Contacts"
msgstr "Vybrat adresář pro automatické kontakty"
-#: ../plugins/bbdb/bbdb.c:588
+#: ../plugins/bbdb/bbdb.c:660
msgid "Instant Messaging Contacts"
msgstr "Kontakty instant messaging"
#. Enable Gaim Checkbox
-#: ../plugins/bbdb/bbdb.c:603
+#: ../plugins/bbdb/bbdb.c:675
msgid "Synchronize contact info and images from Pidgin buddy list"
msgstr ""
"Synchronizovat informace o kontaktech a obrázky ze seznamu kamarádů aplikace "
"Pidgin"
-#: ../plugins/bbdb/bbdb.c:609
+#: ../plugins/bbdb/bbdb.c:681
msgid "Select Address book for Pidgin buddy list"
msgstr "Vybrat adresář pro kontakty ze seznamu kamarádů aplikace Pidgin"
#. Synchronize now button.
-#: ../plugins/bbdb/bbdb.c:620
+#: ../plugins/bbdb/bbdb.c:692
msgid "Synchronize with _buddy list now"
msgstr "Synchronizovat se _seznamem kamarádů teď"
@@ -16369,28 +16455,28 @@ msgid "BBDB"
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 "Během spouštění %s se vyskytla chyba: %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 "Proces potomka Bogofilteru neodpovídá, zabíjím..."
-#: ../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 ""
"Počkejte, dokud nebude proces potomka Bogofilteru přerušen, ukončuji..."
-#: ../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 "Roura do Bogofilteru selhala, chybový kód: %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 "Převést text zprávy do _Unicode"
@@ -16428,8 +16514,8 @@ msgid "_URL:"
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 "Použít _SSL"
@@ -16451,8 +16537,8 @@ msgstr "Poskytuje základní funkce místních kalendářů."
#: ../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 "_Obnovit:"
@@ -16561,7 +16647,7 @@ msgid "Do you want to make Evolution your default e-mail client?"
msgstr "Chcete, aby Evolution byl váš výchozí klient pošty?"
#: ../plugins/default-mailer/org-gnome-default-mailer.error.xml.h:2
-#: ../shell/main.c:585
+#: ../shell/main.c:590
msgid "Evolution"
msgstr "Evolution"
@@ -16600,7 +16686,7 @@ msgid "Key"
msgstr "Klíč"
#: ../plugins/email-custom-header/email-custom-header.c:892
-#: ../plugins/templates/templates.c:398
+#: ../plugins/templates/templates.c:396
msgid "Values"
msgstr "Hodnoty"
@@ -16657,12 +16743,12 @@ msgid "_User:"
msgstr "_Uživatel:"
#. 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 "Zabezpečené heslo"
#. 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."
@@ -16670,11 +16756,11 @@ msgstr ""
"Tato volba vás připojí k serveru Exchange pomocí zabezpečené autentizace "
"heslem (NTLM)."
-#: ../plugins/exchange-operations/exchange-account-setup.c:72
+#: ../plugins/exchange-operations/exchange-account-setup.c:74
msgid "Plaintext Password"
msgstr "Heslo jako čistý text"
-#: ../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."
@@ -16682,11 +16768,11 @@ msgstr ""
"Tato volba vás připojí k serveru Exchange pomocí standardní autentizace "
"heslem přenášeným jako čistý text."
-#: ../plugins/exchange-operations/exchange-account-setup.c:255
+#: ../plugins/exchange-operations/exchange-account-setup.c:263
msgid "Out Of Office"
msgstr "Mimo kancelář"
-#: ../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."
@@ -16694,88 +16780,88 @@ msgstr ""
"Zpráva zadaná níže bude automaticky poslána každé osobě, která vám pošle\n"
"poštu, když jste mimo kancelář."
-#: ../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 "Jsem mimo kancelář"
-#: ../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 "Jsem v kanceláři"
#. 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 "Změnit heslo účtu 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 "Změnit heslo"
#. 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 "Spravovat nastavení delegátů pro účet Exchange"
-#: ../plugins/exchange-operations/exchange-account-setup.c:335
+#: ../plugins/exchange-operations/exchange-account-setup.c:343
msgid "Delegation Assistant"
msgstr "Asistent pro delegování"
#. Miscelleneous settings
-#: ../plugins/exchange-operations/exchange-account-setup.c:347
+#: ../plugins/exchange-operations/exchange-account-setup.c:355
msgid "Miscelleneous"
msgstr "Různé"
#. 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 "Zobrazit velikost všech složek Exchange"
-#: ../plugins/exchange-operations/exchange-account-setup.c:359
+#: ../plugins/exchange-operations/exchange-account-setup.c:367
msgid "Folders Size"
msgstr "Velikost složek"
-#: ../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 "Nastavení Exchange"
-#: ../plugins/exchange-operations/exchange-account-setup.c:688
+#: ../plugins/exchange-operations/exchange-account-setup.c:696
msgid "_OWA URL:"
msgstr "URL _OWA:"
-#: ../plugins/exchange-operations/exchange-account-setup.c:714
+#: ../plugins/exchange-operations/exchange-account-setup.c:722
msgid "A_uthenticate"
msgstr "_Autentizovat"
-#: ../plugins/exchange-operations/exchange-account-setup.c:735
+#: ../plugins/exchange-operations/exchange-account-setup.c:743
msgid "_Mailbox:"
msgstr "_Poštovní schránka:"
-#: ../plugins/exchange-operations/exchange-account-setup.c:936
+#: ../plugins/exchange-operations/exchange-account-setup.c:944
msgid "_Authentication Type"
msgstr "Typ _autentizace"
-#: ../plugins/exchange-operations/exchange-account-setup.c:950
+#: ../plugins/exchange-operations/exchange-account-setup.c:958
msgid "Ch_eck for Supported Types"
msgstr "Zjistit podporované _typy"
-#: ../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 KB"
-#: ../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 KB"
-#: ../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."
@@ -16821,32 +16907,32 @@ msgstr ""
msgid "Your password will expire in the next %d days"
msgstr "Platnost vašeho hesla vyprší za %d dní"
-#: ../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 "Vlastní"
-#: ../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 "Editor (čte, vytváří, upravuje)"
-#: ../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 "Autor (čte, vytváří)"
-#: ../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 "Recenzent (pouze čte)"
-#: ../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 "Oprávnění delegátů"
-#: ../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"
@@ -16855,7 +16941,7 @@ msgstr "Oprávnění pro %s"
#. 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."
@@ -16866,25 +16952,25 @@ msgstr ""
#. 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 "Byla vám udělena následující práva v mých složkách:"
#. 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 "Můžete taktéž vidět mé soukromé položky."
#. 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 "Nicméně vám není dovoleno vidět mé soukromé položky."
-#: ../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 "Byli jste jmenováni delegáty %s"
@@ -17088,8 +17174,8 @@ msgstr "Přidat uživatele:"
#: ../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/share-folder.c:715
+#: ../plugins/groupwise-features/proxy.c:937
+#: ../plugins/groupwise-features/share-folder.c:716
msgid "Add User"
msgstr "Přidat uživatele"
@@ -17370,7 +17456,7 @@ msgid "Folder offline"
msgstr "Složka je off-line"
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:39
-#: ../shell/e-shell.c:1306
+#: ../shell/e-shell.c:1270
msgid "Generic error"
msgstr "Obecná chyba"
@@ -17490,7 +17576,7 @@ msgid "Unknown error looking up {0}"
msgstr "Neznámá chyba při vyhledávání {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 "Neznámá chyba."
@@ -17678,24 +17764,20 @@ msgstr "_Odhlásit se"
#: ../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 "Nejdříve prosím vložte jméno uživatele."
-
-#: ../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 ""
"Vložte heslo pro uživatele %s, abyste získali přístup k seznamu přihlášených "
"kalendářů."
-#: ../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"
@@ -17704,21 +17786,22 @@ msgstr ""
"Nelze číst data ze serveru Googlu.\n"
"%s"
-#: ../plugins/google-account-setup/google-source.c:693
+#: ../plugins/google-account-setup/google-source.c:702
msgid "Cal_endar:"
msgstr "Kal_endář:"
-#: ../plugins/google-account-setup/google-source.c:728
+#: ../plugins/google-account-setup/google-source.c:737
msgid "Retrieve _list"
msgstr "Získávání se_znamu"
-#: ../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 "<b>Server</b>"
msgstr "<b>Server</b>"
#: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:1
-msgid "A plugin to setup google calendar and contacts."
+#, fuzzy
+msgid "A plugin to setup Google Calendar and Contacts."
msgstr "Zásuvný modul pro nastavení Google kalendáře a kontaktů."
#: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:2
@@ -17730,14 +17813,16 @@ msgid "Checklist"
msgstr "Seznam"
#: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:1
-msgid "A plugin to setup groupwise calendar and contacts sources."
+#, fuzzy
+msgid "A plugin to setup GroupWise calendar and contacts sources."
msgstr "Zásuvný modul pro nastavení zdrojů groupwise kalendáře a kontaktů."
#: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:2
-msgid "Groupwise Account Setup"
+#, fuzzy
+msgid "GroupWise Account Setup"
msgstr "Nastavení účtu Groupwise"
-#: ../plugins/groupwise-features/install-shared.c:219
+#: ../plugins/groupwise-features/install-shared.c:220
#, c-format
msgid ""
"The user '%s' has shared a folder with you\n"
@@ -17762,11 +17847,11 @@ msgstr ""
"Klikněte na \"Vpřed\", pokud chcete nainstalovat sdílený adresář\n"
"\n"
-#: ../plugins/groupwise-features/install-shared.c:224
+#: ../plugins/groupwise-features/install-shared.c:225
msgid "Install the shared folder"
msgstr "Nainstalovat sdílenou složku"
-#: ../plugins/groupwise-features/install-shared.c:226
+#: ../plugins/groupwise-features/install-shared.c:227
msgid "Shared Folder Installation"
msgstr "Instalace sdílené složky"
@@ -17792,7 +17877,7 @@ msgid "Email:"
msgstr "E-mail:"
#: ../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 "_Zakázat"
@@ -17825,15 +17910,18 @@ msgid "Retract Mail"
msgstr "Stáhnout poštu zpět"
#: ../plugins/groupwise-features/org-gnome-compose-send-options.xml.h:1
-msgid "Add Send Options to groupwise messages"
+#, fuzzy
+msgid "Add Send Options to GroupWise messages"
msgstr "Přidat možnosti odesílání ke zprávám groupwise"
#: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:1
-msgid "A plugin for the features in Groupwise accounts."
+#, fuzzy
+msgid "A plugin for the features in GroupWise accounts."
msgstr "Zásuvný modul pro funkce účtů GroupWise."
#: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:2
-msgid "Groupwise Features"
+#, fuzzy
+msgid "GroupWise Features"
msgstr "Funkce Groupwise"
#: ../plugins/groupwise-features/org-gnome-mail-retract-errors.xml.h:1
@@ -17850,20 +17938,23 @@ msgstr "Server nepovolil, aby byly vybrané zprávy staženy zpět."
msgid "Invalid user"
msgstr "Neplatný uživatel"
-#: ../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 &quot;{0}&quot;"
msgstr "Přístup k proxy nemůže být udělen uživateli &quot;{0}&quot;."
-#: ../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 "Zadejte uživatele"
-#: ../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 "Tomuto uživateli jste již práva k proxy udělili."
-#: ../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 "Musíte zadat platné jméno uživatele, abyste udělili práva k proxy."
@@ -17889,20 +17980,24 @@ msgstr ""
msgid "This is a recurring meeting"
msgstr "Toto je opakovaná schůzka"
-#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:4
+#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting")
+#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:5
msgid "Would you like to accept it?"
msgstr "Chcete to přijmout?"
-#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:5
+#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting")
+#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:7
msgid "Would you like to decline it?"
msgstr "Chcete to odmítnout?"
-#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:6
-msgid "You cannot share folder with specified user &quot;{0}&quot;"
+#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:8
+#, fuzzy
+msgid "You cannot share this folder with the specified user &quot;{0}&quot;"
msgstr "Nemůžete sdílet složku se zadaným uživatelem &quot;{0}&quot;."
-#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:7
-msgid "You have to specify a user name whom you want to add to the list"
+#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:9
+#, fuzzy
+msgid "You have to specify a user name which you want to add to the list"
msgstr "Musíte zadat jméno uživatele, kterého chcete přidat na seznam."
#: ../plugins/groupwise-features/process-meeting.c:52
@@ -18003,8 +18098,8 @@ msgstr "<b>Název účtu</b>"
msgid "Proxy Login"
msgstr "Přihlášení k proxy"
-#: ../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
@@ -18014,20 +18109,27 @@ msgstr "%sZadejte heslo pro %s (uživatel %s)"
#. 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 "_Přihlásit se k proxy..."
-#: ../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 "Záložka Proxy bude dostupná, jen když je účet online."
-#: ../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 "Záložka Proxy bude dostupná, jen když je účet povolen."
+#: ../plugins/groupwise-features/send-options.c:214
+#, fuzzy
+msgid "Advanced send options"
+msgstr "Vložit pokročilé možnosti odesílání"
+
#: ../plugins/groupwise-features/share-folder-common.c:321
-#: ../plugins/groupwise-features/share-folder.c:750
+#: ../plugins/groupwise-features/share-folder.c:751
msgid "Users"
msgstr "Uživatelé"
@@ -18043,68 +18145,68 @@ msgstr "Nová _sdílená složka..."
msgid "Sharing"
msgstr "Sdílení"
-#: ../plugins/groupwise-features/share-folder.c:533
+#: ../plugins/groupwise-features/share-folder.c:534
msgid "Custom Notification"
msgstr "Vlastní upozornění"
-#: ../plugins/groupwise-features/share-folder.c:755
+#: ../plugins/groupwise-features/share-folder.c:756
msgid "Add "
msgstr "Přidat "
-#: ../plugins/groupwise-features/share-folder.c:761
+#: ../plugins/groupwise-features/share-folder.c:762
msgid "Modify"
msgstr "Změnit"
-#: ../plugins/groupwise-features/status-track.c:105
+#: ../plugins/groupwise-features/status-track.c:107
msgid "Message Status"
msgstr "Stav zprávy"
#. Subject
-#: ../plugins/groupwise-features/status-track.c:119
+#: ../plugins/groupwise-features/status-track.c:121
msgid "Subject:"
msgstr "Předmět:"
-#: ../plugins/groupwise-features/status-track.c:133
+#: ../plugins/groupwise-features/status-track.c:135
msgid "From:"
msgstr "Od:"
-#: ../plugins/groupwise-features/status-track.c:148
+#: ../plugins/groupwise-features/status-track.c:150
msgid "Creation date:"
msgstr "Datum vytvoření:"
-#: ../plugins/groupwise-features/status-track.c:187
+#: ../plugins/groupwise-features/status-track.c:189
msgid "Recipient: "
msgstr "Příjemce: "
-#: ../plugins/groupwise-features/status-track.c:194
+#: ../plugins/groupwise-features/status-track.c:196
msgid "Delivered: "
msgstr "Doručeno: "
-#: ../plugins/groupwise-features/status-track.c:200
+#: ../plugins/groupwise-features/status-track.c:202
msgid "Opened: "
msgstr "Otevřeno: "
-#: ../plugins/groupwise-features/status-track.c:205
+#: ../plugins/groupwise-features/status-track.c:207
msgid "Accepted: "
msgstr "Akceptováno: "
-#: ../plugins/groupwise-features/status-track.c:210
+#: ../plugins/groupwise-features/status-track.c:212
msgid "Deleted: "
msgstr "Odstraněno: "
-#: ../plugins/groupwise-features/status-track.c:215
+#: ../plugins/groupwise-features/status-track.c:217
msgid "Declined: "
msgstr "Zamítnuto: "
-#: ../plugins/groupwise-features/status-track.c:220
+#: ../plugins/groupwise-features/status-track.c:222
msgid "Completed: "
msgstr "Dokončeno: "
-#: ../plugins/groupwise-features/status-track.c:225
+#: ../plugins/groupwise-features/status-track.c:227
msgid "Undelivered: "
msgstr "Nedoručeno: "
-#: ../plugins/groupwise-features/status-track.c:249
+#: ../plugins/groupwise-features/status-track.c:251
msgid "Track Message Status..."
msgstr "Sledovat stav zprávy..."
@@ -18208,11 +18310,11 @@ msgstr "Import do kalendáře"
msgid "Imports ICS attachments to calendar."
msgstr "Vkládá přílohy ICS do kalendáře."
-#: ../plugins/ipod-sync/evolution-ipod-sync.c:34
+#: ../plugins/ipod-sync/evolution-ipod-sync.c:49
msgid "Hardware Abstraction Layer not loaded"
msgstr "Vrstva pro abstrakci hardwaru není načtena"
-#: ../plugins/ipod-sync/evolution-ipod-sync.c:35
+#: ../plugins/ipod-sync/evolution-ipod-sync.c:50
msgid ""
"The \"hald\" service is required but not currently running. Please enable "
"the service and rerun this program, or contact your system administrator."
@@ -18221,11 +18323,11 @@ msgstr ""
"a restartujte tento program, nebo kontaktujte svého systémového "
"administrátora."
-#: ../plugins/ipod-sync/evolution-ipod-sync.c:68
+#: ../plugins/ipod-sync/evolution-ipod-sync.c:83
msgid "Search for an iPod failed"
msgstr "Hledáni iPodu selhalo"
-#: ../plugins/ipod-sync/evolution-ipod-sync.c:69
+#: ../plugins/ipod-sync/evolution-ipod-sync.c:84
msgid ""
"Evolution could not find an iPod to synchronize with. Either the iPod is not "
"connected to the system or it is not powered on."
@@ -18251,143 +18353,143 @@ msgstr "Synchronizovat s iPod"
msgid "iPod Synchronization"
msgstr "iPod synchronizace"
-#: ../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 "Nemohu otevřít kalendář '%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 "Událost v kalendáři '%s' koliduje se schůzkou"
-#: ../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 "Nenalezena událost '%s' v kalendáři"
-#: ../plugins/itip-formatter/itip-formatter.c:690
+#: ../plugins/itip-formatter/itip-formatter.c:741
msgid "Unable to find any calendars"
msgstr "Nemohu najít žádné kalendáře"
-#: ../plugins/itip-formatter/itip-formatter.c:697
+#: ../plugins/itip-formatter/itip-formatter.c:748
msgid "Unable to find this meeting in any calendar"
msgstr "Nemohu najít schůzku v kalendáři"
-#: ../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 "Nemohu najít žádný úkol v seznamu úkolů"
-#: ../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 "Nemohu najít tuto poznámku v seznamu poznámek"
-#: ../plugins/itip-formatter/itip-formatter.c:776
+#: ../plugins/itip-formatter/itip-formatter.c:827
msgid "Searching for an existing version of this appointment"
msgstr "Vyhledávám událost pro existující verzi"
-#: ../plugins/itip-formatter/itip-formatter.c:945
+#: ../plugins/itip-formatter/itip-formatter.c:996
msgid "Unable to parse item"
msgstr "Nemohu zpracovat položku"
-#: ../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 "Nemohu odeslat položku kalendáři '%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 "Odesláno kalendáři '%s' jako přijato"
-#: ../plugins/itip-formatter/itip-formatter.c:1019
+#: ../plugins/itip-formatter/itip-formatter.c:1070
#, c-format
msgid "Sent to calendar '%s' as tentative"
msgstr "Odesláno kalendáři '%s' jako předběžné"
-#: ../plugins/itip-formatter/itip-formatter.c:1024
+#: ../plugins/itip-formatter/itip-formatter.c:1075
#, c-format
msgid "Sent to calendar '%s' as declined"
msgstr "Odesláno kalendáři '%s' jako odmítnuto"
-#: ../plugins/itip-formatter/itip-formatter.c:1029
+#: ../plugins/itip-formatter/itip-formatter.c:1080
#, c-format
msgid "Sent to calendar '%s' as canceled"
msgstr "Odesláno kalendáři '%s' jako zrušeno"
-#: ../plugins/itip-formatter/itip-formatter.c:1123
+#: ../plugins/itip-formatter/itip-formatter.c:1174
#, c-format
msgid "Organizer has removed the delegate %s "
msgstr "Organizátor odstranil delegáta %s "
-#: ../plugins/itip-formatter/itip-formatter.c:1130
+#: ../plugins/itip-formatter/itip-formatter.c:1181
msgid "Sent a cancelation notice to the delegate"
msgstr "Odesláno oznámení o zrušení delegátovi"
-#: ../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 "Nemohu poslat oznámení o zrušení delegátovi"
-#: ../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 "Stav účastníka nelze aktualizovat, protože stav není platný"
-#: ../plugins/itip-formatter/itip-formatter.c:1245
+#: ../plugins/itip-formatter/itip-formatter.c:1296
#, c-format
msgid "Unable to update attendee. %s"
msgstr "Nemohu aktualizovat účastníka. %s"
-#: ../plugins/itip-formatter/itip-formatter.c:1249
+#: ../plugins/itip-formatter/itip-formatter.c:1300
msgid "Attendee status updated"
msgstr "Stav účastníka byl aktualizován"
-#: ../plugins/itip-formatter/itip-formatter.c:1275
+#: ../plugins/itip-formatter/itip-formatter.c:1326
msgid "Meeting information sent"
msgstr "Informace o schůzce odeslány"
-#: ../plugins/itip-formatter/itip-formatter.c:1278
+#: ../plugins/itip-formatter/itip-formatter.c:1329
msgid "Task information sent"
msgstr "Informace o úkolu odeslány"
-#: ../plugins/itip-formatter/itip-formatter.c:1281
+#: ../plugins/itip-formatter/itip-formatter.c:1332
msgid "Memo information sent"
msgstr "Informace o poznámce odeslány"
-#: ../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 "Nelze poslat informaci o schůzce, schůzka neexistuje"
-#: ../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 "Nemohu odeslat informace o úkolu, úkol neexistuje"
-#: ../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 "Nelze odeslat informace o poznámce, poznámka neexistuje"
-#: ../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 "Připojený kalendář není platný"
-#: ../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."
msgstr ""
"Tato zpráva tvrdí, že obsahuje kalendář, ale kalendář není platný 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 "Položka v kalendáři není platná"
-#: ../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"
@@ -18395,11 +18497,11 @@ msgstr ""
"Zpráva obsahuje kalendář, ale kalendář neobsahuje události, úkoly ani "
"informace volno/obsazeno"
-#: ../plugins/itip-formatter/itip-formatter.c:1447
+#: ../plugins/itip-formatter/itip-formatter.c:1508
msgid "The calendar attached contains multiple items"
msgstr "Připojený kalendář obsahuje několik položek"
-#: ../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"
@@ -18407,31 +18509,31 @@ msgstr ""
"Pro zpracování všech těchto položek by měl být soubor uložen a kalendář "
"importován"
-#: ../plugins/itip-formatter/itip-formatter.c:2148
+#: ../plugins/itip-formatter/itip-formatter.c:2218
msgid "This meeting recurs"
msgstr "Tato schůzka se opakuje"
-#: ../plugins/itip-formatter/itip-formatter.c:2151
+#: ../plugins/itip-formatter/itip-formatter.c:2221
msgid "This task recurs"
msgstr "Tento úkol se opakuje"
-#: ../plugins/itip-formatter/itip-formatter.c:2154
+#: ../plugins/itip-formatter/itip-formatter.c:2224
msgid "This memo recurs"
msgstr "Tato poznámka se opakuje"
#. Delete message after acting
#. FIXME Need a schema for this
-#: ../plugins/itip-formatter/itip-formatter.c:2383
+#: ../plugins/itip-formatter/itip-formatter.c:2460
msgid "_Delete message after acting"
msgstr "_Odstranit zprávu po zpracování"
-#: ../plugins/itip-formatter/itip-formatter.c:2393
-#: ../plugins/itip-formatter/itip-formatter.c:2425
+#: ../plugins/itip-formatter/itip-formatter.c:2470
+#: ../plugins/itip-formatter/itip-formatter.c:2502
msgid "Conflict Search"
msgstr "Hledání konfliktů"
#. Source selector
-#: ../plugins/itip-formatter/itip-formatter.c:2408
+#: ../plugins/itip-formatter/itip-formatter.c:2485
msgid "Select the calendars to search for meeting conflicts"
msgstr "Zvolte kalendáře, ve kterých hledat konflikty se schůzkou"
@@ -18894,11 +18996,11 @@ msgstr "_Použít na všechny instance"
msgid "Show time as _free"
msgstr "Zobrazovat čas jako _volný"
-#: ../plugins/itip-formatter/itip-view.c:1852
+#: ../plugins/itip-formatter/itip-view.c:1870
msgid "_Tasks :"
msgstr "Úkol_y :"
-#: ../plugins/itip-formatter/itip-view.c:1854
+#: ../plugins/itip-formatter/itip-view.c:1872
msgid "Memos :"
msgstr "Poznámky :"
@@ -18928,7 +19030,7 @@ msgstr ""
"Tato odpověď není od stávajícího účastníka. Přidat odesílatele jako "
"účastníka?"
-#: ../plugins/mail-account-disable/mail-account-disable.c:47
+#: ../plugins/mail-account-disable/mail-account-disable.c:46
msgid "Proxy _Logout"
msgstr "_Odhlášení od proxy"
@@ -19350,22 +19452,6 @@ msgstr "Označit zprávy _jako přečtené"
msgid "Used for marking all the messages under a folder as read"
msgstr "Použito pro označení všech zpráv v složce jako přečtené"
-#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:1
-msgid "Mark calendar offline"
-msgstr "Označit kalendář jako off-line"
-
-#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:2
-msgid "Marks the selected calendar for offline viewing."
-msgstr "Označí vybraný kalendář pro zobrazování off-line."
-
-#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:3
-msgid "_Do not make available for offline use"
-msgstr "_Nezpřístupňovat pro off-line použití"
-
-#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:4
-msgid "_Make available for offline use"
-msgstr "_Zpřístupnit pro použití off-line"
-
#: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:1
msgid "A plugin which implements mono plugins."
msgstr "Zásuvný modul, který implementuje zásuvné moduly mono."
@@ -19476,8 +19562,9 @@ msgstr "Místa"
msgid "_Publish Calendar Information"
msgstr "_Zveřejnit kalendář"
-#: ../plugins/publish-calendar/publish-calendar.c:595
-msgid "Are you sure you want to remove this URL?"
+#: ../plugins/publish-calendar/publish-calendar.c:596
+#, fuzzy
+msgid "Are you sure you want to remove this location?"
msgstr "Opravdu chcete odstranit toto URL?"
#: ../plugins/publish-calendar/publish-calendar.glade.h:2
@@ -19515,8 +19602,9 @@ msgid "Publishing _Frequency:"
msgstr "_Frekvence zveřejňování:"
#: ../plugins/publish-calendar/publish-calendar.glade.h:13
+#, fuzzy
msgid ""
-"SSH\n"
+"Secure FTP (SSH)\n"
"Public FTP\n"
"FTP (with login)\n"
"Windows share\n"
@@ -19581,59 +19669,60 @@ msgid "Test Plugin for Python EPlugin loader."
msgstr "Zkušební zásuvný modul pro Python EPlugin."
#: ../plugins/python/org-gnome-evolution-python.eplug.xml.h:1
-msgid "A plugin which loads other plugins written using python."
+#, fuzzy
+msgid "A plugin which loads other plugins written using Python."
msgstr "Zásuvný modul, který zavádí ostatní zásuvné moduly napsané v pythonu."
#: ../plugins/python/org-gnome-evolution-python.eplug.xml.h:2
msgid "Python Loader"
msgstr "Načítač Pythonu"
-#: ../plugins/sa-junk-plugin/em-junk-filter.c:108
+#: ../plugins/sa-junk-plugin/em-junk-filter.c:107
msgid "SpamAssassin (built-in)"
msgstr "SpamAssassin (vestavěn)"
-#: ../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 nebyl nalezen, kód: %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 "Nelze vytvořit rouru: %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 "Chyba po větvení: %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 "Proces potomka SpamAssassinu neodpovídá, zabíjím..."
-#: ../plugins/sa-junk-plugin/em-junk-filter.c:246
-#, c-format
-msgid "Wait for Spamassassin child process interrupted, terminating..."
+#: ../plugins/sa-junk-plugin/em-junk-filter.c:245
+#, fuzzy, c-format
+msgid "Wait for SpamAssassin child process interrupted, terminating..."
msgstr ""
"Počkejte, dokud nebude proces potomka Spamassassinu přerušen, ukončuji..."
-#: ../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 "Roura do SpamAssassinu selhala, chybový kód: %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 není dostupný."
-#: ../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 "Díky tomuto bude SpamAssassin spolehlivější, ale pomalejší"
-#: ../plugins/sa-junk-plugin/em-junk-filter.c:871
+#: ../plugins/sa-junk-plugin/em-junk-filter.c:870
msgid "I_nclude remote tests"
msgstr "_Včetně vzdálených testů"
@@ -19646,12 +19735,13 @@ msgstr ""
"vyžaduje, aby byl SpamAssassin nainstalován."
#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:2
-msgid "SpamAssassin junk plugin"
-msgstr "Zásuvný modul pro nevyžádanou poštu SpamAssassin"
+#, fuzzy
+msgid "SpamAssassin Options"
+msgstr "Možnosti SpamAssassin"
#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:3
-msgid "Spamassassin Options"
-msgstr "Možnosti SpamAssassin"
+msgid "SpamAssassin junk plugin"
+msgstr "Zásuvný modul pro nevyžádanou poštu SpamAssassin"
#: ../plugins/save-attachments/org-gnome-save-attachments.eplug.xml.h:1
msgid "A plugin for saving all attachments or parts of a message at once."
@@ -19659,7 +19749,7 @@ msgstr "Zásuvný modul pro ukládání všech příloh nebo částí zprávy na
#. the path to the shared library
#: ../plugins/save-attachments/org-gnome-save-attachments.eplug.xml.h:3
-#: ../plugins/save-attachments/save-attachments.c:314
+#: ../plugins/save-attachments/save-attachments.c:315
msgid "Save attachments"
msgstr "Uložit přílohy"
@@ -19671,15 +19761,15 @@ msgstr "Uložit přílohy..."
msgid "Save all attachments"
msgstr "Uložit všechny přílohy"
-#: ../plugins/save-attachments/save-attachments.c:320
+#: ../plugins/save-attachments/save-attachments.c:321
msgid "Select save base name"
msgstr "Zvolte základ jména ukládání"
-#: ../plugins/save-attachments/save-attachments.c:339
+#: ../plugins/save-attachments/save-attachments.c:340
msgid "MIME Type"
msgstr "Typ MIME"
-#: ../plugins/save-attachments/save-attachments.c:347
+#: ../plugins/save-attachments/save-attachments.c:348
msgid "Save"
msgstr "Uložit"
@@ -19820,15 +19910,15 @@ msgstr "Provádí vás prvotním nastavením účtu."
msgid "Setup Assistant"
msgstr "Asistent pro nastavení"
-#: ../plugins/startup-wizard/startup-wizard.c:83
+#: ../plugins/startup-wizard/startup-wizard.c:85
msgid "Evolution Setup Assistant"
msgstr "Asistent Evolution pro nastavení"
-#: ../plugins/startup-wizard/startup-wizard.c:86
+#: ../plugins/startup-wizard/startup-wizard.c:88
msgid "Welcome"
msgstr "Vítejte"
-#: ../plugins/startup-wizard/startup-wizard.c:87
+#: ../plugins/startup-wizard/startup-wizard.c:89
msgid ""
"Welcome to Evolution. The next few screens will allow Evolution to connect "
"to your email accounts, and to import files from other applications. \n"
@@ -19841,28 +19931,28 @@ msgstr ""
"\n"
"Pokračujte prosím kliknutím na tlačítko Vpřed. "
-#: ../plugins/startup-wizard/startup-wizard.c:133
+#: ../plugins/startup-wizard/startup-wizard.c:135
msgid "Importing files"
msgstr "Importují se soubory"
-#: ../plugins/startup-wizard/startup-wizard.c:135
+#: ../plugins/startup-wizard/startup-wizard.c:137
#: ../shell/e-shell-importer.c:141
msgid "Please select the information that you would like to import:"
msgstr "Vyberte prosím informace, které chcete importovat:"
-#: ../plugins/startup-wizard/startup-wizard.c:150
+#: ../plugins/startup-wizard/startup-wizard.c:152
#: ../shell/e-shell-importer.c:394
#, c-format
msgid "From %s:"
msgstr "Z %s:"
-#: ../plugins/startup-wizard/startup-wizard.c:230
+#: ../plugins/startup-wizard/startup-wizard.c:232
#: ../shell/e-shell-importer.c:505
#, c-format
msgid "Importing data."
msgstr "Importuji data."
-#: ../plugins/startup-wizard/startup-wizard.c:232
+#: ../plugins/startup-wizard/startup-wizard.c:234
#: ../shell/e-shell-importer.c:519
msgid "Please wait"
msgstr "Čekejte, prosím"
@@ -19892,15 +19982,15 @@ msgstr ""
"Seznam dvojic klíčových slov/hodnot pro zásuvný modul Šablony k nahrazování "
"v těle zprávy."
-#: ../plugins/templates/templates.c:613
+#: ../plugins/templates/templates.c:603
msgid "No title"
msgstr "Bez titulku"
-#: ../plugins/templates/templates.c:741
+#: ../plugins/templates/templates.c:711
msgid "Save as _Template"
msgstr "Uložit jako ša_blonu"
-#: ../plugins/templates/templates.c:743
+#: ../plugins/templates/templates.c:713
msgid "Save as Template"
msgstr "Uložit jako šablonu"
@@ -19909,7 +19999,8 @@ msgid "Drafts based template plugin"
msgstr "Koncepty založené na zásuvném modulu šablon"
#: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:1
-msgid "A simple plugin which uses ytnef to decode tnef attachments."
+#, fuzzy
+msgid "A simple plugin which uses yTNEF to decode TNEF attachments."
msgstr ""
"Jednoduchý zásuvný modul, který používá ytnef pro dekódování příloh tnef."
@@ -19936,7 +20027,8 @@ msgid "URL:"
msgstr "URL:"
#: ../plugins/webdav-account-setup/webdav-contacts-source.c:338
-msgid "_Avoid IfMatch (needed on apache < 2.2.8)"
+#, fuzzy
+msgid "_Avoid IfMatch (needed on Apache < 2.2.8)"
msgstr "_Vyhnout se IfMatch (potřeba na Apachi < 2.2.8)"
#: ../shell/GNOME_Evolution_Shell.server.in.in.h:1
@@ -20081,7 +20173,7 @@ msgstr "Boční panel je viditelný"
msgid "Skip development warning dialog"
msgstr "Přeskakovat dialog varování o vývoji"
-#: ../shell/apps_evolution_shell.schemas.in.h:27 ../shell/main.c:471
+#: ../shell/apps_evolution_shell.schemas.in.h:27 ../shell/main.c:476
msgid "Start in offline mode"
msgstr "Spustit v režimu off-line"
@@ -20293,7 +20385,7 @@ msgstr "Nastavení Evolution"
#. To translators: This is the window title and %s is the
#. component name. Most translators will want to keep it as is.
-#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:332
+#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:328
#, c-format
msgid "%s - Evolution"
msgstr "%s - Evolution"
@@ -20338,19 +20430,19 @@ msgstr "Webová stránka Evolution"
msgid "Error opening the FAQ webpage."
msgstr "Chyba při otevírání stránky FAQ."
-#: ../shell/e-shell-window-commands.c:1168
+#: ../shell/e-shell-window-commands.c:1174
msgid "_Work Online"
msgstr "Pracovat _on-line"
-#: ../shell/e-shell-window-commands.c:1181 ../ui/evolution.xml.h:57
+#: ../shell/e-shell-window-commands.c:1187 ../ui/evolution.xml.h:57
msgid "_Work Offline"
msgstr "_Pracovat při odpojení"
-#: ../shell/e-shell-window-commands.c:1194
+#: ../shell/e-shell-window-commands.c:1200
msgid "Work Offline"
msgstr "Pracovat při odpojení"
-#: ../shell/e-shell-window.c:381
+#: ../shell/e-shell-window.c:377
msgid ""
"Evolution is currently online.\n"
"Click on this button to work offline."
@@ -20358,11 +20450,11 @@ msgstr ""
"Evolution je nyní on-line.\n"
" Stiskem tohoto tlačítka přejdete do režimu off-line."
-#: ../shell/e-shell-window.c:388
+#: ../shell/e-shell-window.c:384
msgid "Evolution is in the process of going offline."
msgstr "Evolution přechází do režimu off-line."
-#: ../shell/e-shell-window.c:395
+#: ../shell/e-shell-window.c:391
msgid ""
"Evolution is currently offline.\n"
"Click on this button to work online."
@@ -20370,7 +20462,7 @@ msgstr ""
"Evolution je nyní off-line.\n"
"Stiskem tohoto tlačítka přejdete do režimu on-line."
-#: ../shell/e-shell-window.c:786
+#: ../shell/e-shell-window.c:787
#, c-format
msgid "Switch to %s"
msgstr "Přepnout na %s"
@@ -20384,19 +20476,19 @@ msgstr "Neznámá systémová chyba."
msgid "%ld KB"
msgstr "%ld KB"
-#: ../shell/e-shell.c:1298 ../widgets/misc/e-cell-date-edit.c:314
+#: ../shell/e-shell.c:1262 ../widgets/misc/e-cell-date-edit.c:314
msgid "OK"
msgstr "Budiž"
-#: ../shell/e-shell.c:1300
+#: ../shell/e-shell.c:1264
msgid "Invalid arguments"
msgstr "Neplatné argumenty"
-#: ../shell/e-shell.c:1302
+#: ../shell/e-shell.c:1266
msgid "Cannot register on OAF"
msgstr "Nemohu se registrovat u OAF"
-#: ../shell/e-shell.c:1304
+#: ../shell/e-shell.c:1268
msgid "Configuration Database not found"
msgstr "Databáze nastavení nebyla nalezena"
@@ -20440,8 +20532,9 @@ msgid "Importer Type"
msgstr "Typ importéru"
#: ../shell/import.glade.h:6
-msgid "Select Importers"
-msgstr "Vyberte importéry"
+#, fuzzy
+msgid "Select Information to Import"
+msgstr "Vyberte složku, kam importovat"
#: ../shell/import.glade.h:7
msgid "Select a File"
@@ -20458,7 +20551,7 @@ msgstr ""
"externího souboru do Evolution."
#. Preview/Alpha/Beta version warning message
-#: ../shell/main.c:217
+#: ../shell/main.c:222
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -20493,7 +20586,7 @@ msgstr ""
"Doufáme, že si užijete výsledků naší tvrdé práce a nedočkavě čekáme\n"
"na vaše přispění!\n"
-#: ../shell/main.c:241
+#: ../shell/main.c:246
msgid ""
"Thanks\n"
"The Evolution Team\n"
@@ -20501,43 +20594,43 @@ msgstr ""
"Děkujeme\n"
"Tým Evolution\n"
-#: ../shell/main.c:248
+#: ../shell/main.c:253
msgid "Do not tell me again"
msgstr "Příště mě neupozorňovat"
-#: ../shell/main.c:469
+#: ../shell/main.c:474
msgid "Start Evolution activating the specified component"
msgstr "Spustit Evolution a aktivovat určenou komponentu"
-#: ../shell/main.c:473
+#: ../shell/main.c:478
msgid "Start in online mode"
msgstr "Spustit v režimu on-line"
-#: ../shell/main.c:476
+#: ../shell/main.c:481
msgid "Forcibly shut down all Evolution components"
msgstr "Vynuceně ukončit všechny komponenty Evolution"
-#: ../shell/main.c:480
+#: ../shell/main.c:485
msgid "Forcibly re-migrate from Evolution 1.4"
msgstr "Vynuceně znovu převést z Evolution 1.4"
-#: ../shell/main.c:483
+#: ../shell/main.c:488
msgid "Send the debugging output of all components to a file."
msgstr "Poslat ladicí výstup ze všech komponent do souboru."
-#: ../shell/main.c:485
+#: ../shell/main.c:490
msgid "Disable loading of any plugins."
msgstr "Zakázat načítání všech zásuvných modulů."
-#: ../shell/main.c:487
+#: ../shell/main.c:492
msgid "Disable preview pane of Mail, Contacts and Tasks."
msgstr "Zakázat panel náhledu pošty, kontaktů a úloh."
-#: ../shell/main.c:572
+#: ../shell/main.c:577
msgid "- The Evolution PIM and Email Client"
msgstr "- PIM a poštovní klient Evolution"
-#: ../shell/main.c:600
+#: ../shell/main.c:605
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
@@ -20551,18 +20644,23 @@ msgid "Are you sure you want to forget all remembered passwords?"
msgstr "Opravdu chcete zakázat všechna zapamatovaná hesla?"
#: ../shell/shell.error.xml.h:2
+#, fuzzy
+msgid "Cannot start Evolution"
+msgstr "Restartovat Evolution"
+
+#: ../shell/shell.error.xml.h:3
msgid "Continue"
msgstr "Pokračovat"
-#: ../shell/shell.error.xml.h:3
+#: ../shell/shell.error.xml.h:4
msgid "Delete old data from version {0}?"
msgstr "Odstranit stará data z verze {0}?"
-#: ../shell/shell.error.xml.h:4
+#: ../shell/shell.error.xml.h:5
msgid "Evolution can not start."
msgstr "Evolution nelze spustit."
-#: ../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."
@@ -20570,15 +20668,15 @@ msgstr ""
"Zapomenutí hesel vymaže všechna zapamatovaná hesla. Až budou příště potřeba, "
"budete vyzváni k jejich opětovnému zadání."
-#: ../shell/shell.error.xml.h:7
+#: ../shell/shell.error.xml.h:8
msgid "Insufficient disk space for upgrade."
msgstr "Nedostatečné místo na disku pro aktualizaci."
-#: ../shell/shell.error.xml.h:8
+#: ../shell/shell.error.xml.h:9
msgid "Really delete old data?"
msgstr "Opravdu odstranit stará data?"
-#: ../shell/shell.error.xml.h:9
+#: ../shell/shell.error.xml.h:10
msgid ""
"The entire contents of the &quot;evolution&quot; directory are about to be "
"permanently removed.\n"
@@ -20599,9 +20697,10 @@ msgstr ""
"Po jejich odstranění se nebudete moci vrátit k předchozí verzi Evolution bez "
"ručních změn.\n"
-#: ../shell/shell.error.xml.h:15
+#: ../shell/shell.error.xml.h:16
+#, fuzzy
msgid ""
-"The previous version of evolution stored its data in a different location.\n"
+"The previous version of Evolution stored its data in a different location.\n"
"\n"
"If you choose to remove this data, the entire contents of the &quot;"
"evolution&quot; directory will be removed permanently. If you choose to keep "
@@ -20615,11 +20714,11 @@ msgstr ""
"ponechat, můžete obsah &quot;evolution&quot; ručně odstranit, až budete "
"chtít.\n"
-#: ../shell/shell.error.xml.h:19
+#: ../shell/shell.error.xml.h:20
msgid "Upgrade from previous version failed: {0}"
msgstr "Aktualizace z předchozí verze selhala: {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"
@@ -20633,7 +20732,7 @@ msgstr ""
"Než budete moci pokračovat, musíte ve svém domovském adresáři uvolnit více "
"místa."
-#: ../shell/shell.error.xml.h:23
+#: ../shell/shell.error.xml.h:24
msgid ""
"Your system configuration does not match your Evolution configuration.\n"
"\n"
@@ -20643,7 +20742,7 @@ msgstr ""
"\n"
"Pro podrobnosti klikněte na Nápovědu"
-#: ../shell/shell.error.xml.h:26
+#: ../shell/shell.error.xml.h:27
msgid ""
"Your system configuration does not match your Evolution configuration:\n"
"\n"
@@ -20657,19 +20756,19 @@ msgstr ""
"\n"
"Pro podrobnosti klikněte na Nápovědu"
-#: ../shell/shell.error.xml.h:31
+#: ../shell/shell.error.xml.h:32
msgid "_Forget"
msgstr "_Zapomenout"
-#: ../shell/shell.error.xml.h:32
+#: ../shell/shell.error.xml.h:33
msgid "_Keep Data"
msgstr "_Zachovat data"
-#: ../shell/shell.error.xml.h:33
+#: ../shell/shell.error.xml.h:34
msgid "_Remind Me Later"
msgstr "_Připomenout mě později"
-#: ../shell/shell.error.xml.h:34
+#: ../shell/shell.error.xml.h:35
msgid ""
"{1}\n"
"\n"
@@ -20738,7 +20837,7 @@ msgid "Purposes"
msgstr "Účely"
#: ../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 "Sériové číslo"
@@ -20856,7 +20955,7 @@ msgstr ""
"Před důvěřováním této CA pro libovolný účel byste měli prozkoumat její "
"certifikát a, pokud jsou k dispozici, její pravidla a procedury."
-#: ../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 "Certifikát"
@@ -20932,11 +21031,11 @@ msgstr "Organizační jednotka (OU)"
msgid "SHA1 Fingerprint"
msgstr "Otisk 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 "Certifikát klienta 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 "Certifikát serveru SSL"
@@ -20983,182 +21082,182 @@ msgid "_Edit CA Trust"
msgstr "_Upravit důvěru CA"
#. 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 "Certifikát již existuje"
-#: ../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 "Podepisování"
-#: ../smime/lib/e-cert.c:426
+#: ../smime/lib/e-cert.c:409
msgid "Encrypt"
msgstr "Šifrování"
-#: ../smime/lib/e-cert.c:531
+#: ../smime/lib/e-cert.c:514
msgid "Version"
msgstr "Verze"
-#: ../smime/lib/e-cert.c:546
+#: ../smime/lib/e-cert.c:529
msgid "Version 1"
msgstr "Verze 1"
-#: ../smime/lib/e-cert.c:549
+#: ../smime/lib/e-cert.c:532
msgid "Version 2"
msgstr "Verze 2"
-#: ../smime/lib/e-cert.c:552
+#: ../smime/lib/e-cert.c:535
msgid "Version 3"
msgstr "Verze 3"
-#: ../smime/lib/e-cert.c:634
+#: ../smime/lib/e-cert.c:617
msgid "PKCS #1 MD2 With RSA Encryption"
msgstr "PKCS #1 MD2 se šifrováním RSA"
-#: ../smime/lib/e-cert.c:637
+#: ../smime/lib/e-cert.c:620
msgid "PKCS #1 MD5 With RSA Encryption"
msgstr "PKCS #1 MD5 se šifrováním 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 se šifrováním RSA"
-#: ../smime/lib/e-cert.c:667
+#: ../smime/lib/e-cert.c:650
msgid "PKCS #1 RSA Encryption"
msgstr "PKCS #1 šifrování RSA"
-#: ../smime/lib/e-cert.c:670
+#: ../smime/lib/e-cert.c:653
msgid "Certificate Key Usage"
msgstr "Použití klíče certifikátu"
-#: ../smime/lib/e-cert.c:673
+#: ../smime/lib/e-cert.c:656
msgid "Netscape Certificate Type"
msgstr "Typ certifikátu Netscape"
-#: ../smime/lib/e-cert.c:676
+#: ../smime/lib/e-cert.c:659
msgid "Certificate Authority Key Identifier"
msgstr "Identifikátor klíče certifikační autority"
-#: ../smime/lib/e-cert.c:688
+#: ../smime/lib/e-cert.c:671
#, c-format
msgid "Object Identifier (%s)"
msgstr "Identifikátor objektu (%s)"
-#: ../smime/lib/e-cert.c:739
+#: ../smime/lib/e-cert.c:722
msgid "Algorithm Identifier"
msgstr "Identifikátor algoritmu"
-#: ../smime/lib/e-cert.c:747
+#: ../smime/lib/e-cert.c:730
msgid "Algorithm Parameters"
msgstr "Parametry algoritmu"
-#: ../smime/lib/e-cert.c:769
+#: ../smime/lib/e-cert.c:752
msgid "Subject Public Key Info"
msgstr "Informace o veřejném klíči předmětu"
-#: ../smime/lib/e-cert.c:774
+#: ../smime/lib/e-cert.c:757
msgid "Subject Public Key Algorithm"
msgstr "Algoritmus veřejného klíče předmětu"
-#: ../smime/lib/e-cert.c:789
+#: ../smime/lib/e-cert.c:772
msgid "Subject's Public Key"
msgstr "Veřejný klíč předmětu"
-#: ../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 "Chyba: Nemohu zpracovat rozšíření"
-#: ../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 "Podpisovatel objektu"
-#: ../smime/lib/e-cert.c:835
+#: ../smime/lib/e-cert.c:818
msgid "SSL Certificate Authority"
msgstr "Certifikační autorita SSL"
-#: ../smime/lib/e-cert.c:839
+#: ../smime/lib/e-cert.c:822
msgid "Email Certificate Authority"
msgstr "Certifikační autorita e-mailu"
-#: ../smime/lib/e-cert.c:867
+#: ../smime/lib/e-cert.c:850
msgid "Signing"
msgstr "Podepisování"
-#: ../smime/lib/e-cert.c:871
+#: ../smime/lib/e-cert.c:854
msgid "Non-repudiation"
msgstr "Nepopření"
-#: ../smime/lib/e-cert.c:875
+#: ../smime/lib/e-cert.c:858
msgid "Key Encipherment"
msgstr "Šifrování klíče"
-#: ../smime/lib/e-cert.c:879
+#: ../smime/lib/e-cert.c:862
msgid "Data Encipherment"
msgstr "Šifrování dat"
-#: ../smime/lib/e-cert.c:883
+#: ../smime/lib/e-cert.c:866
msgid "Key Agreement"
msgstr "Dohoda na klíči"
-#: ../smime/lib/e-cert.c:887
+#: ../smime/lib/e-cert.c:870
msgid "Certificate Signer"
msgstr "Podpisovatel certifikátu"
-#: ../smime/lib/e-cert.c:891
+#: ../smime/lib/e-cert.c:874
msgid "CRL Signer"
msgstr "Podpisovatel CRL"
-#: ../smime/lib/e-cert.c:939
+#: ../smime/lib/e-cert.c:922
msgid "Critical"
msgstr "Kritické"
-#: ../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 "Nekritické"
-#: ../smime/lib/e-cert.c:965
+#: ../smime/lib/e-cert.c:948
msgid "Extensions"
msgstr "Rozšíření"
-#: ../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 "Algoritmus podpisu certifikátu"
-#: ../smime/lib/e-cert.c:1101
+#: ../smime/lib/e-cert.c:1084
msgid "Issuer"
msgstr "Vydavatel"
-#: ../smime/lib/e-cert.c:1155
+#: ../smime/lib/e-cert.c:1138
msgid "Issuer Unique ID"
msgstr "Jedinečné ID vydavatele"
-#: ../smime/lib/e-cert.c:1174
+#: ../smime/lib/e-cert.c:1157
msgid "Subject Unique ID"
msgstr "Jedinečné ID předmětu"
-#: ../smime/lib/e-cert.c:1217
+#: ../smime/lib/e-cert.c:1200
msgid "Certificate Signature Value"
msgstr "Hodnota podpisu certifikátu"
-#: ../smime/lib/e-pkcs12.c:244
+#: ../smime/lib/e-pkcs12.c:249
msgid "PKCS12 File Password"
msgstr "Heslo souboru PKCS12"
-#: ../smime/lib/e-pkcs12.c:244
+#: ../smime/lib/e-pkcs12.c:249
msgid "Enter password for PKCS12 file:"
msgstr "Zadejte heslo pro soubor PKCS12:"
-#: ../smime/lib/e-pkcs12.c:343
+#: ../smime/lib/e-pkcs12.c:348
msgid "Imported Certificate"
msgstr "Importovaný certifikát"
@@ -21197,7 +21296,8 @@ msgid "Copy"
msgstr "Kopírovat"
#: ../ui/evolution-addressbook.xml.h:7
-msgid "Copy Selected Contacts to Another Folder..."
+#, fuzzy
+msgid "Copy selected contacts to another folder"
msgstr "Kopírovat vybrané kontakty do jiné složky..."
#: ../ui/evolution-addressbook.xml.h:8
@@ -21246,7 +21346,8 @@ msgid "Mo_ve All Contacts To..."
msgstr "Přesunout _všechny kontakty do..."
#: ../ui/evolution-addressbook.xml.h:20
-msgid "Move Selected Contacts to Another Folder..."
+#, fuzzy
+msgid "Move selected contacts to another folder"
msgstr "Přesunout vybrané kontakty do jiné složky..."
#: ../ui/evolution-addressbook.xml.h:21
@@ -21287,14 +21388,15 @@ msgid "Save as VCard..."
msgstr "Uložit jako VCard..."
#: ../ui/evolution-addressbook.xml.h:32
-msgid "Save selected contacts as a VCard."
+#, fuzzy
+msgid "Save selected contacts as a VCard"
msgstr "Uložit vybrané kontakty jako VCard."
#: ../ui/evolution-addressbook.xml.h:33
msgid "Save the contacts of the selected folder as VCard"
msgstr "Uložit kontakty z vybrané složky jako 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 "Vybrat vše"
@@ -21307,7 +21409,8 @@ msgid "Select all contacts"
msgstr "Vybrat všechny kontakty"
#: ../ui/evolution-addressbook.xml.h:37
-msgid "Send a message to the selected contacts."
+#, fuzzy
+msgid "Send a message to the selected contacts"
msgstr "Poslat zprávu vybraným kontaktům."
#: ../ui/evolution-addressbook.xml.h:38
@@ -21315,7 +21418,8 @@ msgid "Send message to contact"
msgstr "Poslat zprávu kontaktu"
#: ../ui/evolution-addressbook.xml.h:39
-msgid "Send selected contacts to another person."
+#, fuzzy
+msgid "Send selected contacts to another person"
msgstr "Poslat vybrané kontakty jiné osobě."
#: ../ui/evolution-addressbook.xml.h:40
@@ -21338,7 +21442,7 @@ msgstr "Zastavit načítání"
msgid "View the current contact"
msgstr "Zobrazit aktuální kontakt"
-#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:38
+#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:39
#: ../ui/evolution-tasks.xml.h:21
msgid "_Actions"
msgstr "_Akce"
@@ -21493,15 +21597,23 @@ msgstr "Zobrazovat pracovní týden"
msgid "View the current appointment"
msgstr "Zobrazit aktuální událost"
-#: ../ui/evolution-calendar.xml.h:36
+#: ../ui/evolution-calendar.xml.h:36 ../ui/evolution-mail-global.xml.h:19
+msgid "View the debug console for log messages"
+msgstr "Zobrazit ladicí konzolu pro zprávy protokolu"
+
+#: ../ui/evolution-calendar.xml.h:37
msgid "Week"
msgstr "týden"
-#: ../ui/evolution-calendar.xml.h:37
+#: ../ui/evolution-calendar.xml.h:38
msgid "Work Week"
msgstr "Pracovní týden"
-#: ../ui/evolution-calendar.xml.h:42
+#: ../ui/evolution-calendar.xml.h:41 ../ui/evolution-mail-global.xml.h:22
+msgid "_Debug Logs"
+msgstr "_Ladicí protokoly"
+
+#: ../ui/evolution-calendar.xml.h:45
msgid "_Open Appointment"
msgstr "_Otevřít událost"
@@ -21570,10 +21682,6 @@ msgstr "Zobrazit okno s náhledem zprávy"
msgid "Subscribe or unsubscribe to folders on remote servers"
msgstr "Přihlásit nebo odhlásit složky na vzdálených serverech"
-#: ../ui/evolution-mail-global.xml.h:19
-msgid "View the debug console for log messages"
-msgstr "Zobrazit ladicí konzolu pro zprávy protokolu"
-
#: ../ui/evolution-mail-global.xml.h:20
msgid "_Classic View"
msgstr "_Klasický náhled"
@@ -21582,10 +21690,6 @@ msgstr "_Klasický náhled"
msgid "_Copy Folder To..."
msgstr "_Kopírovat složku do..."
-#: ../ui/evolution-mail-global.xml.h:22
-msgid "_Debug Logs"
-msgstr "_Ladicí protokoly"
-
#: ../ui/evolution-mail-global.xml.h:23
msgid "_Download Messages for Offline Usage"
msgstr "S_táhnout zprávy pro využití po odpojení"
@@ -21610,7 +21714,8 @@ msgstr "_Náhled"
#. <menuitem name="CreateVFolder" verb="CreateVFolder" _label="_New Search _Folder (FIXME)"/>
#.
#: ../ui/evolution-mail-global.xml.h:32
-msgid "_Subscriptions"
+#, fuzzy
+msgid "_Subscriptions..."
msgstr "_Přihlášení"
#: ../ui/evolution-mail-global.xml.h:33
@@ -21691,10 +21796,6 @@ msgstr "Natrvalo odstranit všechny odstraněné zprávy z této složky"
msgid "Permanently remove this folder"
msgstr "Natrvalo odstranit tuto složku"
-#: ../ui/evolution-mail-list.xml.h:21
-msgid "Re_fresh..."
-msgstr "_Obnovit..."
-
#: ../ui/evolution-mail-list.xml.h:22
msgid "Refresh the folder"
msgstr "Obnovit složku"
@@ -22206,6 +22307,10 @@ msgstr "Z_většit"
msgid "Close"
msgstr "Zavřít"
+#: ../ui/evolution-mail-messagedisplay.xml.h:2 ../ui/evolution.xml.h:4
+msgid "Close this window"
+msgstr "Zavřít toto okno"
+
#: ../ui/evolution-mail-messagedisplay.xml.h:3 ../ui/evolution.xml.h:18
msgid "Main toolbar"
msgstr "Hlavní nástrojová lišta"
@@ -22618,7 +22723,7 @@ msgid "Define Views for \"%s\""
msgstr "Definovat zobrazení pro \"%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"
@@ -22704,13 +22809,13 @@ msgstr "Typ zobrazení:"
msgid "Attachment Bar"
msgstr "Lišta příloh"
-#: ../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 "Nemohu přiložit soubor %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 "Nemohu přiložit soubor %s: není to normální soubor"
@@ -22740,63 +22845,63 @@ msgstr "%B %Y"
msgid "Month Calendar"
msgstr "Kalendář měsíce"
-#: ../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 "Barva výplně"
-#: ../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 "Barva výplně GDK"
-#: ../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 "Vzorek výplně"
-#: ../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 "Minimální šířka"
-#: ../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 "Minimální šířka"
#: ../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 "Rozestup"
@@ -22908,55 +23013,59 @@ msgstr "Jiné..."
msgid "Ch_aracter Encoding"
msgstr "Kó_dování znaků"
-#: ../widgets/misc/e-dateedit.c:309
+#: ../widgets/misc/e-dateedit.c:303
msgid "Date and Time"
msgstr "Datum a čas"
-#: ../widgets/misc/e-dateedit.c:330
+#: ../widgets/misc/e-dateedit.c:324
msgid "Text entry to input date"
msgstr "Vstup textu pro zadání data"
-#: ../widgets/misc/e-dateedit.c:352
+#: ../widgets/misc/e-dateedit.c:346
msgid "Click this button to show a calendar"
msgstr "Zobrazte kalendář kliknutím na toto tlačítko"
-#: ../widgets/misc/e-dateedit.c:394
+#: ../widgets/misc/e-dateedit.c:388
msgid "Drop-down combination box to select time"
msgstr "Rozbalovací pole pro zvolení času"
-#: ../widgets/misc/e-dateedit.c:470
+#: ../widgets/misc/e-dateedit.c:389
+msgid "Time"
+msgstr "Čas"
+
+#: ../widgets/misc/e-dateedit.c:464
msgid "No_w"
msgstr "_Nyní"
-#: ../widgets/misc/e-dateedit.c:476
+#: ../widgets/misc/e-dateedit.c:470
msgid "_Today"
msgstr "_Dnes"
-#: ../widgets/misc/e-dateedit.c:1641
+#: ../widgets/misc/e-dateedit.c:1635
msgid "Invalid Date Value"
msgstr "Neplatná hodnota data"
-#: ../widgets/misc/e-dateedit.c:1670
+#: ../widgets/misc/e-dateedit.c:1664
msgid "Invalid Time Value"
msgstr "Neplatná hodnota času"
-#: ../widgets/misc/e-expander.c:180
+#: ../widgets/misc/e-expander.c:182
msgid "Expanded"
msgstr "Rozbaleno"
-#: ../widgets/misc/e-expander.c:181
+#: ../widgets/misc/e-expander.c:183
msgid "Whether or not the expander is expanded"
msgstr "Jestli je rozbalovač rozbalen"
-#: ../widgets/misc/e-expander.c:189
+#: ../widgets/misc/e-expander.c:191
msgid "Text of the expander's label"
msgstr "Text šipky rozbalovače"
-#: ../widgets/misc/e-expander.c:196
+#: ../widgets/misc/e-expander.c:198
msgid "Use underline"
msgstr "Používat podtržítka"
-#: ../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"
@@ -22964,31 +23073,31 @@ msgstr ""
"Je-li nastaveno, podtržítko v textu znamená, že následující znak má být "
"použit pro mnemonickou klávesovou zkratku"
-#: ../widgets/misc/e-expander.c:205
+#: ../widgets/misc/e-expander.c:207
msgid "Space to put between the label and the child"
msgstr "Místo, které vložit mezi popisek a potomka"
-#: ../widgets/misc/e-expander.c:214
+#: ../widgets/misc/e-expander.c:216
msgid "Label widget"
msgstr "Widget popisku"
-#: ../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 "Widget, který zobrazovat místo obvyklého popisku rozbalovače"
-#: ../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 "Velikost rozbalovače"
-#: ../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 "Velikost šipky rozbalovače"
-#: ../widgets/misc/e-expander.c:230
+#: ../widgets/misc/e-expander.c:232
msgid "Indicator Spacing"
msgstr "Mezera okolo indikátoru"
-#: ../widgets/misc/e-expander.c:231
+#: ../widgets/misc/e-expander.c:233
msgid "Spacing around expander arrow"
msgstr "Mezera okolo šipky rozbalovače"
@@ -23075,64 +23184,64 @@ msgstr "Synchronizovat soukromé záznamy:"
msgid "Sync Categories:"
msgstr "Synchronizované kategorie:"
-#: ../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 "Prázdná zpráva"
-#: ../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 "Model přeformátování"
-#: ../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 "Šířka sloupce"
-#: ../widgets/misc/e-search-bar.c:340 ../widgets/misc/e-search-bar.c:473
-#: ../widgets/misc/e-search-bar.c:475
+#: ../widgets/misc/e-search-bar.c:337 ../widgets/misc/e-search-bar.c:470
+#: ../widgets/misc/e-search-bar.c:472
msgid "Search"
msgstr "Hledat"
-#: ../widgets/misc/e-search-bar.c:340 ../widgets/misc/e-search-bar.c:473
-#: ../widgets/misc/e-search-bar.c:475
+#: ../widgets/misc/e-search-bar.c:337 ../widgets/misc/e-search-bar.c:470
+#: ../widgets/misc/e-search-bar.c:472
msgid "Click here to change the search type"
msgstr "Kliknutím zde změníte typ vyhledávání"
-#: ../widgets/misc/e-search-bar.c:606
+#: ../widgets/misc/e-search-bar.c:603
msgid "_Search"
msgstr "_Hledat"
-#: ../widgets/misc/e-search-bar.c:612
+#: ../widgets/misc/e-search-bar.c:609
msgid "_Find Now"
msgstr "_Hledat"
-#: ../widgets/misc/e-search-bar.c:613
+#: ../widgets/misc/e-search-bar.c:610
msgid "_Clear"
msgstr "Vy_mazat"
-#: ../widgets/misc/e-search-bar.c:868
+#: ../widgets/misc/e-search-bar.c:865
msgid "Item ID"
msgstr "ID položky"
-#: ../widgets/misc/e-search-bar.c:875 ../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 "Text"
#. To Translators: The "Show: " label is followed by the Quick Search Dropdown Menu where you can choose
#. to display "All Messages", "Unread Messages", "Message with 'Important' Label" and so on...
-#: ../widgets/misc/e-search-bar.c:1006
+#: ../widgets/misc/e-search-bar.c:1003
msgid "Sho_w: "
msgstr "_Zobrazit: "
#. To Translators: The "Show: " label is followed by the Quick Search Text input field where one enters
#. the term to search for
-#: ../widgets/misc/e-search-bar.c:1023
+#: ../widgets/misc/e-search-bar.c:1020
msgid "Sear_ch: "
msgstr "_Hledat: "
#. To Translators: The " in " label is part of the Quick Search Bar, example:
#. Search: | <user's_search_term> | in | Current Folder/All Accounts/Current Account
-#: ../widgets/misc/e-search-bar.c:1035
+#: ../widgets/misc/e-search-bar.c:1032
msgid " i_n "
msgstr " _v "
@@ -23288,19 +23397,19 @@ msgid "_When opened:"
msgstr "_Při otevření:"
#. 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%% hotovo)"
-#: ../widgets/misc/e-url-entry.c:106
+#: ../widgets/misc/e-url-entry.c:105
msgid "Click here to go to URL"
msgstr "Kliknutím zde přejdete na URL"
@@ -23340,23 +23449,23 @@ msgstr "Aktivní sloupec"
msgid "Unselected Column"
msgstr "Nevybraný sloupec"
-#: ../widgets/table/e-cell-text.c:1808
+#: ../widgets/table/e-cell-text.c:1807
msgid "Strikeout Column"
msgstr "Přeškrtnutý sloupec"
-#: ../widgets/table/e-cell-text.c:1815
+#: ../widgets/table/e-cell-text.c:1814
msgid "Underline Column"
msgstr "Podtržený sloupec"
-#: ../widgets/table/e-cell-text.c:1822
+#: ../widgets/table/e-cell-text.c:1821
msgid "Bold Column"
msgstr "Tučný sloupec"
-#: ../widgets/table/e-cell-text.c:1829
+#: ../widgets/table/e-cell-text.c:1828
msgid "Color Column"
msgstr "Barevný sloupec"
-#: ../widgets/table/e-cell-text.c:1843
+#: ../widgets/table/e-cell-text.c:1842
msgid "BG Color Column"
msgstr "Barva pozadí sloupce"
@@ -23394,7 +23503,7 @@ msgid "A_vailable Fields:"
msgstr "_Dostupná pole:"
#: ../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 "Vzestupně"
@@ -23407,7 +23516,7 @@ msgid "Clear _All"
msgstr "Zr_ušit vše"
#: ../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 "Sestupně"
@@ -23470,14 +23579,14 @@ msgstr "Ř_adit..."
#: ../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 "Kód 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 "Úplný nadpis"
@@ -23517,7 +23626,7 @@ msgstr[2] "%s (%d položek)"
#: ../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 "Střídající se barvy řádků"
@@ -23525,7 +23634,7 @@ msgstr "Střídající se barvy řádků"
#: ../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 "Kreslit vodorovný rastr"
@@ -23534,7 +23643,7 @@ msgstr "Kreslit vodorovný rastr"
#: ../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 "Kreslit svislý rastr"
@@ -23543,7 +23652,7 @@ msgstr "Kreslit svislý rastr"
#: ../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 "Kreslit zaměření"
@@ -23552,7 +23661,7 @@ msgstr "Kreslit zaměření"
#: ../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 "Režim kurzoru"
@@ -23560,7 +23669,7 @@ msgstr "Režim kurzoru"
#: ../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 "Model výběru"
@@ -23568,8 +23677,8 @@ msgstr "Model výběru"
#: ../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 "Práh délky"
@@ -23578,8 +23687,8 @@ msgstr "Práh délky"
#: ../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 "Stejná výška řádku"
@@ -23591,96 +23700,96 @@ msgstr "Stejná výška řádku"
msgid "Frozen"
msgstr "Zmrazen"
-#: ../widgets/table/e-table-header-item.c:1453
+#: ../widgets/table/e-table-header-item.c:1452
msgid "Customize Current View"
msgstr "Přizpůsobit aktuální zobrazení"
-#: ../widgets/table/e-table-header-item.c:1473
+#: ../widgets/table/e-table-header-item.c:1472
msgid "Sort _Ascending"
msgstr "Řadit _vzestupně"
-#: ../widgets/table/e-table-header-item.c:1474
+#: ../widgets/table/e-table-header-item.c:1473
msgid "Sort _Descending"
msgstr "Řadit _sestupně"
-#: ../widgets/table/e-table-header-item.c:1475
+#: ../widgets/table/e-table-header-item.c:1474
msgid "_Unsort"
msgstr "_Neřadit"
-#: ../widgets/table/e-table-header-item.c:1477
+#: ../widgets/table/e-table-header-item.c:1476
msgid "Group By This _Field"
msgstr "Seskupit podle tohoto _pole"
-#: ../widgets/table/e-table-header-item.c:1478
+#: ../widgets/table/e-table-header-item.c:1477
msgid "Group By _Box"
msgstr "Seskupit podle _obdélníku"
-#: ../widgets/table/e-table-header-item.c:1480
+#: ../widgets/table/e-table-header-item.c:1479
msgid "Remove This _Column"
msgstr "Odstranit tento _sloupec"
-#: ../widgets/table/e-table-header-item.c:1481
+#: ../widgets/table/e-table-header-item.c:1480
msgid "Add a C_olumn..."
msgstr "Přidat s_loupec..."
-#: ../widgets/table/e-table-header-item.c:1483
+#: ../widgets/table/e-table-header-item.c:1482
msgid "A_lignment"
msgstr "_Zarovnání"
-#: ../widgets/table/e-table-header-item.c:1484
+#: ../widgets/table/e-table-header-item.c:1483
msgid "B_est Fit"
msgstr "_Nejlepší velikost"
-#: ../widgets/table/e-table-header-item.c:1485
+#: ../widgets/table/e-table-header-item.c:1484
msgid "Format Column_s..."
msgstr "Formátovat sloup_ce..."
-#: ../widgets/table/e-table-header-item.c:1487
+#: ../widgets/table/e-table-header-item.c:1486
msgid "Custo_mize Current View..."
msgstr "Při_způsobit aktuální zobrazení..."
-#: ../widgets/table/e-table-header-item.c:1543
+#: ../widgets/table/e-table-header-item.c:1542
msgid "_Sort By"
msgstr "Ř_adit podle"
#. Custom
-#: ../widgets/table/e-table-header-item.c:1561
+#: ../widgets/table/e-table-header-item.c:1560
msgid "_Custom"
msgstr "_Vlastní"
-#: ../widgets/table/e-table-header-item.c:1894
+#: ../widgets/table/e-table-header-item.c:1893
msgid "Font Description"
msgstr "Popis písma"
-#: ../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 "Řadicí informace"
-#: ../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 "Strom"
-#: ../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 "Záhlaví tabulky"
-#: ../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 "Model tabulky"
-#: ../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 "Řádek kurzoru"
-#: ../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 "Vždy hledat"
-#: ../widgets/table/e-table.c:3346
+#: ../widgets/table/e-table.c:3347
msgid "Use click to add"
msgstr "Přidejte kliknutím"
@@ -23696,106 +23805,155 @@ msgstr "Vzhled retro"
msgid "Draw lines and +/- expanders."
msgstr "Kreslit čáry a rozbalovače +/-."
-#: ../widgets/text/e-text.c:2735
+#: ../widgets/text/e-text.c:2736
msgid "Input Methods"
msgstr "Vstupní metody"
-#: ../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 "Procesor událostí"
-#: ../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 "Tučný"
-#: ../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 "Přeškrtnutý"
-#: ../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 "Ukotvení"
-#: ../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 "Zarovnání"
-#: ../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 "Šířka ořezávání"
-#: ../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 "Výška ořezávání"
-#: ../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 "Ořezávat"
-#: ../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 "Vyplnit ořezávací obdélník"
-#: ../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 "Posun 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 "Posun 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 "Šířka textu"
-#: ../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 "Výška textu"
-#: ../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 "Použít tečky"
-#: ../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 "Tečky"
-#: ../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 "Lámání řádek"
-#: ../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 "Zalamovat znaky"
-#: ../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 "Max řádků"
-#: ../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 "Kreslit okraje"
-#: ../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 "Povolit nové řádky"
-#: ../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 "Kreslit pozadí"
-#: ../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 "Kreslit tlačítko"
-#: ../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 "Pozice kurzoru"
-#: ../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 "Kontext 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 "Obsloužit kontextovou nabídku"
+
+#~ msgid "A_dd Filter Criteria"
+#~ msgstr "_Přidat pravidlo filtru"
+
+#~ msgid "Error"
+#~ msgstr "Chyba"
+
+#~ msgid "Errors"
+#~ msgstr "Chyby"
+
+#~ msgid "Warnings and Errors"
+#~ msgstr "Varování a chyby"
+
+#~ msgid "Debug"
+#~ msgstr "Ladění"
+
+#~ msgid "Error, Warnings and Debug messages"
+#~ msgstr "Chybové, varovné a ladicí zprávy"
+
+#~ msgid "Debug Logs"
+#~ msgstr "Ladicí protokol"
+
+#~ msgid "Show _errors in the status bar for"
+#~ msgstr "_Zobrazit chyby ve stavovém řádku"
+
+#~ msgid "second(s)."
+#~ msgstr "sekundách."
+
+#~ msgid "Log Messages:"
+#~ msgstr "Zprávy protokolu:"
+
+#~ msgid "Log Level"
+#~ msgstr "Úroveň protokolování"
+
+#~ msgid "Please enter user name first."
+#~ msgstr "Nejdříve prosím vložte jméno uživatele."
+
+#~ msgid "Mark calendar offline"
+#~ msgstr "Označit kalendář jako off-line"
+
+#~ msgid "Marks the selected calendar for offline viewing."
+#~ msgstr "Označí vybraný kalendář pro zobrazování off-line."
+
+#~ msgid "Select Importers"
+#~ msgstr "Vyberte importéry"
+
+#~ msgid "Re_fresh..."
+#~ msgstr "_Obnovit..."
diff --git a/po/es.po b/po/es.po
index b15de93db3..8ad108dd6e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,13 +10,14 @@
# Pablo Gonzalo del Campo <pablodc@bigfoot.com>,2003 (revisión).
# Francisco Javier F. Serrador <serrador@cvs.gnome.org>, 2003, 2004, 2005, 2006.
# Jorge González <jorgegonz@svn.gnome.org>, 2007, 2008.
-#: ../shell/main.c:589
+#: ../shell/main.c:594
msgid ""
msgstr ""
"Project-Id-Version: evolution.HEAD\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-14 03:09+0000\n"
-"PO-Revision-Date: 2008-10-17 14:38+0200\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=evolution&amp;component=general\n"
+"POT-Creation-Date: 2008-11-12 20:03+0000\n"
+"PO-Revision-Date: 2008-11-14 20:56+0100\n"
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
"Language-Team: Español <gnome-es-list@gnome.org>\n"
"MIME-Version: 1.0\n"
@@ -158,7 +159,7 @@ msgid "calendar view for one or more days"
msgstr "vista de calendario para uno o más días"
#: ../a11y/calendar/ea-gnome-calendar.c:186
-#: ../calendar/gui/calendar-component.c:784
+#: ../calendar/gui/calendar-component.c:792
msgid "%A %d %b %Y"
msgstr "%A, %e de %b de %Y"
@@ -169,7 +170,7 @@ msgstr "%A, %e de %b de %Y"
#. You can change the order but don't change the
#. specifiers or add anything.
#: ../a11y/calendar/ea-gnome-calendar.c:189
-#: ../calendar/gui/calendar-component.c:787
+#: ../calendar/gui/calendar-component.c:795
#: ../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"
@@ -178,9 +179,9 @@ msgstr "%a, %e de %b"
#: ../a11y/calendar/ea-gnome-calendar.c:191
#: ../a11y/calendar/ea-gnome-calendar.c:196
#: ../a11y/calendar/ea-gnome-calendar.c:198
-#: ../calendar/gui/calendar-component.c:789
-#: ../calendar/gui/calendar-component.c:794
-#: ../calendar/gui/calendar-component.c:796
+#: ../calendar/gui/calendar-component.c:797
+#: ../calendar/gui/calendar-component.c:802
+#: ../calendar/gui/calendar-component.c:804
msgid "%a %d %b %Y"
msgstr "%a, %e de %b de %Y"
@@ -188,10 +189,10 @@ msgstr "%a, %e de %b de %Y"
#: ../a11y/calendar/ea-gnome-calendar.c:221
#: ../a11y/calendar/ea-gnome-calendar.c:227
#: ../a11y/calendar/ea-gnome-calendar.c:229
-#: ../calendar/gui/calendar-component.c:808
-#: ../calendar/gui/calendar-component.c:815
-#: ../calendar/gui/calendar-component.c:821
+#: ../calendar/gui/calendar-component.c:816
#: ../calendar/gui/calendar-component.c:823
+#: ../calendar/gui/calendar-component.c:829
+#: ../calendar/gui/calendar-component.c:831
msgid "%d %b %Y"
msgstr "%e de %B de %Y"
@@ -201,7 +202,7 @@ msgstr "%e de %B de %Y"
#. month name. You can change the order but don't
#. change the specifiers or add anything.
#: ../a11y/calendar/ea-gnome-calendar.c:219
-#: ../calendar/gui/calendar-component.c:813
+#: ../calendar/gui/calendar-component.c:821
#: ../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"
@@ -209,7 +210,7 @@ msgstr "%e de %b"
#: ../a11y/calendar/ea-gnome-calendar.c:245
#: ../a11y/calendar/ea-gnome-calendar.c:253
-#: ../calendar/importers/icalendar-importer.c:768
+#: ../calendar/importers/icalendar-importer.c:780
msgid "Gnome Calendar"
msgstr "Gnome Calendar"
@@ -436,7 +437,7 @@ msgid "LDAP server did not respond with valid schema information."
msgstr "El servidor LDAP no respondió con una información del esquema válida."
#: ../addressbook/addressbook.error.xml.h:19
-#: ../calendar/calendar.error.xml.h:50
+#: ../calendar/calendar.error.xml.h:54
msgid "Server Version"
msgstr "Versión del servidor"
@@ -580,21 +581,22 @@ msgstr "{0}"
msgid "{1}"
msgstr "{1}"
-#: ../addressbook/conduit/address-conduit.c:299
+#: ../addressbook/conduit/address-conduit.c:300
msgid "Default Sync Address:"
msgstr "Dirección de sincr. predeterminada:"
-#: ../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 "No es posible cargar la libreta de direcciones"
-#: ../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 "No es posible leer el bloque de la aplicación de Direcciones del Pilot"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:1
+#: ../addressbook/gui/component/autocompletion-config.c:173
msgid "Autocompletion"
msgstr "Autocompletado"
@@ -613,7 +615,7 @@ msgstr "Configure el autocompletado aquí"
#. Create the contacts group
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:5
#: ../addressbook/gui/component/addressbook-view.c:1325
-#: ../calendar/gui/calendar-component.c:299 ../calendar/gui/migration.c:396
+#: ../calendar/gui/calendar-component.c:307 ../calendar/gui/migration.c:396
#: ../plugins/exchange-operations/exchange-delegates-user.c:78
#: ../plugins/exchange-operations/exchange-folder.c:582
msgid "Contacts"
@@ -655,12 +657,12 @@ msgstr "Gestione sus certificados S/MIME aquí"
#. On This Computer is always first and Search Folders is always last
#: ../addressbook/gui/component/addressbook-component.c:143
#: ../addressbook/gui/component/addressbook-migrate.c:500
-#: ../calendar/gui/calendar-component.c:236
+#: ../calendar/gui/calendar-component.c:244
#: ../calendar/gui/memos-component.c:199 ../calendar/gui/migration.c:475
#: ../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:316 ../mail/mail-vfolder.c:223
#: ../mail/message-list.c:1518
msgid "On This Computer"
msgstr "En este equipo"
@@ -674,7 +676,7 @@ msgstr "En este equipo"
#: ../addressbook/gui/component/addressbook-migrate.c:508
#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21
#: ../addressbook/gui/widgets/eab-contact-display.c:660
-#: ../calendar/gui/calendar-component.c:247 ../calendar/gui/caltypes.xml.h:29
+#: ../calendar/gui/calendar-component.c:255 ../calendar/gui/caltypes.xml.h:29
#: ../calendar/gui/memos-component.c:208 ../calendar/gui/memotypes.xml.h:27
#: ../calendar/gui/migration.c:485 ../calendar/gui/migration.c:585
#: ../calendar/gui/migration.c:1099 ../calendar/gui/tasks-component.c:204
@@ -743,8 +745,8 @@ msgstr "Copiar la li_breta localmente para trabajar desconectado"
#: ../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:2439
+#: ../mail/em-folder-properties.c:283 ../mail/mail-config.glade.h:90
+#: ../plugins/itip-formatter/itip-formatter.c:2444
#: ../smime/gui/smime-ui.glade.h:28
msgid "General"
msgstr "General"
@@ -871,20 +873,20 @@ msgstr "Guardar como vCard…"
#: ../addressbook/gui/component/addressbook-view.c:945
#: ../addressbook/gui/widgets/e-addressbook-view.c:956
-#: ../calendar/gui/calendar-component.c:644
-#: ../calendar/gui/e-calendar-table.c:1595
+#: ../calendar/gui/calendar-component.c:652
+#: ../calendar/gui/e-calendar-table.c:1608
#: ../calendar/gui/e-calendar-view.c:1692 ../calendar/gui/e-memo-table.c:940
#: ../calendar/gui/memos-component.c:493 ../calendar/gui/tasks-component.c:484
#: ../mail/em-folder-tree.c:2111 ../mail/em-folder-view.c:1340
-#: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:40
+#: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:42
#: ../ui/evolution-mail-list.xml.h:35 ../ui/evolution-memos.xml.h:16
#: ../ui/evolution-tasks.xml.h:24
msgid "_Delete"
msgstr "_Borrar"
#: ../addressbook/gui/component/addressbook-view.c:948
-#: ../calendar/gui/calendar-component.c:649
-#: ../calendar/gui/dialogs/comp-editor.c:2039
+#: ../calendar/gui/calendar-component.c:657
+#: ../calendar/gui/dialogs/comp-editor.c:2043
#: ../calendar/gui/memos-component.c:498 ../calendar/gui/tasks-component.c:489
#: ../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
@@ -912,7 +914,7 @@ msgstr "Introduzca la contraseña para %s (usuario %s)"
#: ../addressbook/gui/component/addressbook.c:222
#: ../calendar/common/authentication.c:51
-#: ../plugins/google-account-setup/google-source.c:444
+#: ../plugins/google-account-setup/google-source.c:441
#: ../plugins/publish-calendar/publish-calendar.c:191
#: ../smime/gui/component.c:49
msgid "Enter password"
@@ -967,7 +969,7 @@ msgstr ""
"nombres."
#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:10
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:70
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73
msgid "Vertical pane position"
msgstr "Posición del panel vertical"
@@ -983,6 +985,14 @@ msgstr ""
msgid "Whether to show the preview pane."
msgstr "Indica si se muestra el panel de vista previa."
+#: ../addressbook/gui/component/autocompletion-config.c:175
+msgid "Always _show address of the autocompleted contact"
+msgstr "_Siempre mostrar la dirección del contacto autocompletado"
+
+#: ../addressbook/gui/component/autocompletion-config.c:180
+msgid "Look up in address books"
+msgstr "Buscar en las libretas de direcciones"
+
#: ../addressbook/gui/component/ldap-config.glade.h:1
msgid "1"
msgstr "1"
@@ -1194,7 +1204,6 @@ msgstr ""
"demasiado alto ralentizará su libreta de direcciones."
#: ../addressbook/gui/component/ldap-config.glade.h:43
-#, fuzzy
msgid ""
"This is the method Evolution will use to authenticate you. Note that "
"setting this to \"Email Address\" requires anonymous access to your LDAP "
@@ -1252,7 +1261,7 @@ msgstr "Método de _inicio de sesión:"
#: ../addressbook/gui/component/ldap-config.glade.h:53
#: ../calendar/gui/dialogs/calendar-setup.c:227
-#: ../mail/mail-config.glade.h:177
+#: ../mail/mail-config.glade.h:178
#: ../plugins/groupwise-features/properties.glade.h:11
#: ../widgets/menus/gal-view-instance-save-as-dialog.glade.h:2
msgid "_Name:"
@@ -1267,7 +1276,7 @@ msgid "_Search scope:"
msgstr "Á_mbito de búsqueda:"
#: ../addressbook/gui/component/ldap-config.glade.h:56
-#: ../mail/mail-config.glade.h:186
+#: ../mail/mail-config.glade.h:187
#: ../plugins/publish-calendar/publish-calendar.glade.h:26
msgid "_Server:"
msgstr "_Servidor:"
@@ -1285,13 +1294,13 @@ msgid "cards"
msgstr "tarjetas"
#: ../addressbook/gui/component/ldap-config.glade.h:60
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:9
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:27
#: ../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 "minutos"
@@ -1531,8 +1540,8 @@ msgstr "Dirección"
#: ../addressbook/gui/widgets/e-minicard-view.c:545
#: ../addressbook/gui/widgets/e-minicard.c:192
#: ../widgets/menus/gal-define-views-model.c:178
-#: ../widgets/table/e-cell-text.c:1835 ../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 "Editable"
@@ -2566,6 +2575,7 @@ msgstr "Domicilio"
#: ../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
+#: ../calendar/gui/e-calendar-view.c:2152
msgid "Other"
msgstr "Otro"
@@ -2961,8 +2971,8 @@ msgstr "Error al obtener la vista de libro"
#: ../widgets/table/e-table-click-to-add.c:509
#: ../widgets/table/e-table-selection-model.c:302
#: ../widgets/table/e-table.c:3354
-#: ../widgets/table/e-tree-selection-model.c:820 ../widgets/text/e-text.c:3551
-#: ../widgets/text/e-text.c:3552
+#: ../widgets/table/e-tree-selection-model.c:820 ../widgets/text/e-text.c:3552
+#: ../widgets/text/e-text.c:3553
msgid "Model"
msgstr "Modelo"
@@ -2992,8 +3002,8 @@ msgid "Save as vCard..."
msgstr "Guardar como vCard…"
#: ../addressbook/gui/widgets/e-addressbook-view.c:934
-#: ../calendar/gui/dialogs/comp-editor.c:2037
-#: ../calendar/gui/e-calendar-table.c:1573
+#: ../calendar/gui/dialogs/comp-editor.c:2041
+#: ../calendar/gui/e-calendar-table.c:1586
#: ../calendar/gui/e-calendar-view.c:1670 ../calendar/gui/e-memo-table.c:923
#: ../ui/evolution-addressbook.xml.h:56
msgid "_Open"
@@ -3049,11 +3059,11 @@ msgstr "Cor_tar"
#: ../addressbook/gui/widgets/e-addressbook-view.c:954
#: ../calendar/gui/dialogs/comp-editor.c:484
-#: ../calendar/gui/e-calendar-table.c:1581
+#: ../calendar/gui/e-calendar-table.c:1594
#: ../calendar/gui/e-calendar-view.c:1677 ../calendar/gui/e-memo-table.c:931
#: ../composer/e-msg-composer.c:2052 ../mail/em-folder-tree.c:1005
#: ../mail/em-folder-view.c:1325 ../mail/message-list.c:2106
-#: ../ui/evolution-addressbook.xml.h:46 ../ui/evolution-calendar.xml.h:39
+#: ../ui/evolution-addressbook.xml.h:46 ../ui/evolution-calendar.xml.h:40
#: ../ui/evolution-mail-message.xml.h:103 ../ui/evolution-memos.xml.h:15
#: ../ui/evolution-tasks.xml.h:23
msgid "_Copy"
@@ -3251,7 +3261,7 @@ msgstr "Sitio web"
#: ../widgets/table/e-table-group-leaf.c:637
#: ../widgets/table/e-table-group-leaf.c:638
#: ../widgets/table/e-table-item.c:3077 ../widgets/table/e-table-item.c:3078
-#: ../widgets/text/e-text.c:3729 ../widgets/text/e-text.c:3730
+#: ../widgets/text/e-text.c:3730 ../widgets/text/e-text.c:3731
msgid "Width"
msgstr "Anchura"
@@ -3266,7 +3276,7 @@ msgstr "Anchura"
#: ../widgets/table/e-table-group-leaf.c:630
#: ../widgets/table/e-table-group-leaf.c:631
#: ../widgets/table/e-table-item.c:3083 ../widgets/table/e-table-item.c:3084
-#: ../widgets/text/e-text.c:3737 ../widgets/text/e-text.c:3738
+#: ../widgets/text/e-text.c:3738 ../widgets/text/e-text.c:3739
msgid "Height"
msgstr "Altura"
@@ -3303,7 +3313,7 @@ msgid ""
msgstr ""
"\n"
"\n"
-"Buscando contactos..."
+"Buscando contactos…"
#: ../addressbook/gui/widgets/e-minicard-view.c:181
msgid ""
@@ -3383,7 +3393,7 @@ msgid "_Open Link in Browser"
msgstr "_Abrir enlace en el navegador"
#: ../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 "_Copiar dirección del enlace"
@@ -3430,9 +3440,9 @@ msgid "Video Chat"
msgstr "Charla por vídeo"
#: ../addressbook/gui/widgets/eab-contact-display.c:636
-#: ../calendar/gui/calendar-commands.c:92
+#: ../calendar/gui/calendar-commands.c:94
#: ../calendar/gui/dialogs/calendar-setup.c:369
-#: ../calendar/gui/gnome-cal.c:2451
+#: ../calendar/gui/gnome-cal.c:2462
#: ../plugins/exchange-operations/exchange-delegates-user.c:78
#: ../plugins/exchange-operations/exchange-folder.c:576
#: ../plugins/groupwise-account-setup/camel-gw-listener.c:424
@@ -3468,13 +3478,13 @@ msgid "Web Log"
msgstr "Diario web"
#: ../addressbook/gui/widgets/eab-contact-display.c:656
-#: ../calendar/gui/caltypes.xml.h:6 ../calendar/gui/e-calendar-view.c:2342
+#: ../calendar/gui/caltypes.xml.h:6 ../calendar/gui/e-calendar-view.c:2431
#: ../calendar/gui/memotypes.xml.h:5 ../calendar/gui/tasktypes.xml.h:8
msgid "Birthday"
msgstr "Cumpleaños"
#: ../addressbook/gui/widgets/eab-contact-display.c:657
-#: ../calendar/gui/caltypes.xml.h:1 ../calendar/gui/e-calendar-view.c:2343
+#: ../calendar/gui/caltypes.xml.h:1 ../calendar/gui/e-calendar-view.c:2432
#: ../calendar/gui/memotypes.xml.h:1 ../calendar/gui/tasktypes.xml.h:3
msgid "Anniversary"
msgstr "Aniversario"
@@ -3547,7 +3557,7 @@ msgstr "Protocolo no implementado"
#: ../calendar/gui/e-cal-model-tasks.c:364
#: ../calendar/gui/e-cal-model-tasks.c:681
#: ../calendar/gui/e-calendar-table.c:239
-#: ../calendar/gui/e-calendar-table.c:642 ../calendar/gui/print.c:2557
+#: ../calendar/gui/e-calendar-table.c:652 ../calendar/gui/print.c:2557
msgid "Canceled"
msgstr "Cancelado"
@@ -3842,7 +3852,7 @@ msgstr "Vista de la tarjeta"
#: ../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:673 ../shell/shell.error.xml.h:7
+#: ../calendar/importers/icalendar-importer.c:685 ../shell/shell.error.xml.h:7
msgid "Importing..."
msgstr "Importando…"
@@ -4086,8 +4096,8 @@ msgstr "Prueba de impresión de contactos"
msgid "This should test the contact print code"
msgstr "Esto debería probar el código de impresión de los contactos"
-#: ../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 "No es posible abrir el archivo"
@@ -4293,42 +4303,46 @@ msgid "Are you sure you want to send the task without a summary?"
msgstr "¿Seguro que quiere enviar la tarea sin un resumen?"
#: ../calendar/calendar.error.xml.h:28
+msgid "Calendar repository is offline."
+msgstr "El repositorio del calendario está desconectado."
+
+#: ../calendar/calendar.error.xml.h:29
msgid "Cannot create a new event"
msgstr "No es posible crear un acontecimiento nuevo"
-#: ../calendar/calendar.error.xml.h:29
+#: ../calendar/calendar.error.xml.h:30
msgid "Cannot save event"
msgstr "No se puede guardar el acontecimiento"
-#: ../calendar/calendar.error.xml.h:30
+#: ../calendar/calendar.error.xml.h:31
msgid "Delete calendar '{0}'?"
msgstr "¿Desea borrar el calendario «{0}»?"
-#: ../calendar/calendar.error.xml.h:31
+#: ../calendar/calendar.error.xml.h:32
msgid "Delete memo list '{0}'?"
msgstr "¿Desea borrar la lista de notas «{0}»?"
-#: ../calendar/calendar.error.xml.h:32
+#: ../calendar/calendar.error.xml.h:33
msgid "Delete task list '{0}'?"
msgstr "¿Desea borrar la lista de tareas «{0}»?"
-#: ../calendar/calendar.error.xml.h:33
+#: ../calendar/calendar.error.xml.h:34
msgid "Do _not Send"
msgstr "_No enviar"
-#: ../calendar/calendar.error.xml.h:34
+#: ../calendar/calendar.error.xml.h:35
msgid "Download in progress. Do you want to save the appointment?"
msgstr "Descarga en progreso. ¿Desea guardar la cita?"
-#: ../calendar/calendar.error.xml.h:35
+#: ../calendar/calendar.error.xml.h:36
msgid "Download in progress. Do you want to save the task?"
msgstr "Descarga en progreso. ¿Desea guardar la tarea?"
-#: ../calendar/calendar.error.xml.h:36
+#: ../calendar/calendar.error.xml.h:37
msgid "Editor could not be loaded."
msgstr "No es posible cargar el editor."
-#: ../calendar/calendar.error.xml.h:37
+#: ../calendar/calendar.error.xml.h:38
msgid ""
"Email invitations will be sent to all participants and allow them to accept "
"this task."
@@ -4336,26 +4350,31 @@ msgstr ""
"Se enviarán invitaciones por correo-e a todos los participantes y se les "
"permitirá aceptar esta tarea."
-#: ../calendar/calendar.error.xml.h:38
+#: ../calendar/calendar.error.xml.h:39
msgid ""
"Email invitations will be sent to all participants and allow them to reply."
msgstr ""
"Se enviarán invitaciones por correo-e a todos los participantes y se les "
"permitirá responder."
-#: ../calendar/calendar.error.xml.h:39
+#: ../calendar/calendar.error.xml.h:40
msgid "Error loading calendar"
msgstr "Error al cargar el calendario"
-#: ../calendar/calendar.error.xml.h:40
+#: ../calendar/calendar.error.xml.h:41
msgid "Error loading memo list"
msgstr "Error al cargar la lista de notas"
-#: ../calendar/calendar.error.xml.h:41
+#: ../calendar/calendar.error.xml.h:42
msgid "Error loading task list"
msgstr "Error al cargar la lista de tareas"
-#: ../calendar/calendar.error.xml.h:42
+#. For Translators: {0} is specify the backend server
+#: ../calendar/calendar.error.xml.h:44
+msgid "Error on '{0}'"
+msgstr "Error en «{0}»"
+
+#: ../calendar/calendar.error.xml.h:45
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the meeting is canceled."
@@ -4363,7 +4382,7 @@ msgstr ""
"Si no envía una notificación de cancelación, los otros participantes quizá "
"no sepan que la reunión se ha cancelado."
-#: ../calendar/calendar.error.xml.h:43
+#: ../calendar/calendar.error.xml.h:46
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the memo has been deleted."
@@ -4371,7 +4390,7 @@ msgstr ""
"Si no envía una notificación de cancelación, los otros participantes quizá "
"no sepan que la nota se ha borrado."
-#: ../calendar/calendar.error.xml.h:44
+#: ../calendar/calendar.error.xml.h:47
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the task has been deleted."
@@ -4379,19 +4398,23 @@ msgstr ""
"Si no envía una notificación de cancelación, los otros participantes quizá "
"no sepan que la tarea ha sido borrada."
-#: ../calendar/calendar.error.xml.h:45
+#: ../calendar/calendar.error.xml.h:48
+msgid "No response from the server."
+msgstr "Sin respuesta del servidor"
+
+#: ../calendar/calendar.error.xml.h:49
msgid "Save Appointment"
msgstr "Guardar cita"
-#: ../calendar/calendar.error.xml.h:46
+#: ../calendar/calendar.error.xml.h:50
msgid "Save Memo"
msgstr "Guardar nota"
-#: ../calendar/calendar.error.xml.h:47
+#: ../calendar/calendar.error.xml.h:51
msgid "Save Task"
msgstr "Guardar tarea"
-#: ../calendar/calendar.error.xml.h:48
+#: ../calendar/calendar.error.xml.h:52
msgid ""
"Sending updated information allows other participants to keep their "
"calendars up to date."
@@ -4399,7 +4422,7 @@ msgstr ""
"Al enviar información actualizada permite que otros participantes mantengan "
"sus calendarios al día."
-#: ../calendar/calendar.error.xml.h:49
+#: ../calendar/calendar.error.xml.h:53
msgid ""
"Sending updated information allows other participants to keep their task "
"lists up to date."
@@ -4407,7 +4430,7 @@ msgstr ""
"El envío de información actualizada permite que otros participantes "
"mantengan su lista de tareas al día."
-#: ../calendar/calendar.error.xml.h:51
+#: ../calendar/calendar.error.xml.h:55
msgid ""
"Some attachments are being downloaded. Saving the appointment would result "
"in the loss of these attachments."
@@ -4415,7 +4438,7 @@ msgstr ""
"Hay algunos adjuntos descargándose. Guardar la cita podría resultar en la "
"pérdida de esos adjuntos."
-#: ../calendar/calendar.error.xml.h:52
+#: ../calendar/calendar.error.xml.h:56
msgid ""
"Some attachments are being downloaded. Saving the task would result in the "
"loss of these attachments."
@@ -4423,88 +4446,96 @@ msgstr ""
"Hay algunos adjuntos descargándose. Guardar la tarea podría resultar en la "
"pérdida de esos adjuntos."
-#: ../calendar/calendar.error.xml.h:53
+#: ../calendar/calendar.error.xml.h:57
msgid "Some features may not work properly with your current server."
msgstr ""
"Algunas características quizá no funcionen correctamente con su servidor "
"actual."
-#: ../calendar/calendar.error.xml.h:54
+#: ../calendar/calendar.error.xml.h:58
msgid "The Evolution calendar has quit unexpectedly."
msgstr "El calendario de Evolution ha terminado inesperadamente."
-#: ../calendar/calendar.error.xml.h:55
+#: ../calendar/calendar.error.xml.h:59
+msgid "The Evolution calendars have quit unexpectedly."
+msgstr "El calendario de Evolution ha terminado inesperadamente."
+
+#: ../calendar/calendar.error.xml.h:60
msgid "The Evolution memo has quit unexpectedly."
msgstr "Las notas de Evolution han terminado inesperadamente."
-#: ../calendar/calendar.error.xml.h:56
+#: ../calendar/calendar.error.xml.h:61
msgid "The Evolution tasks have quit unexpectedly."
msgstr "Las tareas de Evolution han terminado inesperadamente."
-#: ../calendar/calendar.error.xml.h:57
+#: ../calendar/calendar.error.xml.h:62
msgid "The calendar is not marked for offline usage."
msgstr "El calendario no está marcado para usarse sin conexión."
-#: ../calendar/calendar.error.xml.h:58
+#: ../calendar/calendar.error.xml.h:63
msgid "The memo list is not marked for offline usage."
msgstr "La lista de notas no está marcada para usarse sin conexión."
-#: ../calendar/calendar.error.xml.h:59
+#: ../calendar/calendar.error.xml.h:64
msgid "The task list is not marked for offline usage."
msgstr "La lista de tareas no está marcada para usarse sin conexión."
-#: ../calendar/calendar.error.xml.h:60
+#: ../calendar/calendar.error.xml.h:65
msgid "This calendar will be removed permanently."
msgstr "Este calendario se eliminará permanentemente."
-#: ../calendar/calendar.error.xml.h:61
+#: ../calendar/calendar.error.xml.h:66
msgid "This memo list will be removed permanently."
msgstr "Esta lista de notas se eliminará permanentemente."
-#: ../calendar/calendar.error.xml.h:62
+#: ../calendar/calendar.error.xml.h:67
msgid "This task list will be removed permanently."
msgstr "Esta lista de tareas se eliminará permanentemente."
-#: ../calendar/calendar.error.xml.h:63
+#: ../calendar/calendar.error.xml.h:68
+msgid "Unable to load the calendar"
+msgstr "No es posible cargar el calendario «%s»"
+
+#: ../calendar/calendar.error.xml.h:69
msgid "Would you like to save your changes to this appointment?"
msgstr "¿Desea guardar los cambios de esta cita?"
-#: ../calendar/calendar.error.xml.h:64
+#: ../calendar/calendar.error.xml.h:70
msgid "Would you like to save your changes to this memo?"
msgstr "¿Desea guardar los cambios de esta nota?"
-#: ../calendar/calendar.error.xml.h:65
+#: ../calendar/calendar.error.xml.h:71
msgid "Would you like to save your changes to this task?"
msgstr "¿Desea guardar los cambios de esta tarea?"
-#: ../calendar/calendar.error.xml.h:66
+#: ../calendar/calendar.error.xml.h:72
msgid "Would you like to send a cancelation notice for this memo?"
msgstr "¿Quiere enviar una notificación de cancelación para esta nota?"
-#: ../calendar/calendar.error.xml.h:67
+#: ../calendar/calendar.error.xml.h:73
msgid "Would you like to send all the participants a cancelation notice?"
msgstr ""
"¿Quiere enviar a todos los participantes una notificación de cancelación?"
-#: ../calendar/calendar.error.xml.h:68
+#: ../calendar/calendar.error.xml.h:74
msgid "Would you like to send meeting invitations to participants?"
msgstr "¿Quiere enviar invitaciones a la reunión a los participantes?"
-#: ../calendar/calendar.error.xml.h:69
+#: ../calendar/calendar.error.xml.h:75
msgid "Would you like to send this task to participants?"
msgstr "¿Quiere enviar esta tarea a los participantes?"
-#: ../calendar/calendar.error.xml.h:70
+#: ../calendar/calendar.error.xml.h:76
msgid "Would you like to send updated meeting information to participants?"
msgstr ""
"¿Quiere enviar información de la reunión actualizada a los participantes?"
-#: ../calendar/calendar.error.xml.h:71
+#: ../calendar/calendar.error.xml.h:77
msgid "Would you like to send updated task information to participants?"
msgstr ""
"¿Quiere enviar información actualizada de las tareas a los participantes?"
-#: ../calendar/calendar.error.xml.h:72
+#: ../calendar/calendar.error.xml.h:78
msgid ""
"You are connecting to an unsupported GroupWise server and may encounter "
"problems using Evolution. For best results, the server should be upgraded to "
@@ -4514,108 +4545,108 @@ msgstr ""
"problemas usando Evolution. Para los mejores resultados el servidor debería "
"actualizarse a una versión soportada."
-#: ../calendar/calendar.error.xml.h:73
+#: ../calendar/calendar.error.xml.h:79
msgid "You have changed this appointment, but not yet saved it."
msgstr "Ha cambiado esta cita, pero no la ha guardado aún."
-#: ../calendar/calendar.error.xml.h:74
+#: ../calendar/calendar.error.xml.h:80
msgid "You have changed this task, but not yet saved it."
msgstr "Ha realizado cambios a esta tarea, pero no la ha guardado aún."
-#: ../calendar/calendar.error.xml.h:75
+#: ../calendar/calendar.error.xml.h:81
msgid "You have made changes to this memo, but not yet saved them."
msgstr "Ha realizado cambios a esta nota, pero no los ha guardado aún."
-#: ../calendar/calendar.error.xml.h:76
+#: ../calendar/calendar.error.xml.h:82
msgid "Your calendars will not be available until Evolution is restarted."
msgstr "Sus calendarios no estarán disponibles hasta que reinicie Evolution."
-#: ../calendar/calendar.error.xml.h:77
+#: ../calendar/calendar.error.xml.h:83
msgid "Your memos will not be available until Evolution is restarted."
msgstr "Sus notas no estarán disponibles hasta que reinicie Evolution."
-#: ../calendar/calendar.error.xml.h:78
+#: ../calendar/calendar.error.xml.h:84
msgid "Your tasks will not be available until Evolution is restarted."
msgstr "Sus tareas no estarán disponibles hasta que reinicie Evolution."
-#: ../calendar/calendar.error.xml.h:79
+#: ../calendar/calendar.error.xml.h:85
#: ../composer/mail-composer.error.xml.h:30
msgid "_Discard Changes"
msgstr "_Descartar cambios"
-#: ../calendar/calendar.error.xml.h:80 ../composer/e-composer-actions.c:499
+#: ../calendar/calendar.error.xml.h:86 ../composer/e-composer-actions.c:497
msgid "_Save"
msgstr "_Guardar"
-#: ../calendar/calendar.error.xml.h:81
+#: ../calendar/calendar.error.xml.h:87
msgid "_Save Changes"
msgstr "_Guardar cambios"
-#: ../calendar/calendar.error.xml.h:82
+#: ../calendar/calendar.error.xml.h:88
#: ../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 "_Enviar"
-#: ../calendar/calendar.error.xml.h:83
+#: ../calendar/calendar.error.xml.h:89
msgid "_Send Notice"
msgstr "_Enviar notificación"
-#: ../calendar/calendar.error.xml.h:84
+#: ../calendar/calendar.error.xml.h:90
msgid "{0}."
msgstr "{0}."
-#: ../calendar/conduits/calendar/calendar-conduit.c:256
+#: ../calendar/conduits/calendar/calendar-conduit.c:258
msgid "Split Multi-Day Events:"
msgstr "Dividir acontecimientos de días múltiples:"
-#: ../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 "No se ha podido iniciar el servidor 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 ""
"No es posible leer información de la aplicación de calendario del Pilot"
-#: ../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 "No es posible leer los datos de la aplicación Memo del Pilot"
-#: ../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 "No es posible escribir los datos de la aplicación Memo del Pilot"
-#: ../calendar/conduits/todo/todo-conduit.c:240
+#: ../calendar/conduits/todo/todo-conduit.c:241
msgid "Default Priority:"
msgstr "Prioridad predeterminada:"
-#: ../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 "No es posible leer los datos de la aplicación ToDo del Pilot"
-#: ../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 "No es posible escribir el bloque de aplicación ToDo del Pilot"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:1
-#: ../plugins/itip-formatter/itip-formatter.c:2430
+#: ../plugins/itip-formatter/itip-formatter.c:2435
msgid "Calendar and Tasks"
msgstr "Calendario y tareas"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:2
-#: ../calendar/gui/calendar-component.c:832
-#: ../calendar/gui/calendar-component.c:1429
+#: ../calendar/gui/calendar-component.c:840
+#: ../calendar/gui/calendar-component.c:1437
msgid "Calendars"
msgstr "Calendarios"
@@ -4657,20 +4688,20 @@ msgstr "_Notas"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:12
#: ../calendar/gui/e-memo-table.c:279 ../calendar/gui/e-memos.c:1120
-#: ../calendar/gui/gnome-cal.c:1774 ../calendar/gui/memos-component.c:575
+#: ../calendar/gui/gnome-cal.c:1777 ../calendar/gui/memos-component.c:575
#: ../calendar/gui/memos-component.c:1128 ../calendar/gui/memos-control.c:354
#: ../calendar/gui/memos-control.c:370
msgid "Memos"
msgstr "Notas"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13
-#: ../calendar/gui/e-calendar-table.c:703 ../calendar/gui/e-tasks.c:1429
-#: ../calendar/gui/gnome-cal.c:1642 ../calendar/gui/print.c:1984
+#: ../calendar/gui/e-calendar-table.c:713 ../calendar/gui/e-tasks.c:1429
+#: ../calendar/gui/gnome-cal.c:1645 ../calendar/gui/print.c:1984
#: ../calendar/gui/tasks-component.c:566
#: ../calendar/gui/tasks-component.c:1117 ../calendar/gui/tasks-control.c:492
#: ../calendar/gui/tasks-control.c:508
#: ../calendar/importers/icalendar-importer.c:76
-#: ../calendar/importers/icalendar-importer.c:737
+#: ../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
@@ -4692,26 +4723,26 @@ msgstr "_Tareas"
msgid "Evolution Calendar alarm notification service"
msgstr "Servicio de notificación por alerta del Calendario de Evolution"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:104
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:105
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minuto"
msgstr[1] "minutos"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:119
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:120
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:7
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:25
#: ../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] "hora"
msgstr[1] "horas"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:273
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:298
msgid "Start time"
msgstr "Hora de inicio"
@@ -4722,8 +4753,8 @@ msgstr "Citas"
#. Location
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:2
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1603
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1609
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1610
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1616
#: ../calendar/gui/e-itip-control.c:1172
#: ../plugins/itip-formatter/itip-view.c:1004
msgid "Location:"
@@ -4734,52 +4765,55 @@ msgid "Snooze _time:"
msgstr "_Posponer durante:"
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:4
+msgid "_Dismiss"
+msgstr "_Descartar"
+
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:5
#: ../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:169
+#: ../filter/filter.glade.h:11 ../mail/mail-config.glade.h:170
#: ../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
+#: ../ui/evolution-addressbook.xml.h:51 ../ui/evolution-calendar.xml.h:43
#: ../ui/evolution-mail-messagedisplay.xml.h:5 ../ui/evolution-memos.xml.h:17
#: ../ui/evolution-tasks.xml.h:25 ../ui/evolution.xml.h:42
#: ../widgets/menus/gal-define-views.glade.h:5
msgid "_Edit"
msgstr "_Editar"
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:5
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6
msgid "_Snooze"
msgstr "_Posponer"
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:7
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
msgid "location of appointment"
msgstr "lugar de la cita"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1461
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1586
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1468
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1593
msgid "No summary available."
msgstr "No hay resumen disponible."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1470
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1472
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1477
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1479
msgid "No description available."
msgstr "No hay descripción disponible."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1480
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1487
msgid "No location information available."
msgstr "No hay información del lugar disponible."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1525
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1532
#, c-format
msgid "You have %d alarms"
msgstr "Tiene %d alertas"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1687
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1715
-#: ../mail/mail-component.c:1596
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1694
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1722
msgid "Warning"
msgstr "Advertencia"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1691
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1698
msgid ""
"Evolution does not support calendar reminders with\n"
"email notifications yet, but this reminder was\n"
@@ -4791,7 +4825,7 @@ msgstr ""
"configurado para enviar un mensaje de correo-e. En su lugar\n"
"Evolution mostrará un diálogo de recordatorio normal."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1721
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1728
#, c-format
msgid ""
"An Evolution Calendar reminder is about to trigger. This reminder is "
@@ -4808,7 +4842,7 @@ msgstr ""
"\n"
"¿Está seguro que quiere ejecutar este programa?"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1735
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1742
msgid "Do not ask me about this program again."
msgstr "No preguntar otra vez sobre este programa."
@@ -4862,165 +4896,176 @@ msgid "Alarm programs"
msgstr "Programas de alerta"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:2
+#: ../mail/evolution-mail.schemas.in.h:6
+msgid "Amount of time in seconds the error should be shown on the status bar."
+msgstr ""
+"Tiempo en segundos que deberá mostrarse el error en la barra de estado."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:3
msgid "Ask for confirmation when deleting items"
msgstr "Pedir confirmación al borrar elementos"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:3
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:4
msgid "Background color of tasks that are due today, in \"#rrggbb\" format."
msgstr "Color de fondo para las tareas que vencen hoy, en formato «#rrggbb»."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:4
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:5
msgid "Background color of tasks that are overdue, in \"#rrggbb\" format."
msgstr ""
"Color de fondo para las tareas que están retrasadas, en formato «#rrggbb»."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:5
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:6
msgid "Calendars to run alarms for"
msgstr "Los calendarios ejecutarán alertas durante"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:6
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:7
msgid ""
"Color to draw the Marcus Bains Line in the Time bar (empty for default)."
msgstr ""
"Color para dibujar la línea de Marcus Bains en la barra de Tiempo (vacía por "
"omisión)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:7
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8
msgid "Color to draw the Marcus Bains line in the Day View."
msgstr "Color para dibujar la línea de Marcus Bains en la vista diaria."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9
msgid "Compress weekends in month view"
msgstr "Comprimir fines de semana en la vista mensual"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10
msgid "Confirm expunge"
msgstr "Confirmar compactación"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11
msgid "Days on which the start and end of work hours should be indicated."
msgstr ""
"Días en los cuales debe indicarse el inicio y fin de las horas de trabajo."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12
msgid "Default appointment reminder"
msgstr "Recordatorio predeterminado de citas"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13
msgid "Default reminder units"
msgstr "Unidades predeterminadas del recordatorio"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14
msgid "Default reminder value"
msgstr "Valor predeterminado del recordatorio"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15
msgid "Directory for saving alarm audio files"
msgstr "Directorio para guardar los archivos de sonidos de alertas"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16
msgid "Event Gradient"
msgstr "Degradado de eventos"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17
msgid "Event Transparency"
msgstr "Transparencia de eventos"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18
msgid "Free/busy server URLs"
msgstr "URL del servidor de disponibilidad"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19
msgid "Free/busy template URL"
msgstr "URL de la plantilla de disponibilidad"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20
msgid "Gradient of the events in calendar views."
msgstr "Degradado de los eventos en las vistas de calendario."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21
msgid "Hide completed tasks"
msgstr "Ocultar tareas terminadas"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22
msgid "Hide task units"
msgstr "Ocultar Lista de tareas nueva"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23
msgid "Hide task value"
msgstr "Ocultar el valor de la tarea"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24
msgid "Horizontal pane position"
msgstr "Posición horizontal del panel"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25
msgid "Hour the workday ends on, in twenty four hour format, 0 to 23."
msgstr ""
"Hora en la que acaba la jornada laboral, en formato de veinticuatro horas, "
"de 0 a 23."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26
msgid "Hour the workday starts on, in twenty four hour format, 0 to 23."
msgstr ""
"Hora a la que empieza la jornada laboral, en formato de veinticuatro horas, "
"de 0 a 23."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27
msgid "Intervals shown in Day and Work Week views, in minutes."
msgstr ""
"Los intervalos de tiempo mostrados en las vistas diarias y semanales, en "
"minutos."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28
msgid "Last alarm time"
msgstr "Hora de la última alerta"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29
+#: ../mail/evolution-mail.schemas.in.h:72
+msgid "Level beyond which the message should be logged."
+msgstr "Nivel más allá del cuál el mensaje se debe registrar."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30
msgid "List of server URLs for free/busy publishing."
msgstr "Lista de URL del servidor para publicación de disponibilidad."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31
msgid "Marcus Bains Line"
msgstr "Línea de Marcus Bains"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32
msgid "Marcus Bains Line Color - Day View"
msgstr "Color de la línea de Marcus Bains de la vista de día"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33
msgid "Marcus Bains Line Color - Time bar"
msgstr "Color de la línea de Marcus Bains de la barra de tiempo"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34
msgid "Minute the workday ends on, 0 to 59."
msgstr "Minuto en el que acaba la jornada laboral, de 0 a 59."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35
msgid "Minute the workday starts on, 0 to 59."
msgstr "Minuto en el que empieza la jornada laboral, de 0 a 59."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36
msgid "Month view horizontal pane position"
msgstr "Posición del panel horizontal de la vista mensual"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37
msgid "Month view vertical pane position"
msgstr "Posición del panel vertical en la vista mensual"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38
msgid "Number of units for determining a default reminder."
msgstr "Número de unidades para determinar un recordatorio predeterminado."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39
msgid "Number of units for determining when to hide tasks."
msgstr "Número de unidades para determinar cuándo ocultar tareas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40
msgid "Overdue tasks color"
msgstr "Color para las tareas fuera de plazo"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41
msgid ""
"Position of the horizontal pane, between the date navigator calendar and the "
"task list when not in the month view, in pixels."
@@ -5028,7 +5073,7 @@ msgstr ""
"Posición del panel horizontal, entre la vista y la fecha del navegador del "
"calendario y lista de tareas cuando no está en la vista mensual, en píxeles."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42
msgid ""
"Position of the horizontal pane, between the view and the date navigator "
"calendar and task list in the month view, in pixels."
@@ -5036,7 +5081,7 @@ msgstr ""
"Posición del panel horizontal, entre la vista y el navegador de fechas del "
"calendario y la lista de tareas en la vista de mes, en píxeles."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43
msgid ""
"Position of the vertical pane, between the calendar lists and the date "
"navigator calendar."
@@ -5044,7 +5089,7 @@ msgstr ""
"Posición del panel vertical, entre las listas del calendario el calendario "
"del navegador de fechas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44
msgid ""
"Position of the vertical pane, between the task list and the task preview "
"pane, in pixels."
@@ -5052,7 +5097,7 @@ msgstr ""
"Posición del la hoja vertical, entre la lista de tareas y el la hoja de "
"vista previa de tareas, en píxeles."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45
msgid ""
"Position of the vertical pane, between the view and the date navigator "
"calendar and task list in the month view, in pixels."
@@ -5060,7 +5105,7 @@ msgstr ""
"Posición de la hoja vertical, entre la vista y el navegador del calendario y "
"la lista de tareas en la vista mensual, en píxeles."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46
msgid ""
"Position of the vertical pane, between the view and the date navigator "
"calendar and task list when not in the month view, in pixels."
@@ -5069,77 +5114,77 @@ msgstr ""
"calendario y la lista de tareas cuando no está en la vista mensual, en "
"píxeles."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47
msgid "Programs that are allowed to be run by alarms."
msgstr "Programas que se permite que sean ejecutados por las alertas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48
msgid "Save directory for alarm audio"
msgstr "Directorio donde guardar los sonidos de las alertas"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49
msgid "Show RSVP field in the event/task/meeting editor"
msgstr ""
"Mostrar el campo «Confirmar» en el editor de acontecimientos/tareas/reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50
msgid "Show Role field in the event/task/meeting editor"
msgstr "Mostrar el campo «Rol» en el editor de acontecimientos/tareas/reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51
msgid "Show appointment end times in week and month views"
msgstr ""
"Mostrar las horas de finalización de las citas en las vistas semanales y "
"mensuales"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52
msgid "Show categories field in the event/meeting/task editor"
msgstr ""
"Mostrar el campo de categorías en el editor de acontecimientos/reuniones/"
"tareas"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53
msgid "Show display alarms in notification tray"
msgstr "Mostrar el visor de la alerta en una bandeja de notificación"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54
msgid "Show status field in the event/task/meeting editor"
msgstr ""
"Mostrar el campo de estado en el editor de acontecimientos/tareas/reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53
-#: ../mail/evolution-mail.schemas.in.h:124
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55
+#: ../mail/evolution-mail.schemas.in.h:126
msgid "Show the \"Preview\" pane"
msgstr "Mostrar el panel de vista previa"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54
-#: ../mail/evolution-mail.schemas.in.h:125
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56
+#: ../mail/evolution-mail.schemas.in.h:127
msgid "Show the \"Preview\" pane."
msgstr "Mostrar el panel de vista previa."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57
msgid "Show timezone field in the event/meeting editor"
msgstr ""
"Mostrar el campo de zona horaria en el editor de acontecimientos/reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58
msgid "Show type field in the event/task/meeting editor"
msgstr ""
"Mostrar el campo de tipo en el editor de acontecimientos/tareas/reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59
msgid "Show week numbers in date navigator"
msgstr "Mostrar los números de las semanas en el navegador de fechas"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:60
msgid "Tasks due today color"
msgstr "Color para las tareas que vencen hoy"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61
msgid "Tasks vertical pane position"
msgstr "Posición del panel vertical de tareas"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63
#, no-c-format
msgid ""
"The URL template to use as a free/busy data fallback, %u is replaced by the "
@@ -5149,7 +5194,7 @@ msgstr ""
"reemplaza por la parte del usuario de la dirección de correo y %d se "
"reemplaza por el dominio."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:62
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64
msgid ""
"The default timezone to use for dates and times in the calendar, as an "
"untranslated Olsen timezone database location like \"America/New York\"."
@@ -5158,20 +5203,28 @@ msgstr ""
"calendario, como una localización sin correspondencia en una base de datos "
"de franjas horarias Olsen, como en \"América/Nueva York\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65
+msgid ""
+"This can have three possible values. 0 for errors. 1 for warnings. 2 for "
+"debug messages."
+msgstr ""
+"Esto puede tener tres valores posibles. «0» para errores. «1» para avisos. «2» "
+"para mensajes de depuración."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66
msgid "Time divisions"
msgstr "Divisiones de hora"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67
msgid "Time the last alarm ran, in time_t."
msgstr "La hora en que la última alerta sonó, en time_t."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68
#: ../plugins/startup-wizard/startup-wizard.c:109
msgid "Timezone"
msgstr "Zona horaria "
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69
msgid ""
"Transparency of the events in calendar views, a value between 0 "
"(transparent) and 1 (opaque)."
@@ -5179,46 +5232,46 @@ msgstr ""
"Transparencia de los acontecimientos en las vistas del calendario, un valor "
"entre 0 (transparente) y 1 (opaco)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:70
msgid "Twenty four hour time format"
msgstr "Formato de hora de veinticuatro horas"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71
msgid "Units for a default reminder, \"minutes\", \"hours\" or \"days\"."
msgstr ""
"Unidades para el recordatorio predeterminado, \"minutes\", \"hours\" o \"days"
"\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72
msgid ""
"Units for determining when to hide tasks, \"minutes\", \"hours\" or \"days\"."
msgstr ""
"Unidades para determinar cuándo ocultar tareas, \"minutes\", \"hours\" o "
"\"days\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74
msgid "Week start"
msgstr "Comienzo de la semana"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75
msgid "Weekday the week starts on, from Sunday (0) to Saturday (6)."
msgstr ""
"El día en que empieza la semana, desde el domingo (0) hasta el sábado (6)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76
msgid "Whether or not to use the notification tray for display alarms."
msgstr ""
"Indica si se debe usar o no la bandeja de notificación para mostrar alertas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77
msgid "Whether to ask for confirmation when deleting an appointment or task."
msgstr "Indica si debe pedir confirmación al borrar una cita o tarea."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78
msgid "Whether to ask for confirmation when expunging appointments and tasks."
msgstr "Indica si debe pedir confirmación al compactar citas y tareas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79
msgid ""
"Whether to compress weekends in the month view, which puts Saturday and "
"Sunday in the space of one weekday."
@@ -5226,102 +5279,102 @@ msgstr ""
"Indica si se deben comprimir los fines de semana, lo cual pone al sábado y "
"al domingo en el mismo espacio que un día laborable."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80
msgid "Whether to display the end time of events in the week and month views."
msgstr ""
"Indica si debe mostrar la hora de finalización de los acontecimientos en las "
"vistas semanales y mensuales."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81
msgid ""
"Whether to draw the Marcus Bains Line (line at current time) in the calendar."
msgstr ""
"Indica si debe dibujar la línea Marcus Bains (línea a la hora actual) en el "
"calendario."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82
msgid "Whether to hide completed tasks in the tasks view."
msgstr "Indica si debe ocultar las tareas terminadas en la vista de tareas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83
msgid "Whether to set a default reminder for appointments."
msgstr ""
"Indica si debe establecer un recordatorio predeterminado para las citas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84
msgid "Whether to show RSVP field in the event/task/meeting editor"
msgstr ""
"Indica si debe mostrar el campo «Confirmar» en el editor de acontecimiento/"
"tareas/reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85
msgid "Whether to show categories field in the event/meeting editor"
msgstr ""
"Indica si debe mostrar el campo «Categorías» en el editor de acontecimientos/"
"reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86
msgid "Whether to show role field in the event/task/meeting editor"
msgstr ""
"Indica si debe mostrar el campo «Rol» en el editor de acontecimientos/tareas/"
"reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87
msgid "Whether to show status field in the event/task/meeting editor"
msgstr ""
"Indica si debe mostrar el campo «Estado» en el editor de acontecimientos/"
"tareas/reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88
msgid ""
"Whether to show times in twenty four hour format instead of using am/pm."
msgstr ""
"Indica si debe mostrar las horas en formato de veinticuatro horas en vez de "
"usar am/pm."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89
msgid "Whether to show timezone field in the event/meeting editor"
msgstr ""
"Indica si debe mostrar el campo «Zona horaria» en el editor de "
"acontecimientos/reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90
msgid "Whether to show type field in the event/task/meeting editor"
msgstr ""
"Indica si debe mostrar el campo «Tipo» en el editor de acontecimientos/tareas/"
"reuniones"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91
msgid "Whether to show week numbers in the date navigator."
msgstr ""
"Indica si debe mostrar los números de la semana en el navegador de fechas."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92
msgid "Whether to use daylight savings time while displaying events."
msgstr ""
"Indica si se deben usar la hora del horario de verano al mostrar eventos."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93
msgid "Work days"
msgstr "Días laborables"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94
msgid "Workday end hour"
msgstr "Hora de finalización de la jornada laboral"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95
msgid "Workday end minute"
msgstr "Minuto de finalización de la jornada laboral"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:96
msgid "Workday start hour"
msgstr "Hora de comienzo de la jornada laboral"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:97
msgid "Workday start minute"
msgstr "Minuto de comienzo de la jornada laboral"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:98
msgid "daylight savings time"
msgstr "Hora de verano"
@@ -5378,13 +5431,13 @@ msgstr "Citas activas"
msgid "Next 7 Days' Appointments"
msgstr "Citas de los próximos 7 días"
-#: ../calendar/gui/calendar-commands.c:92 ../ui/evolution-addressbook.xml.h:26
+#: ../calendar/gui/calendar-commands.c:94 ../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 "Imprimir"
-#: ../calendar/gui/calendar-commands.c:317
+#: ../calendar/gui/calendar-commands.c:319
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 "
@@ -5394,16 +5447,16 @@ msgstr ""
"más antiguos que el tiempo seleccionado. Si continúa, no podrá recuperar "
"esos acontecimientos."
-#: ../calendar/gui/calendar-commands.c:323
+#: ../calendar/gui/calendar-commands.c:325
msgid "Purge events older than"
msgstr "Purgar acontecimientos anteriores a"
-#: ../calendar/gui/calendar-commands.c:328
+#: ../calendar/gui/calendar-commands.c:330
#: ../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 "días"
@@ -5412,110 +5465,110 @@ msgstr "días"
#. Create the LDAP source group
#. Create the Webcal source group
#. Create the LDAP source group
-#: ../calendar/gui/calendar-component.c:273
+#: ../calendar/gui/calendar-component.c:281
#: ../calendar/gui/memos-component.c:235 ../calendar/gui/migration.c:505
#: ../calendar/gui/migration.c:604 ../calendar/gui/migration.c:1118
#: ../calendar/gui/tasks-component.c:231
msgid "On The Web"
msgstr "En la web"
-#: ../calendar/gui/calendar-component.c:310 ../calendar/gui/migration.c:399
+#: ../calendar/gui/calendar-component.c:318 ../calendar/gui/migration.c:399
msgid "Birthdays & Anniversaries"
msgstr "Cumpleaños y aniversarios"
#. Create the weather group
-#: ../calendar/gui/calendar-component.c:323
+#: ../calendar/gui/calendar-component.c:331
#: ../plugins/calendar-weather/calendar-weather.c:100
msgid "Weather"
msgstr "Meteorología"
-#: ../calendar/gui/calendar-component.c:640
+#: ../calendar/gui/calendar-component.c:648
msgid "_New Calendar"
msgstr "Calendario _nuevo"
-#: ../calendar/gui/calendar-component.c:641
+#: ../calendar/gui/calendar-component.c:649
#: ../calendar/gui/memos-component.c:490 ../calendar/gui/tasks-component.c:481
#: ../mail/em-folder-tree.c:2106
msgid "_Copy..."
msgstr "_Copiar…"
-#: ../calendar/gui/calendar-component.c:645
+#: ../calendar/gui/calendar-component.c:653
#: ../calendar/gui/memos-component.c:494 ../calendar/gui/tasks-component.c:485
msgid "_Make available for offline use"
msgstr "_Hacer esto disponible para su uso desconectado"
-#: ../calendar/gui/calendar-component.c:646
+#: ../calendar/gui/calendar-component.c:654
#: ../calendar/gui/memos-component.c:495 ../calendar/gui/tasks-component.c:486
msgid "_Do not make available for offline use"
msgstr "_No hacer esto disponible sin conexión"
-#: ../calendar/gui/calendar-component.c:976
+#: ../calendar/gui/calendar-component.c:984
msgid "Failed upgrading calendars."
msgstr "Falló al actualizar calendarios."
-#: ../calendar/gui/calendar-component.c:1275
+#: ../calendar/gui/calendar-component.c:1283
#, c-format
msgid "Unable to open the calendar '%s' for creating events and meetings"
msgstr ""
"No es posible abrir el calendario «%s» para crear acontecimientos y reuniones"
-#: ../calendar/gui/calendar-component.c:1291
+#: ../calendar/gui/calendar-component.c:1299
msgid "There is no calendar available for creating events and meetings"
msgstr "No hay un calendario disponible para crear acontecimientos y reuniones"
-#: ../calendar/gui/calendar-component.c:1404
+#: ../calendar/gui/calendar-component.c:1412
msgid "Calendar Source Selector"
msgstr "Selector de origen del calendario"
-#: ../calendar/gui/calendar-component.c:1623
+#: ../calendar/gui/calendar-component.c:1633
msgid "New appointment"
msgstr "Cita nueva"
-#: ../calendar/gui/calendar-component.c:1624
+#: ../calendar/gui/calendar-component.c:1634
msgctxt "New"
msgid "_Appointment"
msgstr "_Cita"
-#: ../calendar/gui/calendar-component.c:1625
+#: ../calendar/gui/calendar-component.c:1635
msgid "Create a new appointment"
msgstr "Crea una cita nueva"
-#: ../calendar/gui/calendar-component.c:1631
+#: ../calendar/gui/calendar-component.c:1641
msgid "New meeting"
msgstr "Reunión nueva"
-#: ../calendar/gui/calendar-component.c:1632
+#: ../calendar/gui/calendar-component.c:1642
msgctxt "New"
msgid "M_eeting"
msgstr "_Reunión"
-#: ../calendar/gui/calendar-component.c:1633
+#: ../calendar/gui/calendar-component.c:1643
msgid "Create a new meeting request"
msgstr "Crea una solicitud de reunión nueva"
-#: ../calendar/gui/calendar-component.c:1639
+#: ../calendar/gui/calendar-component.c:1649
msgid "New all day appointment"
msgstr "Cita nueva para todo el día"
-#: ../calendar/gui/calendar-component.c:1640
+#: ../calendar/gui/calendar-component.c:1650
msgctxt "New"
msgid "All Day A_ppointment"
msgstr "Cita para todo el _día"
-#: ../calendar/gui/calendar-component.c:1641
+#: ../calendar/gui/calendar-component.c:1651
msgid "Create a new all-day appointment"
msgstr "Crea una cita nueva para todo el día"
-#: ../calendar/gui/calendar-component.c:1647
+#: ../calendar/gui/calendar-component.c:1657
msgid "New calendar"
msgstr "Calendario nuevo"
-#: ../calendar/gui/calendar-component.c:1648
+#: ../calendar/gui/calendar-component.c:1658
msgctxt "New"
msgid "Cale_ndar"
msgstr "Cale_ndario"
-#: ../calendar/gui/calendar-component.c:1649
+#: ../calendar/gui/calendar-component.c:1659
msgid "Create a new calendar"
msgstr "Crea un calendario nuevo"
@@ -5572,7 +5625,7 @@ msgid "Competition"
msgstr "Completado"
#: ../calendar/gui/caltypes.xml.h:11 ../calendar/gui/e-cal-list-view.c:250
-#: ../calendar/gui/e-cal-model.c:348 ../calendar/gui/e-calendar-table.c:546
+#: ../calendar/gui/e-cal-model.c:348 ../calendar/gui/e-calendar-table.c:556
#: ../calendar/gui/memotypes.xml.h:10
msgid "Confidential"
msgstr "Confidencial"
@@ -5665,14 +5718,14 @@ msgid "Phone Calls"
msgstr "Llamadas de teléfono"
#: ../calendar/gui/caltypes.xml.h:31 ../calendar/gui/e-cal-list-view.c:249
-#: ../calendar/gui/e-cal-model.c:346 ../calendar/gui/e-calendar-table.c:545
+#: ../calendar/gui/e-cal-model.c:346 ../calendar/gui/e-calendar-table.c:555
#: ../calendar/gui/memotypes.xml.h:29
msgid "Private"
msgstr "Privado"
#: ../calendar/gui/caltypes.xml.h:32 ../calendar/gui/e-cal-list-view.c:248
#: ../calendar/gui/e-cal-model.c:337 ../calendar/gui/e-cal-model.c:344
-#: ../calendar/gui/e-calendar-table.c:544 ../calendar/gui/memotypes.xml.h:30
+#: ../calendar/gui/e-calendar-table.c:554 ../calendar/gui/memotypes.xml.h:30
msgid "Public"
msgstr "Público"
@@ -5681,8 +5734,11 @@ msgstr "Público"
msgid "Recurrence"
msgstr "Repetición"
+#. To Translators: 'Status' here means the state of the attendees, the resulting string will be in a form:
+#. Status: Accepted: X Declined: Y ...
#: ../calendar/gui/caltypes.xml.h:34
#: ../calendar/gui/e-calendar-table.etspec.h:10
+#: ../calendar/gui/e-calendar-view.c:2200
#: ../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
@@ -5761,7 +5817,7 @@ msgstr "Método no soportado al abrir el calendario"
msgid "Permission denied to open the calendar"
msgstr "Permiso denegado para abrir el calendario"
-#: ../calendar/gui/comp-editor-factory.c:433 ../shell/e-shell.c:1308
+#: ../calendar/gui/comp-editor-factory.c:433 ../shell/e-shell.c:1272
msgid "Unknown error"
msgstr "Error desconocido"
@@ -5891,7 +5947,7 @@ msgid "Alarms"
msgstr "Alertas"
#: ../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 "_Sugerir mostrar automáticamente el adjunto"
@@ -6005,7 +6061,7 @@ msgstr ""
"domingo"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:32
-#: ../mail/mail-config.glade.h:113
+#: ../mail/mail-config.glade.h:114
msgid "Pick a color"
msgstr "Elija un color"
@@ -6304,7 +6360,7 @@ msgid "Cancel _Drag"
msgstr "Cancelar _arrastre"
#: ../calendar/gui/dialogs/comp-editor.c:620
-#: ../calendar/gui/dialogs/comp-editor.c:3253 ../mail/em-utils.c:371
+#: ../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"
@@ -6386,7 +6442,8 @@ msgid "_File"
msgstr "_Archivo"
#: ../calendar/gui/dialogs/comp-editor.c:1350
-#: ../ui/evolution-mail-global.xml.h:24 ../ui/evolution.xml.h:46
+#: ../ui/evolution-calendar.xml.h:44 ../ui/evolution-mail-global.xml.h:24
+#: ../ui/evolution.xml.h:46
msgid "_Help"
msgstr "Ay_uda"
@@ -6406,7 +6463,7 @@ msgid "_View"
msgstr "_Ver"
#: ../calendar/gui/dialogs/comp-editor.c:1381
-#: ../composer/e-composer-actions.c:471
+#: ../composer/e-composer-actions.c:469
msgid "_Attachment..."
msgstr "_Adjunto…"
@@ -6486,33 +6543,33 @@ msgstr "Campo de _tipo"
msgid "Toggles whether the Attendee Type is displayed"
msgstr "Conmuta indicando si se muestra el campo «Tipo de participante»"
-#: ../calendar/gui/dialogs/comp-editor.c:1770
-#: ../composer/e-composer-private.c:66 ../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 "_Documentos recientes"
-#: ../calendar/gui/dialogs/comp-editor.c:1789
-#: ../composer/e-composer-actions.c:699
+#: ../calendar/gui/dialogs/comp-editor.c:1793
+#: ../composer/e-composer-actions.c:697
msgid "Attach"
msgstr "Adjuntar"
-#: ../calendar/gui/dialogs/comp-editor.c:1884
+#: ../calendar/gui/dialogs/comp-editor.c:1888
#, c-format
msgid "<b>%d</b> Attachment"
msgid_plural "<b>%d</b> Attachments"
msgstr[0] "<b>%d</b> adjunto"
msgstr[1] "<b>%d</b> adjuntos"
-#: ../calendar/gui/dialogs/comp-editor.c:1916
+#: ../calendar/gui/dialogs/comp-editor.c:1920
msgid "Hide Attachment _Bar"
msgstr "Ocultar _barra de adjuntos"
-#: ../calendar/gui/dialogs/comp-editor.c:1919
-#: ../calendar/gui/dialogs/comp-editor.c:2227
+#: ../calendar/gui/dialogs/comp-editor.c:1923
+#: ../calendar/gui/dialogs/comp-editor.c:2231
msgid "Show Attachment _Bar"
msgstr "Mostrar _barra de adjuntos"
-#: ../calendar/gui/dialogs/comp-editor.c:2038
+#: ../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
@@ -6521,30 +6578,30 @@ msgstr "Mostrar _barra de adjuntos"
msgid "_Remove"
msgstr "_Quitar"
-#: ../calendar/gui/dialogs/comp-editor.c:2041
+#: ../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 "_Añadir adjunto…"
-#: ../calendar/gui/dialogs/comp-editor.c:2249
+#: ../calendar/gui/dialogs/comp-editor.c:2253
#: ../mail/em-format-html-display.c:2201
msgid "Show Attachments"
msgstr "Mostrar adjuntos"
-#: ../calendar/gui/dialogs/comp-editor.c:2250
+#: ../calendar/gui/dialogs/comp-editor.c:2254
msgid "Press space key to toggle attachment bar"
msgstr "Pulse la barra espaciadora para cambiar la barra de adjuntos"
-#: ../calendar/gui/dialogs/comp-editor.c:2394
-#: ../calendar/gui/dialogs/comp-editor.c:2441
-#: ../calendar/gui/dialogs/comp-editor.c:3286
+#: ../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 ""
"Los cambios efectuados a este elemento pueden descartarse si llega una "
"actualización por correo"
-#: ../calendar/gui/dialogs/comp-editor.c:3315
+#: ../calendar/gui/dialogs/comp-editor.c:3319
msgid "Unable to use current version!"
msgstr "Imposible usar la versión actual."
@@ -6643,7 +6700,7 @@ msgstr "Convertir en acontecimiento repetitivo"
#: ../calendar/gui/dialogs/event-editor.c:210
#: ../plugins/groupwise-features/org-gnome-compose-send-options.xml.h:2
-#: ../plugins/groupwise-features/send-options.c:213
+#: ../plugins/groupwise-features/send-options.c:212
#: ../widgets/misc/e-send-options.glade.h:19
msgid "Send Options"
msgstr "Opciones de envío"
@@ -6797,9 +6854,9 @@ msgstr "Personalizar"
#: ../plugins/calendar-weather/calendar-weather.c:424
#: ../plugins/exchange-operations/exchange-delegates-user.c:195
#: ../plugins/exchange-operations/exchange-delegates.glade.h:9
-#: ../plugins/itip-formatter/itip-formatter.c:2086
-#: ../widgets/misc/e-cell-date-edit.c:306 ../widgets/misc/e-dateedit.c:1513
-#: ../widgets/misc/e-dateedit.c:1727
+#: ../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 "Ninguno"
@@ -7141,7 +7198,7 @@ msgstr "<span weight=\"bold\">Estado</span>"
#: ../calendar/gui/e-cal-model-tasks.c:362
#: ../calendar/gui/e-cal-model-tasks.c:679
#: ../calendar/gui/e-calendar-table.c:237
-#: ../calendar/gui/e-calendar-table.c:641 ../calendar/gui/e-itip-control.c:946
+#: ../calendar/gui/e-calendar-table.c:651 ../calendar/gui/e-itip-control.c:946
#: ../calendar/gui/e-meeting-store.c:181 ../calendar/gui/e-meeting-store.c:204
#: ../calendar/gui/print.c:2554 ../calendar/gui/tasktypes.xml.h:13
#: ../plugins/save-calendar/csv-format.c:366
@@ -7150,7 +7207,7 @@ msgstr "Terminado"
#: ../calendar/gui/dialogs/task-details-page.glade.h:5
#: ../calendar/gui/e-cal-component-preview.c:272
-#: ../calendar/gui/e-calendar-table.c:566 ../calendar/gui/tasktypes.xml.h:21
+#: ../calendar/gui/e-calendar-table.c:576 ../calendar/gui/tasktypes.xml.h:21
#: ../mail/message-list.c:1066
msgid "High"
msgstr "Alta"
@@ -7161,20 +7218,20 @@ msgstr "Alta"
#: ../calendar/gui/e-cal-model-tasks.c:677
#: ../calendar/gui/e-cal-model-tasks.c:754
#: ../calendar/gui/e-calendar-table.c:235
-#: ../calendar/gui/e-calendar-table.c:640 ../calendar/gui/print.c:2551
+#: ../calendar/gui/e-calendar-table.c:650 ../calendar/gui/print.c:2551
msgid "In Progress"
msgstr "En proceso"
#: ../calendar/gui/dialogs/task-details-page.glade.h:7
#: ../calendar/gui/e-cal-component-preview.c:276
-#: ../calendar/gui/e-calendar-table.c:568 ../calendar/gui/tasktypes.xml.h:29
+#: ../calendar/gui/e-calendar-table.c:578 ../calendar/gui/tasktypes.xml.h:29
#: ../mail/message-list.c:1064
msgid "Low"
msgstr "Baja"
#: ../calendar/gui/dialogs/task-details-page.glade.h:8
#: ../calendar/gui/e-cal-component-preview.c:274
-#: ../calendar/gui/e-cal-model.c:985 ../calendar/gui/e-calendar-table.c:567
+#: ../calendar/gui/e-cal-model.c:985 ../calendar/gui/e-calendar-table.c:577
#: ../calendar/gui/tasktypes.xml.h:32 ../mail/message-list.c:1065
msgid "Normal"
msgstr "Normal"
@@ -7184,7 +7241,7 @@ msgstr "Normal"
#: ../calendar/gui/e-cal-model-tasks.c:358
#: ../calendar/gui/e-cal-model-tasks.c:675
#: ../calendar/gui/e-calendar-table.c:233
-#: ../calendar/gui/e-calendar-table.c:639 ../calendar/gui/print.c:2548
+#: ../calendar/gui/e-calendar-table.c:649 ../calendar/gui/print.c:2548
#: ../calendar/gui/tasktypes.xml.h:33
msgid "Not Started"
msgstr "Sin comenzar"
@@ -7198,7 +7255,7 @@ msgid "Stat_us:"
msgstr "_Estado:"
#: ../calendar/gui/dialogs/task-details-page.glade.h:12
-#: ../calendar/gui/e-calendar-table.c:569 ../calendar/gui/tasktypes.xml.h:44
+#: ../calendar/gui/e-calendar-table.c:579 ../calendar/gui/tasktypes.xml.h:44
msgid "Undefined"
msgstr "Sin definir"
@@ -7224,7 +7281,7 @@ msgid "Click to change or view the status details of the task"
msgstr "Pulse para cambiar o ver los detalles del estado de la tarea"
#: ../calendar/gui/dialogs/task-editor.c:123
-#: ../composer/e-composer-actions.c:527
+#: ../composer/e-composer-actions.c:525
msgid "_Send Options"
msgstr "Opciones de _envío"
@@ -7343,7 +7400,7 @@ msgid "%s for an unknown trigger type"
msgstr "%s para un tipo de disparador desconocido"
#: ../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 "Pulse para abrir %s"
@@ -7405,12 +7462,12 @@ msgid "Start Date"
msgstr "Fecha de inicio"
#: ../calendar/gui/e-cal-model-calendar.c:187
-#: ../calendar/gui/e-calendar-table.c:618
+#: ../calendar/gui/e-calendar-table.c:628
msgid "Free"
msgstr "Libre"
#: ../calendar/gui/e-cal-model-calendar.c:190
-#: ../calendar/gui/e-calendar-table.c:619
+#: ../calendar/gui/e-calendar-table.c:629
#: ../calendar/gui/e-meeting-time-sel.c:396
msgid "Busy"
msgstr "Ocupada"
@@ -7448,9 +7505,9 @@ msgstr "No"
#: ../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
+#: ../calendar/gui/print.c:1004 ../mail/em-utils.c:1341
#: ../plugins/itip-formatter/itip-formatter.c:447
-#: ../plugins/itip-formatter/itip-formatter.c:2111
+#: ../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
@@ -7478,7 +7535,7 @@ msgstr "Seleccione la carpeta donde guardar los adjuntos seleccionados…"
msgid "untitled_image.%s"
msgstr "imagen-_sin-título.%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:1588
#: ../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..."
@@ -7504,7 +7561,7 @@ msgstr "* Sin resumen *"
#. To Translators: It will display "Organiser: NameOfTheUser <email@ofuser.com>"
#: ../calendar/gui/e-calendar-table.c:373
-#: ../calendar/gui/e-calendar-view.c:2214
+#: ../calendar/gui/e-calendar-view.c:2292
#, c-format
msgid "Organizer: %s <%s>"
msgstr "Organizador: %s <%s>"
@@ -7512,7 +7569,7 @@ msgstr "Organizador: %s <%s>"
#. With SunOne accounts, there may be no ':' in organiser.value
#. With SunOne accouts, there may be no ':' in organiser.value
#: ../calendar/gui/e-calendar-table.c:376
-#: ../calendar/gui/e-calendar-view.c:2218
+#: ../calendar/gui/e-calendar-view.c:2296
#, c-format
msgid "Organizer: %s"
msgstr "Organizador: %s"
@@ -7525,125 +7582,125 @@ msgstr "Empieza: "
msgid "Due: "
msgstr "Vence: "
-#: ../calendar/gui/e-calendar-table.c:588
+#: ../calendar/gui/e-calendar-table.c:598
msgid "0%"
msgstr "0%"
-#: ../calendar/gui/e-calendar-table.c:589
+#: ../calendar/gui/e-calendar-table.c:599
msgid "10%"
msgstr "10%"
-#: ../calendar/gui/e-calendar-table.c:590
+#: ../calendar/gui/e-calendar-table.c:600
msgid "20%"
msgstr "20%"
-#: ../calendar/gui/e-calendar-table.c:591
+#: ../calendar/gui/e-calendar-table.c:601
msgid "30%"
msgstr "30%"
-#: ../calendar/gui/e-calendar-table.c:592
+#: ../calendar/gui/e-calendar-table.c:602
msgid "40%"
msgstr "40%"
-#: ../calendar/gui/e-calendar-table.c:593
+#: ../calendar/gui/e-calendar-table.c:603
msgid "50%"
msgstr "50%"
-#: ../calendar/gui/e-calendar-table.c:594
+#: ../calendar/gui/e-calendar-table.c:604
msgid "60%"
msgstr "60%"
-#: ../calendar/gui/e-calendar-table.c:595
+#: ../calendar/gui/e-calendar-table.c:605
msgid "70%"
msgstr "70%"
-#: ../calendar/gui/e-calendar-table.c:596
+#: ../calendar/gui/e-calendar-table.c:606
msgid "80%"
msgstr "80%"
-#: ../calendar/gui/e-calendar-table.c:597
+#: ../calendar/gui/e-calendar-table.c:607
msgid "90%"
msgstr "90%"
-#: ../calendar/gui/e-calendar-table.c:598
+#: ../calendar/gui/e-calendar-table.c:608
msgid "100%"
msgstr "100%"
-#: ../calendar/gui/e-calendar-table.c:878
+#: ../calendar/gui/e-calendar-table.c:888
#: ../calendar/gui/e-calendar-view.c:664 ../calendar/gui/e-memo-table.c:438
msgid "Deleting selected objects"
msgstr "Borrando los objetos seleccionados"
-#: ../calendar/gui/e-calendar-table.c:1162
+#: ../calendar/gui/e-calendar-table.c:1172
#: ../calendar/gui/e-calendar-view.c:794 ../calendar/gui/e-memo-table.c:644
msgid "Updating objects"
msgstr "Actualizando objetos"
-#: ../calendar/gui/e-calendar-table.c:1347
+#: ../calendar/gui/e-calendar-table.c:1360
#: ../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 "Guardar como…"
-#: ../calendar/gui/e-calendar-table.c:1570
+#: ../calendar/gui/e-calendar-table.c:1583
#: ../calendar/gui/e-calendar-view.c:1653
msgid "New _Task"
msgstr "_Tarea nueva"
-#: ../calendar/gui/e-calendar-table.c:1574 ../calendar/gui/e-memo-table.c:924
+#: ../calendar/gui/e-calendar-table.c:1587 ../calendar/gui/e-memo-table.c:924
msgid "Open _Web Page"
msgstr "Abrir página _web"
-#: ../calendar/gui/e-calendar-table.c:1576
+#: ../calendar/gui/e-calendar-table.c:1589
#: ../calendar/gui/e-calendar-view.c:1656 ../calendar/gui/e-memo-table.c:926
msgid "P_rint..."
msgstr "_Imprimir…"
-#: ../calendar/gui/e-calendar-table.c:1580
+#: ../calendar/gui/e-calendar-table.c:1593
#: ../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 "C_ortar"
-#: ../calendar/gui/e-calendar-table.c:1582
+#: ../calendar/gui/e-calendar-table.c:1595
#: ../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
+#: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:46
#: ../ui/evolution-memos.xml.h:19 ../ui/evolution-tasks.xml.h:28
msgid "_Paste"
msgstr "_Pegar"
-#: ../calendar/gui/e-calendar-table.c:1586 ../ui/evolution-tasks.xml.h:22
+#: ../calendar/gui/e-calendar-table.c:1599 ../ui/evolution-tasks.xml.h:22
msgid "_Assign Task"
msgstr "_Asignar tarea"
-#: ../calendar/gui/e-calendar-table.c:1587 ../calendar/gui/e-memo-table.c:936
+#: ../calendar/gui/e-calendar-table.c:1600 ../calendar/gui/e-memo-table.c:936
#: ../ui/evolution-tasks.xml.h:26
msgid "_Forward as iCalendar"
msgstr "_Reenviar como iCalendar"
-#: ../calendar/gui/e-calendar-table.c:1588
+#: ../calendar/gui/e-calendar-table.c:1601
msgid "_Mark as Complete"
msgstr "_Marcar como terminado"
-#: ../calendar/gui/e-calendar-table.c:1589
+#: ../calendar/gui/e-calendar-table.c:1602
msgid "_Mark Selected Tasks as Complete"
msgstr "_Marcar tareas seleccionadas como terminadas"
-#: ../calendar/gui/e-calendar-table.c:1590
+#: ../calendar/gui/e-calendar-table.c:1603
msgid "_Mark as Incomplete"
msgstr "_Marcar como incompleto"
-#: ../calendar/gui/e-calendar-table.c:1591
+#: ../calendar/gui/e-calendar-table.c:1604
msgid "_Mark Selected Tasks as Incomplete"
msgstr "_Marcar tareas seleccionadas como incompletas"
-#: ../calendar/gui/e-calendar-table.c:1596
+#: ../calendar/gui/e-calendar-table.c:1609
msgid "_Delete Selected Tasks"
msgstr "_Borrar las tareas seleccionadas"
-#: ../calendar/gui/e-calendar-table.c:1833
+#: ../calendar/gui/e-calendar-table.c:1846
#: ../calendar/gui/e-calendar-table.etspec.h:4
msgid "Click to add a task"
msgstr "Pulse para añadir una tarea"
@@ -7754,14 +7811,51 @@ msgstr "Borrar esta _repetición"
msgid "Delete _All Occurrences"
msgstr "Borrar tod_as las repeticiones"
+#: ../calendar/gui/e-calendar-view.c:2147
+#: ../calendar/gui/e-itip-control.c:1191
+#: ../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:2104
+msgid "Accepted"
+msgstr "Aceptado"
+
+#: ../calendar/gui/e-calendar-view.c:2148
+#: ../calendar/gui/e-itip-control.c:1199
+#: ../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:2110
+msgid "Declined"
+msgstr "Rehusado"
+
+#: ../calendar/gui/e-calendar-view.c:2149
+#: ../calendar/gui/e-meeting-list-view.c:205
+#: ../calendar/gui/e-meeting-store.c:177 ../calendar/gui/e-meeting-store.c:200
+#: ../calendar/gui/e-meeting-time-sel.c:395
+msgid "Tentative"
+msgstr "Provisional"
+
+#: ../calendar/gui/e-calendar-view.c:2150
+#: ../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:2113
+msgid "Delegated"
+msgstr "Delegado"
+
+#: ../calendar/gui/e-calendar-view.c:2151
+msgid "Needs action"
+msgstr "Necesita una acción"
+
#. To Translators: It will display "Location: PlaceOfTheMeeting"
-#: ../calendar/gui/e-calendar-view.c:2234 ../calendar/gui/print.c:2510
+#: ../calendar/gui/e-calendar-view.c:2312 ../calendar/gui/print.c:2510
#, c-format
msgid "Location: %s"
msgstr "Lugar: %s"
#. To Translators: It will display "Time: ActualStartDateAndTime (DurationOfTheMeeting)"
-#: ../calendar/gui/e-calendar-view.c:2268
+#: ../calendar/gui/e-calendar-view.c:2346
#, c-format
msgid "Time: %s %s"
msgstr "Hora: %s %s"
@@ -7874,7 +7968,7 @@ msgstr[1] "Cada %d años"
#: ../calendar/gui/e-itip-control.c:874
#, c-format
msgid "a total of %d time"
-msgid_plural " a total of %d times"
+msgid_plural "a total of %d times"
msgstr[0] "un total de %d vez"
msgstr[1] " un total de %d veces"
@@ -7927,27 +8021,11 @@ msgstr ""
"<br> Revise la siguiente información y seleccione una acción del menú de "
"abajo."
-#: ../calendar/gui/e-itip-control.c:1191
-#: ../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:2099
-msgid "Accepted"
-msgstr "Aceptado"
-
#: ../calendar/gui/e-itip-control.c:1195 ../calendar/gui/itip-utils.c:667
-#: ../plugins/itip-formatter/itip-formatter.c:2102
+#: ../plugins/itip-formatter/itip-formatter.c:2107
msgid "Tentatively Accepted"
msgstr "Aceptado provisionalmente"
-#: ../calendar/gui/e-itip-control.c:1199
-#: ../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:2105
-msgid "Declined"
-msgstr "Rehusado"
-
#: ../calendar/gui/e-itip-control.c:1283
msgid ""
"The meeting has been canceled, however it could not be found in your "
@@ -8167,7 +8245,7 @@ msgid "Attendee status updated\n"
msgstr "Estado del participante actualizado\n"
#: ../calendar/gui/e-itip-control.c:2080
-#: ../plugins/itip-formatter/itip-formatter.c:1301
+#: ../plugins/itip-formatter/itip-formatter.c:1304
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
"El estado del participante no pudo actualizarse porque ya no existe el "
@@ -8318,19 +8396,6 @@ msgstr "No participan"
msgid "Needs Action"
msgstr "Necesita acción"
-#: ../calendar/gui/e-meeting-list-view.c:205
-#: ../calendar/gui/e-meeting-store.c:177 ../calendar/gui/e-meeting-store.c:200
-#: ../calendar/gui/e-meeting-time-sel.c:395
-msgid "Tentative"
-msgstr "Provisional"
-
-#: ../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:2108
-msgid "Delegated"
-msgstr "Delegado"
-
#. The extra space is just a hack to occupy more space for Attendee
#: ../calendar/gui/e-meeting-list-view.c:491
msgid "Attendee "
@@ -8465,7 +8530,6 @@ msgid "Click to add a memo"
msgstr "Pulse aquí para añadir una nota"
#: ../calendar/gui/e-memos.c:760 ../calendar/gui/e-tasks.c:910
-#: ../calendar/gui/gnome-cal.c:2961
#, c-format
msgid ""
"Error on %s:\n"
@@ -8515,39 +8579,39 @@ msgstr "Seleccione la zona horaria"
msgid "%d %B"
msgstr "%e de %B"
-#: ../calendar/gui/gnome-cal.c:2576
+#: ../calendar/gui/gnome-cal.c:2587
msgid "_Custom View"
msgstr "Vista _personalizada"
-#: ../calendar/gui/gnome-cal.c:2577
+#: ../calendar/gui/gnome-cal.c:2588
msgid "_Save Custom View"
msgstr "_Guardar vista personalizada"
-#: ../calendar/gui/gnome-cal.c:2582
+#: ../calendar/gui/gnome-cal.c:2593
msgid "_Define Views..."
msgstr "_Definir vistas…"
-#: ../calendar/gui/gnome-cal.c:2791
+#: ../calendar/gui/gnome-cal.c:2835
#, c-format
msgid "Loading appointments at %s"
msgstr "Cargando citas de %s"
-#: ../calendar/gui/gnome-cal.c:2806
+#: ../calendar/gui/gnome-cal.c:2850
#, c-format
msgid "Loading tasks at %s"
msgstr "Cargando tareas de %s"
-#: ../calendar/gui/gnome-cal.c:2815
+#: ../calendar/gui/gnome-cal.c:2859
#, c-format
msgid "Loading memos at %s"
msgstr "Cargando notas en %s"
-#: ../calendar/gui/gnome-cal.c:2920
+#: ../calendar/gui/gnome-cal.c:2964
#, c-format
msgid "Opening %s"
msgstr "Abriendo %s"
-#: ../calendar/gui/gnome-cal.c:3874
+#: ../calendar/gui/gnome-cal.c:3932
msgid "Purging"
msgstr "Compactando"
@@ -9109,8 +9173,8 @@ msgid "Appointments and Meetings"
msgstr "Reuniones y citas"
#: ../calendar/importers/icalendar-importer.c:333
-#: ../calendar/importers/icalendar-importer.c:616
-#: ../plugins/itip-formatter/itip-formatter.c:1635
+#: ../calendar/importers/icalendar-importer.c:628
+#: ../plugins/itip-formatter/itip-formatter.c:1638
msgid "Opening calendar"
msgstr "Apertura del calendario"
@@ -9122,23 +9186,23 @@ msgstr "Archivos iCalendar (.ics)"
msgid "Evolution iCalendar importer"
msgstr "Importador de iCalendar de Evolution"
-#: ../calendar/importers/icalendar-importer.c:517
+#: ../calendar/importers/icalendar-importer.c:529
msgid "Reminder!"
msgstr "¡Recuerde!"
-#: ../calendar/importers/icalendar-importer.c:569
+#: ../calendar/importers/icalendar-importer.c:581
msgid "vCalendar files (.vcf)"
msgstr "Archivos vCalendar (.vcf)"
-#: ../calendar/importers/icalendar-importer.c:570
+#: ../calendar/importers/icalendar-importer.c:582
msgid "Evolution vCalendar importer"
msgstr "Importador de vCalendar de Evolution"
-#: ../calendar/importers/icalendar-importer.c:732
+#: ../calendar/importers/icalendar-importer.c:744
msgid "Calendar Events"
msgstr "Acontecimientos de calendario"
-#: ../calendar/importers/icalendar-importer.c:769
+#: ../calendar/importers/icalendar-importer.c:781
msgid "Evolution Calendar intelligent importer"
msgstr "Importador inteligente del calendario de Evolution"
@@ -10691,213 +10755,213 @@ msgstr "Pacífico/Wallis"
msgid "Pacific/Yap"
msgstr "Pacífico/Yap"
-#: ../composer/e-composer-autosave.c:275
+#: ../composer/e-composer-autosave.c:273
msgid "Could not open autosave file"
msgstr "No se pudo abrir el archivo de autoguardado"
-#: ../composer/e-composer-autosave.c:282
+#: ../composer/e-composer-autosave.c:280
msgid "Unable to retrieve message from editor"
msgstr "No se pudo obtener el mensaje del editor"
-#: ../composer/e-composer-actions.c:47
+#: ../composer/e-composer-actions.c:45
msgid "Insert Attachment"
msgstr "Inserta un adjunto"
-#: ../composer/e-composer-actions.c:51
+#: ../composer/e-composer-actions.c:49
msgid "A_ttach"
msgstr "_Adjuntar"
-#: ../composer/e-composer-actions.c:142
+#: ../composer/e-composer-actions.c:140
msgid "Untitled Message"
msgstr "Mensaje sin título"
-#: ../composer/e-composer-actions.c:473
+#: ../composer/e-composer-actions.c:471
msgid "Attach a file"
msgstr "Adjuntar un archivo"
-#: ../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 "_Cerrar"
-#: ../composer/e-composer-actions.c:480
+#: ../composer/e-composer-actions.c:478
msgid "Close the current file"
msgstr "Cierra el archivo actual"
-#: ../composer/e-composer-actions.c:485 ../mail/em-folder-view.c:1337
-#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:44
+#: ../composer/e-composer-actions.c:483 ../mail/em-folder-view.c:1337
+#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:47
#: ../ui/evolution-mail-message.xml.h:123 ../ui/evolution-memos.xml.h:20
#: ../ui/evolution-tasks.xml.h:29
msgid "_Print..."
msgstr "_Imprimir…"
-#: ../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 "Vi_sta previa de impresión"
-#: ../composer/e-composer-actions.c:501
+#: ../composer/e-composer-actions.c:499
msgid "Save the current file"
msgstr "Guardar archivo actual"
-#: ../composer/e-composer-actions.c:506
+#: ../composer/e-composer-actions.c:504
msgid "Save _As..."
msgstr "Guardar _como…"
-#: ../composer/e-composer-actions.c:508
+#: ../composer/e-composer-actions.c:506
msgid "Save the current file with a different name"
msgstr "Guardar el archivo actual con un nombre diferente"
-#: ../composer/e-composer-actions.c:513
+#: ../composer/e-composer-actions.c:511
msgid "Save _Draft"
msgstr "Guardar _borrador"
-#: ../composer/e-composer-actions.c:515
+#: ../composer/e-composer-actions.c:513
msgid "Save as draft"
msgstr "Guardar como borrador"
-#: ../composer/e-composer-actions.c:520
+#: ../composer/e-composer-actions.c:518
msgid "S_end"
msgstr "_Enviar"
-#: ../composer/e-composer-actions.c:522
+#: ../composer/e-composer-actions.c:520
msgid "Send this message"
msgstr "Enviar este mensaje"
-#: ../composer/e-composer-actions.c:529
+#: ../composer/e-composer-actions.c:527
msgid "Insert Send options"
msgstr "Insertar opciones de envío"
-#: ../composer/e-composer-actions.c:534
+#: ../composer/e-composer-actions.c:532
msgid "New _Message"
msgstr "_Mensaje nuevo"
-#: ../composer/e-composer-actions.c:536
+#: ../composer/e-composer-actions.c:534
msgid "Open New Message window"
msgstr "Abrir la ventana del mensaje nuevo"
-#: ../composer/e-composer-actions.c:543
+#: ../composer/e-composer-actions.c:541
msgid "Character _Encoding"
msgstr "_Codificación de caracteres"
-#: ../composer/e-composer-actions.c:550
+#: ../composer/e-composer-actions.c:548
msgid "_Security"
msgstr "_Seguridad"
-#: ../composer/e-composer-actions.c:560
+#: ../composer/e-composer-actions.c:558
msgid "PGP _Encrypt"
msgstr "Cif_rar con PGP"
-#: ../composer/e-composer-actions.c:562
+#: ../composer/e-composer-actions.c:560
msgid "Encrypt this message with PGP"
msgstr "Cifrar este mensaje con PGP"
-#: ../composer/e-composer-actions.c:568
+#: ../composer/e-composer-actions.c:566
msgid "PGP _Sign"
msgstr "_Firmar con PGP"
-#: ../composer/e-composer-actions.c:570
+#: ../composer/e-composer-actions.c:568
msgid "Sign this message with your PGP key"
msgstr "Firmar este mensaje con su clave GPG"
-#: ../composer/e-composer-actions.c:576
+#: ../composer/e-composer-actions.c:574
msgid "_Prioritize Message"
msgstr "_Priorizar mensaje"
-#: ../composer/e-composer-actions.c:578
+#: ../composer/e-composer-actions.c:576
msgid "Set the message priority to high"
msgstr "Establecer la prioridad del mensaje a alta"
-#: ../composer/e-composer-actions.c:584
+#: ../composer/e-composer-actions.c:582
msgid "Re_quest Read Receipt"
msgstr "_Solicitar confirmación de lectura"
-#: ../composer/e-composer-actions.c:586
+#: ../composer/e-composer-actions.c:584
msgid "Get delivery notification when your message is read"
msgstr "Obtener notificación de entrega cuando su mensaje sea leído"
-#: ../composer/e-composer-actions.c:592
+#: ../composer/e-composer-actions.c:590
msgid "S/MIME En_crypt"
msgstr "C_ifrar con 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 "Cifrar este mensaje con su certificado de cifrado S/MIME"
-#: ../composer/e-composer-actions.c:600
+#: ../composer/e-composer-actions.c:598
msgid "S/MIME Sig_n"
msgstr "Fi_rmar con 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 "Firmar este mensaje con su certificado de firma S/MIME"
-#: ../composer/e-composer-actions.c:608
+#: ../composer/e-composer-actions.c:606
msgid "_Bcc Field"
msgstr "Campo «Cc_o»"
-#: ../composer/e-composer-actions.c:610
+#: ../composer/e-composer-actions.c:608
msgid "Toggles whether the BCC field is displayed"
msgstr "Conmutador que indica si se muestra el campo «Cco»"
-#: ../composer/e-composer-actions.c:616
+#: ../composer/e-composer-actions.c:614
msgid "_Cc Field"
msgstr "Campo «_Cc»"
-#: ../composer/e-composer-actions.c:618
+#: ../composer/e-composer-actions.c:616
msgid "Toggles whether the CC field is displayed"
msgstr "Conmutador que indica si se muestra el campo «Cc»"
-#: ../composer/e-composer-actions.c:624
+#: ../composer/e-composer-actions.c:622
msgid "_From Field"
msgstr "Campo «_De»"
-#: ../composer/e-composer-actions.c:626
+#: ../composer/e-composer-actions.c:624
msgid "Toggles whether the From chooser is displayed"
msgstr "Conmutador que indica si se muestra el selector «De»"
-#: ../composer/e-composer-actions.c:632
+#: ../composer/e-composer-actions.c:630
msgid "_Post-To Field"
msgstr "Campo «_Publicar-en»"
-#: ../composer/e-composer-actions.c:634
+#: ../composer/e-composer-actions.c:632
msgid "Toggles whether the Post-To field is displayed"
msgstr "Conmutador que indica si se muestra el campo «Publicar-en»"
-#: ../composer/e-composer-actions.c:640
+#: ../composer/e-composer-actions.c:638
msgid "_Reply-To Field"
msgstr "Campo «_Responder-a»"
-#: ../composer/e-composer-actions.c:642
+#: ../composer/e-composer-actions.c:640
msgid "Toggles whether the Reply-To field is displayed"
msgstr "Conmutador que indica si se muestra el campo «Responder-a»"
-#: ../composer/e-composer-actions.c:648
+#: ../composer/e-composer-actions.c:646
msgid "_Subject Field"
msgstr "Campo A_sunto"
-#: ../composer/e-composer-actions.c:650
+#: ../composer/e-composer-actions.c:648
msgid "Toggles whether the Subject field is displayed"
msgstr "Conmuta cuando se muestra el campo «Asunto»"
-#: ../composer/e-composer-actions.c:656
+#: ../composer/e-composer-actions.c:654
msgid "_To Field"
msgstr "Campo «_Para»"
-#: ../composer/e-composer-actions.c:658
+#: ../composer/e-composer-actions.c:656
msgid "Toggles whether the To field is displayed"
msgstr "Conmutador que indica si se muestra el campo «Para»"
-#: ../composer/e-composer-header-table.c:66
+#: ../composer/e-composer-header-table.c:64
msgid "Enter the recipients of the message"
msgstr "Escriba los destinatarios del mensaje"
-#: ../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 "Escriba las direcciones que recibirán una copia del mensaje"
-#: ../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"
@@ -10905,35 +10969,35 @@ msgstr ""
"Escriba las direcciones que recibirán una copia del mensaje sin aparecer en "
"la lista de destinatarios del mensaje"
-#: ../composer/e-composer-header-table.c:645
+#: ../composer/e-composer-header-table.c:643
msgid "Fr_om:"
msgstr "_De:"
-#: ../composer/e-composer-header-table.c:654
+#: ../composer/e-composer-header-table.c:652
msgid "_Reply-To:"
msgstr "_Responder a:"
-#: ../composer/e-composer-header-table.c:658
+#: ../composer/e-composer-header-table.c:656
msgid "_To:"
msgstr "_Para:"
-#: ../composer/e-composer-header-table.c:663
+#: ../composer/e-composer-header-table.c:661
msgid "_Cc:"
msgstr "_Cc:"
-#: ../composer/e-composer-header-table.c:668
+#: ../composer/e-composer-header-table.c:666
msgid "_Bcc:"
msgstr "Cc_o:"
-#: ../composer/e-composer-header-table.c:673
+#: ../composer/e-composer-header-table.c:671
msgid "_Post To:"
msgstr "_Publicar en:"
-#: ../composer/e-composer-header-table.c:677
+#: ../composer/e-composer-header-table.c:675
msgid "S_ubject:"
msgstr "_Asunto:"
-#: ../composer/e-composer-header-table.c:686
+#: ../composer/e-composer-header-table.c:684
msgid "Si_gnature:"
msgstr "_Firma:"
@@ -10953,7 +11017,7 @@ msgstr "Elija las carpetas en las que publicar el mensaje."
msgid "Click here to select folders to post to"
msgstr "Pulse aquí para seleccionar carpetas en las que publicar"
-#: ../composer/e-composer-private.c:181 ../composer/e-msg-composer.c:1553
+#: ../composer/e-composer-private.c:179 ../composer/e-msg-composer.c:1553
msgid "Show _Attachment Bar"
msgstr "Mostrar _barra de adjuntos"
@@ -10984,11 +11048,11 @@ msgstr[1] "Adjuntos"
msgid "Hide _Attachment Bar"
msgstr "Ocultar _barra de adjuntos"
-#: ../composer/e-msg-composer.c:1568 ../composer/e-msg-composer.c:2775
+#: ../composer/e-msg-composer.c:1568 ../composer/e-msg-composer.c:2770
msgid "Compose Message"
msgstr "Redactar un mensaje"
-#: ../composer/e-msg-composer.c:4050
+#: ../composer/e-msg-composer.c:4066
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)</"
"b>"
@@ -11079,7 +11143,6 @@ msgstr ""
"nuevo. La recuperación del mensaje le permitirá continuar donde lo dejó."
#: ../composer/mail-composer.error.xml.h:17
-#, fuzzy
msgid ""
"Send options available only for Novell GroupWise and Microsoft Exchange "
"accounts."
@@ -11202,7 +11265,7 @@ msgid "Name of the component being logged"
msgstr "El nombre del componente que registrar"
#: ../e-util/e-plugin.c:308 ../filter/rule-editor.c:798
-#: ../mail/em-account-prefs.c:482 ../mail/em-composer-prefs.c:988
+#: ../mail/em-account-prefs.c:482 ../mail/em-composer-prefs.c:966
#: ../plugins/plugin-manager/plugin-manager.c:355
#: ../plugins/publish-calendar/publish-calendar.c:690
msgid "Enabled"
@@ -11448,19 +11511,19 @@ msgid "R_ule name:"
msgstr "Nombre de la _regla:"
#: ../filter/filter-rule.c:881
-msgid "Find items that meet the following criteria"
+msgid "Find items that meet the following conditions"
msgstr "Buscar elementos que cumplen con estos criterios"
#: ../filter/filter-rule.c:915
-msgid "A_dd Filter Criteria"
-msgstr "_Añadir regla de filtrado"
+msgid "A_dd Condition"
+msgstr "Añadir a_cción"
#: ../filter/filter-rule.c:921
-msgid "If all criteria are met"
+msgid "If all conditions are met"
msgstr "Si se cumplen todos los criterios"
#: ../filter/filter-rule.c:921
-msgid "If any criteria are met"
+msgid "If any conditions are met"
msgstr "Si se cumple algún criterio"
#: ../filter/filter-rule.c:923
@@ -11488,11 +11551,11 @@ msgid "I_nclude threads"
msgstr "I_ncluir conversaciones"
#: ../filter/filter-rule.c:1045 ../filter/filter.glade.h:3
-#: ../mail/em-utils.c:308
+#: ../mail/em-utils.c:309
msgid "Incoming"
msgstr "Entrante"
-#: ../filter/filter-rule.c:1045 ../mail/em-utils.c:309
+#: ../filter/filter-rule.c:1045 ../mail/em-utils.c:310
msgid "Outgoing"
msgstr "Saliente"
@@ -11592,7 +11655,7 @@ msgstr "en el futuro"
msgid "months"
msgstr "meses"
-#: ../filter/filter.glade.h:19 ../mail/mail-config.glade.h:197
+#: ../filter/filter.glade.h:19 ../mail/mail-config.glade.h:198
msgid "seconds"
msgstr "segundos"
@@ -11606,8 +11669,8 @@ msgstr "la fecha que especifique"
#: ../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 "semanas"
@@ -11680,8 +11743,8 @@ msgstr "Control de configuración de red de Evolution"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 ../mail/em-folder-view.c:605
#: ../mail/importers/elm-importer.c:327 ../mail/importers/pine-importer.c:378
-#: ../mail/mail-component.c:592 ../mail/mail-component.c:593
-#: ../mail/mail-component.c:762
+#: ../mail/mail-component.c:597 ../mail/mail-component.c:598
+#: ../mail/mail-component.c:767
#: ../plugins/groupwise-features/proxy-add-dialog.glade.h:6
msgid "Mail"
msgstr "Correo"
@@ -11692,7 +11755,7 @@ msgid "Mail Accounts"
msgstr "Cuentas de correo"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:15
-#: ../mail/mail-config.glade.h:103
+#: ../mail/mail-config.glade.h:104
msgid "Mail Preferences"
msgstr "Opciones de correo"
@@ -11736,11 +11799,11 @@ msgstr "Autogenerado"
msgid "Ask for each message"
msgstr "Preguntar por cada mensaje"
-#: ../mail/em-account-editor.c:1809 ../mail/mail-config.glade.h:94
+#: ../mail/em-account-editor.c:1809 ../mail/mail-config.glade.h:95
msgid "Identity"
msgstr "Identidad"
-#: ../mail/em-account-editor.c:1858 ../mail/mail-config.glade.h:124
+#: ../mail/em-account-editor.c:1858 ../mail/mail-config.glade.h:125
msgid "Receiving Email"
msgstr "Recepción de correo"
@@ -11752,7 +11815,7 @@ msgstr "Comprobar si hay correo _nuevo cada"
msgid "minu_tes"
msgstr "minu_tos"
-#: ../mail/em-account-editor.c:2326 ../mail/mail-config.glade.h:138
+#: ../mail/em-account-editor.c:2326 ../mail/mail-config.glade.h:139
msgid "Sending Email"
msgstr "Envío de correo"
@@ -11761,7 +11824,7 @@ msgid "Defaults"
msgstr "Predeterminados"
#. Security settings
-#: ../mail/em-account-editor.c:2451 ../mail/mail-config.glade.h:131
+#: ../mail/em-account-editor.c:2451 ../mail/mail-config.glade.h:132
#: ../plugins/exchange-operations/exchange-account-setup.c:323
msgid "Security"
msgstr "Seguridad"
@@ -11779,7 +11842,7 @@ msgstr "Comprobando si hay mensajes nuevos"
msgid "Account Editor"
msgstr "Editor de cuentas"
-#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:83
+#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:84
msgid "Evolution Account Assistant"
msgstr "Asistente de cuentas de Evolution"
@@ -11797,19 +11860,19 @@ msgid "Protocol"
msgstr "Protocolo"
#: ../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:1181 ../mail/mail-signature-editor.c:478
msgid "Unnamed"
msgstr "Sin nombre"
-#: ../mail/em-composer-prefs.c:992
+#: ../mail/em-composer-prefs.c:970
msgid "Language(s)"
msgstr "Idioma(s)"
-#: ../mail/em-composer-prefs.c:1041
+#: ../mail/em-composer-prefs.c:1019
msgid "Add signature script"
msgstr "Añadir un script de firma"
-#: ../mail/em-composer-prefs.c:1083
+#: ../mail/em-composer-prefs.c:1061
msgid "Signature(s)"
msgstr "Firma(s)"
@@ -11977,7 +12040,7 @@ msgstr "no está establecida"
msgid "is set"
msgstr "está establecida"
-#: ../mail/em-filter-i18n.h:56 ../mail/mail-config.glade.h:97
+#: ../mail/em-filter-i18n.h:56 ../mail/mail-config.glade.h:98
#: ../ui/evolution-mail-message.xml.h:48
msgid "Junk"
msgstr "SPAM"
@@ -12196,8 +12259,8 @@ msgstr "Uso de cuota"
#. 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/mail-component.c:580
+#: ../mail/em-folder-tree.c:2560 ../mail/mail-component.c:164
+#: ../mail/mail-component.c:585
#: ../plugins/exchange-operations/exchange-delegates-user.c:78
#: ../plugins/exchange-operations/exchange-folder.c:594
msgid "Inbox"
@@ -12222,7 +12285,7 @@ msgstr "_Nombre de la carpeta:"
#. 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 "Carpetas de búsqueda"
@@ -12231,15 +12294,15 @@ msgstr "Carpetas de búsqueda"
msgid "UNMATCHED"
msgstr "NO COINCIDENTE"
-#: ../mail/em-folder-tree-model.c:504 ../mail/mail-component.c:160
+#: ../mail/em-folder-tree-model.c:504 ../mail/mail-component.c:165
msgid "Drafts"
msgstr "Borradores"
-#: ../mail/em-folder-tree-model.c:510 ../mail/mail-component.c:161
+#: ../mail/em-folder-tree-model.c:510 ../mail/mail-component.c:166
msgid "Outbox"
msgstr "Bandeja de salida"
-#: ../mail/em-folder-tree-model.c:512 ../mail/mail-component.c:162
+#: ../mail/em-folder-tree-model.c:512 ../mail/mail-component.c:167
msgid "Sent"
msgstr "Correo enviado"
@@ -12326,7 +12389,7 @@ msgstr "_Mover…"
msgid "_Rename..."
msgstr "_Renombrar…"
-#: ../mail/em-folder-tree.c:2115
+#: ../mail/em-folder-tree.c:2115 ../ui/evolution-mail-list.xml.h:21
msgid "Re_fresh"
msgstr "A_ctualizar"
@@ -12439,7 +12502,7 @@ msgstr "_Etiqueta"
#. 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:480
+#: ../mail/em-folder-view.c:1355 ../widgets/misc/e-dateedit.c:478
msgid "_None"
msgstr "_Ninguna"
@@ -12498,8 +12561,8 @@ msgstr "Filtro según la lista de _correo"
#. 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 "Predeterminado"
@@ -12511,33 +12574,33 @@ msgstr "No se pudo obtener el mensaje"
msgid "Retrieving Message..."
msgstr "Obteniendo mensaje…"
-#: ../mail/em-folder-view.c:2794
+#: ../mail/em-folder-view.c:2791
msgid "C_all To..."
msgstr "Ll_amar a…"
-#: ../mail/em-folder-view.c:2797
+#: ../mail/em-folder-view.c:2794
msgid "Create _Search Folder"
msgstr "Crear carpeta de _búsqueda"
-#: ../mail/em-folder-view.c:2798
+#: ../mail/em-folder-view.c:2795
msgid "_From this Address"
msgstr "_Desde esta dirección"
-#: ../mail/em-folder-view.c:2799
+#: ../mail/em-folder-view.c:2796
msgid "_To this Address"
msgstr "_A esta dirección"
-#: ../mail/em-folder-view.c:3296
+#: ../mail/em-folder-view.c:3293
#, c-format
msgid "Click to mail %s"
msgstr "Pulse para enviar correo a %s"
-#: ../mail/em-folder-view.c:3308
+#: ../mail/em-folder-view.c:3305
#, c-format
msgid "Click to call %s"
msgstr "Pulse para llamar a %s"
-#: ../mail/em-folder-view.c:3313
+#: ../mail/em-folder-view.c:3310
msgid "Click to hide/unhide addresses"
msgstr "Pulse para ocultar/mostrar las direcciones"
@@ -12846,7 +12909,7 @@ msgstr " (%R %Z)"
#. 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 <b>%s</b> on behalf of <b>%s</b>"
msgstr "Este mensaje lo envió <b>%s</b> en nombre de <b>%s</b>"
@@ -12863,8 +12926,8 @@ msgid "Reply-To"
msgstr "Responder a"
#: ../mail/em-format.c:890 ../mail/em-mailer-prefs.c:81
-#: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:327
-#: ../widgets/misc/e-dateedit.c:349
+#: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:325
+#: ../widgets/misc/e-dateedit.c:347
msgid "Date"
msgstr "Fecha"
@@ -13038,7 +13101,6 @@ msgid "Failed to create local mail storage `%s': %s"
msgstr "No es posible crear el almacén de correo local «%s»: %s"
#: ../mail/em-migrate.c:2898
-#, fuzzy
msgid ""
"The summary format of the Evolution mailbox folders has been moved to SQLite "
"since Evolution 2.24.\n"
@@ -13099,29 +13161,29 @@ msgid "No server has been selected"
msgstr "No se ha seleccionado ningún servidor"
#. Check buttons
-#: ../mail/em-utils.c:120
+#: ../mail/em-utils.c:121
#: ../plugins/attachment-reminder/attachment-reminder.c:128
msgid "_Do not show this message again."
msgstr "_No mostrar otra vez este mensaje."
-#: ../mail/em-utils.c:316
+#: ../mail/em-utils.c:317
msgid "Message Filters"
msgstr "Filtros de mensajes"
-#: ../mail/em-utils.c:369
+#: ../mail/em-utils.c:370
msgid "message"
msgstr "mensaje"
-#: ../mail/em-utils.c:653
+#: ../mail/em-utils.c:654
msgid "Save Message..."
msgstr "Guardar mensaje…"
-#: ../mail/em-utils.c:703
+#: ../mail/em-utils.c:704
msgid "Add address"
msgstr "Añadir dirección"
#. Drop filename for messages from a mailbox
-#: ../mail/em-utils.c:1224
+#: ../mail/em-utils.c:1225
#, c-format
msgid "Messages from %s"
msgstr "Correos de %s"
@@ -13147,7 +13209,6 @@ msgid "\"Send and Receive Mail\" window width"
msgstr "Anchura de la ventana «Enviar y recibir correo»"
#: ../mail/evolution-mail.schemas.in.h:4
-#, fuzzy
msgid "Allows Evolution to display text part of limited size"
msgstr "Permite a Evolution mostrar la parte de texto de tamaño limitado"
@@ -13155,11 +13216,6 @@ msgstr "Permite a Evolution mostrar la parte de texto de tamaño limitado"
msgid "Always request read receipt"
msgstr "Siempre solicitar confirmación de lectura"
-#: ../mail/evolution-mail.schemas.in.h:6
-msgid "Amount of time in seconds the error should be shown on the status bar."
-msgstr ""
-"Tiempo en segundos que deberá mostrarse el error en la barra de estado."
-
#: ../mail/evolution-mail.schemas.in.h:7
msgid "Automatic emoticon recognition"
msgstr "Reconocimiento automático de emoticonos"
@@ -13409,19 +13465,34 @@ msgstr "Activar para mostrar la parte de texto del mensaje de tamaño limitado."
msgid "Enable/disable caret mode"
msgstr "Activar/desactivar modo cursor"
-#: ../mail/evolution-mail.schemas.in.h:56
+#: ../mail/evolution-mail.schemas.in.h:56 ../mail/mail-config.glade.h:81
+msgid "Encode file names in an Outlook/GMail way"
+msgstr "Codificar nombres de archivo de la forma Outlook/GMail"
+
+#: ../mail/evolution-mail.schemas.in.h:57
+msgid ""
+"Encode file names in the mail headers same as Outlook or GMail does, to let "
+"them understand localized file names sent by Evolution, because they do not "
+"follow the RFC 2231, but uses incorrect RFC 2047 standard."
+msgstr ""
+"Codificar los nombres de archivo en las cabeceras del correo de la misma "
+"forma que Outlook y GMail, para hacerles entender los nombres de archivo "
+"localizados enviados por Evolution, ya que no siguen el RFC 2231, pero usan "
+"el estándar incorrecto RFC 2047."
+
+#: ../mail/evolution-mail.schemas.in.h:58
msgid "Height of the message-list pane"
msgstr "Altura del panel de lista de mensajes"
-#: ../mail/evolution-mail.schemas.in.h:57
+#: ../mail/evolution-mail.schemas.in.h:59
msgid "Height of the message-list pane."
msgstr "Altura del panel de vista de mensajes."
-#: ../mail/evolution-mail.schemas.in.h:58
+#: ../mail/evolution-mail.schemas.in.h:60
msgid "Hides the per-folder preview and removes the selection"
msgstr "Oculta la vista previa por carpeta y elimina la selección"
-#: ../mail/evolution-mail.schemas.in.h:59
+#: ../mail/evolution-mail.schemas.in.h:61
msgid ""
"If a user tries to open 10 or more messages at one time, ask the user if "
"they really want to do it."
@@ -13429,7 +13500,7 @@ msgstr ""
"Si el usuario intenta abrir diez o más mensajes al mismo tiempo, preguntar "
"al usuario si quiere realmente hacerlo."
-#: ../mail/evolution-mail.schemas.in.h:60
+#: ../mail/evolution-mail.schemas.in.h:62
msgid ""
"If the \"Preview\" pane is on, then show it side-by-side rather than "
"vertically."
@@ -13437,8 +13508,7 @@ msgstr ""
"Si el panel de «Vista previa» está activado, entonces lo muestra en el "
"lateral en vez de verticalmente."
-#: ../mail/evolution-mail.schemas.in.h:61
-#, fuzzy
+#: ../mail/evolution-mail.schemas.in.h:63
msgid ""
"If there isn't a builtin viewer for a particular MIME type inside Evolution, "
"any MIME types appearing in this list which map to a Bonobo component viewer "
@@ -13449,7 +13519,7 @@ msgstr ""
"visor de componentes bonobo en la base de datos de GNOME puede usarse para "
"mostrar el contenido."
-#: ../mail/evolution-mail.schemas.in.h:62
+#: ../mail/evolution-mail.schemas.in.h:64
msgid ""
"Initial height of the \"Send and Receive Mail\" window. The value updates as "
"the user resizes the window vertically."
@@ -13457,7 +13527,7 @@ msgstr ""
"Altura inicial de la ventana «Enviar y recibir correo». El valor se actualiza "
"según el usuario redimensiona verticalmente la ventana."
-#: ../mail/evolution-mail.schemas.in.h:63
+#: ../mail/evolution-mail.schemas.in.h:65
msgid ""
"Initial maximize state of the \"Send and Receive Mail\" window. The value "
"updates when the user maximizes or unmaximizes the window. Note, this "
@@ -13471,7 +13541,7 @@ msgstr ""
"no se puede maximizar. Esta clave existe sólo como un detalle de "
"implementación."
-#: ../mail/evolution-mail.schemas.in.h:64
+#: ../mail/evolution-mail.schemas.in.h:66
msgid ""
"Initial width of the \"Send and Receive Mail\" window. The value updates as "
"the user resizes the window horizontally."
@@ -13479,11 +13549,11 @@ msgstr ""
"Anchura inicial de la ventana «Enviar y recibir correo». El valor se "
"actualiza según el usuario redimensiona horizontalmente la ventana."
-#: ../mail/evolution-mail.schemas.in.h:65
+#: ../mail/evolution-mail.schemas.in.h:67
msgid "It disables/enables the prompt while marking multiple messages."
msgstr "Desactiva/activa la pregunta cuando se marcan varios mensajes."
-#: ../mail/evolution-mail.schemas.in.h:66
+#: ../mail/evolution-mail.schemas.in.h:68
msgid ""
"It disables/enables the repeated prompts to ask if offline sync is required "
"before going into offline mode."
@@ -13491,7 +13561,7 @@ msgstr ""
"Habilita/deshabilita la característica donde la pregunta de si se requiere "
"sincronización antes de pasar al modo trabajar desconectado se repite."
-#: ../mail/evolution-mail.schemas.in.h:67
+#: ../mail/evolution-mail.schemas.in.h:69
msgid ""
"It disables/enables the repeated prompts to warn that deleting messages from "
"a search folder permanently deletes the message, not simply removing it from "
@@ -13501,35 +13571,31 @@ msgstr ""
"mensajes de una carpeta de búsqueda borra permanentemente el mensaje, no "
"sólo los elimina de los resultados de la búsqueda."
-#: ../mail/evolution-mail.schemas.in.h:68
+#: ../mail/evolution-mail.schemas.in.h:70
msgid "Last time empty junk was run"
msgstr "Última vez que se vació el SPAM"
-#: ../mail/evolution-mail.schemas.in.h:69
+#: ../mail/evolution-mail.schemas.in.h:71
msgid "Last time empty trash was run"
msgstr "Última vez que se vació la papelera"
-#: ../mail/evolution-mail.schemas.in.h:70
-msgid "Level beyond which the message should be logged."
-msgstr "Nivel más allá del cuál el mensaje se debe registrar."
-
-#: ../mail/evolution-mail.schemas.in.h:71
+#: ../mail/evolution-mail.schemas.in.h:73
msgid "List of Labels and their associated colors"
msgstr "Lista de etiquetas y sus colores asociados"
-#: ../mail/evolution-mail.schemas.in.h:72
+#: ../mail/evolution-mail.schemas.in.h:74
msgid "List of MIME types to check for Bonobo component viewers"
msgstr "Lista de tipos MIME de comprobación de visores de componentes Bonobo"
-#: ../mail/evolution-mail.schemas.in.h:73
+#: ../mail/evolution-mail.schemas.in.h:75
msgid "List of accepted licenses"
msgstr "Lista de licencias aceptadas"
-#: ../mail/evolution-mail.schemas.in.h:74
+#: ../mail/evolution-mail.schemas.in.h:76
msgid "List of accounts"
msgstr "Lista de cuentas"
-#: ../mail/evolution-mail.schemas.in.h:75
+#: ../mail/evolution-mail.schemas.in.h:77
msgid ""
"List of accounts known to the mail component of Evolution. The list contains "
"strings naming subdirectories relative to /apps/evolution/mail/accounts."
@@ -13538,16 +13604,16 @@ msgstr ""
"lista contiene cadenas nombrando subdirectorios relativos a /apps/evolution/"
"mail/accounts."
-#: ../mail/evolution-mail.schemas.in.h:76
+#: ../mail/evolution-mail.schemas.in.h:78
msgid "List of custom headers and whether they are enabled."
msgstr "Lista de cabeceras personalizadas y si están activadas."
-#: ../mail/evolution-mail.schemas.in.h:77
+#: ../mail/evolution-mail.schemas.in.h:79
msgid "List of dictionary language codes used for spell checking."
msgstr ""
"Lista de los códigos de diccionario usados para la corrección ortográfica."
-#: ../mail/evolution-mail.schemas.in.h:78
+#: ../mail/evolution-mail.schemas.in.h:80
msgid ""
"List of labels known to the mail component of Evolution. The list contains "
"strings containing name:color where color uses the HTML hex encoding."
@@ -13556,16 +13622,15 @@ msgstr ""
"lista contiene cadenas con el nombre:color donde color usa la codificación "
"hex HTML."
-#: ../mail/evolution-mail.schemas.in.h:79
+#: ../mail/evolution-mail.schemas.in.h:81
msgid "List of protocol names whose license has been accepted."
msgstr "Lista de nombres de protocolos cuya licencia ha sido aceptada."
-#: ../mail/evolution-mail.schemas.in.h:80
+#: ../mail/evolution-mail.schemas.in.h:82
msgid "Load images for HTML messages over HTTP"
msgstr "Cargar imágenes para mensajes HTML sobre HTTP"
-#: ../mail/evolution-mail.schemas.in.h:81
-#, fuzzy
+#: ../mail/evolution-mail.schemas.in.h:83
msgid ""
"Load images for HTML messages over HTTP(S). Possible values are: \"0\" - "
"Never load images off the net. \"1\" - Load images in messages from "
@@ -13576,183 +13641,183 @@ msgstr ""
"remitente está en la libreta de direcciones; «2»: Siempre cargar imágenes "
"desde la red."
-#: ../mail/evolution-mail.schemas.in.h:82
+#: ../mail/evolution-mail.schemas.in.h:84
msgid "Log filter actions"
msgstr "Registrar acciones de filtrado"
-#: ../mail/evolution-mail.schemas.in.h:83
+#: ../mail/evolution-mail.schemas.in.h:85
msgid "Log filter actions to the specified log file."
msgstr "Registrar acciones de filtrado en el archivo de registro especificado."
-#: ../mail/evolution-mail.schemas.in.h:84
+#: ../mail/evolution-mail.schemas.in.h:86
msgid "Logfile to log filter actions"
msgstr "Archivo de registro para registrar las acciones de filtrado"
-#: ../mail/evolution-mail.schemas.in.h:85
+#: ../mail/evolution-mail.schemas.in.h:87
msgid "Logfile to log filter actions."
msgstr "Archivo de registro para registrar las acciones de filtrado."
-#: ../mail/evolution-mail.schemas.in.h:86
+#: ../mail/evolution-mail.schemas.in.h:88
msgid "Mark as Seen after specified timeout"
msgstr "Marcar como visto después del tiempo especificado"
-#: ../mail/evolution-mail.schemas.in.h:87
+#: ../mail/evolution-mail.schemas.in.h:89
msgid "Mark as Seen after specified timeout."
msgstr "Marcar como visto después del tiempo especificado."
-#: ../mail/evolution-mail.schemas.in.h:88
+#: ../mail/evolution-mail.schemas.in.h:90
msgid "Mark citations in the message \"Preview\""
msgstr "Marcar citas textuales en la vista previa del mensaje"
-#: ../mail/evolution-mail.schemas.in.h:89
+#: ../mail/evolution-mail.schemas.in.h:91
msgid "Mark citations in the message \"Preview\"."
msgstr "Marcar citas textuales en la «vista previa» del mensaje."
-#: ../mail/evolution-mail.schemas.in.h:90
+#: ../mail/evolution-mail.schemas.in.h:92
msgid "Message Window default height"
msgstr "Altura predeterminada de la ventana de mensajes"
-#: ../mail/evolution-mail.schemas.in.h:91
+#: ../mail/evolution-mail.schemas.in.h:93
msgid "Message Window default width"
msgstr "Anchura predeterminada de la ventana de mensajes"
-#: ../mail/evolution-mail.schemas.in.h:92
+#: ../mail/evolution-mail.schemas.in.h:94
msgid "Message-display style (\"normal\", \"full headers\", \"source\")"
msgstr ""
"Estilo de visualización del mensaje (\"normal\", \"full headers\" (cabeceras "
"completas), \"source\" (fuente))"
-#: ../mail/evolution-mail.schemas.in.h:93
+#: ../mail/evolution-mail.schemas.in.h:95
msgid "Minimum days between emptying the junk on exit"
msgstr "Días mínimos entre el vaciado del SPAM a la salida"
-#: ../mail/evolution-mail.schemas.in.h:94
+#: ../mail/evolution-mail.schemas.in.h:96
msgid "Minimum days between emptying the trash on exit"
msgstr "Días mínimos entre el vaciado de la papelera a la salida"
-#: ../mail/evolution-mail.schemas.in.h:95
+#: ../mail/evolution-mail.schemas.in.h:97
msgid "Minimum time between emptying the junk on exit, in days."
msgstr "Tiempo mínimo entre el vaciado del SPAM a la salida, en días."
-#: ../mail/evolution-mail.schemas.in.h:96
+#: ../mail/evolution-mail.schemas.in.h:98
msgid "Minimum time between emptying the trash on exit, in days."
msgstr "Tiempo mínimo entre el vaciado de la papelera a la salida, en días."
-#: ../mail/evolution-mail.schemas.in.h:97
+#: ../mail/evolution-mail.schemas.in.h:99
msgid "Number of addresses to display in TO/CC/BCC"
msgstr "Número de direcciones a mostrar en PARA/CC/CCO"
-#: ../mail/evolution-mail.schemas.in.h:98
+#: ../mail/evolution-mail.schemas.in.h:100
msgid "Prompt on empty subject"
msgstr "Preguntar si el asunto está en blanco"
-#: ../mail/evolution-mail.schemas.in.h:99
+#: ../mail/evolution-mail.schemas.in.h:101
msgid "Prompt the user when he or she tries to expunge a folder."
msgstr "Preguntar al usuario cuando intente compactar una carpeta."
-#: ../mail/evolution-mail.schemas.in.h:100
+#: ../mail/evolution-mail.schemas.in.h:102
msgid ""
"Prompt the user when he or she tries to send a message without a Subject."
msgstr "Preguntar al usuario cuando intente enviar un mensaje sin un asunto."
-#: ../mail/evolution-mail.schemas.in.h:101
+#: ../mail/evolution-mail.schemas.in.h:103
msgid "Prompt to check if the user wants to go offline immediately"
msgstr ""
"Preguntar para comprobar si el usuario quiere desconectarse inmediatamente"
-#: ../mail/evolution-mail.schemas.in.h:102
+#: ../mail/evolution-mail.schemas.in.h:104
msgid "Prompt when deleting messages in search folder"
msgstr "Preguntar al borrar mensajes en carpetas de búsqueda"
-#: ../mail/evolution-mail.schemas.in.h:103
+#: ../mail/evolution-mail.schemas.in.h:105
msgid "Prompt when user expunges"
msgstr "Preguntar cuando el usuario compacte"
-#: ../mail/evolution-mail.schemas.in.h:104
+#: ../mail/evolution-mail.schemas.in.h:106
msgid "Prompt when user only fills Bcc"
msgstr "Preguntar cuando el usuario sólo rellene el campo Cco"
-#: ../mail/evolution-mail.schemas.in.h:105
+#: ../mail/evolution-mail.schemas.in.h:107
msgid "Prompt when user tries to open 10 or more messages at once"
msgstr "Preguntar cuando el usuario intente abrir diez o más mensajes a la vez"
-#: ../mail/evolution-mail.schemas.in.h:106
+#: ../mail/evolution-mail.schemas.in.h:108
msgid ""
"Prompt when user tries to send HTML mail to recipients that may not want to "
"receive HTML mail."
msgstr "Preguntar al enviar mensajes en HTML a contactos quizá no los quieran."
-#: ../mail/evolution-mail.schemas.in.h:107
+#: ../mail/evolution-mail.schemas.in.h:109
msgid "Prompt when user tries to send a message with no To or Cc recipients."
msgstr ""
"Preguntar cuando el usuario intente enviar un mensaje sin destinatarios Para "
"o Cc."
-#: ../mail/evolution-mail.schemas.in.h:108
+#: ../mail/evolution-mail.schemas.in.h:110
msgid "Prompt when user tries to send unwanted HTML"
msgstr "Preguntar cuando el usuario intente enviar HTML no deseado"
-#: ../mail/evolution-mail.schemas.in.h:109
+#: ../mail/evolution-mail.schemas.in.h:111
msgid "Prompt while marking multiple messages"
msgstr "Preguntar cuando se marquen varios mensajes"
-#: ../mail/evolution-mail.schemas.in.h:110
+#: ../mail/evolution-mail.schemas.in.h:112
msgid "Recognize emoticons in text and replace them with images."
msgstr "Reconocer emoticonos en el texto y reemplazarlos con imágenes."
-#: ../mail/evolution-mail.schemas.in.h:111
+#: ../mail/evolution-mail.schemas.in.h:113
msgid "Recognize links in text and replace them."
msgstr "Reconocer enlaces en el texto y reemplazarlos."
-#: ../mail/evolution-mail.schemas.in.h:112
+#: ../mail/evolution-mail.schemas.in.h:114
msgid "Run junk test on incoming mail."
msgstr "Ejecutar la prueba de SPAM en el correo entrante."
-#: ../mail/evolution-mail.schemas.in.h:113
+#: ../mail/evolution-mail.schemas.in.h:115
msgid "Save directory"
msgstr "Directorio donde guardar"
-#: ../mail/evolution-mail.schemas.in.h:114
+#: ../mail/evolution-mail.schemas.in.h:116
msgid "Search for the sender photo in local address books"
msgstr "Buscar la foto del remitente en libretas de direcciones locales"
-#: ../mail/evolution-mail.schemas.in.h:115
+#: ../mail/evolution-mail.schemas.in.h:117
msgid "Send HTML mail by default"
msgstr "Enviar correo en HTML por omisión"
-#: ../mail/evolution-mail.schemas.in.h:116
+#: ../mail/evolution-mail.schemas.in.h:118
msgid "Send HTML mail by default."
msgstr "Envía el correo en HTML por omisión."
-#: ../mail/evolution-mail.schemas.in.h:117
+#: ../mail/evolution-mail.schemas.in.h:119
msgid "Sender email-address column in the message list"
msgstr "Columna del correo-e del remitente en la lista de mensajes"
-#: ../mail/evolution-mail.schemas.in.h:118
+#: ../mail/evolution-mail.schemas.in.h:120
msgid "Server synchronization interval"
msgstr "Intervalo de sincronización con el servidor"
-#: ../mail/evolution-mail.schemas.in.h:119
+#: ../mail/evolution-mail.schemas.in.h:121
msgid "Show Animations"
msgstr "Mostrar animaciones"
-#: ../mail/evolution-mail.schemas.in.h:120
+#: ../mail/evolution-mail.schemas.in.h:122
msgid "Show animated images as animations."
msgstr "Mostrar las imágenes animadas como animaciones."
-#: ../mail/evolution-mail.schemas.in.h:121
+#: ../mail/evolution-mail.schemas.in.h:123
msgid "Show deleted messages (with a strike-through) in the message-list."
msgstr "Mostrar los mensajes borrados (tachados) en la lista de mensajes."
-#: ../mail/evolution-mail.schemas.in.h:122
+#: ../mail/evolution-mail.schemas.in.h:124
msgid "Show deleted messages in the message-list"
msgstr "Mostrar los mensajes borrados en la lista de mensajes"
-#: ../mail/evolution-mail.schemas.in.h:123
+#: ../mail/evolution-mail.schemas.in.h:125
msgid "Show photo of the sender"
msgstr "Mostrar la foto del remitente"
-#: ../mail/evolution-mail.schemas.in.h:126
+#: ../mail/evolution-mail.schemas.in.h:128
msgid ""
"Show the email-address of the sender in a separate column in the message "
"list."
@@ -13760,59 +13825,59 @@ msgstr ""
"Mostrar el correo-e del remitente en una columna separada en la lista de "
"mensajes."
-#: ../mail/evolution-mail.schemas.in.h:127
+#: ../mail/evolution-mail.schemas.in.h:129
msgid "Show the photo of the sender in the message reading pane."
msgstr "Mostrar la foto del remitente en el panel de lectura de mensajes."
-#: ../mail/evolution-mail.schemas.in.h:128
+#: ../mail/evolution-mail.schemas.in.h:130
msgid "Spell check inline"
msgstr "Comprobación ortográfica en línea"
-#: ../mail/evolution-mail.schemas.in.h:129
+#: ../mail/evolution-mail.schemas.in.h:131
msgid "Spell checking color"
msgstr "Color de la corrección ortográfica"
-#: ../mail/evolution-mail.schemas.in.h:130
+#: ../mail/evolution-mail.schemas.in.h:132
msgid "Spell checking languages"
msgstr "Comprobación ortográfica de idiomas"
-#: ../mail/evolution-mail.schemas.in.h:131
+#: ../mail/evolution-mail.schemas.in.h:133
msgid "Subscribe dialog default height"
msgstr "Altura predeterminada del diálogo de suscripción"
-#: ../mail/evolution-mail.schemas.in.h:132
+#: ../mail/evolution-mail.schemas.in.h:134
msgid "Subscribe dialog default width"
msgstr "Anchura predeterminada del diálogo de suscripción"
-#: ../mail/evolution-mail.schemas.in.h:133
+#: ../mail/evolution-mail.schemas.in.h:135
msgid "Terminal font"
msgstr "Tipografía del terminal"
-#: ../mail/evolution-mail.schemas.in.h:134
+#: ../mail/evolution-mail.schemas.in.h:136
msgid "Text message part limit"
msgstr "Límite de la parte de texto del mensaje"
-#: ../mail/evolution-mail.schemas.in.h:135
+#: ../mail/evolution-mail.schemas.in.h:137
msgid "The default plugin for Junk hook"
msgstr "El complemento predeterminado para SPAM"
-#: ../mail/evolution-mail.schemas.in.h:136
+#: ../mail/evolution-mail.schemas.in.h:138
msgid "The last time empty junk was run, in days since the epoch."
msgstr "La última vez que se vació el SPAM, en días desde la época."
-#: ../mail/evolution-mail.schemas.in.h:137
+#: ../mail/evolution-mail.schemas.in.h:139
msgid "The last time empty trash was run, in days since the epoch."
msgstr "La última vez que se vació la papelera, en días desde la época."
-#: ../mail/evolution-mail.schemas.in.h:138
+#: ../mail/evolution-mail.schemas.in.h:140
msgid "The terminal font for mail display."
msgstr "La tipografía de terminal para mostrar el correo."
-#: ../mail/evolution-mail.schemas.in.h:139
+#: ../mail/evolution-mail.schemas.in.h:141
msgid "The variable width font for mail display."
msgstr "La tipografía de anchura variable para mostrar el correo."
-#: ../mail/evolution-mail.schemas.in.h:140
+#: ../mail/evolution-mail.schemas.in.h:142
msgid ""
"This can have three possible values. \"0\" for errors. \"1\" for warnings. "
"\"2\" for debug messages."
@@ -13820,17 +13885,16 @@ msgstr ""
"Esto puede tener tres valores posibles. «0» para errores. «1» para avisos. «2» "
"para mensajes de depuración."
-#: ../mail/evolution-mail.schemas.in.h:141
-#, fuzzy
+#: ../mail/evolution-mail.schemas.in.h:143
msgid ""
"This decides the max size of the text part that can be formatted under "
"Evolution. The default is 4MB / 4096 KB and is specified in terms of KB."
msgstr ""
"Esto decide el tamaño máximo de la parte de texto que se puede formatear "
-"bajo Evolution. Lo predeterminado son 4 Mib/4096 KiB y está especificado en "
+"bajo Evolution. Lo predeterminado son 4 MiB/4096 KiB y está especificado en "
"términos de KiB."
-#: ../mail/evolution-mail.schemas.in.h:142
+#: ../mail/evolution-mail.schemas.in.h:144
msgid ""
"This is the default junk plugin, even though there are multiple plugins "
"enabled. If the default listed plugin is disabled, then it won't fall back "
@@ -13840,7 +13904,7 @@ msgstr ""
"varios complementos activados. Si el complemento predeterminado listado está "
"desactivado, entonces no usará los otros complementos disponibles."
-#: ../mail/evolution-mail.schemas.in.h:143
+#: ../mail/evolution-mail.schemas.in.h:145
msgid ""
"This key is read only once and reset to \"false\" after read. This unselects "
"the mail in the list and removes the preview for that folder."
@@ -13849,7 +13913,7 @@ msgstr ""
"Esto deselecciona el correo en la lista y elimina la vista previa para esa "
"carpeta."
-#: ../mail/evolution-mail.schemas.in.h:144
+#: ../mail/evolution-mail.schemas.in.h:146
msgid ""
"This key should contain a list of XML structures specifying custom headers, "
"and whether they are to be displayed. The format of the XML structure is &lt;"
@@ -13861,7 +13925,7 @@ msgstr ""
"estructura XML es &lt;header enabled&gt;: poner a activado si la cabecera se "
"debe mostrar en la vista de correo."
-#: ../mail/evolution-mail.schemas.in.h:145
+#: ../mail/evolution-mail.schemas.in.h:147
msgid ""
"This option is related to the key lookup_addressbook and is used to "
"determine whether to look up addresses in local address book only to exclude "
@@ -13872,11 +13936,11 @@ msgstr ""
"local para excluir de los filtros de correo basura el correo enviado por "
"contactos conocidos."
-#: ../mail/evolution-mail.schemas.in.h:146
+#: ../mail/evolution-mail.schemas.in.h:148
msgid "This option would help in improving the speed of fetching."
msgstr "Esta opción ayudará a mejorar la velocidad de obtención."
-#: ../mail/evolution-mail.schemas.in.h:147
+#: ../mail/evolution-mail.schemas.in.h:149
msgid ""
"This sets the number of addresses to show in default message list view, "
"beyond which a '...' is shown."
@@ -13884,7 +13948,7 @@ msgstr ""
"Esto establece el número de direcciones a mostrar en la vista de lista de "
"mensajes predeterminada, más allá de los cuales se muestra un «…»."
-#: ../mail/evolution-mail.schemas.in.h:148
+#: ../mail/evolution-mail.schemas.in.h:150
msgid ""
"This setting specifies whether the threads should be in expanded or "
"collapsed state by default. Evolution requires a restart."
@@ -13893,7 +13957,7 @@ msgstr ""
"deberían estar en estado expandido o contraído. Evolution necesita "
"reiniciarse."
-#: ../mail/evolution-mail.schemas.in.h:149
+#: ../mail/evolution-mail.schemas.in.h:151
msgid ""
"This setting specifies whether the threads should be sorted based on latest "
"message in each thread, rather than by message's date. Evolution requires a "
@@ -13903,121 +13967,121 @@ msgstr ""
"último mensaje de cada conversación, en lugar de por la fecha del mensaje. "
"Evolution necesita un reinicio."
-#: ../mail/evolution-mail.schemas.in.h:150
+#: ../mail/evolution-mail.schemas.in.h:152
msgid "Thread the message list."
msgstr "Agrupar la lista de mensajes."
-#: ../mail/evolution-mail.schemas.in.h:151
+#: ../mail/evolution-mail.schemas.in.h:153
msgid "Thread the message-list"
msgstr "Agrupar la lista de mensajes"
-#: ../mail/evolution-mail.schemas.in.h:152
+#: ../mail/evolution-mail.schemas.in.h:154
msgid "Thread the message-list based on Subject"
msgstr "Agrupar la lista de mensajes en conversaciones basadas en el asunto"
-#: ../mail/evolution-mail.schemas.in.h:153
+#: ../mail/evolution-mail.schemas.in.h:155
msgid "Timeout for marking message as seen"
msgstr "Tiempo para marcar un mensaje como visto"
-#: ../mail/evolution-mail.schemas.in.h:154
+#: ../mail/evolution-mail.schemas.in.h:156
msgid "Timeout for marking message as seen."
msgstr "Tiempo para marcar un mensaje como visto."
-#: ../mail/evolution-mail.schemas.in.h:155
+#: ../mail/evolution-mail.schemas.in.h:157
msgid "UID string of the default account."
msgstr "Cadena UID para la cuenta predeterminada."
-#: ../mail/evolution-mail.schemas.in.h:156
+#: ../mail/evolution-mail.schemas.in.h:158
msgid "Underline color for misspelled words when using inline spelling."
msgstr ""
"Color de subrayado para las palabras mal escritas cuando se use corrección "
"en línea."
-#: ../mail/evolution-mail.schemas.in.h:157
+#: ../mail/evolution-mail.schemas.in.h:159
msgid "Use SpamAssassin daemon and client"
msgstr "Usar el demonio y cliente de SpamAssassin"
-#: ../mail/evolution-mail.schemas.in.h:158
+#: ../mail/evolution-mail.schemas.in.h:160
msgid "Use SpamAssassin daemon and client (spamc/spamd)."
msgstr "Usar el demonio y cliente de SpamAssassin (spamc/spamd)."
-#: ../mail/evolution-mail.schemas.in.h:159
+#: ../mail/evolution-mail.schemas.in.h:161
msgid "Use custom fonts"
msgstr "Usar tipografía personalizada"
-#: ../mail/evolution-mail.schemas.in.h:160
+#: ../mail/evolution-mail.schemas.in.h:162
msgid "Use custom fonts for displaying mail."
msgstr "Usar tipografía personalizada para mostrar el correo."
-#: ../mail/evolution-mail.schemas.in.h:161
+#: ../mail/evolution-mail.schemas.in.h:163
msgid "Use only local spam tests."
msgstr "Usar sólo los tests de SPAM locales."
-#: ../mail/evolution-mail.schemas.in.h:162
+#: ../mail/evolution-mail.schemas.in.h:164
msgid "Use only the local spam tests (no DNS)."
msgstr "Usa sólo los tests de SPAM locales (sin DNS)."
-#: ../mail/evolution-mail.schemas.in.h:163
+#: ../mail/evolution-mail.schemas.in.h:165
msgid "Use side-by-side or wide layout"
msgstr "Usar distribución lado a lado o ancha"
-#: ../mail/evolution-mail.schemas.in.h:164
+#: ../mail/evolution-mail.schemas.in.h:166
msgid "Variable width font"
msgstr "Tipografía de anchura variable"
-#: ../mail/evolution-mail.schemas.in.h:165
+#: ../mail/evolution-mail.schemas.in.h:167
msgid "View/Bcc menu item is checked"
msgstr "El elemento del menú «Ver/Cco» está marcado"
-#: ../mail/evolution-mail.schemas.in.h:166
+#: ../mail/evolution-mail.schemas.in.h:168
msgid "View/Bcc menu item is checked."
msgstr "El elemento del menú «Ver/Cco» está marcado."
-#: ../mail/evolution-mail.schemas.in.h:167
+#: ../mail/evolution-mail.schemas.in.h:169
msgid "View/Cc menu item is checked"
msgstr "El elemento del menú «Ver/Cc» está marcado"
-#: ../mail/evolution-mail.schemas.in.h:168
+#: ../mail/evolution-mail.schemas.in.h:170
msgid "View/Cc menu item is checked."
msgstr "El elemento del menú «Ver/Cc» está marcado."
-#: ../mail/evolution-mail.schemas.in.h:169
+#: ../mail/evolution-mail.schemas.in.h:171
msgid "View/From menu item is checked"
msgstr "El elemento del menú «Ver/De» está marcado"
-#: ../mail/evolution-mail.schemas.in.h:170
+#: ../mail/evolution-mail.schemas.in.h:172
msgid "View/From menu item is checked."
msgstr "El elemento del menú «Ver/De» está marcado."
-#: ../mail/evolution-mail.schemas.in.h:171
+#: ../mail/evolution-mail.schemas.in.h:173
msgid "View/PostTo menu item is checked"
msgstr "El elemento del menú «Ver/Publicar en» está marcado"
-#: ../mail/evolution-mail.schemas.in.h:172
+#: ../mail/evolution-mail.schemas.in.h:174
msgid "View/PostTo menu item is checked."
msgstr "El elemento del menú «Ver/Publicar en» está marcado."
-#: ../mail/evolution-mail.schemas.in.h:173
+#: ../mail/evolution-mail.schemas.in.h:175
msgid "View/ReplyTo menu item is checked"
msgstr "El elemento del menú «Ver/Responder a» está marcado"
-#: ../mail/evolution-mail.schemas.in.h:174
+#: ../mail/evolution-mail.schemas.in.h:176
msgid "View/ReplyTo menu item is checked."
msgstr "El elemento del menú «Ver/Responder a» está marcado."
-#: ../mail/evolution-mail.schemas.in.h:175
+#: ../mail/evolution-mail.schemas.in.h:177
msgid "Whether a read receipt request gets added to every message by default."
msgstr ""
"Indica si se debe añadir una solicitud de lectura de forma predeterminada a "
"cada mensaje."
-#: ../mail/evolution-mail.schemas.in.h:176
+#: ../mail/evolution-mail.schemas.in.h:178
msgid "Whether disable ellipsizing feature of folder names in folder tree."
msgstr ""
"Indica si se debe desactivar la característica de elipsis de los nombres de "
"las carpetas en el árbol de carpetas."
-#: ../mail/evolution-mail.schemas.in.h:177
+#: ../mail/evolution-mail.schemas.in.h:179
msgid ""
"Whether or not to fall back on threading by subjects when the messages do "
"not contain In-Reply-To or References headers."
@@ -14025,17 +14089,17 @@ msgstr ""
"Indica si se debe o no volver al agrupado de conversaciones por asuntos "
"cuando los mensajes no contienen cabeceras «In-Reply-To» o «References»."
-#: ../mail/evolution-mail.schemas.in.h:178
+#: ../mail/evolution-mail.schemas.in.h:180
msgid "Whether sort threads based on latest message in that thread"
msgstr ""
"Indica si ordenar las conversaciones basándose en el último mensaje de esa "
"conversación"
-#: ../mail/evolution-mail.schemas.in.h:179
+#: ../mail/evolution-mail.schemas.in.h:181
msgid "Width of the message-list pane"
msgstr "Anchura del panel de lista de mensajes"
-#: ../mail/evolution-mail.schemas.in.h:180
+#: ../mail/evolution-mail.schemas.in.h:182
msgid "Width of the message-list pane."
msgstr "Anchura del panel de lista de mensajes."
@@ -14117,154 +14181,97 @@ msgstr "Lista de correo %s"
msgid "Add Filter Rule"
msgstr "Añadir regla de filtrado"
-#: ../mail/mail-component.c:163 ../plugins/templates/templates.c:519
-#: ../plugins/templates/templates.c:689 ../plugins/templates/templates.c:724
+#: ../mail/mail-component.c:168
#: ../plugins/templates/org-gnome-templates.eplug.xml.h:2
msgid "Templates"
msgstr "Plantillas"
-#: ../mail/mail-component.c:545
+#: ../mail/mail-component.c:550
#, c-format
msgid "%d selected, "
msgid_plural "%d selected, "
msgstr[0] "%d seleccionado, "
msgstr[1] "%d seleccionados, "
-#: ../mail/mail-component.c:549
+#: ../mail/mail-component.c:554
#, c-format
msgid "%d deleted"
msgid_plural "%d deleted"
msgstr[0] "%d borrado"
msgstr[1] "%d borrados"
-#: ../mail/mail-component.c:556
+#: ../mail/mail-component.c:561
#, c-format
msgid "%d junk"
msgid_plural "%d junk"
msgstr[0] "%d SPAM"
msgstr[1] "%d SPAM"
-#: ../mail/mail-component.c:559
+#: ../mail/mail-component.c:564
#, c-format
msgid "%d draft"
msgid_plural "%d drafts"
msgstr[0] "%d borrador"
msgstr[1] "%d borradores"
-#: ../mail/mail-component.c:561
+#: ../mail/mail-component.c:566
#, c-format
msgid "%d sent"
msgid_plural "%d sent"
msgstr[0] "%d enviado"
msgstr[1] "%d enviados"
-#: ../mail/mail-component.c:563
+#: ../mail/mail-component.c:568
#, c-format
msgid "%d unsent"
msgid_plural "%d unsent"
msgstr[0] "%d sin enviar"
msgstr[1] "%d sin enviar"
-#: ../mail/mail-component.c:569
+#: ../mail/mail-component.c:574
#, c-format
msgid "%d unread, "
msgid_plural "%d unread, "
msgstr[0] "%d no leído, "
msgstr[1] "%d no leídos, "
-#: ../mail/mail-component.c:570
+#: ../mail/mail-component.c:575
#, c-format
msgid "%d total"
msgid_plural "%d total"
msgstr[0] "%d en total"
msgstr[1] "%d en total"
-#: ../mail/mail-component.c:922
+#: ../mail/mail-component.c:927
msgid "New Mail Message"
msgstr "Mensaje de correo nuevo"
-#: ../mail/mail-component.c:923
+#: ../mail/mail-component.c:928
msgctxt "New"
msgid "_Mail Message"
msgstr "_Mensaje de correo"
-#: ../mail/mail-component.c:924
+#: ../mail/mail-component.c:929
msgid "Compose a new mail message"
msgstr "Redacta un mensaje de correo nuevo"
-#: ../mail/mail-component.c:930
+#: ../mail/mail-component.c:935
msgid "New Mail Folder"
msgstr "Carpeta de correo nueva"
-#: ../mail/mail-component.c:931
+#: ../mail/mail-component.c:936
msgctxt "New"
msgid "Mail _Folder"
msgstr "_Carpeta de correo"
-#: ../mail/mail-component.c:932
+#: ../mail/mail-component.c:937
msgid "Create a new mail folder"
msgstr "Crea una carpeta de correo nueva"
-#: ../mail/mail-component.c:1079
+#: ../mail/mail-component.c:1084
msgid "Failed upgrading Mail settings or folders."
msgstr "Falló al actualizar la configuración de correo o carpetas."
-#: ../mail/mail-component.c:1595
-msgid "Error"
-msgstr "Error"
-
-#: ../mail/mail-component.c:1595
-msgid "Errors"
-msgstr "Errores"
-
-#: ../mail/mail-component.c:1596
-msgid "Warnings and Errors"
-msgstr "Avisos y errores"
-
-#: ../mail/mail-component.c:1597
-msgid "Debug"
-msgstr "Depurar"
-
-#: ../mail/mail-component.c:1597
-msgid "Error, Warnings and Debug messages"
-msgstr "Mensajes de error, avisos y depuración"
-
-#: ../mail/mail-component.c:1724
-msgid "Debug Logs"
-msgstr "Depuración de sucesos"
-
-#: ../mail/mail-component.c:1738
-msgid "Show _errors in the status bar for"
-msgstr "Mostrar _errores en la barra de estado para"
-
-#. Translators: This is the second part of the sentence
-#. * "Show _errors in the status bar for" - XXX - "second(s)."
-#: ../mail/mail-component.c:1754
-msgid "second(s)."
-msgstr "segundo(s)."
-
-#: ../mail/mail-component.c:1760
-msgid "Log Messages:"
-msgstr "Mensajes de sucesos:"
-
-#: ../mail/mail-component.c:1801
-msgid "Log Level"
-msgstr "Nivel de sucesos"
-
-#: ../mail/mail-component.c:1810 ../widgets/misc/e-dateedit.c:391
-msgid "Time"
-msgstr "Hora"
-
-#: ../mail/mail-component.c:1820 ../mail/message-list.c:2516
-#: ../mail/message-list.etspec.h:10
-msgid "Messages"
-msgstr "Mensajes"
-
-#: ../mail/mail-component.c:1829 ../ui/evolution-mail-messagedisplay.xml.h:2
-#: ../ui/evolution.xml.h:4
-msgid "Close this window"
-msgstr "Cierra esta ventana"
-
#: ../mail/mail-config.glade.h:1
msgid " Ch_eck for Supported Types "
msgstr "_Comprobar tipos soportados "
@@ -14545,130 +14552,130 @@ msgid "Empty trash folders on e_xit"
msgstr "Vaciar _papelera al salir"
#: ../mail/mail-config.glade.h:79
-msgid "Enable Magic S_pacebar "
+msgid "Enable Magic S_pacebar"
msgstr "Activar la barra e_spaciadora mágica"
#: ../mail/mail-config.glade.h:80
msgid "Enable Sea_rch Folders"
msgstr "Activar las Carpetas de _búsqueda"
-#: ../mail/mail-config.glade.h:81
+#: ../mail/mail-config.glade.h:82
msgid "Encry_ption certificate:"
msgstr "Certificado de ci_frado:"
-#: ../mail/mail-config.glade.h:82
+#: ../mail/mail-config.glade.h:83
msgid "Encrypt out_going messages (by default)"
msgstr "Cifrar mensajes _salientes (por omisión)"
-#: ../mail/mail-config.glade.h:84
+#: ../mail/mail-config.glade.h:85
msgid "Fi_xed-width:"
msgstr "Anchura _fija:"
-#: ../mail/mail-config.glade.h:85
+#: ../mail/mail-config.glade.h:86
msgid "Fix_ed width Font:"
msgstr "Tipografía de anchura _fija:"
-#: ../mail/mail-config.glade.h:86
+#: ../mail/mail-config.glade.h:87
msgid "Font Properties"
msgstr "Propiedades de tipografías"
-#: ../mail/mail-config.glade.h:87
+#: ../mail/mail-config.glade.h:88
msgid "Format messages in _HTML"
msgstr "Dar formato _HTML a los mensajes"
-#: ../mail/mail-config.glade.h:88
+#: ../mail/mail-config.glade.h:89
msgid "Full Nam_e:"
msgstr "Nombre _completo:"
-#: ../mail/mail-config.glade.h:90
+#: ../mail/mail-config.glade.h:91
msgid "HTML Messages"
msgstr "Correos HTML"
-#: ../mail/mail-config.glade.h:91
+#: ../mail/mail-config.glade.h:92
msgid "H_TTP Proxy:"
msgstr "Proxy H_TTP:"
-#: ../mail/mail-config.glade.h:92
+#: ../mail/mail-config.glade.h:93
msgid "Headers"
msgstr "Cabeceras"
# Esta cadena debe permanecer así
-#: ../mail/mail-config.glade.h:93
+#: ../mail/mail-config.glade.h:94
msgid "Highlight _quotations with"
msgstr "Resaltar texto _citado con este color:"
-#: ../mail/mail-config.glade.h:95
+#: ../mail/mail-config.glade.h:96
msgid "Inline"
msgstr "Incluido en línea"
-#: ../mail/mail-config.glade.h:96
+#: ../mail/mail-config.glade.h:97
msgid "Inline (Outlook style)"
msgstr "En línea (estilo Outlook)"
-#: ../mail/mail-config.glade.h:98
+#: ../mail/mail-config.glade.h:99
msgid "KB"
msgstr "Kib"
-#: ../mail/mail-config.glade.h:99 ../mail/message-list.etspec.h:8
+#: ../mail/mail-config.glade.h:100 ../mail/message-list.etspec.h:8
msgid "Labels"
msgstr "Etiquetas"
-#: ../mail/mail-config.glade.h:100
+#: ../mail/mail-config.glade.h:101
msgid "Languages Table"
msgstr "Tabla de idiomas"
-#: ../mail/mail-config.glade.h:101
+#: ../mail/mail-config.glade.h:102
msgid "Mail Configuration"
msgstr "Configuración del correo"
-#: ../mail/mail-config.glade.h:102
+#: ../mail/mail-config.glade.h:103
msgid "Mail Headers Table"
msgstr "Tabla de cabeceras de correo"
-#: ../mail/mail-config.glade.h:104
+#: ../mail/mail-config.glade.h:105
msgid "Mailbox location"
msgstr "Dirección del buzón"
-#: ../mail/mail-config.glade.h:105
+#: ../mail/mail-config.glade.h:106
msgid "Message Composer"
msgstr "Editor de mensajes"
-#: ../mail/mail-config.glade.h:106
+#: ../mail/mail-config.glade.h:107
msgid "No _Proxy for:"
msgstr "Sin _proxy para:"
-#: ../mail/mail-config.glade.h:107
+#: ../mail/mail-config.glade.h:108
msgid ""
"Note: Underscore in the label name is used as mnemonic identifier in menu."
msgstr ""
"Nota: El guión bajo en el nombre de la etiqueta se usa como un identificador "
"mnemónico en el menú."
-#: ../mail/mail-config.glade.h:108
+#: ../mail/mail-config.glade.h:109
msgid ""
"Note: you will not be prompted for a password until you connect for the "
"first time"
msgstr "Nota: No se le pedirá una contraseña hasta que conecte por primera vez"
-#: ../mail/mail-config.glade.h:109
+#: ../mail/mail-config.glade.h:110
msgid "Option is ignored if a match for custom junk headers is found."
msgstr ""
"Esta opción se omitirá si se encuentra alguna coincidencia para una cabecera "
"de SPAM personalizada."
-#: ../mail/mail-config.glade.h:110
+#: ../mail/mail-config.glade.h:111
msgid "Or_ganization:"
msgstr "Organi_zación:"
-#: ../mail/mail-config.glade.h:111
+#: ../mail/mail-config.glade.h:112
msgid "PGP/GPG _Key ID:"
msgstr "ID de c_lave GPG/PGP:"
-#: ../mail/mail-config.glade.h:112
+#: ../mail/mail-config.glade.h:113
msgid "Pass_word:"
msgstr "_Contraseña:"
-#: ../mail/mail-config.glade.h:114
+#: ../mail/mail-config.glade.h:115
msgid ""
"Please enter a descriptive name for this account in the space below.\n"
"This name will be used for display purposes only."
@@ -14676,7 +14683,7 @@ msgstr ""
"Introduzca un nombre descriptivo para esta cuenta en el espacio de abajo.\n"
"Este nombre se usará sólo para mostrarlo."
-#: ../mail/mail-config.glade.h:116
+#: ../mail/mail-config.glade.h:117
msgid ""
"Please enter information about the way you will send mail. If you are not "
"sure, ask your system administrator or Internet Service Provider."
@@ -14685,7 +14692,7 @@ msgstr ""
"no está seguro, pregúntele a su administrador de sistemas o a su Proveedor "
"de Servicios de Internet."
-#: ../mail/mail-config.glade.h:117
+#: ../mail/mail-config.glade.h:118
msgid ""
"Please enter your name and email address below. The \"optional\" fields "
"below do not need to be filled in, unless you wish to include this "
@@ -14695,123 +14702,123 @@ msgstr ""
"«opcionales» no hace falta que los rellene, a menos que quiera incluir esta "
"información en el correo-e que envíe."
-#: ../mail/mail-config.glade.h:118
+#: ../mail/mail-config.glade.h:119
msgid "Please select among the following options"
msgstr "Por favor seleccione entre las siguientes opciones"
-#: ../mail/mail-config.glade.h:119
+#: ../mail/mail-config.glade.h:120
msgid "Port:"
msgstr "Puerto:"
-#: ../mail/mail-config.glade.h:120
+#: ../mail/mail-config.glade.h:121
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Preguntar al enviar mensajes que tan sólo tengan definido el _Cco"
-#: ../mail/mail-config.glade.h:121
+#: ../mail/mail-config.glade.h:122
msgid "Quoted"
msgstr "Citado"
-#: ../mail/mail-config.glade.h:122
+#: ../mail/mail-config.glade.h:123
msgid "Re_member password"
msgstr "_Recordar contraseña"
-#: ../mail/mail-config.glade.h:123
+#: ../mail/mail-config.glade.h:124
msgid "Re_ply-To:"
msgstr "Res_ponder a:"
-#: ../mail/mail-config.glade.h:125
+#: ../mail/mail-config.glade.h:126
msgid "Remember _password"
msgstr "Recordar _contraseña"
-#: ../mail/mail-config.glade.h:126
+#: ../mail/mail-config.glade.h:127
msgid "S_OCKS Host:"
msgstr "Equipo S_OCKS:"
-#: ../mail/mail-config.glade.h:127
+#: ../mail/mail-config.glade.h:128
msgid "S_earch for sender photograph only in local address books"
msgstr "Bu_scar la foto del remitente sólo en libretas de direcciones locales"
-#: ../mail/mail-config.glade.h:128
+#: ../mail/mail-config.glade.h:129
msgid "S_elect..."
msgstr "S_eleccionar…"
-#: ../mail/mail-config.glade.h:129
+#: ../mail/mail-config.glade.h:130
msgid "S_end message receipts:"
msgstr "_Enviar confirmaciones de mensajes:"
-#: ../mail/mail-config.glade.h:130
+#: ../mail/mail-config.glade.h:131
msgid "S_tandard Font:"
msgstr "Tipografía _estándar:"
-#: ../mail/mail-config.glade.h:132
+#: ../mail/mail-config.glade.h:133
msgid "Select Drafts Folder"
msgstr "Seleccionar la carpeta de borradores"
-#: ../mail/mail-config.glade.h:133
+#: ../mail/mail-config.glade.h:134
msgid "Select HTML fixed width font"
msgstr "Selecciona letra de anchura fija para HTML"
-#: ../mail/mail-config.glade.h:134
+#: ../mail/mail-config.glade.h:135
msgid "Select HTML fixed width font for printing"
msgstr "Selecciona letra de anchura fija en HTML para imprimir"
-#: ../mail/mail-config.glade.h:135
+#: ../mail/mail-config.glade.h:136
msgid "Select HTML variable width font"
msgstr "Selecciona letra de anchura variable en HTML"
-#: ../mail/mail-config.glade.h:136
+#: ../mail/mail-config.glade.h:137
msgid "Select HTML variable width font for printing"
msgstr "Selecciona letra de anchura variable en HTML para imprimir"
-#: ../mail/mail-config.glade.h:137
+#: ../mail/mail-config.glade.h:138
msgid "Select Sent Folder"
msgstr "Seleccionar la carpeta de enviados"
-#: ../mail/mail-config.glade.h:139
+#: ../mail/mail-config.glade.h:140
msgid "Sending Mail"
msgstr "Envío de correo"
-#: ../mail/mail-config.glade.h:140
+#: ../mail/mail-config.glade.h:141
msgid "Sent _Messages Folder:"
msgstr "Carpeta de _mensajes enviados:"
-#: ../mail/mail-config.glade.h:141
+#: ../mail/mail-config.glade.h:142
msgid "Ser_ver requires authentication"
msgstr "El ser_vidor requiere autenticación"
-#: ../mail/mail-config.glade.h:142
+#: ../mail/mail-config.glade.h:143
msgid "Server _Type: "
msgstr "_Tipo de servidor: "
-#: ../mail/mail-config.glade.h:143
+#: ../mail/mail-config.glade.h:144
msgid "Sig_ning certificate:"
msgstr "Certificado de _firma:"
-#: ../mail/mail-config.glade.h:144
+#: ../mail/mail-config.glade.h:145
msgid "Signat_ure:"
msgstr "_Firma:"
-#: ../mail/mail-config.glade.h:145
+#: ../mail/mail-config.glade.h:146
msgid "Signatures"
msgstr "Firmas"
-#: ../mail/mail-config.glade.h:146
+#: ../mail/mail-config.glade.h:147
msgid "Signatures Table"
msgstr "Tabla de firmas"
-#: ../mail/mail-config.glade.h:147
+#: ../mail/mail-config.glade.h:148
msgid "Spell Checking"
msgstr "Ortografía"
-#: ../mail/mail-config.glade.h:148
+#: ../mail/mail-config.glade.h:149
msgid "Start _typing at the bottom on replying"
msgstr "Comenzar a _escribir en la parte final al responder"
-#: ../mail/mail-config.glade.h:149
+#: ../mail/mail-config.glade.h:150
msgid "T_ype: "
msgstr "_Tipo: "
-#: ../mail/mail-config.glade.h:150
+#: ../mail/mail-config.glade.h:151
msgid ""
"The list of languages here reflects only the languages for which you have a "
"dictionary installed."
@@ -14819,7 +14826,7 @@ msgstr ""
"La lista de idiomas de aquí refleja únicamente los idiomas para los cuáles "
"hay instalado un diccionario."
-#: ../mail/mail-config.glade.h:151
+#: ../mail/mail-config.glade.h:152
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
@@ -14829,7 +14836,7 @@ msgstr ""
"firma. El nombre que especifique se usará\n"
"únicamente para mostrarlo por pantalla. "
-#: ../mail/mail-config.glade.h:154
+#: ../mail/mail-config.glade.h:155
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
@@ -14837,26 +14844,26 @@ msgstr ""
" Teclee el nombre por el que quiere identificar a esta cuenta.\n"
" Por ejemplo: «Trabajo» o «Personal»"
-#: ../mail/mail-config.glade.h:156
+#: ../mail/mail-config.glade.h:157
msgid "Us_ername:"
msgstr "_Usuario:"
-#: ../mail/mail-config.glade.h:157
+#: ../mail/mail-config.glade.h:158
msgid "Use Authe_ntication"
msgstr "Usar aute_nticación"
-#: ../mail/mail-config.glade.h:158 ../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:159 ../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 "_Usuario:"
-#: ../mail/mail-config.glade.h:159
+#: ../mail/mail-config.glade.h:160
msgid "V_ariable-width:"
msgstr "An_chura variable:"
-#: ../mail/mail-config.glade.h:160
+#: ../mail/mail-config.glade.h:161
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -14866,126 +14873,126 @@ msgstr ""
"\n"
"Pulse «Adelante» para comenzar. "
-#: ../mail/mail-config.glade.h:163
+#: ../mail/mail-config.glade.h:164
msgid "_Add Signature"
msgstr "_Añadir firma"
-#: ../mail/mail-config.glade.h:164
+#: ../mail/mail-config.glade.h:165
msgid "_Always load images from the Internet"
msgstr "_Siempre cargar las imágenes desde Internet"
-#: ../mail/mail-config.glade.h:165
+#: ../mail/mail-config.glade.h:166
msgid "_Automatic proxy configuration URL:"
msgstr "URL para la configuración _automática del proxy:"
-#: ../mail/mail-config.glade.h:166
+#: ../mail/mail-config.glade.h:167
msgid "_Default junk plugin:"
msgstr "Complemento SPAM pre_determinado:"
-#: ../mail/mail-config.glade.h:167
+#: ../mail/mail-config.glade.h:168
msgid "_Direct connection to the Internet"
msgstr "Conexión _directa a Internet"
-#: ../mail/mail-config.glade.h:168
+#: ../mail/mail-config.glade.h:169
msgid "_Do not sign meeting requests (for Outlook compatibility)"
msgstr ""
"No _firmar las solicitudes de reunión (para compatibilidad con Outlook)"
-#: ../mail/mail-config.glade.h:170
+#: ../mail/mail-config.glade.h:171
msgid "_Forward style:"
msgstr "_Estilo de reenvío:"
-#: ../mail/mail-config.glade.h:171
+#: ../mail/mail-config.glade.h:172
msgid "_Keep Signature above the original message on replying"
msgstr "_Mantener la firma por encima del mensaje original al responder"
-#: ../mail/mail-config.glade.h:172
+#: ../mail/mail-config.glade.h:173
msgid "_Load images in messages from contacts"
msgstr "_Cargar imágenes en los correo de mis contactos"
-#: ../mail/mail-config.glade.h:173
+#: ../mail/mail-config.glade.h:174
msgid "_Lookup in local address book only"
msgstr "_Buscar sólo en la libreta de direcciones local"
-#: ../mail/mail-config.glade.h:174
+#: ../mail/mail-config.glade.h:175
msgid "_Make this my default account"
msgstr "_Hacer que ésta sea mi cuenta predeterminada"
-#: ../mail/mail-config.glade.h:175
+#: ../mail/mail-config.glade.h:176
msgid "_Manual proxy configuration:"
msgstr "Configuración _manual del proxy:"
-#: ../mail/mail-config.glade.h:176
+#: ../mail/mail-config.glade.h:177
msgid "_Mark messages as read after"
msgstr "_Marcar mensajes como leídos tras"
-#: ../mail/mail-config.glade.h:178
+#: ../mail/mail-config.glade.h:179
msgid "_Never load images from the Internet"
msgstr "_Nunca cargar imágenes desde Internet"
-#: ../mail/mail-config.glade.h:179
+#: ../mail/mail-config.glade.h:180
msgid "_Path:"
msgstr "R_uta:"
-#: ../mail/mail-config.glade.h:180
+#: ../mail/mail-config.glade.h:181
msgid "_Prompt on sending HTML mail to contacts that do not want them"
msgstr "_Preguntar al enviar mensajes en HTML a contactos que no los quieren"
-#: ../mail/mail-config.glade.h:181
+#: ../mail/mail-config.glade.h:182
msgid "_Prompt when sending messages with an empty subject line"
msgstr "Pr_eguntar al enviar mensajes con el asunto vacío"
-#: ../mail/mail-config.glade.h:182
+#: ../mail/mail-config.glade.h:183
msgid "_Reply style:"
msgstr "Estilo de _respuesta:"
-#: ../mail/mail-config.glade.h:183
+#: ../mail/mail-config.glade.h:184
msgid "_Script:"
msgstr "_Script:"
-#: ../mail/mail-config.glade.h:184
+#: ../mail/mail-config.glade.h:185
msgid "_Secure HTTP Proxy:"
msgstr "Proxy HTTP _seguro:"
-#: ../mail/mail-config.glade.h:185
+#: ../mail/mail-config.glade.h:186
msgid "_Select..."
msgstr "_Seleccionar…"
#. If enabled, show animation; if disabled, only display a static image without any animation
-#: ../mail/mail-config.glade.h:188
+#: ../mail/mail-config.glade.h:189
msgid "_Show image animations"
msgstr "_Mostrar animaciones"
-#: ../mail/mail-config.glade.h:189
+#: ../mail/mail-config.glade.h:190
msgid "_Show the photograph of sender in the message preview"
msgstr "_Mostrar la foto del remitente en la vista previa del correo-e"
-#: ../mail/mail-config.glade.h:190
+#: ../mail/mail-config.glade.h:191
msgid "_Shrink To / Cc / Bcc headers to "
msgstr "_Reducir las cabeceras Para / Cc / Cco a "
-#: ../mail/mail-config.glade.h:191
+#: ../mail/mail-config.glade.h:192
msgid "_Use Secure Connection:"
msgstr "_Usar conexión segura:"
-#: ../mail/mail-config.glade.h:192
+#: ../mail/mail-config.glade.h:193
msgid "_Use system defaults"
msgstr "_Usar los valores predeterminados del sistema"
-#: ../mail/mail-config.glade.h:193
+#: ../mail/mail-config.glade.h:194
msgid "_Use the same fonts as other applications"
msgstr "_Usar las mismas tipografías que en otras aplicaciones"
-#: ../mail/mail-config.glade.h:194
+#: ../mail/mail-config.glade.h:195
msgid "addresses"
msgstr "direcciones"
# Esta traducción debe mantenerse así
-#: ../mail/mail-config.glade.h:195
+#: ../mail/mail-config.glade.h:196
msgid "color"
msgstr " "
-#: ../mail/mail-config.glade.h:196
+#: ../mail/mail-config.glade.h:197
msgid "description"
msgstr "descripción"
@@ -15364,21 +15371,21 @@ msgstr "Carpeta inválida: «%s»"
msgid "Setting up Search Folder: %s"
msgstr "Configurando carpeta de búsqueda: %s"
-#: ../mail/mail-vfolder.c:233
+#: ../mail/mail-vfolder.c:240
#, c-format
msgid "Updating Search Folders for '%s:%s'"
msgstr "Actualizando carpetas de búsqueda para «%s: %s»"
-#: ../mail/mail-vfolder.c:240
+#: ../mail/mail-vfolder.c:247
#, c-format
msgid "Updating Search Folders for '%s'"
msgstr "Actualizando carpetas de búsqueda para «%s»"
-#: ../mail/mail-vfolder.c:1066
+#: ../mail/mail-vfolder.c:1081
msgid "Edit Search Folder"
msgstr "Editar carpeta de búsqueda"
-#: ../mail/mail-vfolder.c:1155
+#: ../mail/mail-vfolder.c:1170
msgid "New Search Folder"
msgstr "Carpeta de búsqueda nueva"
@@ -16067,12 +16074,16 @@ msgstr "%b %e %l:%M %p"
msgid "%b %d %Y"
msgstr "%e %b %Y"
+#: ../mail/message-list.c:2519 ../mail/message-list.etspec.h:10
+msgid "Messages"
+msgstr "Mensajes"
+
#. there is some info why the message list is empty, let it be something useful
-#: ../mail/message-list.c:3978 ../mail/message-list.c:4438
+#: ../mail/message-list.c:3981 ../mail/message-list.c:4452
msgid "Generating message list"
msgstr "Generando la lista de mensajes"
-#: ../mail/message-list.c:4286
+#: ../mail/message-list.c:4291
msgid ""
"No message satisfies your search criteria. Either clear search with Search-"
">Clear menu item or change it."
@@ -16080,7 +16091,7 @@ msgstr ""
"Ningún mensaje satisface su criterio de búsqueda. Limpie el criterio de "
"selección con el elemento del menú Buscar->Limpiar o cámbielo."
-#: ../mail/message-list.c:4288
+#: ../mail/message-list.c:4293
msgid "There are no messages in this folder."
msgstr "No hay mensajes en esta carpeta."
@@ -16114,9 +16125,8 @@ msgid "Size"
msgstr "Tamaño"
#: ../mail/message-list.etspec.h:19
-#, fuzzy
msgid "Subject - Trimmed"
-msgstr "Campo A_sunto"
+msgstr "Asunto recortado"
#: ../mail/message-tag-followup.c:56
msgid "Call"
@@ -16207,7 +16217,7 @@ msgstr ""
"el cuerpo de un mensaje."
#: ../plugins/attachment-reminder/attachment-reminder.c:475
-#: ../plugins/templates/templates.c:392
+#: ../plugins/templates/templates.c:390
msgid "Keywords"
msgstr "Palabras clave"
@@ -16241,7 +16251,6 @@ msgid "_Edit Message"
msgstr "_Editar mensaje"
#: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:1
-#, fuzzy
msgid ""
"A formatter plugin which displays audio attachments inline and allows you to "
"play them directly from Evolution."
@@ -16528,28 +16537,27 @@ msgid "BBDB"
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 "Ocurrió un error al crear %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 "El proceso hijo de Bogofilter no está respondiendo, matándolo..."
+msgstr "El proceso hijo de Bogofilter no está respondiendo, matándolo…"
-#: ../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 ""
-"Espere a que el proceso hijo de Bogofilter se interrumpa, terminando..."
+msgstr "Espere a que el proceso hijo de Bogofilter se interrumpa, terminando…"
-#: ../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 "Falló la tubería hacia Bogofilter, código de error: %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 "Convertir el texto del correo a _Unicode"
@@ -16587,8 +16595,8 @@ msgid "_URL:"
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 "Usar _SSL"
@@ -16610,8 +16618,8 @@ msgstr "Proporciona funcionalidad básica para calendarios locales."
#: ../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 "A_ctualizar:"
@@ -16721,7 +16729,7 @@ msgid "Do you want to make Evolution your default e-mail client?"
msgstr "¿Quiere que Evolution sea su cliente de correo predeterminado?"
#: ../plugins/default-mailer/org-gnome-default-mailer.error.xml.h:2
-#: ../shell/main.c:585
+#: ../shell/main.c:590
msgid "Evolution"
msgstr "Evolution"
@@ -16762,7 +16770,7 @@ msgid "Key"
msgstr "Clave"
#: ../plugins/email-custom-header/email-custom-header.c:892
-#: ../plugins/templates/templates.c:398
+#: ../plugins/templates/templates.c:396
msgid "Values"
msgstr "Valores"
@@ -17533,7 +17541,7 @@ msgid "Folder offline"
msgstr "Carpeta desconectada"
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:39
-#: ../shell/e-shell.c:1306
+#: ../shell/e-shell.c:1270
msgid "Generic error"
msgstr "Error genérico"
@@ -17657,7 +17665,7 @@ msgid "Unknown error looking up {0}"
msgstr "Error desconocido al buscar {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 "Error desconocido."
@@ -17848,24 +17856,20 @@ msgstr "Des_uscribir"
#: ../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 "Introduzca el nombre de usuario primero."
-
-#: ../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 ""
"Introduzca la contraseña para que el usuario %s acceda a la lista de "
"calendarios suscritos."
-#: ../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"
@@ -17874,15 +17878,15 @@ msgstr ""
"No se pueden leer los datos del servidor de Google.\n"
"%s"
-#: ../plugins/google-account-setup/google-source.c:693
+#: ../plugins/google-account-setup/google-source.c:702
msgid "Cal_endar:"
msgstr "Cal_endario:"
-#: ../plugins/google-account-setup/google-source.c:728
+#: ../plugins/google-account-setup/google-source.c:737
msgid "Retrieve _list"
msgstr "Obtener _lista"
-#: ../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 "<b>Server</b>"
msgstr "<b>Servidor</b>"
@@ -18209,7 +18213,7 @@ msgid "The Proxy tab will be available only when the account is enabled."
msgstr ""
"La solapa del Proxy estará disponible sólo cuando la cuenta esté activada."
-#: ../plugins/groupwise-features/send-options.c:215
+#: ../plugins/groupwise-features/send-options.c:214
msgid "Advanced send options"
msgstr "Opciones de envío avanzadas"
@@ -18455,114 +18459,114 @@ msgstr "Una cita en el calendario «%s» entra en conflicto con esta reunión"
msgid "Found the appointment in the calendar '%s'"
msgstr "Se encontró la cita en el calendario «%s»"
-#: ../plugins/itip-formatter/itip-formatter.c:738
+#: ../plugins/itip-formatter/itip-formatter.c:741
msgid "Unable to find any calendars"
msgstr "No se puede encontrar ningún calendario"
-#: ../plugins/itip-formatter/itip-formatter.c:745
+#: ../plugins/itip-formatter/itip-formatter.c:748
msgid "Unable to find this meeting in any calendar"
msgstr "No se puede encontrar esta reunión en ningún calendario"
-#: ../plugins/itip-formatter/itip-formatter.c:749
+#: ../plugins/itip-formatter/itip-formatter.c:752
msgid "Unable to find this task in any task list"
msgstr "No se puede encontrar esta tarea en ninguna lista de tareas"
-#: ../plugins/itip-formatter/itip-formatter.c:753
+#: ../plugins/itip-formatter/itip-formatter.c:756
msgid "Unable to find this memo in any memo list"
msgstr "No se puede encontrar esta nota en ninguna lista de notas"
-#: ../plugins/itip-formatter/itip-formatter.c:824
+#: ../plugins/itip-formatter/itip-formatter.c:827
msgid "Searching for an existing version of this appointment"
msgstr "Buscando una versión existente de esta cita"
-#: ../plugins/itip-formatter/itip-formatter.c:993
+#: ../plugins/itip-formatter/itip-formatter.c:996
msgid "Unable to parse item"
msgstr "No es posible interpretar el elemento"
-#: ../plugins/itip-formatter/itip-formatter.c:1051
+#: ../plugins/itip-formatter/itip-formatter.c:1054
#, c-format
msgid "Unable to send item to calendar '%s'. %s"
msgstr "No es posible enviar el elemento al calendario «%s»: %s"
-#: ../plugins/itip-formatter/itip-formatter.c:1063
+#: ../plugins/itip-formatter/itip-formatter.c:1066
#, c-format
msgid "Sent to calendar '%s' as accepted"
msgstr "Enviado al calendario «%s» como aceptado"
-#: ../plugins/itip-formatter/itip-formatter.c:1067
+#: ../plugins/itip-formatter/itip-formatter.c:1070
#, c-format
msgid "Sent to calendar '%s' as tentative"
msgstr "Enviado al calendario «%s» como tentativa"
-#: ../plugins/itip-formatter/itip-formatter.c:1072
+#: ../plugins/itip-formatter/itip-formatter.c:1075
#, c-format
msgid "Sent to calendar '%s' as declined"
msgstr "Enviado al calendario «%s» como rehusado"
-#: ../plugins/itip-formatter/itip-formatter.c:1077
+#: ../plugins/itip-formatter/itip-formatter.c:1080
#, c-format
msgid "Sent to calendar '%s' as canceled"
msgstr "Enviado al calendario «%s» como cancelado"
-#: ../plugins/itip-formatter/itip-formatter.c:1171
+#: ../plugins/itip-formatter/itip-formatter.c:1174
#, c-format
msgid "Organizer has removed the delegate %s "
msgstr "El organizador ha quitado al delegado %s"
-#: ../plugins/itip-formatter/itip-formatter.c:1178
+#: ../plugins/itip-formatter/itip-formatter.c:1181
msgid "Sent a cancelation notice to the delegate"
msgstr "Enviar una notificación de cancelación al delegado"
-#: ../plugins/itip-formatter/itip-formatter.c:1180
+#: ../plugins/itip-formatter/itip-formatter.c:1183
msgid "Could not send the cancelation notice to the delegate"
msgstr "No es posible enviar una notificación de cancelación al delegado"
-#: ../plugins/itip-formatter/itip-formatter.c:1266
+#: ../plugins/itip-formatter/itip-formatter.c:1269
msgid "Attendee status could not be updated because the status is invalid"
msgstr ""
"El estado de asistencia no pudo actualizarse debido a que el estado es "
"inválido"
-#: ../plugins/itip-formatter/itip-formatter.c:1293
+#: ../plugins/itip-formatter/itip-formatter.c:1296
#, c-format
msgid "Unable to update attendee. %s"
msgstr "No es posible actualizar la asistencia. %s"
-#: ../plugins/itip-formatter/itip-formatter.c:1297
+#: ../plugins/itip-formatter/itip-formatter.c:1300
msgid "Attendee status updated"
msgstr "Estado de asistencia actualizado"
-#: ../plugins/itip-formatter/itip-formatter.c:1323
+#: ../plugins/itip-formatter/itip-formatter.c:1326
msgid "Meeting information sent"
msgstr "Información de reunión enviada"
-#: ../plugins/itip-formatter/itip-formatter.c:1326
+#: ../plugins/itip-formatter/itip-formatter.c:1329
msgid "Task information sent"
msgstr "Información de la tarea enviada"
-#: ../plugins/itip-formatter/itip-formatter.c:1329
+#: ../plugins/itip-formatter/itip-formatter.c:1332
msgid "Memo information sent"
msgstr "Información de la nota enviada"
-#: ../plugins/itip-formatter/itip-formatter.c:1338
+#: ../plugins/itip-formatter/itip-formatter.c:1341
msgid "Unable to send meeting information, the meeting does not exist"
msgstr "No se puede enviar la información de la reunión, la reunión no existe"
-#: ../plugins/itip-formatter/itip-formatter.c:1341
+#: ../plugins/itip-formatter/itip-formatter.c:1344
msgid "Unable to send task information, the task does not exist"
msgstr "No se puede enviar la información de la tarea, la tarea no existe"
-#: ../plugins/itip-formatter/itip-formatter.c:1344
+#: ../plugins/itip-formatter/itip-formatter.c:1347
msgid "Unable to send memo information, the memo does not exist"
msgstr "No se puede enviar la información de la nota, la nota no existe"
-#: ../plugins/itip-formatter/itip-formatter.c:1413
-#: ../plugins/itip-formatter/itip-formatter.c:1424
+#: ../plugins/itip-formatter/itip-formatter.c:1416
+#: ../plugins/itip-formatter/itip-formatter.c:1427
msgid "The calendar attached is not valid"
msgstr "El calendario adjunto no es válido"
-#: ../plugins/itip-formatter/itip-formatter.c:1414
-#: ../plugins/itip-formatter/itip-formatter.c:1425
+#: ../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."
@@ -18570,15 +18574,15 @@ msgstr ""
"El mensaje dice contener un calendario, pero el calendario no es un "
"iCalendar válido."
-#: ../plugins/itip-formatter/itip-formatter.c:1465
-#: ../plugins/itip-formatter/itip-formatter.c:1493
-#: ../plugins/itip-formatter/itip-formatter.c:1575
+#: ../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 "El elemento en el calendario no es válido"
-#: ../plugins/itip-formatter/itip-formatter.c:1466
-#: ../plugins/itip-formatter/itip-formatter.c:1494
-#: ../plugins/itip-formatter/itip-formatter.c:1576
+#: ../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"
@@ -18586,11 +18590,11 @@ msgstr ""
"El mensaje contiene un calendario, pero el calendario no contiene ningún "
"acontecimiento, tarea o información de disponibilidad"
-#: ../plugins/itip-formatter/itip-formatter.c:1505
+#: ../plugins/itip-formatter/itip-formatter.c:1508
msgid "The calendar attached contains multiple items"
msgstr "El calendario adjunto contiene elementos múltiples"
-#: ../plugins/itip-formatter/itip-formatter.c:1506
+#: ../plugins/itip-formatter/itip-formatter.c:1509
msgid ""
"To process all of these items, the file should be saved and the calendar "
"imported"
@@ -18598,31 +18602,31 @@ msgstr ""
"Para procesar todos estos elementos, el archivo debería guardarse y el "
"calendario importarse"
-#: ../plugins/itip-formatter/itip-formatter.c:2213
+#: ../plugins/itip-formatter/itip-formatter.c:2218
msgid "This meeting recurs"
msgstr "Esta reunión se repite"
-#: ../plugins/itip-formatter/itip-formatter.c:2216
+#: ../plugins/itip-formatter/itip-formatter.c:2221
msgid "This task recurs"
msgstr "Esta tarea se repite"
-#: ../plugins/itip-formatter/itip-formatter.c:2219
+#: ../plugins/itip-formatter/itip-formatter.c:2224
msgid "This memo recurs"
msgstr "Esta nota se repite"
#. Delete message after acting
#. FIXME Need a schema for this
-#: ../plugins/itip-formatter/itip-formatter.c:2455
+#: ../plugins/itip-formatter/itip-formatter.c:2460
msgid "_Delete message after acting"
msgstr "_Borrar el mensaje después de actuar"
-#: ../plugins/itip-formatter/itip-formatter.c:2465
-#: ../plugins/itip-formatter/itip-formatter.c:2497
+#: ../plugins/itip-formatter/itip-formatter.c:2470
+#: ../plugins/itip-formatter/itip-formatter.c:2502
msgid "Conflict Search"
msgstr "Búsqueda de conflictos"
#. Source selector
-#: ../plugins/itip-formatter/itip-formatter.c:2480
+#: ../plugins/itip-formatter/itip-formatter.c:2485
msgid "Select the calendars to search for meeting conflicts"
msgstr "Seleccione los calendario en los que buscar conflictos entre reuniones"
@@ -19806,13 +19810,12 @@ msgstr "Error después de bifurcar: %s"
#: ../plugins/sa-junk-plugin/em-junk-filter.c:243
#, c-format
msgid "SpamAssassin child process does not respond, killing..."
-msgstr "El proceso hijo de SpamAssasin no está respondiendo, matándolo..."
+msgstr "El proceso hijo de SpamAssasin no está respondiendo, matándolo…"
#: ../plugins/sa-junk-plugin/em-junk-filter.c:245
#, c-format
msgid "Wait for SpamAssassin child process interrupted, terminating..."
-msgstr ""
-"Espere a que el proceso hijo de SpamAssasin se interrumpa, terminando..."
+msgstr "Espere a que el proceso hijo de SpamAssasin se interrumpa, terminando…"
#: ../plugins/sa-junk-plugin/em-junk-filter.c:254
#, c-format
@@ -20091,15 +20094,15 @@ msgstr ""
"Lista de pares de palabras clave y valores para que el complemento de "
"plantillas sustituya en el cuerpo del mensaje."
-#: ../plugins/templates/templates.c:613
+#: ../plugins/templates/templates.c:603
msgid "No title"
msgstr "Sin título"
-#: ../plugins/templates/templates.c:741
+#: ../plugins/templates/templates.c:711
msgid "Save as _Template"
msgstr "Guardar como plan_tilla"
-#: ../plugins/templates/templates.c:743
+#: ../plugins/templates/templates.c:713
msgid "Save as Template"
msgstr "Guardar como plantilla"
@@ -20278,7 +20281,7 @@ msgstr "La barra lateral es visible"
msgid "Skip development warning dialog"
msgstr "Saltar el diálogo de advertencia de desarrollo"
-#: ../shell/apps_evolution_shell.schemas.in.h:27 ../shell/main.c:471
+#: ../shell/apps_evolution_shell.schemas.in.h:27 ../shell/main.c:476
msgid "Start in offline mode"
msgstr "Iniciar en modo desconectado"
@@ -20496,7 +20499,7 @@ msgstr "Preferencias de Evolution"
#. To translators: This is the window title and %s is the
#. component name. Most translators will want to keep it as is.
-#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:332
+#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:328
#, c-format
msgid "%s - Evolution"
msgstr "%s - Evolution"
@@ -20541,19 +20544,19 @@ msgstr "Página web de Evolution"
msgid "Error opening the FAQ webpage."
msgstr "Error al abrir la página web de P+F."
-#: ../shell/e-shell-window-commands.c:1168
+#: ../shell/e-shell-window-commands.c:1174
msgid "_Work Online"
msgstr "_Trabajar conectado"
-#: ../shell/e-shell-window-commands.c:1181 ../ui/evolution.xml.h:57
+#: ../shell/e-shell-window-commands.c:1187 ../ui/evolution.xml.h:57
msgid "_Work Offline"
msgstr "_Trabajar desconectado"
-#: ../shell/e-shell-window-commands.c:1194
+#: ../shell/e-shell-window-commands.c:1200
msgid "Work Offline"
msgstr "Trabajar desconectado"
-#: ../shell/e-shell-window.c:381
+#: ../shell/e-shell-window.c:377
msgid ""
"Evolution is currently online.\n"
"Click on this button to work offline."
@@ -20561,11 +20564,11 @@ msgstr ""
"Evolution está conectado.\n"
"Pulse este botón para trabajar desconectado."
-#: ../shell/e-shell-window.c:388
+#: ../shell/e-shell-window.c:384
msgid "Evolution is in the process of going offline."
msgstr "Evolution está en proceso de desconectarse."
-#: ../shell/e-shell-window.c:395
+#: ../shell/e-shell-window.c:391
msgid ""
"Evolution is currently offline.\n"
"Click on this button to work online."
@@ -20573,7 +20576,7 @@ msgstr ""
"Evolution está desconectado.\n"
"Pulse este botón para trabajar conectado."
-#: ../shell/e-shell-window.c:786
+#: ../shell/e-shell-window.c:787
#, c-format
msgid "Switch to %s"
msgstr "Cambiar a %s"
@@ -20587,19 +20590,19 @@ msgstr "Error del sistema desconocido."
msgid "%ld KB"
msgstr "%ld KiB"
-#: ../shell/e-shell.c:1298 ../widgets/misc/e-cell-date-edit.c:314
+#: ../shell/e-shell.c:1262 ../widgets/misc/e-cell-date-edit.c:314
msgid "OK"
msgstr "Aceptar"
-#: ../shell/e-shell.c:1300
+#: ../shell/e-shell.c:1264
msgid "Invalid arguments"
msgstr "Argumentos inválidos"
-#: ../shell/e-shell.c:1302
+#: ../shell/e-shell.c:1266
msgid "Cannot register on OAF"
msgstr "No es posible registrar en OAF"
-#: ../shell/e-shell.c:1304
+#: ../shell/e-shell.c:1268
msgid "Configuration Database not found"
msgstr "No se encontró la base de datos de configuración"
@@ -20643,8 +20646,8 @@ msgid "Importer Type"
msgstr "Tipo de importador"
#: ../shell/import.glade.h:6
-msgid "Select Importers"
-msgstr "Seleccionar importadores"
+msgid "Select Information to Import"
+msgstr "Seleccione la imformación para importar"
#: ../shell/import.glade.h:7
msgid "Select a File"
@@ -20661,7 +20664,7 @@ msgstr ""
"importación de archivos externos dentro de Evolution."
#. Preview/Alpha/Beta version warning message
-#: ../shell/main.c:217
+#: ../shell/main.c:222
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -20697,7 +20700,7 @@ msgstr ""
"Esperamos que disfrute del resultado de nuestro duro trabajo y \n"
"esperamos su contribución.\n"
-#: ../shell/main.c:241
+#: ../shell/main.c:246
msgid ""
"Thanks\n"
"The Evolution Team\n"
@@ -20705,43 +20708,43 @@ msgstr ""
"Gracias\n"
"El equipo de Evolution\n"
-#: ../shell/main.c:248
+#: ../shell/main.c:253
msgid "Do not tell me again"
msgstr "No preguntarme más veces"
-#: ../shell/main.c:469
+#: ../shell/main.c:474
msgid "Start Evolution activating the specified component"
msgstr "Iniciar Evolution activando el componente especificado"
-#: ../shell/main.c:473
+#: ../shell/main.c:478
msgid "Start in online mode"
msgstr "Iniciar en modo conectado"
-#: ../shell/main.c:476
+#: ../shell/main.c:481
msgid "Forcibly shut down all Evolution components"
msgstr "Forzar el cierre de todos los componentes de Evolution"
-#: ../shell/main.c:480
+#: ../shell/main.c:485
msgid "Forcibly re-migrate from Evolution 1.4"
msgstr "Fuerza la reemigración desde Evolution 1.4"
-#: ../shell/main.c:483
+#: ../shell/main.c:488
msgid "Send the debugging output of all components to a file."
msgstr "Envía la salida de depuración de todos los componentes a un archivo."
-#: ../shell/main.c:485
+#: ../shell/main.c:490
msgid "Disable loading of any plugins."
msgstr "Desactivar la carga de cualquier complemento."
-#: ../shell/main.c:487
+#: ../shell/main.c:492
msgid "Disable preview pane of Mail, Contacts and Tasks."
msgstr "Desactivar la vista previa del correo, contactos y tareas."
-#: ../shell/main.c:572
+#: ../shell/main.c:577
msgid "- The Evolution PIM and Email Client"
msgstr "El cliente de correo-e y GIP Evolution"
-#: ../shell/main.c:600
+#: ../shell/main.c:605
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
@@ -20809,7 +20812,6 @@ msgstr ""
"Evolution sin intervención manual.\n"
#: ../shell/shell.error.xml.h:16
-#, fuzzy
msgid ""
"The previous version of Evolution stored its data in a different location.\n"
"\n"
@@ -20821,9 +20823,10 @@ msgstr ""
"La versión anterior de Evolution almacenaba sus datos en un lugar "
"diferente.\n"
"\n"
-"Si elije eliminar estos datos, todo el contenido del directorio «evolution» "
-"se eliminará permanentemente. Si elije conservar estos datos, entonces puede "
-"eliminar manualmente el contenido de «evolution» a su conveniencia.\n"
+"Si elije eliminar estos datos, todo el contenido del directorio &quot;"
+"evolution&quot; se eliminará permanentemente. Si elije conservar estos "
+"datos, entonces puede eliminar manualmente el contenido de &quot;"
+"evolution&quot; a su conveniencia.\n"
#: ../shell/shell.error.xml.h:20
msgid "Upgrade from previous version failed: {0}"
@@ -21410,8 +21413,8 @@ msgid "Copy"
msgstr "Copiar"
#: ../ui/evolution-addressbook.xml.h:7
-msgid "Copy Selected Contacts to Another Folder..."
-msgstr "Copiar los contactos seleccionados a otra carpeta…"
+msgid "Copy selected contacts to another folder"
+msgstr "Copiar los contactos seleccionados a otra carpeta"
#: ../ui/evolution-addressbook.xml.h:8
msgid "Copy the contacts of the selected folder into another folder"
@@ -21459,8 +21462,8 @@ msgid "Mo_ve All Contacts To..."
msgstr "Mo_ver todos los contactos a…"
#: ../ui/evolution-addressbook.xml.h:20
-msgid "Move Selected Contacts to Another Folder..."
-msgstr "Mover los contactos seleccionados a otra carpeta…"
+msgid "Move selected contacts to another folder"
+msgstr "Mover los contactos seleccionados a otra carpeta"
#: ../ui/evolution-addressbook.xml.h:21
msgid "Move the contacts of the selected folder into another folder"
@@ -21500,14 +21503,14 @@ msgid "Save as VCard..."
msgstr "Guardar como VCard…"
#: ../ui/evolution-addressbook.xml.h:32
-msgid "Save selected contacts as a VCard."
-msgstr "Guarda los contactos seleccionados en una VCard."
+msgid "Save selected contacts as a VCard"
+msgstr "Guardar los contactos seleccionados en una VCard"
#: ../ui/evolution-addressbook.xml.h:33
msgid "Save the contacts of the selected folder as VCard"
msgstr "Guarda los contactos de la carpeta seleccionada como 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 "Seleccionar todo"
@@ -21520,16 +21523,16 @@ msgid "Select all contacts"
msgstr "Seleccionar todos los contactos"
#: ../ui/evolution-addressbook.xml.h:37
-msgid "Send a message to the selected contacts."
-msgstr "Envía un mensaje a los contactos seleccionados."
+msgid "Send a message to the selected contacts"
+msgstr "Enviar un mensaje a los contactos seleccionados"
#: ../ui/evolution-addressbook.xml.h:38
msgid "Send message to contact"
msgstr "Enviar un mensaje al contacto"
#: ../ui/evolution-addressbook.xml.h:39
-msgid "Send selected contacts to another person."
-msgstr "Envía los contactos seleccionados a otra persona."
+msgid "Send selected contacts to another person"
+msgstr "Enviar los contactos seleccionados a otra persona"
#: ../ui/evolution-addressbook.xml.h:40
msgid "Show contact preview window"
@@ -21551,7 +21554,7 @@ msgstr "Parar la carga"
msgid "View the current contact"
msgstr "Ver el contacto actual"
-#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:38
+#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:39
#: ../ui/evolution-tasks.xml.h:21
msgid "_Actions"
msgstr "A_cciones"
@@ -21706,15 +21709,23 @@ msgstr "Mostrar la semana laboral"
msgid "View the current appointment"
msgstr "Ver la cita actual"
-#: ../ui/evolution-calendar.xml.h:36
+#: ../ui/evolution-calendar.xml.h:36 ../ui/evolution-mail-global.xml.h:19
+msgid "View the debug console for log messages"
+msgstr "Ver la consola de depuración para los mensajes de sucesos"
+
+#: ../ui/evolution-calendar.xml.h:37
msgid "Week"
msgstr "Semana"
-#: ../ui/evolution-calendar.xml.h:37
+#: ../ui/evolution-calendar.xml.h:38
msgid "Work Week"
msgstr "Semana laboral"
-#: ../ui/evolution-calendar.xml.h:42
+#: ../ui/evolution-calendar.xml.h:41 ../ui/evolution-mail-global.xml.h:22
+msgid "_Debug Logs"
+msgstr "_Depurar sucesos"
+
+#: ../ui/evolution-calendar.xml.h:45
msgid "_Open Appointment"
msgstr "_Abrir cita"
@@ -21784,10 +21795,6 @@ msgstr "Mostrar una ventana de vista previa de mensajes"
msgid "Subscribe or unsubscribe to folders on remote servers"
msgstr "Suscribirse o desuscribirse de carpetas alojadas en servidores remotos"
-#: ../ui/evolution-mail-global.xml.h:19
-msgid "View the debug console for log messages"
-msgstr "Ver la consola de depuración para los mensajes de sucesos"
-
#: ../ui/evolution-mail-global.xml.h:20
msgid "_Classic View"
msgstr "Vista _clásica"
@@ -21796,10 +21803,6 @@ msgstr "Vista _clásica"
msgid "_Copy Folder To..."
msgstr "_Copiar carpeta a…"
-#: ../ui/evolution-mail-global.xml.h:22
-msgid "_Debug Logs"
-msgstr "_Depurar sucesos"
-
#: ../ui/evolution-mail-global.xml.h:23
msgid "_Download Messages for Offline Usage"
msgstr "_Descargar mensajes para trabajar sin conexión"
@@ -21824,8 +21827,8 @@ msgstr "_Vista previa"
#. <menuitem name="CreateVFolder" verb="CreateVFolder" _label="_New Search _Folder (FIXME)"/>
#.
#: ../ui/evolution-mail-global.xml.h:32
-msgid "_Subscriptions"
-msgstr "_Suscripciones"
+msgid "_Subscriptions..."
+msgstr "_Suscripciones…"
#: ../ui/evolution-mail-global.xml.h:33
msgid "_Vertical View"
@@ -21906,10 +21909,6 @@ msgstr "Elimina permanentemente todos los mensajes borrados de esta carpeta"
msgid "Permanently remove this folder"
msgstr "Elimina permanentemente esta carpeta"
-#: ../ui/evolution-mail-list.xml.h:21
-msgid "Re_fresh..."
-msgstr "A_ctualizar…"
-
#: ../ui/evolution-mail-list.xml.h:22
msgid "Refresh the folder"
msgstr "Actualizar la carpeta"
@@ -22424,6 +22423,10 @@ msgstr "_Ampliar"
msgid "Close"
msgstr "Cerrar"
+#: ../ui/evolution-mail-messagedisplay.xml.h:2 ../ui/evolution.xml.h:4
+msgid "Close this window"
+msgstr "Cierra esta ventana"
+
#: ../ui/evolution-mail-messagedisplay.xml.h:3 ../ui/evolution.xml.h:18
msgid "Main toolbar"
msgstr "Barra de herramientas principal"
@@ -22958,23 +22961,23 @@ msgid "Month Calendar"
msgstr "Calendario mensual"
#: ../widgets/misc/e-canvas-background.c:454
-#: ../widgets/misc/e-canvas-background.c:455 ../widgets/text/e-text.c:3643
-#: ../widgets/text/e-text.c:3644
+#: ../widgets/misc/e-canvas-background.c:455 ../widgets/text/e-text.c:3644
+#: ../widgets/text/e-text.c:3645
msgid "Fill color"
msgstr "Color de relleno"
#: ../widgets/misc/e-canvas-background.c:461
#: ../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: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: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 "Color de relleno GDK"
#: ../widgets/misc/e-canvas-background.c:475
-#: ../widgets/misc/e-canvas-background.c:476 ../widgets/text/e-text.c:3665
-#: ../widgets/text/e-text.c:3666
+#: ../widgets/misc/e-canvas-background.c:476 ../widgets/text/e-text.c:3666
+#: ../widgets/text/e-text.c:3667
msgid "Fill stipple"
msgstr "Punteo de relleno"
@@ -23125,35 +23128,39 @@ msgstr "Otro…"
msgid "Ch_aracter Encoding"
msgstr "C_odificación de caracteres"
-#: ../widgets/misc/e-dateedit.c:305
+#: ../widgets/misc/e-dateedit.c:303
msgid "Date and Time"
msgstr "Fecha y hora"
-#: ../widgets/misc/e-dateedit.c:326
+#: ../widgets/misc/e-dateedit.c:324
msgid "Text entry to input date"
msgstr "Entrada de texto para introducir la fecha"
-#: ../widgets/misc/e-dateedit.c:348
+#: ../widgets/misc/e-dateedit.c:346
msgid "Click this button to show a calendar"
msgstr "Pulse este botón para mostrar un calendario"
-#: ../widgets/misc/e-dateedit.c:390
+#: ../widgets/misc/e-dateedit.c:388
msgid "Drop-down combination box to select time"
msgstr "Caja combo desplegable para seleccionar la hora"
-#: ../widgets/misc/e-dateedit.c:466
+#: ../widgets/misc/e-dateedit.c:389
+msgid "Time"
+msgstr "Hora"
+
+#: ../widgets/misc/e-dateedit.c:464
msgid "No_w"
msgstr "_Ahora"
-#: ../widgets/misc/e-dateedit.c:472
+#: ../widgets/misc/e-dateedit.c:470
msgid "_Today"
msgstr "_Hoy"
-#: ../widgets/misc/e-dateedit.c:1637
+#: ../widgets/misc/e-dateedit.c:1635
msgid "Invalid Date Value"
msgstr "Valor de fecha inválido"
-#: ../widgets/misc/e-dateedit.c:1666
+#: ../widgets/misc/e-dateedit.c:1664
msgid "Invalid Time Value"
msgstr "Valor de hora inválido"
@@ -23333,8 +23340,8 @@ msgstr "Vacia_r"
msgid "Item ID"
msgstr "ID de elemento"
-#: ../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 "Texto"
@@ -23509,19 +23516,19 @@ msgid "_When opened:"
msgstr "_Al abrir:"
#. 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%% completado)"
-#: ../widgets/misc/e-url-entry.c:106
+#: ../widgets/misc/e-url-entry.c:105
msgid "Click here to go to URL"
msgstr "Pulse aquí para ir a la URL"
@@ -23915,110 +23922,153 @@ msgstr "Apariencia retro"
msgid "Draw lines and +/- expanders."
msgstr "Dibujar líneas y expansores +/−."
-#: ../widgets/text/e-text.c:2735
+#: ../widgets/text/e-text.c:2736
msgid "Input Methods"
msgstr "Métodos de entrada"
-#: ../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 "Procesador de acontecimientos"
-#: ../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 "Negrita"
-#: ../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 "Tachar"
-#: ../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 "Ancla"
-#: ../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 "Justificación"
-#: ../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 "Anchura del clip"
-#: ../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 "Altura del clip"
-#: ../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 "Clip"
-#: ../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 "Rellenar el rectángulo del clip"
-#: ../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 "Desplazamiento en 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 "Desplazamiento en 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 "Anchura del texto"
-#: ../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 "Altura del texto"
-#: ../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 "Usar elipsis"
-#: ../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 "Elipsis"
-#: ../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 "Ajuste de línea"
-#: ../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 "Caracteres de ruptura"
-#: ../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 "Líneas máximas"
-#: ../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 "Dibujar bordes"
-#: ../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 "Permitir nuevas líneas"
-#: ../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 "Dibujar fondo"
-#: ../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 "Dibujar botón"
-#: ../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 "Posición del cursor"
-#: ../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 "Contexto 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 "Tirador emergente"
+#~ msgid "A_dd Filter Criteria"
+#~ msgstr "_Añadir regla de filtrado"
+
+#~ msgid "Error"
+#~ msgstr "Error"
+
+#~ msgid "Errors"
+#~ msgstr "Errores"
+
+#~ msgid "Warnings and Errors"
+#~ msgstr "Avisos y errores"
+
+#~ msgid "Debug"
+#~ msgstr "Depurar"
+
+#~ msgid "Error, Warnings and Debug messages"
+#~ msgstr "Mensajes de error, avisos y depuración"
+
+#~ msgid "Debug Logs"
+#~ msgstr "Depuración de sucesos"
+
+#~ msgid "Show _errors in the status bar for"
+#~ msgstr "Mostrar _errores en la barra de estado para"
+
+#~ msgid "second(s)."
+#~ msgstr "segundo(s)."
+
+#~ msgid "Log Messages:"
+#~ msgstr "Mensajes de sucesos:"
+
+#~ msgid "Log Level"
+#~ msgstr "Nivel de sucesos"
+
+#~ msgid "Please enter user name first."
+#~ msgstr "Introduzca el nombre de usuario primero."
+
+#~ msgid "Select Importers"
+#~ msgstr "Seleccionar importadores"
+
+#~ msgid "Re_fresh..."
+#~ msgstr "A_ctualizar…"
+
#~ msgid "Mark calendar offline"
#~ msgstr "Marcar calendario como desconectado"
diff --git a/po/ru.po b/po/ru.po
index 7f3e9fcb60..f9d2323cee 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,29 +1,25 @@
-# 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 <frob@df.ru>, 2000.
# Dmitry Mastrukov <dmitry@taurussoft.org>, 2001-2003.
# Leonid Kanter <leon@asplinux.ru>, 2001-2003, 2004, 2005, 2006, 2007, 2008.
# Michael Yakhontov <mvy@asplinux.ru>, 2003, 2005.
# Anatol Kamynin <anatol@tiflocomp.ru>, 2008.
-#: ../shell/main.c:589
+#: ../shell/main.c:594
msgid ""
msgstr ""
-"Project-Id-Version: ru\n"
+"Project-Id-Version: evolution trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-21 17:39+0000\n"
+"POT-Creation-Date: 2008-11-16 04:25+0300\n"
"PO-Revision-Date: 2008-08-04 16:58+0300\n"
-"Last-Translator: Leonid Kanter <leon@asplinux.ru>\n"
-"Language-Team: Russian <ru@li.org>\n"
+"Last-Translator: Nickolay V. Shmyrev <nshmyrev@yandex.ru>\n"
+"Language-Team: Russian <gnome-cyr@gnome.org>\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
@@ -160,7 +156,7 @@ msgid "calendar view for one or more days"
msgstr "окно календаря для просмотра одного или более дней"
#: ../a11y/calendar/ea-gnome-calendar.c:186
-#: ../calendar/gui/calendar-component.c:757
+#: ../calendar/gui/calendar-component.c:792
msgid "%A %d %b %Y"
msgstr "%A, %d %b %Y"
@@ -171,8 +167,8 @@ msgstr "%A, %d %b %Y"
#. You can change the order but don't change the
#. 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/calendar-component.c:795
+#: ../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"
@@ -180,9 +176,9 @@ msgstr "%a, %d %b"
#: ../a11y/calendar/ea-gnome-calendar.c:191
#: ../a11y/calendar/ea-gnome-calendar.c:196
#: ../a11y/calendar/ea-gnome-calendar.c:198
-#: ../calendar/gui/calendar-component.c:762
-#: ../calendar/gui/calendar-component.c:767
-#: ../calendar/gui/calendar-component.c:769
+#: ../calendar/gui/calendar-component.c:797
+#: ../calendar/gui/calendar-component.c:802
+#: ../calendar/gui/calendar-component.c:804
msgid "%a %d %b %Y"
msgstr "%a, %d %b %Y"
@@ -190,10 +186,10 @@ msgstr "%a, %d %b %Y"
#: ../a11y/calendar/ea-gnome-calendar.c:221
#: ../a11y/calendar/ea-gnome-calendar.c:227
#: ../a11y/calendar/ea-gnome-calendar.c:229
-#: ../calendar/gui/calendar-component.c:781
-#: ../calendar/gui/calendar-component.c:788
-#: ../calendar/gui/calendar-component.c:794
-#: ../calendar/gui/calendar-component.c:796
+#: ../calendar/gui/calendar-component.c:816
+#: ../calendar/gui/calendar-component.c:823
+#: ../calendar/gui/calendar-component.c:829
+#: ../calendar/gui/calendar-component.c:831
msgid "%d %b %Y"
msgstr "%d %b %Y"
@@ -203,15 +199,15 @@ msgstr "%d %b %Y"
#. month name. You can change the order but don't
#. 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/calendar-component.c:821
+#: ../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 @@ msgstr "переключить"
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 @@ msgid "LDAP server did not respond with valid schema information."
msgstr "Ответ сервера LDAP не содержит поддерживаемой информации схемы."
#: ../addressbook/addressbook.error.xml.h:19
+#: ../calendar/calendar.error.xml.h:54
msgid "Server Version"
msgstr "Версия сервера"
@@ -571,21 +568,22 @@ msgstr "{0}"
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 "Не удалось прочитать блок приложения адресов Пилота"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:1
+#: ../addressbook/gui/component/autocompletion-config.c:173
msgid "Autocompletion"
msgstr "Автозавершение"
@@ -603,9 +601,9 @@ msgstr "Здесь настраивается автозавершение"
#. Create the contacts group
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:5
-#: ../addressbook/gui/component/addressbook-view.c:1326
-#: ../calendar/gui/calendar-component.c:299 ../calendar/gui/migration.c:396
-#: ../plugins/exchange-operations/exchange-delegates-user.c:76
+#: ../addressbook/gui/component/addressbook-view.c:1325
+#: ../calendar/gui/calendar-component.c:307 ../calendar/gui/migration.c:396
+#: ../plugins/exchange-operations/exchange-delegates-user.c:78
#: ../plugins/exchange-operations/exchange-folder.c:582
msgid "Contacts"
msgstr "Контакты"
@@ -646,13 +644,13 @@ msgstr "Здесь можно управлять вашими сертифика
#. On This Computer is always first and Search Folders is always last
#: ../addressbook/gui/component/addressbook-component.c:143
#: ../addressbook/gui/component/addressbook-migrate.c:500
-#: ../calendar/gui/calendar-component.c:236
+#: ../calendar/gui/calendar-component.c:244
#: ../calendar/gui/memos-component.c:199 ../calendar/gui/migration.c:475
#: ../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/message-list.c:1457
+#: ../mail/mail-component.c:316 ../mail/mail-vfolder.c:223
+#: ../mail/message-list.c:1518
msgid "On This Computer"
msgstr "На этом компьютере"
@@ -663,9 +661,9 @@ msgstr "На этом компьютере"
#. orange
#: ../addressbook/gui/component/addressbook-component.c:151
#: ../addressbook/gui/component/addressbook-migrate.c:508
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21
#: ../addressbook/gui/widgets/eab-contact-display.c:660
-#: ../calendar/gui/calendar-component.c:247 ../calendar/gui/caltypes.xml.h:29
+#: ../calendar/gui/calendar-component.c:255 ../calendar/gui/caltypes.xml.h:29
#: ../calendar/gui/memos-component.c:208 ../calendar/gui/memotypes.xml.h:27
#: ../calendar/gui/migration.c:485 ../calendar/gui/migration.c:585
#: ../calendar/gui/migration.c:1099 ../calendar/gui/tasks-component.c:204
@@ -698,7 +696,7 @@ msgid "Create a new contact list"
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 +713,61 @@ msgstr "Создать новую адресную книгу"
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
-#: ../mail/em-folder-properties.c:283 ../mail/mail-config.glade.h:89
-#: ../plugins/itip-formatter/itip-formatter.c:2367
+#: ../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:90
+#: ../plugins/itip-formatter/itip-formatter.c:2444
#: ../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,53 +833,53 @@ msgstr ""
"\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
-#: ../calendar/gui/calendar-component.c:619
-#: ../calendar/gui/e-calendar-table.c:1595
+#: ../addressbook/gui/component/addressbook-view.c:945
+#: ../addressbook/gui/widgets/e-addressbook-view.c:956
+#: ../calendar/gui/calendar-component.c:652
+#: ../calendar/gui/e-calendar-table.c:1608
#: ../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
+#: ../calendar/gui/memos-component.c:493 ../calendar/gui/tasks-component.c:484
#: ../mail/em-folder-tree.c:2111 ../mail/em-folder-view.c:1340
-#: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:40
+#: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:42
#: ../ui/evolution-mail-list.xml.h:35 ../ui/evolution-memos.xml.h:16
#: ../ui/evolution-tasks.xml.h:24
msgid "_Delete"
msgstr "_Удалить"
-#: ../addressbook/gui/component/addressbook-view.c:949
-#: ../calendar/gui/calendar-component.c:622
-#: ../calendar/gui/dialogs/comp-editor.c:2035
-#: ../calendar/gui/memos-component.c:471 ../calendar/gui/tasks-component.c:462
-#: ../composer/e-msg-composer.c:1044 ../mail/em-folder-tree.c:2120
+#: ../addressbook/gui/component/addressbook-view.c:948
+#: ../calendar/gui/calendar-component.c:657
+#: ../calendar/gui/dialogs/comp-editor.c:2043
+#: ../calendar/gui/memos-component.c:498 ../calendar/gui/tasks-component.c:489
+#: ../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 +900,8 @@ msgstr "Введите пароль для %s (пользователь %s)"
#: ../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 "Введите пароль"
@@ -929,10 +927,14 @@ msgstr ""
"предварительного просмотра, в пикселах."
#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:5
+msgid "Show autocompleted name with an address"
+msgstr "Показывать адрес найденного в адресной книге контакта"
+
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:6
msgid "Show preview pane"
msgstr "Показывать панель предварительного просмотра"
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:6
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:7
msgid ""
"The number of characters that must be typed before Evolution will attempt to "
"autocomplete."
@@ -940,23 +942,39 @@ msgstr ""
"Количество символов, которое необходимо ввести перед активацией функции "
"автозавершения."
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:7
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:8
msgid "URI for the folder last used in the select names dialog"
msgstr "URI папки, использовавшейся в последний раз в диалоге выбора имен"
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:8
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:9
msgid "URI for the folder last used in the select names dialog."
msgstr "URI папки, использовавшейся в последний раз в диалоге выбора имен"
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:9
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:70
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:10
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73
msgid "Vertical pane position"
msgstr "Позиция вертикальной панели"
-#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:10
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:11
+msgid ""
+"Whether force showing the mail address with the name of the autocompleted "
+"contact in the entry."
+msgstr ""
+"Показывать адрес электронной почты совместно с именем при автоматическом "
+"дополнении введённого имени адресата."
+
+#: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:12
msgid "Whether to show the preview pane."
msgstr "Показывать ли панель предварительного просмотра."
+#: ../addressbook/gui/component/autocompletion-config.c:175
+msgid "Always _show address of the autocompleted contact"
+msgstr "_Показывать адрес найденного в адресной книге контакта"
+
+#: ../addressbook/gui/component/autocompletion-config.c:180
+msgid "Look up in address books"
+msgstr "Искать в адресных книгах"
+
#: ../addressbook/gui/component/ldap-config.glade.h:1
msgid "1"
msgstr "1"
@@ -1144,15 +1162,15 @@ msgid ""
"one level beneath your base."
msgstr ""
"Глубина поиска определяет, как далеко вниз по дереву каталогов будет "
-"осуществляться поиск. Глубина поиска \"sub\" включает все элементы под "
-"каталогом начала поиска. Глубина поиска \"one\" включает в себя элементы на "
+"осуществляться поиск. Глубина поиска «sub» включает все элементы под "
+"каталогом начала поиска. Глубина поиска «one» включает в себя элементы на "
"один уровень ниже каталога начала поиска."
#: ../addressbook/gui/component/ldap-config.glade.h:41
msgid ""
-"This is the full name of your ldap server. For example, \"ldap.mycompany.com"
+"This is the full name of your LDAP server. For example, \"ldap.mycompany.com"
"\"."
-msgstr "Полное имя вашего сервера LDAP. Например: \"ldap.mycompany.com\"."
+msgstr "Полное имя вашего сервера LDAP. Например, «ldap.mycompany.com»."
#: ../addressbook/gui/component/ldap-config.glade.h:42
msgid ""
@@ -1165,12 +1183,12 @@ msgstr ""
#: ../addressbook/gui/component/ldap-config.glade.h:43
msgid ""
"This is the method Evolution will use to authenticate you. Note that "
-"setting this to \"Email Address\" requires anonymous access to your ldap "
+"setting this to \"Email Address\" requires anonymous access to your LDAP "
"server."
msgstr ""
-"Это метод, используемый Evolution для идентификации вас на сервере. Учтите, "
+"Это метод, используемый Evolution для авторизации вас на сервере. Учтите, "
"что установка этого параметра в \"Адрес электронной почты\" требует "
-"анонимного доступа к вашему серверу LDAP."
+"использования анонимного доступа к вашему серверу LDAP."
#: ../addressbook/gui/component/ldap-config.glade.h:44
msgid ""
@@ -1220,7 +1238,7 @@ msgstr "_Метод подключения:"
#: ../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:178
#: ../plugins/groupwise-features/properties.glade.h:11
#: ../widgets/menus/gal-view-instance-save-as-dialog.glade.h:2
msgid "_Name:"
@@ -1235,7 +1253,7 @@ msgid "_Search scope:"
msgstr "_Диапазон поиска:"
#: ../addressbook/gui/component/ldap-config.glade.h:56
-#: ../mail/mail-config.glade.h:184
+#: ../mail/mail-config.glade.h:187
#: ../plugins/publish-calendar/publish-calendar.glade.h:26
msgid "_Server:"
msgstr "_Сервер:"
@@ -1253,13 +1271,13 @@ msgid "cards"
msgstr "карточек"
#: ../addressbook/gui/component/ldap-config.glade.h:60
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:9
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:27
#: ../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 +1318,7 @@ msgid "<b>Work</b>"
msgstr "<b>Рабочий</b>"
#: ../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 +1330,16 @@ msgid "Ca_tegories..."
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 "Редактор контактов"
@@ -1348,132 +1366,136 @@ msgstr "Псевдон_им:"
#: ../addressbook/gui/contact-editor/contact-editor.glade.h:19
#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:55
+msgid "Novell GroupWise"
+msgstr "Novell GroupWise"
+
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20
msgid "Novell Groupwise"
msgstr "Novell Groupwise"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:22
msgid "Personal Information"
msgstr "Личная информация"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:22
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:23
msgid "Telephone"
msgstr "Телефон"
#. red
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:23
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:24
#: ../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
msgid "Work"
msgstr "Служебное"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:24
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:25
#: ../addressbook/gui/contact-editor/fulladdr.glade.h:5
msgid "_Address:"
msgstr "_Адрес:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:25
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:26
msgid "_Anniversary:"
msgstr "_Годовщина:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:26
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:27
msgid "_Assistant:"
msgstr "Помо_щник:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:27
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28
msgid "_Birthday:"
msgstr "_День рождения:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28
-#: ../calendar/gui/dialogs/event-page.c:787
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29
+#: ../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 "_Календарь:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:30
msgid "_City:"
msgstr "_Город:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:30
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:31
msgid "_Company:"
msgstr "_Компания:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:31
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:32
msgid "_Country:"
msgstr "С_трана:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:32
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:33
msgid "_Department:"
msgstr "От_дел:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:33
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:34
msgid "_File under:"
msgstr "_Подшить как:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:34
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:35
msgid "_Free/Busy:"
msgstr "Cво_боден/занят:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:35
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:36
msgid "_Home Page:"
msgstr "_Домашняя страница:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:36
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:37
msgid "_Manager:"
msgstr "_Мeнеджер:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:37
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:38
msgid "_Notes:"
msgstr "П_римечания:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:38
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:39
msgid "_Office:"
msgstr "_Офис:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:39
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:40
#: ../addressbook/gui/contact-editor/fulladdr.glade.h:6
msgid "_PO Box:"
msgstr "Аб.ящик:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:40
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:41
msgid "_Profession:"
msgstr "_Профессия:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:41
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:42
msgid "_Spouse:"
msgstr "С_упруг(а):"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:42
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:43
#: ../addressbook/gui/contact-editor/fulladdr.glade.h:7
msgid "_State/Province:"
msgstr "Область, край:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:43
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:44
#: ../addressbook/gui/contact-editor/fullname.glade.h:17
msgid "_Title:"
msgstr "_Обращение:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:44
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:45
msgid "_Video Chat:"
msgstr "Видео_чат:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:45
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:46
msgid "_Wants to receive HTML mail"
msgstr "Согласен получать почту в формате _HTML"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:46
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:47
msgid "_Web Log:"
msgstr "Веб-_журнал:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:47
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:48
#: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:7
msgid "_Where:"
msgstr "_Где:"
-#: ../addressbook/gui/contact-editor/contact-editor.glade.h:48
+#: ../addressbook/gui/contact-editor/contact-editor.glade.h:49
msgid "_Zip/Postal Code:"
msgstr "_Почтовый индекс:"
@@ -1486,17 +1508,17 @@ msgstr "Адрес"
#: ../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 +2507,7 @@ msgid "AOL Instant Messenger"
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 +2521,7 @@ msgid "Gadu-Gadu Messenger"
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 +2533,7 @@ msgstr "Служба"
#: ../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 +2543,78 @@ msgid "Username"
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
+#: ../calendar/gui/e-calendar-view.c:2152
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 +2622,43 @@ msgstr ""
"Данные контакта неверны:\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 +2796,8 @@ msgstr "Служба сообщений:"
#: ../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 +2837,9 @@ msgid "_Members"
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 +2901,19 @@ msgstr "Объединить контакты"
#: ../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 +2921,11 @@ msgstr "Почтовый адрес начинается с"
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 +2933,24 @@ msgstr[0] "%d контакт"
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 +2958,15 @@ msgstr "Модель"
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,87 +2974,87 @@ msgstr "Источник"
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:1586
#: ../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:1594
#: ../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
-#: ../mail/em-folder-view.c:1325 ../mail/message-list.c:2044
-#: ../ui/evolution-addressbook.xml.h:46 ../ui/evolution-calendar.xml.h:39
+#: ../composer/e-msg-composer.c:2052 ../mail/em-folder-tree.c:1005
+#: ../mail/em-folder-view.c:1325 ../mail/message-list.c:2106
+#: ../ui/evolution-addressbook.xml.h:46 ../ui/evolution-calendar.xml.h:40
#: ../ui/evolution-mail-message.xml.h:103 ../ui/evolution-memos.xml.h:15
#: ../ui/evolution-tasks.xml.h:23
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 +3228,38 @@ msgid "Web Site"
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 +3345,24 @@ msgstr ""
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 +3371,7 @@ msgid "_Open Link in Browser"
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 +3418,10 @@ msgid "Video Chat"
msgstr "Видеочат"
#: ../addressbook/gui/widgets/eab-contact-display.c:636
-#: ../calendar/gui/calendar-commands.c:92
-#: ../calendar/gui/dialogs/calendar-setup.c:368
-#: ../calendar/gui/gnome-cal.c:2451
-#: ../plugins/exchange-operations/exchange-delegates-user.c:76
+#: ../calendar/gui/calendar-commands.c:94
+#: ../calendar/gui/dialogs/calendar-setup.c:369
+#: ../calendar/gui/gnome-cal.c:2462
+#: ../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
@@ -3433,13 +3456,13 @@ msgid "Web Log"
msgstr "Веб-журнал"
#: ../addressbook/gui/widgets/eab-contact-display.c:656
-#: ../calendar/gui/caltypes.xml.h:6 ../calendar/gui/e-calendar-view.c:2342
+#: ../calendar/gui/caltypes.xml.h:6 ../calendar/gui/e-calendar-view.c:2431
#: ../calendar/gui/memotypes.xml.h:5 ../calendar/gui/tasktypes.xml.h:8
msgid "Birthday"
msgstr "День рождения"
#: ../addressbook/gui/widgets/eab-contact-display.c:657
-#: ../calendar/gui/caltypes.xml.h:1 ../calendar/gui/e-calendar-view.c:2343
+#: ../calendar/gui/caltypes.xml.h:1 ../calendar/gui/e-calendar-view.c:2432
#: ../calendar/gui/memotypes.xml.h:1 ../calendar/gui/tasktypes.xml.h:3
msgid "Anniversary"
msgstr "Годовщина"
@@ -3457,113 +3480,113 @@ msgid "Blog"
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
#: ../calendar/gui/e-cal-model-tasks.c:681
#: ../calendar/gui/e-calendar-table.c:239
-#: ../calendar/gui/e-calendar-table.c:642 ../calendar/gui/print.c:2557
+#: ../calendar/gui/e-calendar-table.c:652 ../calendar/gui/print.c:2557
msgid "Canceled"
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 +3597,7 @@ msgstr ""
"автономного использования. Загрузите эту книгу в режиме подключения к сети, "
"чтобы получить доступ к ее содержимому"
-#: ../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 +3606,7 @@ msgstr ""
"Не удалось открыть эту адресную книгу. Убедитесь, что путь %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 +3614,7 @@ msgstr ""
"Не удалось открыть эту адресную книгу. Это значит, что либо введён неверный "
"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 +3624,7 @@ msgstr ""
"использовать 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 +3632,11 @@ msgstr ""
"Не удалось открыть эту адресную книгу. Это значит, что либо введен неверный "
"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 +3649,7 @@ msgstr ""
"поднимите ограничения для выдачи результатов в\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 +3662,48 @@ msgstr ""
"поднимите ограничения времени в настройках сервера\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 +3721,16 @@ msgstr[2] ""
"Открытие %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 +3739,15 @@ msgstr ""
"%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 +3755,50 @@ msgstr[1] "контакта"
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 +3807,7 @@ msgstr "Контактная информация %s"
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 +3815,16 @@ msgstr[0] "Имеется %d другой контакт."
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 +3833,10 @@ msgid "Card View"
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 +3864,19 @@ msgstr "Evolution CSV или Tab (.csv, .tab)"
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 +3925,7 @@ msgstr "Формат"
#: ../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 +4028,9 @@ msgstr "С тенью"
#. 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 +4081,8 @@ msgstr "Проверка печати контакта"
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 +4253,19 @@ msgid "Are you sure you want to delete this appointment?"
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 "Вы действительно хотите удалить эту задачу?"
@@ -4260,42 +4283,46 @@ msgid "Are you sure you want to send the task without a summary?"
msgstr "Вы действительно хотите отправить задачу без сводки?"
#: ../calendar/calendar.error.xml.h:28
+msgid "Calendar repository is offline."
+msgstr "Хранилище календарей недоступно."
+
+#: ../calendar/calendar.error.xml.h:29
msgid "Cannot create a new event"
msgstr "Не удалось создать новое событие"
-#: ../calendar/calendar.error.xml.h:29
+#: ../calendar/calendar.error.xml.h:30
msgid "Cannot save event"
msgstr "Не удалось сохранить событие"
-#: ../calendar/calendar.error.xml.h:30
+#: ../calendar/calendar.error.xml.h:31
msgid "Delete calendar '{0}'?"
msgstr "Удалить календарь '{0}'?"
-#: ../calendar/calendar.error.xml.h:31
+#: ../calendar/calendar.error.xml.h:32
msgid "Delete memo list '{0}'?"
msgstr "Удалить список заметок '{0}'?"
-#: ../calendar/calendar.error.xml.h:32
+#: ../calendar/calendar.error.xml.h:33
msgid "Delete task list '{0}'?"
msgstr "Удалить список задач '{0}'?"
-#: ../calendar/calendar.error.xml.h:33
+#: ../calendar/calendar.error.xml.h:34
msgid "Do _not Send"
msgstr "_Не отправлять"
-#: ../calendar/calendar.error.xml.h:34
+#: ../calendar/calendar.error.xml.h:35
msgid "Download in progress. Do you want to save the appointment?"
msgstr "Идет процесс загрузки. Вы действительно сохранить эту встречу?"
-#: ../calendar/calendar.error.xml.h:35
+#: ../calendar/calendar.error.xml.h:36
msgid "Download in progress. Do you want to save the task?"
msgstr "Идет процесс загрузки. Сохранить эту задачу?"
-#: ../calendar/calendar.error.xml.h:36
+#: ../calendar/calendar.error.xml.h:37
msgid "Editor could not be loaded."
msgstr "Реактор не может быть загружен."
-#: ../calendar/calendar.error.xml.h:37
+#: ../calendar/calendar.error.xml.h:38
msgid ""
"Email invitations will be sent to all participants and allow them to accept "
"this task."
@@ -4303,26 +4330,31 @@ msgstr ""
"Приглашения будут разосланы по электронной почте всем участникам, чтобы они "
"смогли принять эту задачу."
-#: ../calendar/calendar.error.xml.h:38
+#: ../calendar/calendar.error.xml.h:39
msgid ""
"Email invitations will be sent to all participants and allow them to reply."
msgstr ""
"Сообщения будут разосланы по электронной почте всем участникам, чтобы дать "
"им возможность ответить."
-#: ../calendar/calendar.error.xml.h:39
+#: ../calendar/calendar.error.xml.h:40
msgid "Error loading calendar"
msgstr "Ошибка загрузки календеря"
-#: ../calendar/calendar.error.xml.h:40
+#: ../calendar/calendar.error.xml.h:41
msgid "Error loading memo list"
msgstr "Ошибка загрузки списка заметок"
-#: ../calendar/calendar.error.xml.h:41
+#: ../calendar/calendar.error.xml.h:42
msgid "Error loading task list"
msgstr "Ошибка загрузки списка задач"
-#: ../calendar/calendar.error.xml.h:42
+#. For Translators: {0} is specify the backend server
+#: ../calendar/calendar.error.xml.h:44
+msgid "Error on '{0}'"
+msgstr "Ошибка на «{0}»."
+
+#: ../calendar/calendar.error.xml.h:45
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the meeting is canceled."
@@ -4330,7 +4362,7 @@ msgstr ""
"Если уведомление не будет разослано, остальные участники могут не знать, что "
"собрание отменено."
-#: ../calendar/calendar.error.xml.h:43
+#: ../calendar/calendar.error.xml.h:46
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the memo has been deleted."
@@ -4338,7 +4370,7 @@ msgstr ""
"Если вы не отправите уведомление об отмене, другие участники могут не "
"узнать, что заметка была удалена."
-#: ../calendar/calendar.error.xml.h:44
+#: ../calendar/calendar.error.xml.h:47
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the task has been deleted."
@@ -4346,7 +4378,23 @@ msgstr ""
"Если вы не отправите уведомление об отмене, другие участники могут не "
"узнать, что задача была удалена."
-#: ../calendar/calendar.error.xml.h:45
+#: ../calendar/calendar.error.xml.h:48
+msgid "No response from the server."
+msgstr "Сервер не отвечает."
+
+#: ../calendar/calendar.error.xml.h:49
+msgid "Save Appointment"
+msgstr "Сохранить встречу"
+
+#: ../calendar/calendar.error.xml.h:50
+msgid "Save Memo"
+msgstr "Сохранить заметку"
+
+#: ../calendar/calendar.error.xml.h:51
+msgid "Save Task"
+msgstr "Сохранить задачу"
+
+#: ../calendar/calendar.error.xml.h:52
msgid ""
"Sending updated information allows other participants to keep their "
"calendars up to date."
@@ -4354,7 +4402,7 @@ msgstr ""
"Рассылка обновленной информации позволит другим участникам поддерживать свои "
"календари в текущем состоянии."
-#: ../calendar/calendar.error.xml.h:46
+#: ../calendar/calendar.error.xml.h:53
msgid ""
"Sending updated information allows other participants to keep their task "
"lists up to date."
@@ -4362,7 +4410,7 @@ msgstr ""
"Отправка обновлений позволяет другим участникам поддерживать их список задач "
"в текущем состоянии."
-#: ../calendar/calendar.error.xml.h:47
+#: ../calendar/calendar.error.xml.h:55
msgid ""
"Some attachments are being downloaded. Saving the appointment would result "
"in the loss of these attachments."
@@ -4370,7 +4418,7 @@ msgstr ""
"Несколько вложений еще загружаются. Сохранение встречи приведет к тому, что "
"она будет сохранена без этих вложений."
-#: ../calendar/calendar.error.xml.h:48
+#: ../calendar/calendar.error.xml.h:56
msgid ""
"Some attachments are being downloaded. Saving the task would result in the "
"loss of these attachments."
@@ -4378,83 +4426,91 @@ msgstr ""
"Несколько вложений еще загружаются. Сохранение задачи приведет к тому, что "
"она будет сохранена без этих вложений."
-#: ../calendar/calendar.error.xml.h:49
+#: ../calendar/calendar.error.xml.h:57
msgid "Some features may not work properly with your current server."
msgstr "Некоторые функции могут работать некорректно с вашим текущим сервером."
-#: ../calendar/calendar.error.xml.h:50
+#: ../calendar/calendar.error.xml.h:58
msgid "The Evolution calendar has quit unexpectedly."
msgstr "Работа компонента календаря Evolution неожиданно завершилась."
-#: ../calendar/calendar.error.xml.h:51
+#: ../calendar/calendar.error.xml.h:59
+msgid "The Evolution calendars have quit unexpectedly."
+msgstr "Работа компонента календарей Evolution неожиданно завершилась."
+
+#: ../calendar/calendar.error.xml.h:60
msgid "The Evolution memo has quit unexpectedly."
msgstr "Работа компонента заметок Evolution неожиданно завершилась."
-#: ../calendar/calendar.error.xml.h:52
+#: ../calendar/calendar.error.xml.h:61
msgid "The Evolution tasks have quit unexpectedly."
msgstr "Работа компонента задач Evolution неожиданно завершилась."
-#: ../calendar/calendar.error.xml.h:53
+#: ../calendar/calendar.error.xml.h:62
msgid "The calendar is not marked for offline usage."
msgstr "Этот календарь не отмечен для автономного использования."
-#: ../calendar/calendar.error.xml.h:54
+#: ../calendar/calendar.error.xml.h:63
msgid "The memo list is not marked for offline usage."
msgstr "Этот список заметок не отмечен для автономного использования."
-#: ../calendar/calendar.error.xml.h:55
+#: ../calendar/calendar.error.xml.h:64
msgid "The task list is not marked for offline usage."
msgstr "Этот список задач не отмечен для автономного использования."
-#: ../calendar/calendar.error.xml.h:56
+#: ../calendar/calendar.error.xml.h:65
msgid "This calendar will be removed permanently."
msgstr "Этот календарь будет окончательно удален."
-#: ../calendar/calendar.error.xml.h:57
+#: ../calendar/calendar.error.xml.h:66
msgid "This memo list will be removed permanently."
msgstr "Заметка будет окончательно удалена."
-#: ../calendar/calendar.error.xml.h:58
+#: ../calendar/calendar.error.xml.h:67
msgid "This task list will be removed permanently."
msgstr "Задача будет окончательно удалена."
-#: ../calendar/calendar.error.xml.h:59
+#: ../calendar/calendar.error.xml.h:68
+msgid "Unable to load the calendar"
+msgstr "Не удалось загрузить календарь"
+
+#: ../calendar/calendar.error.xml.h:69
msgid "Would you like to save your changes to this appointment?"
msgstr "Сохранить изменения этой встречи?"
-#: ../calendar/calendar.error.xml.h:60
+#: ../calendar/calendar.error.xml.h:70
msgid "Would you like to save your changes to this memo?"
msgstr "Сохранить изменения этой заметки?"
-#: ../calendar/calendar.error.xml.h:61
+#: ../calendar/calendar.error.xml.h:71
msgid "Would you like to save your changes to this task?"
msgstr "Сохранить изменения этой задачи?"
-#: ../calendar/calendar.error.xml.h:62
+#: ../calendar/calendar.error.xml.h:72
msgid "Would you like to send a cancelation notice for this memo?"
msgstr "Разослать уведомление об отмене этой заметки в журнале?"
-#: ../calendar/calendar.error.xml.h:63
+#: ../calendar/calendar.error.xml.h:73
msgid "Would you like to send all the participants a cancelation notice?"
msgstr "Разослать всем участникам уведомление об отмене?"
-#: ../calendar/calendar.error.xml.h:64
+#: ../calendar/calendar.error.xml.h:74
msgid "Would you like to send meeting invitations to participants?"
msgstr "Разослать приглашения на собрание участникам?"
-#: ../calendar/calendar.error.xml.h:65
+#: ../calendar/calendar.error.xml.h:75
msgid "Would you like to send this task to participants?"
msgstr "Разослать эту задачу участникам?"
-#: ../calendar/calendar.error.xml.h:66
+#: ../calendar/calendar.error.xml.h:76
msgid "Would you like to send updated meeting information to participants?"
msgstr "Разослать обновленную информацию о собрании участникам?"
-#: ../calendar/calendar.error.xml.h:67
+#: ../calendar/calendar.error.xml.h:77
msgid "Would you like to send updated task information to participants?"
msgstr "Разослать обновленные сведения о задаче участникам?"
-#: ../calendar/calendar.error.xml.h:68
+#: ../calendar/calendar.error.xml.h:78
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,107 +4520,107 @@ msgstr ""
"с проблемами при использовании Evolution. Для получения лучших результатов "
"сервер должен быть обновлен до поддерживаемой версии."
-#: ../calendar/calendar.error.xml.h:69
+#: ../calendar/calendar.error.xml.h:79
msgid "You have changed this appointment, but not yet saved it."
msgstr "Вы сделали изменения этой встречи, но не сохранили их."
-#: ../calendar/calendar.error.xml.h:70
+#: ../calendar/calendar.error.xml.h:80
msgid "You have changed this task, but not yet saved it."
msgstr "Вы сделали изменения этой задачи, но не сохранили их."
-#: ../calendar/calendar.error.xml.h:71
+#: ../calendar/calendar.error.xml.h:81
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:82
msgid "Your calendars will not be available until Evolution is restarted."
msgstr "Ваши календари будут недоступны до перезапуска Evolution."
-#: ../calendar/calendar.error.xml.h:73
+#: ../calendar/calendar.error.xml.h:83
msgid "Your memos will not be available until Evolution is restarted."
msgstr "Ваши заметки будут недоступны до перезапуска Evolution."
-#: ../calendar/calendar.error.xml.h:74
+#: ../calendar/calendar.error.xml.h:84
msgid "Your tasks will not be available until Evolution is restarted."
msgstr "Ваши задачи будут недоступны до перезапуска Evolution."
-#: ../calendar/calendar.error.xml.h:75
+#: ../calendar/calendar.error.xml.h:85
#: ../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:86 ../composer/e-composer-actions.c:497
msgid "_Save"
msgstr "_Сохранить"
-#: ../calendar/calendar.error.xml.h:77
+#: ../calendar/calendar.error.xml.h:87
msgid "_Save Changes"
msgstr "_Сохранить изменения"
-#: ../calendar/calendar.error.xml.h:78
+#: ../calendar/calendar.error.xml.h:88
#: ../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:89
msgid "_Send Notice"
msgstr "_Отправить уведомление"
-#: ../calendar/calendar.error.xml.h:80
+#: ../calendar/calendar.error.xml.h:90
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:2435
msgid "Calendar and Tasks"
msgstr "Календарь и задачи"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:2
-#: ../calendar/gui/calendar-component.c:805
-#: ../calendar/gui/calendar-component.c:1402
+#: ../calendar/gui/calendar-component.c:840
+#: ../calendar/gui/calendar-component.c:1437
msgid "Calendars"
msgstr "Календари"
@@ -4606,21 +4662,21 @@ msgstr "_Заметки"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:12
#: ../calendar/gui/e-memo-table.c:279 ../calendar/gui/e-memos.c:1120
-#: ../calendar/gui/gnome-cal.c:1774 ../calendar/gui/memos-component.c:548
-#: ../calendar/gui/memos-component.c:1101 ../calendar/gui/memos-control.c:354
+#: ../calendar/gui/gnome-cal.c:1777 ../calendar/gui/memos-component.c:575
+#: ../calendar/gui/memos-component.c:1128 ../calendar/gui/memos-control.c:354
#: ../calendar/gui/memos-control.c:370
msgid "Memos"
msgstr "Заметки"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13
-#: ../calendar/gui/e-calendar-table.c:703 ../calendar/gui/e-tasks.c:1429
-#: ../calendar/gui/gnome-cal.c:1642 ../calendar/gui/print.c:1984
-#: ../calendar/gui/tasks-component.c:539
-#: ../calendar/gui/tasks-component.c:1090 ../calendar/gui/tasks-control.c:492
+#: ../calendar/gui/e-calendar-table.c:713 ../calendar/gui/e-tasks.c:1429
+#: ../calendar/gui/gnome-cal.c:1645 ../calendar/gui/print.c:1984
+#: ../calendar/gui/tasks-component.c:566
+#: ../calendar/gui/tasks-component.c:1117 ../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
@@ -4641,28 +4697,28 @@ msgstr "_Задачи"
msgid "Evolution Calendar alarm notification service"
msgstr "Evolution Calendar alarm notification service"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:104
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:105
msgid "minute"
msgid_plural "minutes"
msgstr[0] "минута"
msgstr[1] "минуты"
msgstr[2] "минут"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:119
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:120
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:7
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:25
#: ../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] "час"
msgstr[1] "часа"
msgstr[2] "часов"
-#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:273
+#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:298
msgid "Start time"
msgstr "Время начала"
@@ -4673,8 +4729,8 @@ msgstr "Встречи"
#. Location
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:2
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1603
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1609
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1610
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1616
#: ../calendar/gui/e-itip-control.c:1172
#: ../plugins/itip-formatter/itip-view.c:1004
msgid "Location:"
@@ -4685,52 +4741,55 @@ msgid "Snooze _time:"
msgstr "Напомнить _через:"
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:4
-#: ../calendar/gui/dialogs/comp-editor.c:1332
+msgid "_Dismiss"
+msgstr "_Отменить"
+
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:5
+#: ../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:170
#: ../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
+#: ../ui/evolution-addressbook.xml.h:51 ../ui/evolution-calendar.xml.h:43
#: ../ui/evolution-mail-messagedisplay.xml.h:5 ../ui/evolution-memos.xml.h:17
#: ../ui/evolution-tasks.xml.h:25 ../ui/evolution.xml.h:42
#: ../widgets/menus/gal-define-views.glade.h:5
msgid "_Edit"
msgstr "_Правка"
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:5
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6
msgid "_Snooze"
msgstr "Напомнить по_зже"
-#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:7
+#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
msgid "location of appointment"
msgstr "место проведения встречи"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1461
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1586
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1468
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1593
msgid "No summary available."
msgstr "Сводка недоступна."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1470
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1472
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1477
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1479
msgid "No description available."
msgstr "Описание не доступно."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1480
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1487
msgid "No location information available."
msgstr "Данные об адресе недоступны."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1525
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1532
#, c-format
msgid "You have %d alarms"
msgstr "У вас есть %d сигналов"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1687
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1715
-#: ../mail/mail-component.c:1596
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1694
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1722
msgid "Warning"
msgstr "Предупреждение"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1691
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1698
msgid ""
"Evolution does not support calendar reminders with\n"
"email notifications yet, but this reminder was\n"
@@ -4742,7 +4801,7 @@ msgstr ""
"Вместо этого Evolution отобразит нормальный диалог\n"
"напоминания."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1721
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1728
#, c-format
msgid ""
"An Evolution Calendar reminder is about to trigger. This reminder is "
@@ -4759,7 +4818,7 @@ msgstr ""
"\n"
"Вы действительно хотите запустить эту программу?"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1735
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1742
msgid "Do not ask me about this program again."
msgstr "Не задавать больше этот вопрос."
@@ -4780,7 +4839,7 @@ msgid "invalid time"
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 +4849,7 @@ msgstr[1] "%d часа"
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 +4861,7 @@ msgstr[2] "%d минут"
#. 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"
@@ -4816,158 +4875,170 @@ msgid "Alarm programs"
msgstr "Программы сигналов"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:2
+#: ../mail/evolution-mail.schemas.in.h:6
+msgid "Amount of time in seconds the error should be shown on the status bar."
+msgstr ""
+"Количество времени в секундах, в течение которого ошибка должна показываться "
+"в строке состояния."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:3
msgid "Ask for confirmation when deleting items"
msgstr "Запрашивать подтверждение при удалении элементов"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:3
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:4
msgid "Background color of tasks that are due today, in \"#rrggbb\" format."
msgstr "Цвет для задач на сегодня, в формате \"#rrggbb\""
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:4
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:5
msgid "Background color of tasks that are overdue, in \"#rrggbb\" format."
msgstr "Цвет для просроченных задач, в формате \"#rrggbb\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:5
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:6
msgid "Calendars to run alarms for"
msgstr "Календари для запуска напоминаний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:6
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:7
msgid ""
"Color to draw the Marcus Bains Line in the Time bar (empty for default)."
msgstr ""
"Цвет маркера времени в расписании (для значения по умолчанию оставьте "
"пустым)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:7
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8
msgid "Color to draw the Marcus Bains line in the Day View."
msgstr "Цвет маркера текущего времени в обзоре дня"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9
msgid "Compress weekends in month view"
msgstr "Ужимать выходные дни в обзоре месяца"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10
msgid "Confirm expunge"
msgstr "Подтверждение очистки"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11
msgid "Days on which the start and end of work hours should be indicated."
msgstr "Дни, когда должны отображаться начало и конец рабочих часов."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12
msgid "Default appointment reminder"
msgstr "Упоминание о встрече по умолчанию"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13
msgid "Default reminder units"
msgstr "Единицы напоминания по умолчанию"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14
msgid "Default reminder value"
msgstr "Значение напоминания по умолчанию"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15
msgid "Directory for saving alarm audio files"
msgstr "Каталог для сохранения звуковых файлов будильника"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16
msgid "Event Gradient"
msgstr "Градиент события"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17
msgid "Event Transparency"
msgstr "Прозрачность события"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18
msgid "Free/busy server URLs"
msgstr "URL сервера свободен/занят"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19
msgid "Free/busy template URL"
msgstr "URL шаблона свободен/занят"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20
msgid "Gradient of the events in calendar views."
msgstr "Градиент элементов в видах календаря"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21
msgid "Hide completed tasks"
msgstr "Скрывать выполненные задачи"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22
msgid "Hide task units"
msgstr "Скрывать единицы задач"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23
msgid "Hide task value"
msgstr "Скрывать значение задач"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24
msgid "Horizontal pane position"
msgstr "Позиция горизонтальной панели"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25
msgid "Hour the workday ends on, in twenty four hour format, 0 to 23."
msgstr "Час окончания рабочего дня, в 24-часовом формате, от 0 до 23."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26
msgid "Hour the workday starts on, in twenty four hour format, 0 to 23."
msgstr "Час начала рабочего дня, в 24-часовом формате, от 0 до 23."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27
msgid "Intervals shown in Day and Work Week views, in minutes."
msgstr ""
"Интервалы, отображаемые в режимах \"День\" и \"Рабочая неделя\", в минутах."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28
msgid "Last alarm time"
msgstr "Время последнего сигнала"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29
+#: ../mail/evolution-mail.schemas.in.h:72
+msgid "Level beyond which the message should be logged."
+msgstr "Уровень, за которым сообщение должно заноситься в журнал."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30
msgid "List of server URLs for free/busy publishing."
msgstr "Список URL серверов для публикации сведений о занятости."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31
msgid "Marcus Bains Line"
msgstr "Маркер текущего времени"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32
msgid "Marcus Bains Line Color - Day View"
msgstr "Цвет маркера текущего времени - Обзор месяца"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33
msgid "Marcus Bains Line Color - Time bar"
msgstr "Цвет маркера текущего времени - полоса времени"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34
msgid "Minute the workday ends on, 0 to 59."
msgstr "Минуты завершения рабочего дня, от 0 до 59."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35
msgid "Minute the workday starts on, 0 to 59."
msgstr "Минуты начала рабочего дня, от 0 до 59"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36
msgid "Month view horizontal pane position"
msgstr "Позиция горизонтальной панели в обзоре месяца"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37
msgid "Month view vertical pane position"
msgstr "Позиция вертикальной панели в обзоре месяца"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38
msgid "Number of units for determining a default reminder."
msgstr "Количество единиц для напоминания по умолчанию."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39
msgid "Number of units for determining when to hide tasks."
msgstr "Количество единиц для определения момента, когда скрывать задачи."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40
msgid "Overdue tasks color"
msgstr "Цвет просроченных задач"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41
msgid ""
"Position of the horizontal pane, between the date navigator calendar and the "
"task list when not in the month view, in pixels."
@@ -4975,7 +5046,7 @@ msgstr ""
"Положение горизонтальной панели между навигатором обзора и даты и списком "
"задач когда не в режиме обзора месяца, в пикселах."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42
msgid ""
"Position of the horizontal pane, between the view and the date navigator "
"calendar and task list in the month view, in pixels."
@@ -4983,7 +5054,7 @@ msgstr ""
"Положение горизонтальной панели между навигатором обзора и даты и списком "
"задач в режиме обзора месяца, в пикселах."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43
msgid ""
"Position of the vertical pane, between the calendar lists and the date "
"navigator calendar."
@@ -4991,7 +5062,7 @@ msgstr ""
"Позиция вертикальной панели между списками календаря и навигатором дат "
"календаря."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44
msgid ""
"Position of the vertical pane, between the task list and the task preview "
"pane, in pixels."
@@ -4999,7 +5070,7 @@ msgstr ""
"Позиция вертикальной панели между списком задач и предварительным просмотром "
"задачи, в пикселах."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45
msgid ""
"Position of the vertical pane, between the view and the date navigator "
"calendar and task list in the month view, in pixels."
@@ -5007,7 +5078,7 @@ msgstr ""
"Положение вертикальной панели между навигатором обзора и даты и списком "
"задач в режиме обзора месяца, в пикселах."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46
msgid ""
"Position of the vertical pane, between the view and the date navigator "
"calendar and task list when not in the month view, in pixels."
@@ -5015,70 +5086,70 @@ msgstr ""
"Положение вертикальной панели между навигатором обзора и даты и списком "
"задач когда не в режиме обзора месяца, в пикселах."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47
msgid "Programs that are allowed to be run by alarms."
msgstr "Программы, которые разрешено использовать как часть сигналов."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48
msgid "Save directory for alarm audio"
msgstr "Каталог для сохранения звуковых файлов будильника"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49
msgid "Show RSVP field in the event/task/meeting editor"
msgstr ""
"Отображать поле \"Просьба ответить\" в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50
msgid "Show Role field in the event/task/meeting editor"
msgstr "Отображать поле \"Должность\" в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51
msgid "Show appointment end times in week and month views"
msgstr "Отображать время окончания встреч в обзоре недели и месяца"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52
msgid "Show categories field in the event/meeting/task editor"
msgstr "Отображать поле категорий в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53
msgid "Show display alarms in notification tray"
msgstr "Отображать экранные сигналы в области уведомления"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54
msgid "Show status field in the event/task/meeting editor"
msgstr "Отображать поле состояния в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53
-#: ../mail/evolution-mail.schemas.in.h:124
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55
+#: ../mail/evolution-mail.schemas.in.h:126
msgid "Show the \"Preview\" pane"
msgstr "Показывать панель предварительного просмотра"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54
-#: ../mail/evolution-mail.schemas.in.h:125
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56
+#: ../mail/evolution-mail.schemas.in.h:127
msgid "Show the \"Preview\" pane."
msgstr "Отображать панель предварительного просмотра."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57
msgid "Show timezone field in the event/meeting editor"
msgstr "Отображать поле часового пояса в редакторе событий/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58
msgid "Show type field in the event/task/meeting editor"
msgstr "Отображать поле \"тип\" в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59
msgid "Show week numbers in date navigator"
msgstr "Показывать номера недель в навигаторе по датам"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:60
msgid "Tasks due today color"
msgstr "Цвет задач на сегодня"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61
msgid "Tasks vertical pane position"
msgstr "Позиция вертикальной панели задач"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63
#, no-c-format
msgid ""
"The URL template to use as a free/busy data fallback, %u is replaced by the "
@@ -5087,7 +5158,7 @@ msgstr ""
"Шаблон URL для отправки данных о занятости. %u заменяется на левую часть "
"почтового адреса (имя пользователя), %d - домен."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:62
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64
msgid ""
"The default timezone to use for dates and times in the calendar, as an "
"untranslated Olsen timezone database location like \"America/New York\"."
@@ -5096,20 +5167,28 @@ msgstr ""
"непереведенного имени Olsen из базы часовых поясов, например \"America/New "
"York\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65
+msgid ""
+"This can have three possible values. 0 for errors. 1 for warnings. 2 for "
+"debug messages."
+msgstr ""
+"У этого ключа может быть одно из трёх значений: 0 — ошибки, 1 — "
+"предупреждения; 2 — отладочные сообщения."
+
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66
msgid "Time divisions"
msgstr "Разделители времени"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67
msgid "Time the last alarm ran, in time_t."
msgstr "Время последнего запуска сигнала, в формате in time_t."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68
#: ../plugins/startup-wizard/startup-wizard.c:109
msgid "Timezone"
msgstr "Часовой пояс"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69
msgid ""
"Transparency of the events in calendar views, a value between 0 "
"(transparent) and 1 (opaque)."
@@ -5117,42 +5196,42 @@ msgstr ""
"Прозрачность элементов в видах календаря, значение между 0 (полная "
"прозрачность) и 1 (непрозрачность)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:70
msgid "Twenty four hour time format"
msgstr "24-часовой формат времени"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71
msgid "Units for a default reminder, \"minutes\", \"hours\" or \"days\"."
msgstr "Единицы напоминания по умолчанию, \"minutes\", \"hours\" или \"days\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72
msgid ""
"Units for determining when to hide tasks, \"minutes\", \"hours\" or \"days\"."
msgstr ""
"Единицы для определения момента скрытия задач, \"minutes\", \"hours\" или "
"\"days\"."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74
msgid "Week start"
msgstr "Начало недели"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75
msgid "Weekday the week starts on, from Sunday (0) to Saturday (6)."
msgstr "День, с которого начинается неделя, с воскресенья (0) до субботы (6)"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76
msgid "Whether or not to use the notification tray for display alarms."
msgstr "Использовать или нет область уведомления для отображения сигналов."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77
msgid "Whether to ask for confirmation when deleting an appointment or task."
msgstr "Запрашивать подтверждение при удалении встречи или задачи."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78
msgid "Whether to ask for confirmation when expunging appointments and tasks."
msgstr "Запрашивать подтверждение при очистке встречи или задачи."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79
msgid ""
"Whether to compress weekends in the month view, which puts Saturday and "
"Sunday in the space of one weekday."
@@ -5160,145 +5239,145 @@ msgstr ""
"Ужимать ли выходные дни в обзоре месяца (суббота и воскресенье занимают "
"место одного рабочего дня)."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80
msgid "Whether to display the end time of events in the week and month views."
msgstr "Показывать ли время завершения событий в обзоре недели и месяца."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81
msgid ""
"Whether to draw the Marcus Bains Line (line at current time) in the calendar."
msgstr "Отображать ли маркер текущего времени в календаре."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82
msgid "Whether to hide completed tasks in the tasks view."
msgstr "Скрывать ли завершенные задачи в обзоре задач."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83
msgid "Whether to set a default reminder for appointments."
msgstr "Устанавливать ли напоминание для событий по умолчанию."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84
msgid "Whether to show RSVP field in the event/task/meeting editor"
msgstr ""
"Отображать ли поле \"Просьба ответить\" в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85
msgid "Whether to show categories field in the event/meeting editor"
msgstr "Отображать ли поле категорий в редакторе событий/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86
msgid "Whether to show role field in the event/task/meeting editor"
msgstr "Отображать ли поле \"Должность\" в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87
msgid "Whether to show status field in the event/task/meeting editor"
msgstr "Отображать ли поле состояния в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88
msgid ""
"Whether to show times in twenty four hour format instead of using am/pm."
msgstr "Показывать ли время в 24-часовом формате вместо am/pm."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89
msgid "Whether to show timezone field in the event/meeting editor"
msgstr "Отображать ли поле часового пояса в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90
msgid "Whether to show type field in the event/task/meeting editor"
msgstr "Отображать ли поле \"тип\" в редакторе событий/задач/собраний"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91
msgid "Whether to show week numbers in the date navigator."
msgstr "Показывать ли номера недель в навигаторе по датам."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92
msgid "Whether to use daylight savings time while displaying events."
msgstr "Использовать ли летнее время при отображении событий."
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93
msgid "Work days"
msgstr "Рабочие дни"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94
msgid "Workday end hour"
msgstr "Час завершения рабочего дня"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95
msgid "Workday end minute"
msgstr "Минуты завершения рабочего дня"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:96
msgid "Workday start hour"
msgstr "Час начала рабочего дня"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:97
msgid "Workday start minute"
msgstr "Минута начала рабочего дня"
-#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95
+#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:98
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:94 ../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:319
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 +5386,16 @@ msgstr ""
"Это действие безвозвратно уничтожит все события старше указанного промежутка "
"времени. Если вы продолжите, вы не сможете восстановить эти события."
-#: ../calendar/gui/calendar-commands.c:323
+#: ../calendar/gui/calendar-commands.c:325
msgid "Purge events older than"
msgstr "Очистить элементы старше чем"
-#: ../calendar/gui/calendar-commands.c:328
+#: ../calendar/gui/calendar-commands.c:330
#: ../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 "дней"
@@ -5325,99 +5404,109 @@ msgstr "дней"
#. Create the LDAP source group
#. Create the Webcal source group
#. Create the LDAP source group
-#: ../calendar/gui/calendar-component.c:273
+#: ../calendar/gui/calendar-component.c:281
#: ../calendar/gui/memos-component.c:235 ../calendar/gui/migration.c:505
#: ../calendar/gui/migration.c:604 ../calendar/gui/migration.c:1118
#: ../calendar/gui/tasks-component.c:231
msgid "On The Web"
msgstr "В Сети"
-#: ../calendar/gui/calendar-component.c:310 ../calendar/gui/migration.c:399
+#: ../calendar/gui/calendar-component.c:318 ../calendar/gui/migration.c:399
msgid "Birthdays & Anniversaries"
msgstr "Дни рождения и годовщины"
#. Create the weather group
-#: ../calendar/gui/calendar-component.c:323
+#: ../calendar/gui/calendar-component.c:331
#: ../plugins/calendar-weather/calendar-weather.c:100
msgid "Weather"
msgstr "Погода"
-#: ../calendar/gui/calendar-component.c:615
+#: ../calendar/gui/calendar-component.c:648
msgid "_New Calendar"
msgstr "_Создать календарь"
-#: ../calendar/gui/calendar-component.c:616
-#: ../calendar/gui/memos-component.c:465 ../calendar/gui/tasks-component.c:456
+#: ../calendar/gui/calendar-component.c:649
+#: ../calendar/gui/memos-component.c:490 ../calendar/gui/tasks-component.c:481
#: ../mail/em-folder-tree.c:2106
msgid "_Copy..."
msgstr "_Копировать..."
-#: ../calendar/gui/calendar-component.c:949
+#: ../calendar/gui/calendar-component.c:653
+#: ../calendar/gui/memos-component.c:494 ../calendar/gui/tasks-component.c:485
+msgid "_Make available for offline use"
+msgstr "Сде_лать доступным автономно"
+
+#: ../calendar/gui/calendar-component.c:654
+#: ../calendar/gui/memos-component.c:495 ../calendar/gui/tasks-component.c:486
+msgid "_Do not make available for offline use"
+msgstr "_Не делать доступным автнономно"
+
+#: ../calendar/gui/calendar-component.c:984
msgid "Failed upgrading calendars."
msgstr "Ошибка обновления календарей."
-#: ../calendar/gui/calendar-component.c:1248
+#: ../calendar/gui/calendar-component.c:1283
#, c-format
msgid "Unable to open the calendar '%s' for creating events and meetings"
msgstr "Не удалось открыть календарь «%s» для создания событий и совещаний"
-#: ../calendar/gui/calendar-component.c:1264
+#: ../calendar/gui/calendar-component.c:1299
msgid "There is no calendar available for creating events and meetings"
msgstr "Нет доступного календаря для создания событий и совещаний"
-#: ../calendar/gui/calendar-component.c:1377
+#: ../calendar/gui/calendar-component.c:1412
msgid "Calendar Source Selector"
msgstr "Выбор источника календаря"
-#: ../calendar/gui/calendar-component.c:1596
+#: ../calendar/gui/calendar-component.c:1633
msgid "New appointment"
msgstr "Новая встреча"
-#: ../calendar/gui/calendar-component.c:1597
+#: ../calendar/gui/calendar-component.c:1634
msgctxt "New"
msgid "_Appointment"
msgstr "_Встреча"
-#: ../calendar/gui/calendar-component.c:1598
+#: ../calendar/gui/calendar-component.c:1635
msgid "Create a new appointment"
msgstr "Создать новую встречу"
-#: ../calendar/gui/calendar-component.c:1604
+#: ../calendar/gui/calendar-component.c:1641
msgid "New meeting"
msgstr "Новое собрание"
-#: ../calendar/gui/calendar-component.c:1605
+#: ../calendar/gui/calendar-component.c:1642
msgctxt "New"
msgid "M_eeting"
msgstr "_Собрание"
-#: ../calendar/gui/calendar-component.c:1606
+#: ../calendar/gui/calendar-component.c:1643
msgid "Create a new meeting request"
msgstr "Создать новое приглашение на собрание"
-#: ../calendar/gui/calendar-component.c:1612
+#: ../calendar/gui/calendar-component.c:1649
msgid "New all day appointment"
msgstr "Новая встреча на весь день"
-#: ../calendar/gui/calendar-component.c:1613
+#: ../calendar/gui/calendar-component.c:1650
msgctxt "New"
msgid "All Day A_ppointment"
msgstr "_Ежедневная встреча"
-#: ../calendar/gui/calendar-component.c:1614
+#: ../calendar/gui/calendar-component.c:1651
msgid "Create a new all-day appointment"
msgstr "Создать новую ежедневную встречу"
-#: ../calendar/gui/calendar-component.c:1620
+#: ../calendar/gui/calendar-component.c:1657
msgid "New calendar"
msgstr "Новый календарь"
-#: ../calendar/gui/calendar-component.c:1621
+#: ../calendar/gui/calendar-component.c:1658
msgctxt "New"
msgid "Cale_ndar"
msgstr "Кале_ндарь"
-#: ../calendar/gui/calendar-component.c:1622
+#: ../calendar/gui/calendar-component.c:1659
msgid "Create a new calendar"
msgstr "Создать новый календарь"
@@ -5443,7 +5532,7 @@ msgid "Any Field"
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 "Вложения"
@@ -5474,7 +5563,7 @@ msgid "Competition"
msgstr "Выполнение"
#: ../calendar/gui/caltypes.xml.h:11 ../calendar/gui/e-cal-list-view.c:250
-#: ../calendar/gui/e-cal-model.c:348 ../calendar/gui/e-calendar-table.c:546
+#: ../calendar/gui/e-cal-model.c:348 ../calendar/gui/e-calendar-table.c:556
#: ../calendar/gui/memotypes.xml.h:10
msgid "Confidential"
msgstr "Конфиденциальное"
@@ -5492,12 +5581,12 @@ msgid "Description Contains"
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 "Существует"
@@ -5567,14 +5656,14 @@ msgid "Phone Calls"
msgstr "Телефонные звонки"
#: ../calendar/gui/caltypes.xml.h:31 ../calendar/gui/e-cal-list-view.c:249
-#: ../calendar/gui/e-cal-model.c:346 ../calendar/gui/e-calendar-table.c:545
+#: ../calendar/gui/e-cal-model.c:346 ../calendar/gui/e-calendar-table.c:555
#: ../calendar/gui/memotypes.xml.h:29
msgid "Private"
msgstr "Личное"
#: ../calendar/gui/caltypes.xml.h:32 ../calendar/gui/e-cal-list-view.c:248
#: ../calendar/gui/e-cal-model.c:337 ../calendar/gui/e-cal-model.c:344
-#: ../calendar/gui/e-calendar-table.c:544 ../calendar/gui/memotypes.xml.h:30
+#: ../calendar/gui/e-calendar-table.c:554 ../calendar/gui/memotypes.xml.h:30
msgid "Public"
msgstr "Общее"
@@ -5583,12 +5672,15 @@ msgstr "Общее"
msgid "Recurrence"
msgstr "Повторение"
+#. To Translators: 'Status' here means the state of the attendees, the resulting string will be in a form:
+#. Status: Accepted: X Declined: Y ...
#: ../calendar/gui/caltypes.xml.h:34
#: ../calendar/gui/e-calendar-table.etspec.h:10
+#: ../calendar/gui/e-calendar-view.c:2200
#: ../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 +5724,22 @@ msgid "Waiting"
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 "не является"
@@ -5663,7 +5755,7 @@ msgstr "Метод открытия календаря не поддержива
msgid "Permission denied to open the calendar"
msgstr "Отказ в доступе при открытии календаря"
-#: ../calendar/gui/comp-editor-factory.c:433 ../shell/e-shell.c:1308
+#: ../calendar/gui/comp-editor-factory.c:433 ../shell/e-shell.c:1272
msgid "Unknown error"
msgstr "Неизвестная ошибка"
@@ -5700,17 +5792,17 @@ msgid "Mes_sage:"
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 +5815,7 @@ msgid "Send To:"
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 +5885,7 @@ msgid "Alarms"
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 +5893,7 @@ msgstr "_Предполагать автоматическое отображе
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 +5959,7 @@ msgid "Display"
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 +5975,7 @@ msgstr ""
"Дни"
#: ../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 "Понедельник"
@@ -5907,7 +5999,7 @@ msgstr ""
"Воскресенье"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:32
-#: ../mail/mail-config.glade.h:113
+#: ../mail/mail-config.glade.h:114
msgid "Pick a color"
msgstr "Выбрать цвет"
@@ -5917,7 +6009,7 @@ msgid "S_un"
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 +6027,7 @@ msgid "Show week _numbers in date navigator"
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 +6046,7 @@ msgid "Template:"
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 +6061,13 @@ msgid "Time format:"
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 +6146,51 @@ msgstr "Срд"
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 +6263,15 @@ msgstr " (к дате"
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 +6279,212 @@ msgstr[0] "%d вложенное сообщение"
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
+#: ../mail/em-folder-view.c:1186 ../mail/message-list.c:2107
msgid "_Move"
msgstr "Пере_местить"
-#: ../calendar/gui/dialogs/comp-editor.c:483 ../composer/e-msg-composer.c:2058
-#: ../mail/em-folder-tree.c:1008 ../mail/message-list.c:2047
+#: ../calendar/gui/dialogs/comp-editor.c:487 ../composer/e-msg-composer.c:2055
+#: ../mail/em-folder-tree.c:1008 ../mail/message-list.c:2109
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
-#: ../ui/evolution-mail-global.xml.h:24 ../ui/evolution.xml.h:46
+#: ../calendar/gui/dialogs/comp-editor.c:1350
+#: ../ui/evolution-calendar.xml.h:44 ../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 "<b>%d</b> Attachment"
msgid_plural "<b>%d</b> Attachments"
@@ -6399,48 +6492,48 @@ msgstr[0] "<b>%d</b> вложение"
msgstr[1] "<b>%d</b> вложения"
msgstr[2] "<b>%d</b> вложений"
-#: ../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 +6549,7 @@ msgstr "Не удалось открыть назначение"
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 +6632,7 @@ msgstr "Сделать это событие повторяющимся"
#: ../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 +6670,87 @@ msgstr "Запросить информацию о занятости для у
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 +6758,7 @@ msgstr[0] "%d день до встречи"
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 +6766,7 @@ msgstr[0] "%d час до встречи"
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 +6774,24 @@ msgstr[0] "%d минута до встречи"
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,15 +6875,15 @@ msgstr "Организатор:"
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
+#: ../mail/em-mailer-prefs.c:77 ../mail/message-list.etspec.h:20
msgid "To"
msgstr "Кому"
@@ -6803,7 +6897,7 @@ msgid "T_o:"
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 +6938,17 @@ msgstr "Эту и последующие записи"
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 +6956,7 @@ msgstr "в"
#. * (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 +6965,7 @@ msgstr "первый"
#. * (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 +6973,7 @@ msgstr "второй"
#. * (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 +6981,7 @@ msgstr "третий"
#. * (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 +6989,13 @@ msgstr "четвертый"
#. * (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 +7003,7 @@ msgstr "Другая дата"
#. * 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 +7011,7 @@ msgstr "с 1-го по 10-е"
#. * 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 +7019,45 @@ msgstr "с 11-го по 20-е"
#. * 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 "Дата/Время"
@@ -7038,7 +7132,7 @@ msgstr "<span weight=\"bold\">Состояние</span>"
#: ../calendar/gui/e-cal-model-tasks.c:362
#: ../calendar/gui/e-cal-model-tasks.c:679
#: ../calendar/gui/e-calendar-table.c:237
-#: ../calendar/gui/e-calendar-table.c:641 ../calendar/gui/e-itip-control.c:946
+#: ../calendar/gui/e-calendar-table.c:651 ../calendar/gui/e-itip-control.c:946
#: ../calendar/gui/e-meeting-store.c:181 ../calendar/gui/e-meeting-store.c:204
#: ../calendar/gui/print.c:2554 ../calendar/gui/tasktypes.xml.h:13
#: ../plugins/save-calendar/csv-format.c:366
@@ -7047,8 +7141,8 @@ msgstr "Завершена"
#: ../calendar/gui/dialogs/task-details-page.glade.h:5
#: ../calendar/gui/e-cal-component-preview.c:272
-#: ../calendar/gui/e-calendar-table.c:566 ../calendar/gui/tasktypes.xml.h:21
-#: ../mail/message-list.c:1065
+#: ../calendar/gui/e-calendar-table.c:576 ../calendar/gui/tasktypes.xml.h:21
+#: ../mail/message-list.c:1066
msgid "High"
msgstr "Высокий"
@@ -7058,21 +7152,21 @@ msgstr "Высокий"
#: ../calendar/gui/e-cal-model-tasks.c:677
#: ../calendar/gui/e-cal-model-tasks.c:754
#: ../calendar/gui/e-calendar-table.c:235
-#: ../calendar/gui/e-calendar-table.c:640 ../calendar/gui/print.c:2551
+#: ../calendar/gui/e-calendar-table.c:650 ../calendar/gui/print.c:2551
msgid "In Progress"
msgstr "Выполняется"
#: ../calendar/gui/dialogs/task-details-page.glade.h:7
#: ../calendar/gui/e-cal-component-preview.c:276
-#: ../calendar/gui/e-calendar-table.c:568 ../calendar/gui/tasktypes.xml.h:29
-#: ../mail/message-list.c:1063
+#: ../calendar/gui/e-calendar-table.c:578 ../calendar/gui/tasktypes.xml.h:29
+#: ../mail/message-list.c:1064
msgid "Low"
msgstr "Низкий"
#: ../calendar/gui/dialogs/task-details-page.glade.h:8
#: ../calendar/gui/e-cal-component-preview.c:274
-#: ../calendar/gui/e-cal-model.c:985 ../calendar/gui/e-calendar-table.c:567
-#: ../calendar/gui/tasktypes.xml.h:32 ../mail/message-list.c:1064
+#: ../calendar/gui/e-cal-model.c:985 ../calendar/gui/e-calendar-table.c:577
+#: ../calendar/gui/tasktypes.xml.h:32 ../mail/message-list.c:1065
msgid "Normal"
msgstr "Нормальный"
@@ -7081,7 +7175,7 @@ msgstr "Нормальный"
#: ../calendar/gui/e-cal-model-tasks.c:358
#: ../calendar/gui/e-cal-model-tasks.c:675
#: ../calendar/gui/e-calendar-table.c:233
-#: ../calendar/gui/e-calendar-table.c:639 ../calendar/gui/print.c:2548
+#: ../calendar/gui/e-calendar-table.c:649 ../calendar/gui/print.c:2548
#: ../calendar/gui/tasktypes.xml.h:33
msgid "Not Started"
msgstr "Не началась"
@@ -7095,7 +7189,7 @@ msgid "Stat_us:"
msgstr "Сост_ояние:"
#: ../calendar/gui/dialogs/task-details-page.glade.h:12
-#: ../calendar/gui/e-calendar-table.c:569 ../calendar/gui/tasktypes.xml.h:44
+#: ../calendar/gui/e-calendar-table.c:579 ../calendar/gui/tasktypes.xml.h:44
msgid "Undefined"
msgstr "Не определено"
@@ -7121,7 +7215,7 @@ msgid "Click to change or view the status details of the task"
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 +7227,16 @@ msgstr "_Задача"
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 +7258,7 @@ msgid "Time zone:"
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 +7267,7 @@ msgstr[1] "%d дня"
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 +7275,74 @@ msgstr[0] "%d неделя"
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:3308
#, 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 +7379,7 @@ msgstr "Дата выполнения:"
#. 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 "Состояние:"
@@ -7304,12 +7398,12 @@ msgid "Start Date"
msgstr "Дата начала"
#: ../calendar/gui/e-cal-model-calendar.c:187
-#: ../calendar/gui/e-calendar-table.c:618
+#: ../calendar/gui/e-calendar-table.c:628
msgid "Free"
msgstr "Свободен"
#: ../calendar/gui/e-cal-model-calendar.c:190
-#: ../calendar/gui/e-calendar-table.c:619
+#: ../calendar/gui/e-calendar-table.c:629
#: ../calendar/gui/e-meeting-time-sel.c:396
msgid "Busy"
msgstr "Занят"
@@ -7347,9 +7441,9 @@ msgstr "Нет"
#: ../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 +7471,7 @@ msgstr "Выберите папку для сохранения выделенн
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:1588
#: ../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..."
@@ -7392,7 +7486,7 @@ msgstr "Установить как _фон"
msgid "_Save Selected"
msgstr "_Сохранить выделенное"
-#: ../calendar/gui/e-cal-popup.c:429 ../mail/em-popup.c:831
+#: ../calendar/gui/e-cal-popup.c:430 ../mail/em-popup.c:832
#, c-format
msgid "Open in %s..."
msgstr "Открыть в программе %s..."
@@ -7403,7 +7497,7 @@ msgstr "* Нет краткого описания *"
#. To Translators: It will display "Organiser: NameOfTheUser <email@ofuser.com>"
#: ../calendar/gui/e-calendar-table.c:373
-#: ../calendar/gui/e-calendar-view.c:2214
+#: ../calendar/gui/e-calendar-view.c:2292
#, c-format
msgid "Organizer: %s <%s>"
msgstr "Организатор: %s <%s>"
@@ -7411,7 +7505,7 @@ msgstr "Организатор: %s <%s>"
#. With SunOne accounts, there may be no ':' in organiser.value
#. With SunOne accouts, there may be no ':' in organiser.value
#: ../calendar/gui/e-calendar-table.c:376
-#: ../calendar/gui/e-calendar-view.c:2218
+#: ../calendar/gui/e-calendar-view.c:2296
#, c-format
msgid "Organizer: %s"
msgstr "Организатор: %s"
@@ -7424,125 +7518,125 @@ msgstr "Начало: "
msgid "Due: "
msgstr "Завершение: "
-#: ../calendar/gui/e-calendar-table.c:588
+#: ../calendar/gui/e-calendar-table.c:598
msgid "0%"
msgstr "0%"
-#: ../calendar/gui/e-calendar-table.c:589
+#: ../calendar/gui/e-calendar-table.c:599
msgid "10%"
msgstr "10%"
-#: ../calendar/gui/e-calendar-table.c:590
+#: ../calendar/gui/e-calendar-table.c:600
msgid "20%"
msgstr "20%"
-#: ../calendar/gui/e-calendar-table.c:591
+#: ../calendar/gui/e-calendar-table.c:601
msgid "30%"
msgstr "30%"
-#: ../calendar/gui/e-calendar-table.c:592
+#: ../calendar/gui/e-calendar-table.c:602
msgid "40%"
msgstr "40%"
-#: ../calendar/gui/e-calendar-table.c:593
+#: ../calendar/gui/e-calendar-table.c:603
msgid "50%"
msgstr "50%"
-#: ../calendar/gui/e-calendar-table.c:594
+#: ../calendar/gui/e-calendar-table.c:604
msgid "60%"
msgstr "60%"
-#: ../calendar/gui/e-calendar-table.c:595
+#: ../calendar/gui/e-calendar-table.c:605
msgid "70%"
msgstr "70%"
-#: ../calendar/gui/e-calendar-table.c:596
+#: ../calendar/gui/e-calendar-table.c:606
msgid "80%"
msgstr "80%"
-#: ../calendar/gui/e-calendar-table.c:597
+#: ../calendar/gui/e-calendar-table.c:607
msgid "90%"
msgstr "90%"
-#: ../calendar/gui/e-calendar-table.c:598
+#: ../calendar/gui/e-calendar-table.c:608
msgid "100%"
msgstr "100%"
-#: ../calendar/gui/e-calendar-table.c:878
+#: ../calendar/gui/e-calendar-table.c:888
#: ../calendar/gui/e-calendar-view.c:664 ../calendar/gui/e-memo-table.c:438
msgid "Deleting selected objects"
msgstr "Удаление выделенных объектов"
-#: ../calendar/gui/e-calendar-table.c:1162
+#: ../calendar/gui/e-calendar-table.c:1172
#: ../calendar/gui/e-calendar-view.c:794 ../calendar/gui/e-memo-table.c:644
msgid "Updating objects"
msgstr "Обновление объектов"
-#: ../calendar/gui/e-calendar-table.c:1347
+#: ../calendar/gui/e-calendar-table.c:1360
#: ../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:1583
#: ../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:1587 ../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:1589
#: ../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:1593
#: ../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:1595
#: ../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
+#: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:46
#: ../ui/evolution-memos.xml.h:19 ../ui/evolution-tasks.xml.h:28
msgid "_Paste"
msgstr "Вст_авить"
-#: ../calendar/gui/e-calendar-table.c:1586 ../ui/evolution-tasks.xml.h:22
+#: ../calendar/gui/e-calendar-table.c:1599 ../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:1600 ../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:1601
msgid "_Mark as Complete"
msgstr "По_метить как выполненное"
-#: ../calendar/gui/e-calendar-table.c:1589
+#: ../calendar/gui/e-calendar-table.c:1602
msgid "_Mark Selected Tasks as Complete"
msgstr "По_метить выбранную задачу как выполненную"
-#: ../calendar/gui/e-calendar-table.c:1590
+#: ../calendar/gui/e-calendar-table.c:1603
msgid "_Mark as Incomplete"
msgstr "По_метить как невыполненные"
-#: ../calendar/gui/e-calendar-table.c:1591
+#: ../calendar/gui/e-calendar-table.c:1604
msgid "_Mark Selected Tasks as Incomplete"
msgstr "По_метить выбранные задачи как выполненные"
-#: ../calendar/gui/e-calendar-table.c:1596
+#: ../calendar/gui/e-calendar-table.c:1609
msgid "_Delete Selected Tasks"
msgstr "У_далить выделенные задачи"
-#: ../calendar/gui/e-calendar-table.c:1833
+#: ../calendar/gui/e-calendar-table.c:1846
#: ../calendar/gui/e-calendar-table.etspec.h:4
msgid "Click to add a task"
msgstr "Нажмите, чтобы добавить задачу"
@@ -7653,14 +7747,51 @@ msgstr "Удалить это вхождение"
msgid "Delete _All Occurrences"
msgstr "Удалить все вхождения"
+#: ../calendar/gui/e-calendar-view.c:2147
+#: ../calendar/gui/e-itip-control.c:1191
+#: ../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:2104
+msgid "Accepted"
+msgstr "Принято"
+
+#: ../calendar/gui/e-calendar-view.c:2148
+#: ../calendar/gui/e-itip-control.c:1199
+#: ../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:2110
+msgid "Declined"
+msgstr "Отклонено"
+
+#: ../calendar/gui/e-calendar-view.c:2149
+#: ../calendar/gui/e-meeting-list-view.c:205
+#: ../calendar/gui/e-meeting-store.c:177 ../calendar/gui/e-meeting-store.c:200
+#: ../calendar/gui/e-meeting-time-sel.c:395
+msgid "Tentative"
+msgstr "Экспериментальный"
+
+#: ../calendar/gui/e-calendar-view.c:2150
+#: ../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:2113
+msgid "Delegated"
+msgstr "Поручено"
+
+#: ../calendar/gui/e-calendar-view.c:2151
+msgid "Needs action"
+msgstr "Требуется действие"
+
#. To Translators: It will display "Location: PlaceOfTheMeeting"
-#: ../calendar/gui/e-calendar-view.c:2234 ../calendar/gui/print.c:2510
+#: ../calendar/gui/e-calendar-view.c:2312 ../calendar/gui/print.c:2510
#, c-format
msgid "Location: %s"
msgstr "Адрес: %s"
#. To Translators: It will display "Time: ActualStartDateAndTime (DurationOfTheMeeting)"
-#: ../calendar/gui/e-calendar-view.c:2268
+#: ../calendar/gui/e-calendar-view.c:2346
#, c-format
msgid "Time: %s %s"
msgstr "Время: %s %s"
@@ -7699,19 +7830,19 @@ msgstr "Деления через %02i минут"
#. 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"
@@ -7778,10 +7909,10 @@ msgstr[2] "Каждые %d лет"
#: ../calendar/gui/e-itip-control.c:874
#, c-format
msgid "a total of %d time"
-msgid_plural " a total of %d times"
-msgstr[0] " всего %d раз"
-msgstr[1] " всего %d раза"
-msgstr[2] " всего %d раз"
+msgid_plural "a total of %d times"
+msgstr[0] "всего %d раз"
+msgstr[1] "всего %d раза"
+msgstr[2] "всего %d раз"
#. For Translators : ', ending on' is part of the sentence of the form 'event recurring every day, ending on (date).'
#: ../calendar/gui/e-itip-control.c:885
@@ -7832,27 +7963,11 @@ msgstr ""
"<b> Пересмотрите следующую информацию и выберите действие из расположенного "
"ниже меню."
-#: ../calendar/gui/e-itip-control.c:1191
-#: ../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
-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 "Экспериментально принятый"
-#: ../calendar/gui/e-itip-control.c:1199
-#: ../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
-msgid "Declined"
-msgstr "Отклонено"
-
#: ../calendar/gui/e-itip-control.c:1283
msgid ""
"The meeting has been canceled, however it could not be found in your "
@@ -8070,7 +8185,7 @@ msgid "Attendee status updated\n"
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 ""
"Статус участника не может быть обновлён, потому что элемент больше не "
@@ -8221,19 +8336,6 @@ msgstr "Не участвует"
msgid "Needs Action"
msgstr "Необходимое действие"
-#: ../calendar/gui/e-meeting-list-view.c:205
-#: ../calendar/gui/e-meeting-store.c:177 ../calendar/gui/e-meeting-store.c:200
-#: ../calendar/gui/e-meeting-time-sel.c:395
-msgid "Tentative"
-msgstr "Экспериментальный"
-
-#: ../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
-msgid "Delegated"
-msgstr "Поручено"
-
#. The extra space is just a hack to occupy more space for Attendee
#: ../calendar/gui/e-meeting-list-view.c:491
msgid "Attendee "
@@ -8368,7 +8470,6 @@ msgid "Click to add a memo"
msgstr "Нажмите, чтобы добавить заметку"
#: ../calendar/gui/e-memos.c:760 ../calendar/gui/e-tasks.c:910
-#: ../calendar/gui/gnome-cal.c:2961
#, c-format
msgid ""
"Error on %s:\n"
@@ -8418,39 +8519,39 @@ msgstr "Выбор часового пояса"
msgid "%d %B"
msgstr "%d %B"
-#: ../calendar/gui/gnome-cal.c:2576
+#: ../calendar/gui/gnome-cal.c:2587
msgid "_Custom View"
msgstr "_Пользовательский вид"
-#: ../calendar/gui/gnome-cal.c:2577
+#: ../calendar/gui/gnome-cal.c:2588
msgid "_Save Custom View"
msgstr "_Сохранить изменённый вид"
-#: ../calendar/gui/gnome-cal.c:2582
+#: ../calendar/gui/gnome-cal.c:2593
msgid "_Define Views..."
msgstr "_Определить виды..."
-#: ../calendar/gui/gnome-cal.c:2791
+#: ../calendar/gui/gnome-cal.c:2835
#, c-format
msgid "Loading appointments at %s"
msgstr "Загрузка встреч на %s"
-#: ../calendar/gui/gnome-cal.c:2806
+#: ../calendar/gui/gnome-cal.c:2850
#, c-format
msgid "Loading tasks at %s"
msgstr "Загрузка задач на %s"
-#: ../calendar/gui/gnome-cal.c:2815
+#: ../calendar/gui/gnome-cal.c:2859
#, c-format
msgid "Loading memos at %s"
msgstr "Загрузка заметок из %s"
-#: ../calendar/gui/gnome-cal.c:2920
+#: ../calendar/gui/gnome-cal.c:2964
#, c-format
msgid "Opening %s"
msgstr "Открывается %s"
-#: ../calendar/gui/gnome-cal.c:3874
+#: ../calendar/gui/gnome-cal.c:3932
msgid "Purging"
msgstr "Очистка"
@@ -8564,11 +8665,11 @@ msgstr "Информация iCalendar"
msgid "You must be an attendee of the event."
msgstr "Вы должны быть участником события."
-#: ../calendar/gui/memos-component.c:464
+#: ../calendar/gui/memos-component.c:489
msgid "_New Memo List"
msgstr "_Новый список заметок"
-#: ../calendar/gui/memos-component.c:544
+#: ../calendar/gui/memos-component.c:571
#, c-format
msgid "%d memo"
msgid_plural "%d memos"
@@ -8576,7 +8677,7 @@ msgstr[0] "%d заметка"
msgstr[1] "%d заметки"
msgstr[2] "%d заметок"
-#: ../calendar/gui/memos-component.c:546 ../calendar/gui/tasks-component.c:537
+#: ../calendar/gui/memos-component.c:573 ../calendar/gui/tasks-component.c:564
#, c-format
msgid ", %d selected"
msgid_plural ", %d selected"
@@ -8584,59 +8685,59 @@ msgstr[0] ", выделено %d"
msgstr[1] ", выделено %d"
msgstr[2] ", выделено %d"
-#: ../calendar/gui/memos-component.c:593
+#: ../calendar/gui/memos-component.c:620
msgid "Failed upgrading memos."
msgstr "Не удалось обновить заметки."
-#: ../calendar/gui/memos-component.c:953
+#: ../calendar/gui/memos-component.c:980
#, c-format
msgid "Unable to open the memo list '%s' for creating events and meetings"
msgstr "Не удалось открыть список заметок «%s» для создания событий и собраний"
-#: ../calendar/gui/memos-component.c:966
+#: ../calendar/gui/memos-component.c:993
msgid "There is no calendar available for creating memos"
msgstr "Нет календаря, доступного для создания заметок"
-#: ../calendar/gui/memos-component.c:1076
+#: ../calendar/gui/memos-component.c:1103
msgid "Memo Source Selector"
msgstr "Выбор источника заметок"
-#: ../calendar/gui/memos-component.c:1260
+#: ../calendar/gui/memos-component.c:1287
msgid "New memo"
msgstr "Новая заметка"
-#: ../calendar/gui/memos-component.c:1261
+#: ../calendar/gui/memos-component.c:1288
msgctxt "New"
msgid "Mem_o"
msgstr "За_метка"
-#: ../calendar/gui/memos-component.c:1262
+#: ../calendar/gui/memos-component.c:1289
msgid "Create a new memo"
msgstr "Создать новую заметку"
-#: ../calendar/gui/memos-component.c:1268
+#: ../calendar/gui/memos-component.c:1295
msgid "New shared memo"
msgstr "Новая общая заметка"
-#: ../calendar/gui/memos-component.c:1269
+#: ../calendar/gui/memos-component.c:1296
msgctxt "New"
msgid "_Shared memo"
msgstr "Общая заме_тка"
-#: ../calendar/gui/memos-component.c:1270
+#: ../calendar/gui/memos-component.c:1297
msgid "Create a shared new memo"
msgstr "Создать новую общую заметку"
-#: ../calendar/gui/memos-component.c:1276
+#: ../calendar/gui/memos-component.c:1303
msgid "New memo list"
msgstr "Новый список заметок"
-#: ../calendar/gui/memos-component.c:1277
+#: ../calendar/gui/memos-component.c:1304
msgctxt "New"
msgid "Memo li_st"
msgstr "Список _заметок"
-#: ../calendar/gui/memos-component.c:1278
+#: ../calendar/gui/memos-component.c:1305
msgid "Create a new memo list"
msgstr "Создать новый список заметок"
@@ -8896,11 +8997,11 @@ msgstr "Категории: %s"
msgid "Contacts: "
msgstr "Контакты: "
-#: ../calendar/gui/tasks-component.c:455
+#: ../calendar/gui/tasks-component.c:480
msgid "_New Task List"
msgstr "_Новый список задач"
-#: ../calendar/gui/tasks-component.c:535
+#: ../calendar/gui/tasks-component.c:562
#, c-format
msgid "%d task"
msgid_plural "%d tasks"
@@ -8908,59 +9009,59 @@ msgstr[0] "%d задача"
msgstr[1] "%d задачи"
msgstr[2] "%d задач"
-#: ../calendar/gui/tasks-component.c:584
+#: ../calendar/gui/tasks-component.c:611
msgid "Failed upgrading tasks."
msgstr "Не удалось обновить задачи."
-#: ../calendar/gui/tasks-component.c:941
+#: ../calendar/gui/tasks-component.c:968
#, c-format
msgid "Unable to open the task list '%s' for creating events and meetings"
msgstr "Не удалось открыть список задач «%s» для создания событий и собраний"
-#: ../calendar/gui/tasks-component.c:954
+#: ../calendar/gui/tasks-component.c:981
msgid "There is no calendar available for creating tasks"
msgstr "Нет календаря, доступного для создания задач"
-#: ../calendar/gui/tasks-component.c:1065
+#: ../calendar/gui/tasks-component.c:1092
msgid "Task Source Selector"
msgstr "Выбор источника задач"
-#: ../calendar/gui/tasks-component.c:1325
+#: ../calendar/gui/tasks-component.c:1352
msgid "New task"
msgstr "Новая задача"
-#: ../calendar/gui/tasks-component.c:1326
+#: ../calendar/gui/tasks-component.c:1353
msgctxt "New"
msgid "_Task"
msgstr "З_адача"
-#: ../calendar/gui/tasks-component.c:1327
+#: ../calendar/gui/tasks-component.c:1354
msgid "Create a new task"
msgstr "Создать новую задачу"
-#: ../calendar/gui/tasks-component.c:1333
+#: ../calendar/gui/tasks-component.c:1360
msgid "New assigned task"
msgstr "Новая назначенная задача"
-#: ../calendar/gui/tasks-component.c:1334
+#: ../calendar/gui/tasks-component.c:1361
msgctxt "New"
msgid "Assigne_d Task"
msgstr "Наз_наченная задача"
-#: ../calendar/gui/tasks-component.c:1335
+#: ../calendar/gui/tasks-component.c:1362
msgid "Create a new assigned task"
msgstr "Создать новую назначенную задачу"
-#: ../calendar/gui/tasks-component.c:1341
+#: ../calendar/gui/tasks-component.c:1368
msgid "New task list"
msgstr "Новый список задач"
-#: ../calendar/gui/tasks-component.c:1342
+#: ../calendar/gui/tasks-component.c:1369
msgctxt "New"
msgid "Tas_k list"
msgstr "Список за_дач"
-#: ../calendar/gui/tasks-component.c:1343
+#: ../calendar/gui/tasks-component.c:1370
msgid "Create a new task list"
msgstr "Создать новый список задач"
@@ -8997,49 +9098,49 @@ msgstr "Отменено"
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 +10693,215 @@ msgstr "Pacific/Wallis"
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
-#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:44
+#: ../composer/e-composer-actions.c:483 ../mail/em-folder-view.c:1337
+#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:47
#: ../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 +10909,35 @@ msgstr ""
"Введите адресатов, которые получат копию сообщения, не попав в список "
"получателей."
-#: ../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 +10957,18 @@ msgstr "Выберите папки для помещения в них сооб
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 +10976,7 @@ msgstr ""
"Не удалось зашифровать исходящее сообщение: нет сертификата шифрования для "
"этой учётной записи"
-#: ../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 +10985,15 @@ msgstr[0] "Вложение"
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 ""
"<b>(The composer contains a non-text message body, which cannot be edited.)</"
"b>"
@@ -10985,10 +11086,10 @@ msgstr ""
#: ../composer/mail-composer.error.xml.h:17
msgid ""
-"Send options available only for Novell Groupwise and Microsoft Exchange "
+"Send options available only for Novell GroupWise and Microsoft Exchange "
"accounts."
msgstr ""
-"Параметры отправки доступны только для учётных записей Novell Groupwise и "
+"Параметры отправки доступны только для учётных записей Novell GroupWise и "
"Microsoft Exchange."
#: ../composer/mail-composer.error.xml.h:18
@@ -11099,18 +11200,18 @@ msgstr "Запрос Evolution"
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:966
#: ../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 +11260,7 @@ msgstr "Перезаписать файл?"
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 +11321,7 @@ msgstr "Ошибка GConf: %s"
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 +11329,7 @@ msgstr[0] "%d секунду назад"
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 +11337,7 @@ msgstr[0] "%d секунда в будущем"
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 +11345,7 @@ msgstr[0] "%d минуту назад"
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 +11353,7 @@ msgstr[0] "%d минута в будущем"
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 +11361,7 @@ msgstr[0] "%d час назад"
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 +11369,7 @@ msgstr[0] "%d час в будущем"
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 +11377,7 @@ msgstr[0] "%d день назад"
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 +11385,7 @@ msgstr[0] "%d день в будущем"
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 +11393,7 @@ msgstr[0] "%d неделю назад"
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 +11401,7 @@ msgstr[0] "%d неделя в будущем"
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 +11409,7 @@ msgstr[0] "%d месяц назад"
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 +11417,7 @@ msgstr[0] "%d месяц в будущем"
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 +11425,7 @@ msgstr[0] "%d год назад"
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 +11433,21 @@ msgstr[0] "%d год в будущем"
msgstr[1] "%d года в будущем"
msgstr[2] "%d лет в будущем"
-#: ../filter/filter-datespec.c:287
+#: ../filter/filter-datespec.c:288
msgid "<click here to select a date>"
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 +11460,56 @@ msgstr "Выберите файл"
msgid "Test"
msgstr "Проверка"
-#: ../filter/filter-rule.c:852
+#: ../filter/filter-rule.c:853
msgid "R_ule name:"
msgstr "_Имя правила:"
-#: ../filter/filter-rule.c:880
-msgid "Find items that meet the following criteria"
-msgstr "Найти элементы, которые соответствуют следующему критерию"
+#: ../filter/filter-rule.c:881
+msgid "Find items that meet the following conditions"
+msgstr "Найти элементы, которые соответствуют следующим критериям"
-#: ../filter/filter-rule.c:914
-msgid "A_dd Filter Criteria"
-msgstr "_Добавить правило фильтра"
+#: ../filter/filter-rule.c:915
+msgid "A_dd Condition"
+msgstr "Добавить _критерий"
-#: ../filter/filter-rule.c:920
-msgid "If all criteria are met"
+#: ../filter/filter-rule.c:921
+msgid "If all conditions are met"
msgstr "Если удовлетворяет всем критериям"
-#: ../filter/filter-rule.c:920
-msgid "If any criteria are met"
+#: ../filter/filter-rule.c:921
+msgid "If any conditions 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 +11609,7 @@ msgstr "в будущем"
msgid "months"
msgstr "месяцы"
-#: ../filter/filter.glade.h:19 ../mail/mail-config.glade.h:195
+#: ../filter/filter.glade.h:19 ../mail/mail-config.glade.h:198
msgid "seconds"
msgstr "секунд"
@@ -11522,8 +11623,8 @@ msgstr "указанное вами время"
#: ../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 +11632,15 @@ msgstr "недели"
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 "Имя правила"
@@ -11596,8 +11697,8 @@ msgstr "Настройка параметров сети Evolution"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 ../mail/em-folder-view.c:605
#: ../mail/importers/elm-importer.c:327 ../mail/importers/pine-importer.c:378
-#: ../mail/mail-component.c:592 ../mail/mail-component.c:593
-#: ../mail/mail-component.c:762
+#: ../mail/mail-component.c:597 ../mail/mail-component.c:598
+#: ../mail/mail-component.c:767
#: ../plugins/groupwise-features/proxy-add-dialog.glade.h:6
msgid "Mail"
msgstr "Почта"
@@ -11608,7 +11709,7 @@ msgid "Mail Accounts"
msgstr "Учётные записи"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:15
-#: ../mail/mail-config.glade.h:103
+#: ../mail/mail-config.glade.h:104
msgid "Mail Preferences"
msgstr "Настройка почты"
@@ -11652,11 +11753,11 @@ msgstr "Создана автоматически"
msgid "Ask for each message"
msgstr "Запрашивать для каждого сообщения"
-#: ../mail/em-account-editor.c:1809 ../mail/mail-config.glade.h:94
+#: ../mail/em-account-editor.c:1809 ../mail/mail-config.glade.h:95
msgid "Identity"
msgstr "Подлинность"
-#: ../mail/em-account-editor.c:1858 ../mail/mail-config.glade.h:124
+#: ../mail/em-account-editor.c:1858 ../mail/mail-config.glade.h:125
msgid "Receiving Email"
msgstr "Получение почты"
@@ -11668,7 +11769,7 @@ msgstr "Проверять _новую почту каждые"
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:139
msgid "Sending Email"
msgstr "Отправка эл.почты"
@@ -11677,8 +11778,8 @@ msgid "Defaults"
msgstr "По умолчанию"
#. Security settings
-#: ../mail/em-account-editor.c:2451 ../mail/mail-config.glade.h:131
-#: ../plugins/exchange-operations/exchange-account-setup.c:315
+#: ../mail/em-account-editor.c:2451 ../mail/mail-config.glade.h:132
+#: ../plugins/exchange-operations/exchange-account-setup.c:323
msgid "Security"
msgstr "Безопасность"
@@ -11695,7 +11796,7 @@ msgstr "Проверка новой почты"
msgid "Account Editor"
msgstr "Редактор учётных записей"
-#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:83
+#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:84
msgid "Evolution Account Assistant"
msgstr "Помощник по учётным записям Evolution"
@@ -11713,19 +11814,19 @@ msgid "Protocol"
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:1181 ../mail/mail-signature-editor.c:478
msgid "Unnamed"
msgstr "Без названия"
-#: ../mail/em-composer-prefs.c:992
+#: ../mail/em-composer-prefs.c:970
msgid "Language(s)"
msgstr "Язык(и)"
-#: ../mail/em-composer-prefs.c:1041
+#: ../mail/em-composer-prefs.c:1019
msgid "Add signature script"
msgstr "Добавить скрипт подписи"
-#: ../mail/em-composer-prefs.c:1083
+#: ../mail/em-composer-prefs.c:1061
msgid "Signature(s)"
msgstr "Подпись(и)"
@@ -11756,48 +11857,64 @@ msgstr "-------- Исходное сообщение --------"
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 <http://www.gnu.org/licenses/>
+#. *
+#. * 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 +11922,210 @@ msgstr "Отправлена дата"
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:98
#: ../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 +12138,53 @@ msgstr "Затем"
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 +12217,9 @@ msgstr "Квота"
#. 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/mail-component.c:580
-#: ../plugins/exchange-operations/exchange-delegates-user.c:76
+#: ../mail/em-folder-tree.c:2560 ../mail/mail-component.c:164
+#: ../mail/mail-component.c:585
+#: ../plugins/exchange-operations/exchange-delegates-user.c:78
#: ../plugins/exchange-operations/exchange-folder.c:594
msgid "Inbox"
msgstr "Входящие"
@@ -12126,7 +12243,7 @@ msgstr "_Имя папки:"
#. 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 "Папки поиска"
@@ -12135,15 +12252,15 @@ msgstr "Папки поиска"
msgid "UNMATCHED"
msgstr "UNMATCHED"
-#: ../mail/em-folder-tree-model.c:504 ../mail/mail-component.c:160
+#: ../mail/em-folder-tree-model.c:504 ../mail/mail-component.c:165
msgid "Drafts"
msgstr "Черновики"
-#: ../mail/em-folder-tree-model.c:510 ../mail/mail-component.c:161
+#: ../mail/em-folder-tree-model.c:510 ../mail/mail-component.c:166
msgid "Outbox"
msgstr "Исходящие"
-#: ../mail/em-folder-tree-model.c:512 ../mail/mail-component.c:162
+#: ../mail/em-folder-tree-model.c:512 ../mail/mail-component.c:167
msgid "Sent"
msgstr "Отправленные"
@@ -12186,12 +12303,12 @@ msgstr "Перемещение папки %s"
msgid "Copying folder %s"
msgstr "Копирование папки %s"
-#: ../mail/em-folder-tree.c:909 ../mail/message-list.c:1953
+#: ../mail/em-folder-tree.c:909 ../mail/message-list.c:2015
#, c-format
msgid "Moving messages into folder %s"
msgstr "Перемещение сообщений в папку %s"
-#: ../mail/em-folder-tree.c:911 ../mail/message-list.c:1955
+#: ../mail/em-folder-tree.c:911 ../mail/message-list.c:2017
#, c-format
msgid "Copying messages into folder %s"
msgstr "Копирование сообщений в папку %s"
@@ -12208,7 +12325,7 @@ msgstr "_Копировать в папку"
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»"
@@ -12230,7 +12347,7 @@ msgstr "Пере_местить..."
msgid "_Rename..."
msgstr "Пе_реименовать..."
-#: ../mail/em-folder-tree.c:2115
+#: ../mail/em-folder-tree.c:2115 ../ui/evolution-mail-list.xml.h:21
msgid "Re_fresh"
msgstr "Обнов_ить"
@@ -12257,19 +12374,19 @@ msgstr "Выбрать папку"
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 +12460,7 @@ msgstr "_Метка"
#. 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 +12519,8 @@ msgstr "Фильтр по списку _рассылки"
#. 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 +12532,33 @@ msgstr "Не удалось получить сообщение"
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:3289
#, c-format
msgid "Click to mail %s"
msgstr "Нажмите, чтобы написать письмо %s"
-#: ../mail/em-folder-view.c:3308
+#: ../mail/em-folder-view.c:3301
#, c-format
msgid "Click to call %s"
msgstr "Нажмите, чтобы позвонить %s"
-#: ../mail/em-folder-view.c:3313
+#: ../mail/em-folder-view.c:3306
msgid "Click to hide/unhide addresses"
msgstr "Нажмите, чтобы показать/скрыть адреса"
@@ -12751,7 +12868,7 @@ msgstr " (%R %Z)"
#. 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 <b>%s</b> on behalf of <b>%s</b>"
msgstr "Это письмо было отослано <b>%s</b> от лица <b>%s</b>"
@@ -12768,8 +12885,8 @@ msgid "Reply-To"
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 "Дата"
@@ -12944,13 +13061,13 @@ msgstr "Ошибка создания локального хранилища п
#: ../mail/em-migrate.c:2898
msgid ""
-"The summary format of the Evolution mailbox folders has been moved to sqlite "
+"The summary format of the Evolution mailbox folders has been moved to SQLite "
"since Evolution 2.24.\n"
"\n"
"Please be patient while Evolution migrates your folders..."
msgstr ""
-"После версии Evolution 2.24 форматом хранения сведений о папках почтовых "
-"ящиков стал sqlite.\n"
+"Начиная с версии Evolution 2.24 для хранения сведений о папках почтовых "
+"сообщений используется SQLite.\n"
"\n"
"Подождите, пока Evolution преобразует ваши папки..."
@@ -12977,7 +13094,7 @@ msgid "Reply to _List"
msgstr "Ответить в _список"
#. make it first item
-#: ../mail/em-popup.c:629 ../mail/em-popup.c:852
+#: ../mail/em-popup.c:629 ../mail/em-popup.c:853
msgid "_Add to Address Book"
msgstr "_Добавить в адресную книгу"
@@ -13003,29 +13120,29 @@ msgid "No server has been selected"
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"
@@ -13051,21 +13168,13 @@ msgid "\"Send and Receive Mail\" window width"
msgstr "Ширина окна «Получение и отправка почты»"
#: ../mail/evolution-mail.schemas.in.h:4
-msgid "Allows evolution to display text part of limited size"
-msgstr ""
-"Позволяет программе evolution отображать текстовые вложения ограниченного "
-"размера"
+msgid "Allows Evolution to display text part of limited size"
+msgstr "Позволяет Evolution отображать небольшие текстовые вложения."
#: ../mail/evolution-mail.schemas.in.h:5
msgid "Always request read receipt"
msgstr "Всегда запрашивать отчёт о прочтении"
-#: ../mail/evolution-mail.schemas.in.h:6
-msgid "Amount of time in seconds the error should be shown on the status bar."
-msgstr ""
-"Количество времени в секундах, в течение которого ошибка должна показываться "
-"в строке состояния."
-
#: ../mail/evolution-mail.schemas.in.h:7
msgid "Automatic emoticon recognition"
msgstr "Автоматическое распознавание эмоций"
@@ -13312,20 +13421,34 @@ msgstr "Разрешить рендеринг текстовой части со
msgid "Enable/disable caret mode"
msgstr "Включить/выключить режим каретки"
-#: ../mail/evolution-mail.schemas.in.h:56
+#: ../mail/evolution-mail.schemas.in.h:56 ../mail/mail-config.glade.h:81
+msgid "Encode file names in an Outlook/GMail way"
+msgstr "Кодировать имена файлов в стиле Outlook/GMail"
+
+#: ../mail/evolution-mail.schemas.in.h:57
+msgid ""
+"Encode file names in the mail headers same as Outlook or GMail does, to let "
+"them understand localized file names sent by Evolution, because they do not "
+"follow the RFC 2231, but uses incorrect RFC 2047 standard."
+msgstr ""
+"Кодировать имена файлов в заголовках для совместимости с Outlook или Gmail. "
+"Эти приложения используют некорректную кодировку локализованных имён файлов "
+"из RFC 2047, в то время как действует стандарт RFC2231."
+
+#: ../mail/evolution-mail.schemas.in.h:58
msgid "Height of the message-list pane"
msgstr "Высота панели списка сообщений"
-#: ../mail/evolution-mail.schemas.in.h:57
+#: ../mail/evolution-mail.schemas.in.h:59
msgid "Height of the message-list pane."
msgstr "Высота панели спика сообщений."
-#: ../mail/evolution-mail.schemas.in.h:58
+#: ../mail/evolution-mail.schemas.in.h:60
msgid "Hides the per-folder preview and removes the selection"
msgstr ""
"Скрыть предварительный просмотр для каждого каталога и удалить выделение"
-#: ../mail/evolution-mail.schemas.in.h:59
+#: ../mail/evolution-mail.schemas.in.h:61
msgid ""
"If a user tries to open 10 or more messages at one time, ask the user if "
"they really want to do it."
@@ -13333,7 +13456,7 @@ msgstr ""
"Если пользователь пытается открыть 10 или более сообщений одновременно, "
"выводить диалог запроса, действительно ли пользователь хочет это сделать."
-#: ../mail/evolution-mail.schemas.in.h:60
+#: ../mail/evolution-mail.schemas.in.h:62
msgid ""
"If the \"Preview\" pane is on, then show it side-by-side rather than "
"vertically."
@@ -13341,18 +13464,18 @@ msgstr ""
"Если включен предварительный просмотр сообщений, отображать его сбоку, а не "
"под списком сообщений."
-#: ../mail/evolution-mail.schemas.in.h:61
+#: ../mail/evolution-mail.schemas.in.h:63
msgid ""
-"If there isn't a builtin viewer for a particular mime-type inside Evolution, "
-"any mime-types appearing in this list which map to a bonobo-component viewer "
-"in GNOME's mime-type database may be used for displaying content."
+"If there isn't a builtin viewer for a particular MIME type inside Evolution, "
+"any MIME types appearing in this list which map to a Bonobo component viewer "
+"in GNOME's MIME type database may be used for displaying content."
msgstr ""
"Если в программе Evolution отсутствует встроенная программа просмотра для "
-"определённого типа mime, любые типы mime из этого списка, связанные с "
-"компонентом просмотра bonobo среды Гном, могут использоваться для "
-"отображения содержимого."
+"определённого типа MIME, все типы MIME из этого списка, которые связаны с "
+"компонентом просмотра Bonobo среды GNOME будут отображаться с использованием "
+"этого компонента."
-#: ../mail/evolution-mail.schemas.in.h:62
+#: ../mail/evolution-mail.schemas.in.h:64
msgid ""
"Initial height of the \"Send and Receive Mail\" window. The value updates as "
"the user resizes the window vertically."
@@ -13360,7 +13483,7 @@ msgstr ""
"Исходное значение высоты окна «Отправка и получение почты». Это значение "
"изменяется, когда пользователь изменяет размер окна по вертикали."
-#: ../mail/evolution-mail.schemas.in.h:63
+#: ../mail/evolution-mail.schemas.in.h:65
msgid ""
"Initial maximize state of the \"Send and Receive Mail\" window. The value "
"updates when the user maximizes or unmaximizes the window. Note, this "
@@ -13374,7 +13497,7 @@ msgstr ""
"окно «Отправка и получение почты» не может быть развёрнуто на весь экран. "
"Этот ключ существует только из-за деталей реализации."
-#: ../mail/evolution-mail.schemas.in.h:64
+#: ../mail/evolution-mail.schemas.in.h:66
msgid ""
"Initial width of the \"Send and Receive Mail\" window. The value updates as "
"the user resizes the window horizontally."
@@ -13382,12 +13505,12 @@ msgstr ""
"Исходное значение ширины окна «Отправка и получение почты». Это значение "
"изменяется, когда пользователь изменяет размер окна по горизонтали."
-#: ../mail/evolution-mail.schemas.in.h:65
+#: ../mail/evolution-mail.schemas.in.h:67
msgid "It disables/enables the prompt while marking multiple messages."
msgstr ""
"Включает/выключает запрос подтверждения при пометке нескольких сообщений."
-#: ../mail/evolution-mail.schemas.in.h:66
+#: ../mail/evolution-mail.schemas.in.h:68
msgid ""
"It disables/enables the repeated prompts to ask if offline sync is required "
"before going into offline mode."
@@ -13395,7 +13518,7 @@ msgstr ""
"Включает/выключает повторяющиеся запросы о том, надо ли синхронизировать "
"перед переходом в автономный режим."
-#: ../mail/evolution-mail.schemas.in.h:67
+#: ../mail/evolution-mail.schemas.in.h:69
msgid ""
"It disables/enables the repeated prompts to warn that deleting messages from "
"a search folder permanently deletes the message, not simply removing it from "
@@ -13405,31 +13528,31 @@ msgstr ""
"сообщений из папки поиска они удаляются совсем, а не только из результатов "
"поиска."
-#: ../mail/evolution-mail.schemas.in.h:68
+#: ../mail/evolution-mail.schemas.in.h:70
msgid "Last time empty junk was run"
msgstr "Время последней очистки спама"
-#: ../mail/evolution-mail.schemas.in.h:69
+#: ../mail/evolution-mail.schemas.in.h:71
msgid "Last time empty trash was run"
msgstr "Время последней очистки корзины"
-#: ../mail/evolution-mail.schemas.in.h:70
-msgid "Level beyond which the message should be logged."
-msgstr "Уровень, за которым сообщение должно заноситься в журнал."
-
-#: ../mail/evolution-mail.schemas.in.h:71
+#: ../mail/evolution-mail.schemas.in.h:73
msgid "List of Labels and their associated colors"
msgstr "Список ярлыков и связанных с ними цветов"
-#: ../mail/evolution-mail.schemas.in.h:72
+#: ../mail/evolution-mail.schemas.in.h:74
+msgid "List of MIME types to check for Bonobo component viewers"
+msgstr "Список типов mime для подбора компонента просмотра через Bonobo"
+
+#: ../mail/evolution-mail.schemas.in.h:75
msgid "List of accepted licenses"
msgstr "Список принятых лицензий"
-#: ../mail/evolution-mail.schemas.in.h:73
+#: ../mail/evolution-mail.schemas.in.h:76
msgid "List of accounts"
msgstr "Список учётных записей"
-#: ../mail/evolution-mail.schemas.in.h:74
+#: ../mail/evolution-mail.schemas.in.h:77
msgid ""
"List of accounts known to the mail component of Evolution. The list contains "
"strings naming subdirectories relative to /apps/evolution/mail/accounts."
@@ -13438,15 +13561,15 @@ msgstr ""
"список содержит строки, соответствующие именам каталогов в /apps/evolution/"
"mail/accounts."
-#: ../mail/evolution-mail.schemas.in.h:75
+#: ../mail/evolution-mail.schemas.in.h:78
msgid "List of custom headers and whether they are enabled."
msgstr "Список дополнительных заголовков и включены ли они."
-#: ../mail/evolution-mail.schemas.in.h:76
+#: ../mail/evolution-mail.schemas.in.h:79
msgid "List of dictionary language codes used for spell checking."
msgstr "Список языков, используемый для проверки орфографии."
-#: ../mail/evolution-mail.schemas.in.h:77
+#: ../mail/evolution-mail.schemas.in.h:80
msgid ""
"List of labels known to the mail component of Evolution. The list contains "
"strings containing name:color where color uses the HTML hex encoding."
@@ -13454,267 +13577,263 @@ msgstr ""
"Список ярлыков, известных почтовому компоненту Evolution. Список содержит "
"строки имя:цвет, где цвет использует кодировку цвета HTML."
-#: ../mail/evolution-mail.schemas.in.h:78
-msgid "List of mime types to check for bonobo component viewers"
-msgstr "Список типов mime для подбора программы просмотра через bonobo"
-
-#: ../mail/evolution-mail.schemas.in.h:79
+#: ../mail/evolution-mail.schemas.in.h:81
msgid "List of protocol names whose license has been accepted."
msgstr "Список имен протоколов, чьи лицензии были приняты."
-#: ../mail/evolution-mail.schemas.in.h:80
-msgid "Load images for HTML messages over http"
-msgstr "Загружать сообщения для HTML-сообщений по http"
+#: ../mail/evolution-mail.schemas.in.h:82
+msgid "Load images for HTML messages over HTTP"
+msgstr "Загружать сообщения для HTML-сообщений по HTTP"
-#: ../mail/evolution-mail.schemas.in.h:81
+#: ../mail/evolution-mail.schemas.in.h:83
msgid ""
-"Load images for HTML messages over http(s). Possible values are: \"0\" - "
+"Load images for HTML messages over HTTP(S). Possible values are: \"0\" - "
"Never load images off the net. \"1\" - Load images in messages from "
"contacts. \"2\" - Always load images off the net."
msgstr ""
-"Загружать изображения для HTML-сообщений по http(s). Возможные значения: «0» "
+"Загружать изображения для HTML-сообщений по HTTP(S). Возможные значения: «0» "
"— никогда не загружать изображения из сети; «1» — загружать изображения, если "
"отправитель есть в адресной книге; «2» — всегда загружать изображения из сети."
-#: ../mail/evolution-mail.schemas.in.h:82
+#: ../mail/evolution-mail.schemas.in.h:84
msgid "Log filter actions"
msgstr "Регистрировать действия фильтра"
-#: ../mail/evolution-mail.schemas.in.h:83
+#: ../mail/evolution-mail.schemas.in.h:85
msgid "Log filter actions to the specified log file."
msgstr "Регистрировать действия фильтра в указанном файле журнала."
-#: ../mail/evolution-mail.schemas.in.h:84
+#: ../mail/evolution-mail.schemas.in.h:86
msgid "Logfile to log filter actions"
msgstr "Файл журнала действий фильтра"
-#: ../mail/evolution-mail.schemas.in.h:85
+#: ../mail/evolution-mail.schemas.in.h:87
msgid "Logfile to log filter actions."
msgstr "Файл журнала действий фильтра."
-#: ../mail/evolution-mail.schemas.in.h:86
+#: ../mail/evolution-mail.schemas.in.h:88
msgid "Mark as Seen after specified timeout"
msgstr "Помечать как просмотренные через указанное время"
-#: ../mail/evolution-mail.schemas.in.h:87
+#: ../mail/evolution-mail.schemas.in.h:89
msgid "Mark as Seen after specified timeout."
msgstr "Помечать сообщение как просмотренное через указанный период времени."
-#: ../mail/evolution-mail.schemas.in.h:88
+#: ../mail/evolution-mail.schemas.in.h:90
msgid "Mark citations in the message \"Preview\""
msgstr "Помечать цитирование в сообщении в панели предварительного просмотра"
-#: ../mail/evolution-mail.schemas.in.h:89
+#: ../mail/evolution-mail.schemas.in.h:91
msgid "Mark citations in the message \"Preview\"."
msgstr "Помечать цитирование в сообщении в панели предварительного просмотра."
-#: ../mail/evolution-mail.schemas.in.h:90
+#: ../mail/evolution-mail.schemas.in.h:92
msgid "Message Window default height"
msgstr "Высота окна сообщения по умолчанию"
-#: ../mail/evolution-mail.schemas.in.h:91
+#: ../mail/evolution-mail.schemas.in.h:93
msgid "Message Window default width"
msgstr "Ширина окна сообщения по умолчанию"
-#: ../mail/evolution-mail.schemas.in.h:92
+#: ../mail/evolution-mail.schemas.in.h:94
msgid "Message-display style (\"normal\", \"full headers\", \"source\")"
msgstr "Тип отображения сообщения («normal», «full headers», «source»)"
-#: ../mail/evolution-mail.schemas.in.h:93
+#: ../mail/evolution-mail.schemas.in.h:95
msgid "Minimum days between emptying the junk on exit"
msgstr "Минимальное количество дней между очисткой спама при выходе"
-#: ../mail/evolution-mail.schemas.in.h:94
+#: ../mail/evolution-mail.schemas.in.h:96
msgid "Minimum days between emptying the trash on exit"
msgstr "Минимальное количество дней между очисткой корзины при выходе"
-#: ../mail/evolution-mail.schemas.in.h:95
+#: ../mail/evolution-mail.schemas.in.h:97
msgid "Minimum time between emptying the junk on exit, in days."
msgstr "Минимальное время между очисткой спама при выходе, в днях."
-#: ../mail/evolution-mail.schemas.in.h:96
+#: ../mail/evolution-mail.schemas.in.h:98
msgid "Minimum time between emptying the trash on exit, in days."
msgstr "Минимальное время между очисткой корзины при выходе, в днях."
-#: ../mail/evolution-mail.schemas.in.h:97
+#: ../mail/evolution-mail.schemas.in.h:99
msgid "Number of addresses to display in TO/CC/BCC"
msgstr "Количество адресов, отображаемых в TO/CC/BCC"
-#: ../mail/evolution-mail.schemas.in.h:98
+#: ../mail/evolution-mail.schemas.in.h:100
msgid "Prompt on empty subject"
msgstr "Предупреждать, если тема пустая"
-#: ../mail/evolution-mail.schemas.in.h:99
+#: ../mail/evolution-mail.schemas.in.h:101
msgid "Prompt the user when he or she tries to expunge a folder."
msgstr ""
"Предупреждать, если пользователь пытается очистить удалённые сообщения в "
"папке."
-#: ../mail/evolution-mail.schemas.in.h:100
+#: ../mail/evolution-mail.schemas.in.h:102
msgid ""
"Prompt the user when he or she tries to send a message without a Subject."
msgstr ""
"Предупреждать, если пользователь пытается отправить сообщение с пустым полем "
"Subject."
-#: ../mail/evolution-mail.schemas.in.h:101
+#: ../mail/evolution-mail.schemas.in.h:103
msgid "Prompt to check if the user wants to go offline immediately"
msgstr "Предупреждать о немедленном выходе в автономный режим"
-#: ../mail/evolution-mail.schemas.in.h:102
+#: ../mail/evolution-mail.schemas.in.h:104
msgid "Prompt when deleting messages in search folder"
msgstr "Предупреждать при удалении сообщений в папке поиска"
-#: ../mail/evolution-mail.schemas.in.h:103
+#: ../mail/evolution-mail.schemas.in.h:105
msgid "Prompt when user expunges"
msgstr "Предупреждать при очистке пользователем"
-#: ../mail/evolution-mail.schemas.in.h:104
+#: ../mail/evolution-mail.schemas.in.h:106
msgid "Prompt when user only fills Bcc"
msgstr "Предупреждать, если пользователь заполнил только поле Bcc"
-#: ../mail/evolution-mail.schemas.in.h:105
+#: ../mail/evolution-mail.schemas.in.h:107
msgid "Prompt when user tries to open 10 or more messages at once"
msgstr ""
"Выводить запрос при попытке пользователя открыть 10 или более сообщений "
"одновременно"
-#: ../mail/evolution-mail.schemas.in.h:106
+#: ../mail/evolution-mail.schemas.in.h:108
msgid ""
"Prompt when user tries to send HTML mail to recipients that may not want to "
"receive HTML mail."
msgstr ""
"Предупреждать при отправке сообщений в формате HTML тем, кто не желает этого."
-#: ../mail/evolution-mail.schemas.in.h:107
+#: ../mail/evolution-mail.schemas.in.h:109
msgid "Prompt when user tries to send a message with no To or Cc recipients."
msgstr ""
"Предупреждать при попытке отправить сообщение с пустыми полями To и Cc."
-#: ../mail/evolution-mail.schemas.in.h:108
+#: ../mail/evolution-mail.schemas.in.h:110
msgid "Prompt when user tries to send unwanted HTML"
msgstr ""
"Предупреждать, когда пользователь пытается отправить нежелательный HTML"
-#: ../mail/evolution-mail.schemas.in.h:109
+#: ../mail/evolution-mail.schemas.in.h:111
msgid "Prompt while marking multiple messages"
msgstr "Предупреждать при пометке нескольких сообщений"
-#: ../mail/evolution-mail.schemas.in.h:110
+#: ../mail/evolution-mail.schemas.in.h:112
msgid "Recognize emoticons in text and replace them with images."
msgstr "Распознавать эмоции в тексте и заменять их значками."
-#: ../mail/evolution-mail.schemas.in.h:111
+#: ../mail/evolution-mail.schemas.in.h:113
msgid "Recognize links in text and replace them."
msgstr "Распознавать ссылки в тексте и заменять их."
-#: ../mail/evolution-mail.schemas.in.h:112
+#: ../mail/evolution-mail.schemas.in.h:114
msgid "Run junk test on incoming mail."
msgstr "Проверять на спам входящую почту."
-#: ../mail/evolution-mail.schemas.in.h:113
+#: ../mail/evolution-mail.schemas.in.h:115
msgid "Save directory"
msgstr "Сохранить каталог"
-#: ../mail/evolution-mail.schemas.in.h:114
+#: ../mail/evolution-mail.schemas.in.h:116
msgid "Search for the sender photo in local address books"
msgstr "Искать фотографии отправителя в локальных адресных книгах"
-#: ../mail/evolution-mail.schemas.in.h:115
+#: ../mail/evolution-mail.schemas.in.h:117
msgid "Send HTML mail by default"
msgstr "Отправлять почту в формате HTML по умолчанию"
-#: ../mail/evolution-mail.schemas.in.h:116
+#: ../mail/evolution-mail.schemas.in.h:118
msgid "Send HTML mail by default."
msgstr "Отправлять почту в формате HTML по умолчанию."
-#: ../mail/evolution-mail.schemas.in.h:117
+#: ../mail/evolution-mail.schemas.in.h:119
msgid "Sender email-address column in the message list"
msgstr "Показывать адрес отправителя в столбце списка сообщений"
-#: ../mail/evolution-mail.schemas.in.h:118
+#: ../mail/evolution-mail.schemas.in.h:120
msgid "Server synchronization interval"
msgstr "Интервал синхронизации с сервером"
-#: ../mail/evolution-mail.schemas.in.h:119
+#: ../mail/evolution-mail.schemas.in.h:121
msgid "Show Animations"
msgstr "Показывать анимацию"
-#: ../mail/evolution-mail.schemas.in.h:120
+#: ../mail/evolution-mail.schemas.in.h:122
msgid "Show animated images as animations."
msgstr "Показывать анимированные изображения как анимации."
-#: ../mail/evolution-mail.schemas.in.h:121
+#: ../mail/evolution-mail.schemas.in.h:123
msgid "Show deleted messages (with a strike-through) in the message-list."
msgstr "Показывать удалённые сообщения (как перечеркнутые) в списке сообщений."
-#: ../mail/evolution-mail.schemas.in.h:122
+#: ../mail/evolution-mail.schemas.in.h:124
msgid "Show deleted messages in the message-list"
msgstr "Показывать удалённые сообщения в списке сообщений"
-#: ../mail/evolution-mail.schemas.in.h:123
+#: ../mail/evolution-mail.schemas.in.h:125
msgid "Show photo of the sender"
msgstr "Показать фотографию отправителя"
-#: ../mail/evolution-mail.schemas.in.h:126
+#: ../mail/evolution-mail.schemas.in.h:128
msgid ""
"Show the email-address of the sender in a separate column in the message "
"list."
msgstr "Показывать адрес отправителя в отдельном столбце списка сообщений."
-#: ../mail/evolution-mail.schemas.in.h:127
+#: ../mail/evolution-mail.schemas.in.h:129
msgid "Show the photo of the sender in the message reading pane."
msgstr "Показывать фотографию отправителя в панели чтения сообщений."
-#: ../mail/evolution-mail.schemas.in.h:128
+#: ../mail/evolution-mail.schemas.in.h:130
msgid "Spell check inline"
msgstr "Проверять орфографию при вводе"
-#: ../mail/evolution-mail.schemas.in.h:129
+#: ../mail/evolution-mail.schemas.in.h:131
msgid "Spell checking color"
msgstr "Цвет проверки орфографии"
-#: ../mail/evolution-mail.schemas.in.h:130
+#: ../mail/evolution-mail.schemas.in.h:132
msgid "Spell checking languages"
msgstr "Языки проверки орфографии"
-#: ../mail/evolution-mail.schemas.in.h:131
+#: ../mail/evolution-mail.schemas.in.h:133
msgid "Subscribe dialog default height"
msgstr "Высота диалога подписки по умолчанию"
-#: ../mail/evolution-mail.schemas.in.h:132
+#: ../mail/evolution-mail.schemas.in.h:134
msgid "Subscribe dialog default width"
msgstr "Ширина окна диалога подписки по умолчанию"
-#: ../mail/evolution-mail.schemas.in.h:133
+#: ../mail/evolution-mail.schemas.in.h:135
msgid "Terminal font"
msgstr "Шрифт терминала"
-#: ../mail/evolution-mail.schemas.in.h:134
+#: ../mail/evolution-mail.schemas.in.h:136
msgid "Text message part limit"
msgstr "Ограничение размера текстового вложения"
-#: ../mail/evolution-mail.schemas.in.h:135
+#: ../mail/evolution-mail.schemas.in.h:137
msgid "The default plugin for Junk hook"
msgstr "Модуль, обрабатывающий спам по умолчанию"
-#: ../mail/evolution-mail.schemas.in.h:136
+#: ../mail/evolution-mail.schemas.in.h:138
msgid "The last time empty junk was run, in days since the epoch."
msgstr "Время последней очистки спама, в днях с начала эпохи."
-#: ../mail/evolution-mail.schemas.in.h:137
+#: ../mail/evolution-mail.schemas.in.h:139
msgid "The last time empty trash was run, in days since the epoch."
msgstr "Время последней очистки корзины, в днях с начала эпохи."
-#: ../mail/evolution-mail.schemas.in.h:138
+#: ../mail/evolution-mail.schemas.in.h:140
msgid "The terminal font for mail display."
msgstr "Шрифт терминала для отображения почты."
-#: ../mail/evolution-mail.schemas.in.h:139
+#: ../mail/evolution-mail.schemas.in.h:141
msgid "The variable width font for mail display."
msgstr "Пропорциональный шрифт для основного дисплея."
-#: ../mail/evolution-mail.schemas.in.h:140
+#: ../mail/evolution-mail.schemas.in.h:142
msgid ""
"This can have three possible values. \"0\" for errors. \"1\" for warnings. "
"\"2\" for debug messages."
@@ -13722,16 +13841,16 @@ msgstr ""
"У этого ключа может быть одно из трёх значений: 0 — ошибки, 1 — "
"предупреждения; 2 — отладочные сообщения."
-#: ../mail/evolution-mail.schemas.in.h:141
+#: ../mail/evolution-mail.schemas.in.h:143
msgid ""
"This decides the max size of the text part that can be formatted under "
-"evolution. The default is 4MB / 4096 KB and is specified interms of KB."
+"Evolution. The default is 4MB / 4096 KB and is specified in terms of KB."
msgstr ""
-"Определяет максимельный размер текстового вложения, которое может быть "
-"отформатировано в программе Evolution. Размер по умолчанию 4MB / 4096 KB и "
+"Определяет максимальный размер текстового вложения, которое может быть "
+"внутри письма в программе Evolution. Размер по умолчанию 4МБ / 4096 КБ и "
"указывается в КБ."
-#: ../mail/evolution-mail.schemas.in.h:142
+#: ../mail/evolution-mail.schemas.in.h:144
msgid ""
"This is the default junk plugin, even though there are multiple plugins "
"enabled. If the default listed plugin is disabled, then it won't fall back "
@@ -13741,7 +13860,7 @@ msgstr ""
"обработки спама включены одновременно. Если модуль по умолчанию выключен, "
"доступные модули обработки спама всё равно не будут использоваться."
-#: ../mail/evolution-mail.schemas.in.h:143
+#: ../mail/evolution-mail.schemas.in.h:145
msgid ""
"This key is read only once and reset to \"false\" after read. This unselects "
"the mail in the list and removes the preview for that folder."
@@ -13750,7 +13869,7 @@ msgstr ""
"помощью него можно отменить выделение почты и отключить панель просмотра "
"текущего каталога."
-#: ../mail/evolution-mail.schemas.in.h:144
+#: ../mail/evolution-mail.schemas.in.h:146
msgid ""
"This key should contain a list of XML structures specifying custom headers, "
"and whether they are to be displayed. The format of the XML structure is &lt;"
@@ -13762,7 +13881,7 @@ msgstr ""
"enabled&gt; - установить включенным, если заголовок должен отображаться в "
"окне просмотра почты."
-#: ../mail/evolution-mail.schemas.in.h:145
+#: ../mail/evolution-mail.schemas.in.h:147
msgid ""
"This option is related to the key lookup_addressbook and is used to "
"determine whether to look up addresses in local address book only to exclude "
@@ -13772,11 +13891,11 @@ msgstr ""
"использовать ли только локальные адресные книги при исключении известных "
"контактов при фильтрации спама."
-#: ../mail/evolution-mail.schemas.in.h:146
+#: ../mail/evolution-mail.schemas.in.h:148
msgid "This option would help in improving the speed of fetching."
msgstr "Этот параметр должен увеличить скорость загрузки."
-#: ../mail/evolution-mail.schemas.in.h:147
+#: ../mail/evolution-mail.schemas.in.h:149
msgid ""
"This sets the number of addresses to show in default message list view, "
"beyond which a '...' is shown."
@@ -13784,7 +13903,7 @@ msgstr ""
"Устанавливает количество адресов, отображаемых при просмотре сообщения, за "
"которыми отображается «...»."
-#: ../mail/evolution-mail.schemas.in.h:148
+#: ../mail/evolution-mail.schemas.in.h:150
msgid ""
"This setting specifies whether the threads should be in expanded or "
"collapsed state by default. Evolution requires a restart."
@@ -13793,7 +13912,7 @@ msgstr ""
"свёрнутой. Чтобы изменение этого ключа вступило в силу, надо перезапустить "
"Evolution."
-#: ../mail/evolution-mail.schemas.in.h:149
+#: ../mail/evolution-mail.schemas.in.h:151
msgid ""
"This setting specifies whether the threads should be sorted based on latest "
"message in each thread, rather than by message's date. Evolution requires a "
@@ -13803,115 +13922,115 @@ msgstr ""
"сообщению в каждой подшивке, а не по дате сообщения. Чтобы изменение этого "
"ключа вступило в силу, надо перезапустить Evolution."
-#: ../mail/evolution-mail.schemas.in.h:150
+#: ../mail/evolution-mail.schemas.in.h:152
msgid "Thread the message list."
msgstr "Подшивать список сообщений."
-#: ../mail/evolution-mail.schemas.in.h:151
+#: ../mail/evolution-mail.schemas.in.h:153
msgid "Thread the message-list"
msgstr "Подшивать список сообщений"
-#: ../mail/evolution-mail.schemas.in.h:152
+#: ../mail/evolution-mail.schemas.in.h:154
msgid "Thread the message-list based on Subject"
msgstr "Подшивать список сообщений по полю «Тема»"
-#: ../mail/evolution-mail.schemas.in.h:153
+#: ../mail/evolution-mail.schemas.in.h:155
msgid "Timeout for marking message as seen"
msgstr "Задержка перед помечанием сообщения как просмотренное"
-#: ../mail/evolution-mail.schemas.in.h:154
+#: ../mail/evolution-mail.schemas.in.h:156
msgid "Timeout for marking message as seen."
msgstr "Задержка перед помечанием сообщения как просмотренное."
-#: ../mail/evolution-mail.schemas.in.h:155
+#: ../mail/evolution-mail.schemas.in.h:157
msgid "UID string of the default account."
msgstr "Строка UID основной учётной записи."
-#: ../mail/evolution-mail.schemas.in.h:156
+#: ../mail/evolution-mail.schemas.in.h:158
msgid "Underline color for misspelled words when using inline spelling."
msgstr "Цвет подчёркивания для слов с ошибкой при проверке орфографии."
-#: ../mail/evolution-mail.schemas.in.h:157
+#: ../mail/evolution-mail.schemas.in.h:159
msgid "Use SpamAssassin daemon and client"
msgstr "Использовать клиент и демон SpamAssassin"
-#: ../mail/evolution-mail.schemas.in.h:158
+#: ../mail/evolution-mail.schemas.in.h:160
msgid "Use SpamAssassin daemon and client (spamc/spamd)."
msgstr "Использовать клиент и демон SpamAssassin (spamc/spamd)."
-#: ../mail/evolution-mail.schemas.in.h:159
+#: ../mail/evolution-mail.schemas.in.h:161
msgid "Use custom fonts"
msgstr "Использовать другие шрифты"
-#: ../mail/evolution-mail.schemas.in.h:160
+#: ../mail/evolution-mail.schemas.in.h:162
msgid "Use custom fonts for displaying mail."
msgstr "Использовать другие шрифты для отображения почты."
-#: ../mail/evolution-mail.schemas.in.h:161
+#: ../mail/evolution-mail.schemas.in.h:163
msgid "Use only local spam tests."
msgstr "Использовать только локальные спам-тесты."
-#: ../mail/evolution-mail.schemas.in.h:162
+#: ../mail/evolution-mail.schemas.in.h:164
msgid "Use only the local spam tests (no DNS)."
msgstr "Использовать только локальные спам-тесты (без DNS)."
-#: ../mail/evolution-mail.schemas.in.h:163
+#: ../mail/evolution-mail.schemas.in.h:165
msgid "Use side-by-side or wide layout"
msgstr "Использовать вертикальный или широкий формат"
-#: ../mail/evolution-mail.schemas.in.h:164
+#: ../mail/evolution-mail.schemas.in.h:166
msgid "Variable width font"
msgstr "Шрифт переменной ширины"
-#: ../mail/evolution-mail.schemas.in.h:165
+#: ../mail/evolution-mail.schemas.in.h:167
msgid "View/Bcc menu item is checked"
msgstr "Пункт меню Вид/Скр. копия установлен"
-#: ../mail/evolution-mail.schemas.in.h:166
+#: ../mail/evolution-mail.schemas.in.h:168
msgid "View/Bcc menu item is checked."
msgstr "Пункт меню Вид/Скр. копия установлен."
-#: ../mail/evolution-mail.schemas.in.h:167
+#: ../mail/evolution-mail.schemas.in.h:169
msgid "View/Cc menu item is checked"
msgstr "Пункт меню Вид/Копия установлен"
-#: ../mail/evolution-mail.schemas.in.h:168
+#: ../mail/evolution-mail.schemas.in.h:170
msgid "View/Cc menu item is checked."
msgstr "Пункт меню Вид/Копия установлен."
-#: ../mail/evolution-mail.schemas.in.h:169
+#: ../mail/evolution-mail.schemas.in.h:171
msgid "View/From menu item is checked"
msgstr "Пункт меню Вид/От кого установлен"
-#: ../mail/evolution-mail.schemas.in.h:170
+#: ../mail/evolution-mail.schemas.in.h:172
msgid "View/From menu item is checked."
msgstr "Пункт меню Вид/От кого установлен."
-#: ../mail/evolution-mail.schemas.in.h:171
+#: ../mail/evolution-mail.schemas.in.h:173
msgid "View/PostTo menu item is checked"
msgstr "Пункт меню «Вид/Поместить в» установлен"
-#: ../mail/evolution-mail.schemas.in.h:172
+#: ../mail/evolution-mail.schemas.in.h:174
msgid "View/PostTo menu item is checked."
msgstr "Пункт меню «Вид/Поместить в» установлен."
-#: ../mail/evolution-mail.schemas.in.h:173
+#: ../mail/evolution-mail.schemas.in.h:175
msgid "View/ReplyTo menu item is checked"
msgstr "Пункт меню «Вид/Обратный адрес» установлен"
-#: ../mail/evolution-mail.schemas.in.h:174
+#: ../mail/evolution-mail.schemas.in.h:176
msgid "View/ReplyTo menu item is checked."
msgstr "Пункт меню «Вид/Обратный адрес» установлен."
-#: ../mail/evolution-mail.schemas.in.h:175
+#: ../mail/evolution-mail.schemas.in.h:177
msgid "Whether a read receipt request gets added to every message by default."
msgstr "Добавлять ли отчёт о прочтении к каждому сообщению."
-#: ../mail/evolution-mail.schemas.in.h:176
+#: ../mail/evolution-mail.schemas.in.h:178
msgid "Whether disable ellipsizing feature of folder names in folder tree."
msgstr "Выключить ли сокращение имён в дереве папок."
-#: ../mail/evolution-mail.schemas.in.h:177
+#: ../mail/evolution-mail.schemas.in.h:179
msgid ""
"Whether or not to fall back on threading by subjects when the messages do "
"not contain In-Reply-To or References headers."
@@ -13919,15 +14038,15 @@ msgstr ""
"Переходить ли к разворачиванию подшивок по теме, если сообщения не содержат "
"заголовков In-Reply-To и References."
-#: ../mail/evolution-mail.schemas.in.h:178
+#: ../mail/evolution-mail.schemas.in.h:180
msgid "Whether sort threads based on latest message in that thread"
msgstr "Сортировать ли подшивки по последнему сообщению в этой подшивке"
-#: ../mail/evolution-mail.schemas.in.h:179
+#: ../mail/evolution-mail.schemas.in.h:181
msgid "Width of the message-list pane"
msgstr "Ширина панели списка сообщений"
-#: ../mail/evolution-mail.schemas.in.h:180
+#: ../mail/evolution-mail.schemas.in.h:182
msgid "Width of the message-list pane."
msgstr "Высота панели спика сообщений."
@@ -13959,16 +14078,16 @@ msgstr "Berkeley Mailbox (mbox)"
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,13 +14128,12 @@ msgstr "список рассылки %s"
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:168
#: ../plugins/templates/org-gnome-templates.eplug.xml.h:2
msgid "Templates"
msgstr "Шаблоны"
-#: ../mail/mail-component.c:545
+#: ../mail/mail-component.c:550
#, c-format
msgid "%d selected, "
msgid_plural "%d selected, "
@@ -14023,7 +14141,7 @@ msgstr[0] "выделено %d, "
msgstr[1] "выделено %d, "
msgstr[2] "выделено %d, "
-#: ../mail/mail-component.c:549
+#: ../mail/mail-component.c:554
#, c-format
msgid "%d deleted"
msgid_plural "%d deleted"
@@ -14031,7 +14149,7 @@ msgstr[0] "%d удаленное"
msgstr[1] "%d удаленных"
msgstr[2] "%d удаленных"
-#: ../mail/mail-component.c:556
+#: ../mail/mail-component.c:561
#, c-format
msgid "%d junk"
msgid_plural "%d junk"
@@ -14039,7 +14157,7 @@ msgstr[0] "%d спам"
msgstr[1] "%d спам"
msgstr[2] "%d спам"
-#: ../mail/mail-component.c:559
+#: ../mail/mail-component.c:564
#, c-format
msgid "%d draft"
msgid_plural "%d drafts"
@@ -14047,7 +14165,7 @@ msgstr[0] "%d черновиков"
msgstr[1] "%d черновика"
msgstr[2] "%d черновиков"
-#: ../mail/mail-component.c:561
+#: ../mail/mail-component.c:566
#, c-format
msgid "%d sent"
msgid_plural "%d sent"
@@ -14055,7 +14173,7 @@ msgstr[0] "%d отправленное"
msgstr[1] "%d отправленных"
msgstr[2] "%d отправленных"
-#: ../mail/mail-component.c:563
+#: ../mail/mail-component.c:568
#, c-format
msgid "%d unsent"
msgid_plural "%d unsent"
@@ -14063,15 +14181,15 @@ msgstr[0] "%d неотправленное"
msgstr[1] "%d неотправленных"
msgstr[2] "%d неотправленных"
-#: ../mail/mail-component.c:569
+#: ../mail/mail-component.c:574
#, 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
+#: ../mail/mail-component.c:575
#, c-format
msgid "%d total"
msgid_plural "%d total"
@@ -14079,92 +14197,36 @@ msgstr[0] "%d всего"
msgstr[1] "%d всего"
msgstr[2] "%d всего"
-#: ../mail/mail-component.c:922
+#: ../mail/mail-component.c:927
msgid "New Mail Message"
msgstr "Новое почтовое сообщение"
-#: ../mail/mail-component.c:923
+#: ../mail/mail-component.c:928
msgctxt "New"
msgid "_Mail Message"
msgstr "Почтовое сообщ_ение"
-#: ../mail/mail-component.c:924
+#: ../mail/mail-component.c:929
msgid "Compose a new mail message"
msgstr "Создать новое сообщение"
-#: ../mail/mail-component.c:930
+#: ../mail/mail-component.c:935
msgid "New Mail Folder"
msgstr "Новая почтовая папка"
-#: ../mail/mail-component.c:931
+#: ../mail/mail-component.c:936
msgctxt "New"
msgid "Mail _Folder"
msgstr "Почтовая _папка"
-#: ../mail/mail-component.c:932
+#: ../mail/mail-component.c:937
msgid "Create a new mail folder"
msgstr "Создать новую почтовую папку"
-#: ../mail/mail-component.c:1079
+#: ../mail/mail-component.c:1084
msgid "Failed upgrading Mail settings or folders."
msgstr "Ошибка обновления параметров почты или папок."
-#: ../mail/mail-component.c:1595
-msgid "Error"
-msgstr "Ошибка"
-
-#: ../mail/mail-component.c:1595
-msgid "Errors"
-msgstr "Ошибки"
-
-#: ../mail/mail-component.c:1596
-msgid "Warnings and Errors"
-msgstr "Предупреждения и ошибки"
-
-#: ../mail/mail-component.c:1597
-msgid "Debug"
-msgstr "Отладка"
-
-#: ../mail/mail-component.c:1597
-msgid "Error, Warnings and Debug messages"
-msgstr "Ошибки, предупреждения и отладочные сообщения"
-
-#: ../mail/mail-component.c:1724
-msgid "Debug Logs"
-msgstr "Журналы отладки"
-
-#: ../mail/mail-component.c:1738
-msgid "Show _errors in the status bar for"
-msgstr "Показывать о_шибки в строке состояния для"
-
-#. Translators: This is the second part of the sentence
-#. * "Show _errors in the status bar for" - XXX - "second(s)."
-#: ../mail/mail-component.c:1754
-msgid "second(s)."
-msgstr "секунд."
-
-#: ../mail/mail-component.c:1760
-msgid "Log Messages:"
-msgstr "Сообщения журнала:"
-
-#: ../mail/mail-component.c:1801
-msgid "Log Level"
-msgstr "Уровень журналирования"
-
-#: ../mail/mail-component.c:1810 ../widgets/misc/e-dateedit.c:395
-msgid "Time"
-msgstr "Время"
-
-#: ../mail/mail-component.c:1820 ../mail/message-list.c:2454
-#: ../mail/message-list.etspec.h:10
-msgid "Messages"
-msgstr "Сообщения"
-
-#: ../mail/mail-component.c:1829 ../ui/evolution-mail-messagedisplay.xml.h:2
-#: ../ui/evolution.xml.h:4
-msgid "Close this window"
-msgstr "Закрыть это окно"
-
#: ../mail/mail-config.glade.h:1
msgid " Ch_eck for Supported Types "
msgstr " Пров_ерка поддерживаемых типов "
@@ -14448,105 +14510,105 @@ msgid "Empty trash folders on e_xit"
msgstr "Очищать корзину при вы_ходе"
#: ../mail/mail-config.glade.h:79
-msgid "Enable Magic S_pacebar "
+msgid "Enable Magic S_pacebar"
msgstr "Вкл_ючить «волшебный пробел»"
#: ../mail/mail-config.glade.h:80
msgid "Enable Sea_rch Folders"
msgstr "Включить папки поиска"
-#: ../mail/mail-config.glade.h:81
+#: ../mail/mail-config.glade.h:82
msgid "Encry_ption certificate:"
msgstr "Сертификат шифрования:"
-#: ../mail/mail-config.glade.h:82
+#: ../mail/mail-config.glade.h:83
msgid "Encrypt out_going messages (by default)"
msgstr "_Шифровать исходящие сообщения (по умолчанию)"
-#: ../mail/mail-config.glade.h:84
+#: ../mail/mail-config.glade.h:85
msgid "Fi_xed-width:"
msgstr "_Моноширинный:"
-#: ../mail/mail-config.glade.h:85
+#: ../mail/mail-config.glade.h:86
msgid "Fix_ed width Font:"
msgstr "_Моноширинный шрифт:"
-#: ../mail/mail-config.glade.h:86
+#: ../mail/mail-config.glade.h:87
msgid "Font Properties"
msgstr "Свойства шрифтов"
-#: ../mail/mail-config.glade.h:87
+#: ../mail/mail-config.glade.h:88
msgid "Format messages in _HTML"
msgstr "Форматировать сообщения в _HTML"
-#: ../mail/mail-config.glade.h:88
+#: ../mail/mail-config.glade.h:89
msgid "Full Nam_e:"
msgstr "_Полное имя:"
-#: ../mail/mail-config.glade.h:90
+#: ../mail/mail-config.glade.h:91
msgid "HTML Messages"
msgstr "Сообщения HTML"
-#: ../mail/mail-config.glade.h:91
+#: ../mail/mail-config.glade.h:92
msgid "H_TTP Proxy:"
msgstr "Прокси H_TTP:"
-#: ../mail/mail-config.glade.h:92
+#: ../mail/mail-config.glade.h:93
msgid "Headers"
msgstr "Заголовки"
-#: ../mail/mail-config.glade.h:93
+#: ../mail/mail-config.glade.h:94
msgid "Highlight _quotations with"
msgstr "Выделять _цитирование цветом:"
-#: ../mail/mail-config.glade.h:95
+#: ../mail/mail-config.glade.h:96
msgid "Inline"
msgstr "Встроенное"
-#: ../mail/mail-config.glade.h:96
+#: ../mail/mail-config.glade.h:97
msgid "Inline (Outlook style)"
msgstr "Встраивать (в стиле Outlook)"
-#: ../mail/mail-config.glade.h:98
+#: ../mail/mail-config.glade.h:99
msgid "KB"
msgstr "КБ"
-#: ../mail/mail-config.glade.h:99 ../mail/message-list.etspec.h:8
+#: ../mail/mail-config.glade.h:100 ../mail/message-list.etspec.h:8
msgid "Labels"
msgstr "Ярлыки"
-#: ../mail/mail-config.glade.h:100
+#: ../mail/mail-config.glade.h:101
msgid "Languages Table"
msgstr "Таблица языков"
-#: ../mail/mail-config.glade.h:101
+#: ../mail/mail-config.glade.h:102
msgid "Mail Configuration"
msgstr "Настройка почты"
-#: ../mail/mail-config.glade.h:102
+#: ../mail/mail-config.glade.h:103
msgid "Mail Headers Table"
msgstr "Таблица заголовков почты"
-#: ../mail/mail-config.glade.h:104
+#: ../mail/mail-config.glade.h:105
msgid "Mailbox location"
msgstr "Расположение почтового ящика"
-#: ../mail/mail-config.glade.h:105
+#: ../mail/mail-config.glade.h:106
msgid "Message Composer"
msgstr "Составление сообщения"
-#: ../mail/mail-config.glade.h:106
+#: ../mail/mail-config.glade.h:107
msgid "No _Proxy for:"
msgstr "Не использовать _прокси для:"
-#: ../mail/mail-config.glade.h:107
+#: ../mail/mail-config.glade.h:108
msgid ""
"Note: Underscore in the label name is used as mnemonic identifier in menu."
msgstr ""
"Примечание: Символ подчёркивания в надписи используется как обозначение "
"мнемоники в меню."
-#: ../mail/mail-config.glade.h:108
+#: ../mail/mail-config.glade.h:109
msgid ""
"Note: you will not be prompted for a password until you connect for the "
"first time"
@@ -14554,25 +14616,25 @@ msgstr ""
"Примечание: вам не будет предложено ввести пароль до первого подключения к "
"серверу"
-#: ../mail/mail-config.glade.h:109
+#: ../mail/mail-config.glade.h:110
msgid "Option is ignored if a match for custom junk headers is found."
msgstr ""
"Этот параметр будет игнорироваться, в случае совпадения с указанных "
"пользователем заголовков для выявления спама."
-#: ../mail/mail-config.glade.h:110
+#: ../mail/mail-config.glade.h:111
msgid "Or_ganization:"
msgstr "О_рганизация:"
-#: ../mail/mail-config.glade.h:111
+#: ../mail/mail-config.glade.h:112
msgid "PGP/GPG _Key ID:"
msgstr "Идентификатор ключа PGP/GPG:"
-#: ../mail/mail-config.glade.h:112
+#: ../mail/mail-config.glade.h:113
msgid "Pass_word:"
msgstr "_Пароль:"
-#: ../mail/mail-config.glade.h:114
+#: ../mail/mail-config.glade.h:115
msgid ""
"Please enter a descriptive name for this account in the space below.\n"
"This name will be used for display purposes only."
@@ -14580,7 +14642,7 @@ msgstr ""
"Введите имя, описывающее эту учётную запись.\n"
"Это имя будет использоваться только на экране."
-#: ../mail/mail-config.glade.h:116
+#: ../mail/mail-config.glade.h:117
msgid ""
"Please enter information about the way you will send mail. If you are not "
"sure, ask your system administrator or Internet Service Provider."
@@ -14588,7 +14650,7 @@ msgstr ""
"Введите информацию о способе отправки электронной почты. Если вы не уверены, "
"свяжитесь со своим системным администратором или поставщиком услуг Интернета."
-#: ../mail/mail-config.glade.h:117
+#: ../mail/mail-config.glade.h:118
msgid ""
"Please enter your name and email address below. The \"optional\" fields "
"below do not need to be filled in, unless you wish to include this "
@@ -14598,117 +14660,125 @@ msgstr ""
"обязательны для заполнения, если только вы не хотите включать эти сведения в "
"отправляемую вами почту."
-#: ../mail/mail-config.glade.h:118
+#: ../mail/mail-config.glade.h:119
msgid "Please select among the following options"
msgstr "Выберите один из следующих вариантов"
-#: ../mail/mail-config.glade.h:119
+#: ../mail/mail-config.glade.h:120
msgid "Port:"
msgstr "_Порт:"
-#: ../mail/mail-config.glade.h:120
+#: ../mail/mail-config.glade.h:121
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr ""
"Пр_едупреждать при отправке сообщений, в которых определены только "
"получатели скрытой копии."
-#: ../mail/mail-config.glade.h:121
+#: ../mail/mail-config.glade.h:122
msgid "Quoted"
msgstr "Процитировано"
-#: ../mail/mail-config.glade.h:122
+#: ../mail/mail-config.glade.h:123
msgid "Re_member password"
msgstr "За_помнить пароль"
-#: ../mail/mail-config.glade.h:123
+#: ../mail/mail-config.glade.h:124
msgid "Re_ply-To:"
msgstr "_Обратный адрес:"
-#: ../mail/mail-config.glade.h:125
+#: ../mail/mail-config.glade.h:126
msgid "Remember _password"
msgstr "Запомнить _пароль"
-#: ../mail/mail-config.glade.h:126
+#: ../mail/mail-config.glade.h:127
msgid "S_OCKS Host:"
msgstr "Узел S_OCKS:"
-#: ../mail/mail-config.glade.h:127
+#: ../mail/mail-config.glade.h:128
msgid "S_earch for sender photograph only in local address books"
msgstr "И_скать фотографию отправителя в локальных адресных книгах"
-#: ../mail/mail-config.glade.h:128
+#: ../mail/mail-config.glade.h:129
msgid "S_elect..."
msgstr "В_ыбрать..."
-#: ../mail/mail-config.glade.h:129
+#: ../mail/mail-config.glade.h:130
msgid "S_end message receipts:"
msgstr "О_тправлять отчёты:"
-#: ../mail/mail-config.glade.h:130
+#: ../mail/mail-config.glade.h:131
msgid "S_tandard Font:"
msgstr "С_тандартный шрифт:"
-#: ../mail/mail-config.glade.h:132
+#: ../mail/mail-config.glade.h:133
+msgid "Select Drafts Folder"
+msgstr "Выбрать папку для черновиков"
+
+#: ../mail/mail-config.glade.h:134
msgid "Select HTML fixed width font"
msgstr "Выбрать шрифт HTML фиксированной ширины"
-#: ../mail/mail-config.glade.h:133
+#: ../mail/mail-config.glade.h:135
msgid "Select HTML fixed width font for printing"
msgstr "Выбрать шрифт HTML фиксированной ширины для печати"
-#: ../mail/mail-config.glade.h:134
+#: ../mail/mail-config.glade.h:136
msgid "Select HTML variable width font"
msgstr "Выбрать шрифт HTML переменной ширины"
-#: ../mail/mail-config.glade.h:135
+#: ../mail/mail-config.glade.h:137
msgid "Select HTML variable width font for printing"
msgstr "Выбрать шрифт HTML переменной ширины для печати"
-#: ../mail/mail-config.glade.h:137
+#: ../mail/mail-config.glade.h:138
+msgid "Select Sent Folder"
+msgstr "Выбрать папку отправленных сообщений"
+
+#: ../mail/mail-config.glade.h:140
msgid "Sending Mail"
msgstr "Отправка почты"
-#: ../mail/mail-config.glade.h:138
+#: ../mail/mail-config.glade.h:141
msgid "Sent _Messages Folder:"
msgstr "Папка _отправленных сообщений:"
-#: ../mail/mail-config.glade.h:139
+#: ../mail/mail-config.glade.h:142
msgid "Ser_ver requires authentication"
msgstr "Т_ребуется проверка подлинности"
-#: ../mail/mail-config.glade.h:140
+#: ../mail/mail-config.glade.h:143
msgid "Server _Type: "
msgstr "_Тип сервера: "
-#: ../mail/mail-config.glade.h:141
+#: ../mail/mail-config.glade.h:144
msgid "Sig_ning certificate:"
msgstr "Се_ртификат подписи:"
-#: ../mail/mail-config.glade.h:142
+#: ../mail/mail-config.glade.h:145
msgid "Signat_ure:"
msgstr "Подп_ись:"
-#: ../mail/mail-config.glade.h:143
+#: ../mail/mail-config.glade.h:146
msgid "Signatures"
msgstr "Подписи"
-#: ../mail/mail-config.glade.h:144
+#: ../mail/mail-config.glade.h:147
msgid "Signatures Table"
msgstr "Таблица подписей"
-#: ../mail/mail-config.glade.h:145
+#: ../mail/mail-config.glade.h:148
msgid "Spell Checking"
msgstr "Проверка орфографии"
-#: ../mail/mail-config.glade.h:146
+#: ../mail/mail-config.glade.h:149
msgid "Start _typing at the bottom on replying"
msgstr "При ответе начинать _ввод после цитаты"
-#: ../mail/mail-config.glade.h:147
+#: ../mail/mail-config.glade.h:150
msgid "T_ype: "
msgstr "_Тип: "
-#: ../mail/mail-config.glade.h:148
+#: ../mail/mail-config.glade.h:151
msgid ""
"The list of languages here reflects only the languages for which you have a "
"dictionary installed."
@@ -14716,7 +14786,7 @@ msgstr ""
"Этот список языков перечисляет только те языки, для которых у вас "
"установлены словари."
-#: ../mail/mail-config.glade.h:149
+#: ../mail/mail-config.glade.h:152
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
@@ -14726,7 +14796,7 @@ msgstr ""
"в качестве вашей подписи. Имя, указанное вами,\n"
"будет использоваться только для отображения. "
-#: ../mail/mail-config.glade.h:152
+#: ../mail/mail-config.glade.h:155
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
@@ -14734,26 +14804,26 @@ msgstr ""
"Укажите имя, используемое для дальнейших обращений к этой \n"
"учётной записи. Например, «Служебная» или «Личная»"
-#: ../mail/mail-config.glade.h:154
+#: ../mail/mail-config.glade.h:157
msgid "Us_ername:"
msgstr "_Имя пользователя:"
-#: ../mail/mail-config.glade.h:155
+#: ../mail/mail-config.glade.h:158
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:159 ../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:160
msgid "V_ariable-width:"
msgstr "_Переменной ширины:"
-#: ../mail/mail-config.glade.h:158
+#: ../mail/mail-config.glade.h:161
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -14763,125 +14833,125 @@ msgstr ""
"\n"
"Нажмите «Далее» для начала настройки. "
-#: ../mail/mail-config.glade.h:161
+#: ../mail/mail-config.glade.h:164
msgid "_Add Signature"
msgstr "_Добавить подпись"
-#: ../mail/mail-config.glade.h:162
+#: ../mail/mail-config.glade.h:165
msgid "_Always load images from the Internet"
msgstr "_Всегда загружать изображения из Интернета"
-#: ../mail/mail-config.glade.h:163
+#: ../mail/mail-config.glade.h:166
msgid "_Automatic proxy configuration URL:"
msgstr "Ресурс URL для _автоматической конфигурации прокси:"
-#: ../mail/mail-config.glade.h:164
+#: ../mail/mail-config.glade.h:167
msgid "_Default junk plugin:"
msgstr "Модуль с_пама по умолчанию:"
-#: ../mail/mail-config.glade.h:165
+#: ../mail/mail-config.glade.h:168
msgid "_Direct connection to the Internet"
msgstr "_Прямое подключение к Интернету"
-#: ../mail/mail-config.glade.h:166
+#: ../mail/mail-config.glade.h:169
msgid "_Do not sign meeting requests (for Outlook compatibility)"
msgstr "_Не подписывать запросы собраний (для совместимости с Outlook)"
-#: ../mail/mail-config.glade.h:168
+#: ../mail/mail-config.glade.h:171
msgid "_Forward style:"
msgstr "Стиль _пересылки:"
-#: ../mail/mail-config.glade.h:169
+#: ../mail/mail-config.glade.h:172
msgid "_Keep Signature above the original message on replying"
msgstr "Помещать подпись _над исходным сообщением при ответе"
-#: ../mail/mail-config.glade.h:170
+#: ../mail/mail-config.glade.h:173
msgid "_Load images in messages from contacts"
msgstr "_Загружать изображения в сообщениях от контактов"
-#: ../mail/mail-config.glade.h:171
+#: ../mail/mail-config.glade.h:174
msgid "_Lookup in local address book only"
msgstr "Просматривать только локальную адресную книгу"
-#: ../mail/mail-config.glade.h:172
+#: ../mail/mail-config.glade.h:175
msgid "_Make this my default account"
msgstr "_Сделать основной учётной записью"
-#: ../mail/mail-config.glade.h:173
+#: ../mail/mail-config.glade.h:176
msgid "_Manual proxy configuration:"
msgstr "Настройка прокси _вручную:"
-#: ../mail/mail-config.glade.h:174
+#: ../mail/mail-config.glade.h:177
msgid "_Mark messages as read after"
msgstr "По_мечать сообщения как «Прочитанные» через:"
-#: ../mail/mail-config.glade.h:176
+#: ../mail/mail-config.glade.h:179
msgid "_Never load images from the Internet"
msgstr "_Никогда не загружать изображения из Интернета"
-#: ../mail/mail-config.glade.h:177
+#: ../mail/mail-config.glade.h:180
msgid "_Path:"
msgstr "_Путь:"
-#: ../mail/mail-config.glade.h:178
+#: ../mail/mail-config.glade.h:181
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:182
msgid "_Prompt when sending messages with an empty subject line"
msgstr "_Предупреждать при отправке сообщений с пустой темой"
-#: ../mail/mail-config.glade.h:180
+#: ../mail/mail-config.glade.h:183
msgid "_Reply style:"
msgstr "Стиль _ответа:"
-#: ../mail/mail-config.glade.h:181
+#: ../mail/mail-config.glade.h:184
msgid "_Script:"
msgstr "_Скрипт:"
-#: ../mail/mail-config.glade.h:182
+#: ../mail/mail-config.glade.h:185
msgid "_Secure HTTP Proxy:"
msgstr "Прокси HTTP_S:"
-#: ../mail/mail-config.glade.h:183
+#: ../mail/mail-config.glade.h:186
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:189
msgid "_Show image animations"
msgstr "_Включить анимацию изображений"
-#: ../mail/mail-config.glade.h:187
+#: ../mail/mail-config.glade.h:190
msgid "_Show the photograph of sender in the message preview"
msgstr "Показывать фотографию _отправителя в панели просмотра почты"
-#: ../mail/mail-config.glade.h:188
+#: ../mail/mail-config.glade.h:191
msgid "_Shrink To / Cc / Bcc headers to "
msgstr "_Обрезать заголовки To / Cc / Bcc до "
-#: ../mail/mail-config.glade.h:189
+#: ../mail/mail-config.glade.h:192
msgid "_Use Secure Connection:"
msgstr "Использовать _защищенное соединение:"
-#: ../mail/mail-config.glade.h:190
+#: ../mail/mail-config.glade.h:193
msgid "_Use system defaults"
msgstr "По _умолчанию"
-#: ../mail/mail-config.glade.h:191
+#: ../mail/mail-config.glade.h:194
msgid "_Use the same fonts as other applications"
msgstr "_Использовать такие же шрифты, как и прочие приложения"
-#: ../mail/mail-config.glade.h:192
+#: ../mail/mail-config.glade.h:195
msgid "addresses"
msgstr "адресов"
-#: ../mail/mail-config.glade.h:193
+#: ../mail/mail-config.glade.h:196
msgid "color"
msgstr "."
-#: ../mail/mail-config.glade.h:194
+#: ../mail/mail-config.glade.h:197
msgid "description"
msgstr "описание"
@@ -14981,26 +15051,26 @@ msgstr "_Отметка:"
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 +15079,109 @@ msgstr ""
"Ошибка добавления в %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:698
msgid "Canceled."
msgstr "Отменено."
-#: ../mail/mail-ops.c:765 ../mail/mail-send-recv.c:695
+#: ../mail/mail-ops.c:766 ../mail/mail-send-recv.c:700
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 +15189,7 @@ msgstr[0] "Получение %d сообщения"
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 +15197,7 @@ msgstr[0] "Сохранение %d сообщения"
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 +15206,11 @@ msgstr ""
"Ошибка сохранения сообщений в: %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 +15219,27 @@ msgstr ""
"Не удалось создать файл вывода: %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 "Проверка сервиса"
@@ -15185,39 +15255,39 @@ msgstr "Получение и отправка почты"
msgid "Cancel _All"
msgstr "Отменить _все"
-#: ../mail/mail-send-recv.c:498
+#: ../mail/mail-send-recv.c:502
msgid "Updating..."
msgstr "Обновление..."
-#: ../mail/mail-send-recv.c:498 ../mail/mail-send-recv.c:573
+#: ../mail/mail-send-recv.c:502 ../mail/mail-send-recv.c:578
msgid "Waiting..."
msgstr "Ожидание..."
-#: ../mail/mail-send-recv.c:799
+#: ../mail/mail-send-recv.c:804
#, c-format
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 +15332,21 @@ msgstr "Неверная папка: «%s»"
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 "Новая папка поиска"
@@ -15902,79 +15972,83 @@ msgstr "Уни_чтожить удалённые"
msgid "_Open Messages"
msgstr "_Открыть сообщения"
-#: ../mail/message-list.c:1052
+#: ../mail/message-list.c:1053
msgid "Unseen"
msgstr "Непрочитано"
-#: ../mail/message-list.c:1053
+#: ../mail/message-list.c:1054
msgid "Seen"
msgstr "Прочитано"
-#: ../mail/message-list.c:1054
+#: ../mail/message-list.c:1055
msgid "Answered"
msgstr "Отвечено"
-#: ../mail/message-list.c:1055
+#: ../mail/message-list.c:1056
msgid "Forwarded"
msgstr "Переслано"
-#: ../mail/message-list.c:1056
+#: ../mail/message-list.c:1057
msgid "Multiple Unseen Messages"
msgstr "Множество непрочитанных сообщений"
-#: ../mail/message-list.c:1057
+#: ../mail/message-list.c:1058
msgid "Multiple Messages"
msgstr "Множество сообщений"
-#: ../mail/message-list.c:1061
+#: ../mail/message-list.c:1062
msgid "Lowest"
msgstr "Самый низкий"
-#: ../mail/message-list.c:1062
+#: ../mail/message-list.c:1063
msgid "Lower"
msgstr "Низкий"
-#: ../mail/message-list.c:1066
+#: ../mail/message-list.c:1067
msgid "Higher"
msgstr "Высокий"
-#: ../mail/message-list.c:1067
+#: ../mail/message-list.c:1068
msgid "Highest"
msgstr "Самый высокий"
-#: ../mail/message-list.c:1596 ../widgets/table/e-cell-date.c:55
+#: ../mail/message-list.c:1657 ../widgets/table/e-cell-date.c:55
msgid "?"
msgstr "?"
#. strftime format of a time,
#. in 12-hour format, without seconds.
-#: ../mail/message-list.c:1603 ../plugins/itip-formatter/itip-view.c:203
+#: ../mail/message-list.c:1664 ../plugins/itip-formatter/itip-view.c:203
#: ../widgets/table/e-cell-date.c:70
msgid "Today %l:%M %p"
msgstr "Сегодня %I:%M %p"
-#: ../mail/message-list.c:1612 ../widgets/table/e-cell-date.c:80
+#: ../mail/message-list.c:1673 ../widgets/table/e-cell-date.c:80
msgid "Yesterday %l:%M %p"
msgstr "Вчера %l:%M %p"
-#: ../mail/message-list.c:1624 ../widgets/table/e-cell-date.c:92
+#: ../mail/message-list.c:1685 ../widgets/table/e-cell-date.c:92
msgid "%a %l:%M %p"
msgstr "%a %l:%M %p"
-#: ../mail/message-list.c:1632 ../widgets/table/e-cell-date.c:100
+#: ../mail/message-list.c:1693 ../widgets/table/e-cell-date.c:100
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: ../mail/message-list.c:1634 ../widgets/table/e-cell-date.c:102
+#: ../mail/message-list.c:1695 ../widgets/table/e-cell-date.c:102
msgid "%b %d %Y"
msgstr "%b %d %Y"
+#: ../mail/message-list.c:2519 ../mail/message-list.etspec.h:10
+msgid "Messages"
+msgstr "Сообщения"
+
#. 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:3981 ../mail/message-list.c:4452
msgid "Generating message list"
msgstr "Создание списка сообщений"
-#: ../mail/message-list.c:4224
+#: ../mail/message-list.c:4291
msgid ""
"No message satisfies your search criteria. Either clear search with Search-"
">Clear menu item or change it."
@@ -15982,7 +16056,7 @@ msgstr ""
"Нет писем, удовлетворяющих критериям поиска. Очистите поле поиска с помощью "
"меню Поиск → Очистить или измените критерии."
-#: ../mail/message-list.c:4226
+#: ../mail/message-list.c:4293
msgid "There are no messages in this folder."
msgstr "В папке нет сообщений."
@@ -16015,6 +16089,10 @@ msgstr "Отправленные сообщения"
msgid "Size"
msgstr "Размер"
+#: ../mail/message-list.etspec.h:19
+msgid "Subject - Trimmed"
+msgstr "Тема - Очищенная"
+
#: ../mail/message-tag-followup.c:56
msgid "Call"
msgstr "Позвонить"
@@ -16103,8 +16181,8 @@ msgstr ""
"Список ключей, которые модуль уведомления о забытых вложениях будет искать в "
"теле письма."
-#: ../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 "Ключевые слова"
@@ -16140,10 +16218,10 @@ msgstr "_Изменить сообщение"
#: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:1
msgid ""
"A formatter plugin which displays audio attachments inline and allows you to "
-"play them directly from evolution."
+"play them directly from Evolution."
msgstr ""
-"Модуль форматтера для отображения звуковых вложений, который позволяет "
-"воспроизводить их непосредственно из Evolution."
+"Модуль для отображения звуковых вложений, который позволяет воспроизводить "
+"их непосредственно из Evolution."
#: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:2
msgid "Audio inline plugin"
@@ -16368,37 +16446,37 @@ msgstr "Восстановить _параметры..."
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 +16495,27 @@ msgid "BBDB"
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 +16553,8 @@ msgid "_URL:"
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 +16576,8 @@ msgstr "Предоставляет базовую функциональност
#: ../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 "Обнов_ить"
@@ -16609,7 +16687,7 @@ msgid "Do you want to make Evolution your default e-mail client?"
msgstr "Сделать Evolution вашим почтовым клиентом по умолчанию?"
#: ../plugins/default-mailer/org-gnome-default-mailer.error.xml.h:2
-#: ../shell/main.c:585
+#: ../shell/main.c:590
msgid "Evolution"
msgstr "Evolution"
@@ -16650,7 +16728,7 @@ msgid "Key"
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 +16786,12 @@ msgid "_User:"
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 +16799,11 @@ msgstr ""
"Этот параметр позволит подключиться к серверу 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 +16811,11 @@ msgstr ""
"Этот параметр позволит подключиться к серверу 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 +16823,88 @@ msgstr ""
"Сообщение, указанное ниже, будет автоматически отправлено\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 +16949,32 @@ msgstr "Срок действия вашего текущего пароля и
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 +16983,7 @@ msgstr "Права доступа для %s"
#. 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 +16993,25 @@ msgstr ""
#. 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 +17216,7 @@ msgstr "Добавить пользователя:"
#: ../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 "Добавить пользователя"
@@ -17423,7 +17501,7 @@ msgid "Folder offline"
msgstr "Папка отключена"
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:39
-#: ../shell/e-shell.c:1306
+#: ../shell/e-shell.c:1270
msgid "Generic error"
msgstr "Общая ошибка"
@@ -17543,7 +17621,7 @@ msgid "Unknown error looking up {0}"
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 +17811,18 @@ msgstr "_Отказаться от подписки"
#: ../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,22 +17831,22 @@ msgstr ""
"Не удалось прочитать данные с сервера 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 "<b>Server</b>"
msgstr "<b>Сервер</b>"
#: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:1
-msgid "A plugin to setup google calendar and contacts."
-msgstr "Модуль для настройки календаря и контактов google."
+msgid "A plugin to setup Google Calendar and Contacts."
+msgstr "Модуль для настройки календаря и контактов Google."
#: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:2
msgid "Google sources"
@@ -17783,12 +17857,12 @@ msgid "Checklist"
msgstr "Перечень"
#: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:1
-msgid "A plugin to setup groupwise calendar and contacts sources."
-msgstr "Модуль для настройки календаря и источника контактов groupwise."
+msgid "A plugin to setup GroupWise calendar and contacts sources."
+msgstr "Модуль для настройки календаря и контактов GroupWise."
#: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:2
-msgid "Groupwise Account Setup"
-msgstr "Настройка учётной записи Groupwise"
+msgid "GroupWise Account Setup"
+msgstr "Настройка учётной записи GroupWise"
#: ../plugins/groupwise-features/install-shared.c:220
#, c-format
@@ -17845,7 +17919,7 @@ msgid "Email:"
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 "_Отключить"
@@ -17878,16 +17952,16 @@ msgid "Retract Mail"
msgstr "Отозвать сообщение"
#: ../plugins/groupwise-features/org-gnome-compose-send-options.xml.h:1
-msgid "Add Send Options to groupwise messages"
-msgstr "Добавить Параметры Отправки к сообщениям groupwise"
+msgid "Add Send Options to GroupWise messages"
+msgstr "Добавить Параметры Отправки к сообщениям GroupWise"
#: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:1
-msgid "A plugin for the features in Groupwise accounts."
-msgstr "Модуль для поддержки функций учётных записей Groupwise."
+msgid "A plugin for the features in GroupWise accounts."
+msgstr "Модуль для поддержки функций учётных записей GroupWise."
#: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:2
-msgid "Groupwise Features"
-msgstr "Возможности Groupwise"
+msgid "GroupWise Features"
+msgstr "Возможности GroupWise"
#: ../plugins/groupwise-features/org-gnome-mail-retract-errors.xml.h:1
msgid "Message retract failed"
@@ -17903,20 +17977,23 @@ msgstr "Сервер не позволил отозвать выбранное
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 &quot;{0}&quot;"
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 "Нужно задать корректное имя пользователя прокси."
@@ -17940,21 +18017,23 @@ msgstr ""
msgid "This is a recurring meeting"
msgstr "Это повторяющаяся встреча"
-#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:4
+#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting")
+#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:5
msgid "Would you like to accept it?"
msgstr "Принять?"
-#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:5
+#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting")
+#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:7
msgid "Would you like to decline it?"
msgstr "Отклонить?"
-#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:6
-msgid "You cannot share folder with specified user &quot;{0}&quot;"
+#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:8
+msgid "You cannot share this folder with the specified user &quot;{0}&quot;"
msgstr ""
"Вы не можете использовать эту папку совместно с указанным пользователем «{0}»"
-#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:7
-msgid "You have to specify a user name whom you want to add to the list"
+#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:9
+msgid "You have to specify a user name which you want to add to the list"
msgstr "Вы должны указать имя пользователя, которого хотите добавить в список"
#: ../plugins/groupwise-features/process-meeting.c:52
@@ -18055,8 +18134,8 @@ msgstr "<b>Имя учётной записи</b>"
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 +18145,28 @@ msgstr "%sВведите пароль для %s (пользователь %s)"
#. 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 +18394,129 @@ msgstr "Синхронизирует с iPod"
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 +18524,15 @@ msgstr ""
"Это сообщение претендует, что содержит календарь, но календарь не является "
"действительным 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 +18540,11 @@ msgstr ""
"Это сообщение содержит календарь, но календарь не содержит событий, задач "
"или сведений о занятости."
-#: ../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 +18552,31 @@ msgstr ""
"Чтобы обработать все эти элементы, файл должен быть сохранен и календарь "
"должен быть импортирован"
-#: ../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:2460
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:2470
+#: ../plugins/itip-formatter/itip-formatter.c:2502
msgid "Conflict Search"
msgstr "Поиск конфликтов"
#. Source selector
-#: ../plugins/itip-formatter/itip-formatter.c:2408
+#: ../plugins/itip-formatter/itip-formatter.c:2485
msgid "Select the calendars to search for meeting conflicts"
msgstr "Выберите календари для поиска конфликтующих собраний"
@@ -18952,11 +19037,11 @@ msgstr "П_рименить ко всем записям"
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 +19070,7 @@ msgstr ""
"Этот ответ пришел не от текущего участника. Добавить отправителя как "
"участника?"
-#: ../plugins/mail-account-disable/mail-account-disable.c:47
+#: ../plugins/mail-account-disable/mail-account-disable.c:46
msgid "Proxy _Logout"
msgstr "_Отключение от прокси"
@@ -19419,22 +19504,6 @@ msgstr "Пометить сообщ_ения как прочитанные"
msgid "Used for marking all the messages under a folder as read"
msgstr "Используется, чтобы пометить все сообщения в папке как прочитанные"
-#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:1
-msgid "Mark calendar offline"
-msgstr "Пометить календарь для автономной работы"
-
-#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:2
-msgid "Marks the selected calendar for offline viewing."
-msgstr "Помечает выделенный календарь для автономного просмотра."
-
-#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:3
-msgid "_Do not make available for offline use"
-msgstr "_Не делать доступным автнономно"
-
-#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:4
-msgid "_Make available for offline use"
-msgstr "Сде_лать доступным автономно"
-
#: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:1
msgid "A plugin which implements mono plugins."
msgstr "Модуль, который реализует поддержку модулей Mono."
@@ -19543,9 +19612,9 @@ msgstr "Адреса"
msgid "_Publish Calendar Information"
msgstr "_Публиковать сведения календаря"
-#: ../plugins/publish-calendar/publish-calendar.c:595
-msgid "Are you sure you want to remove this URL?"
-msgstr "Вы действительно хотите удалить этот URL?"
+#: ../plugins/publish-calendar/publish-calendar.c:596
+msgid "Are you sure you want to remove this location?"
+msgstr "Вы действительно хотите удалить этот ресурс?"
#: ../plugins/publish-calendar/publish-calendar.glade.h:2
msgid "<span weight=\"bold\">Location</span>"
@@ -19583,7 +19652,7 @@ msgstr "_Частота публикации:"
#: ../plugins/publish-calendar/publish-calendar.glade.h:13
msgid ""
-"SSH\n"
+"Secure FTP (SSH)\n"
"Public FTP\n"
"FTP (with login)\n"
"Windows share\n"
@@ -19591,13 +19660,13 @@ msgid ""
"Secure WebDAV (HTTPS)\n"
"Custom Location"
msgstr ""
-"SSH\n"
-"Публичный FTP\n"
-"FTP (требуется пароль)\n"
+"Защищённый FTP(SSH)\n"
+"Открытый FTP\n"
+"FTP (с паролем)\n"
"Ресурс Windows\n"
"WebDAV (HTTP)\n"
-"Защищенный WebDAV (HTTPS)\n"
-"Другой адрес"
+"Защищённый WebDAV (HTTPS)\n"
+"Другой протокол"
#: ../plugins/publish-calendar/publish-calendar.glade.h:20
msgid "Service _type:"
@@ -19648,58 +19717,58 @@ msgid "Test Plugin for Python EPlugin loader."
msgstr "Тестовый модуль для загрузчика Python EPlugin."
#: ../plugins/python/org-gnome-evolution-python.eplug.xml.h:1
-msgid "A plugin which loads other plugins written using python."
-msgstr "Модуль, который загружает другие модули, написанные на питоне."
+msgid "A plugin which loads other plugins written using Python."
+msgstr "Модуль, который загружает другие модули, написанные на языке Python."
#: ../plugins/python/org-gnome-evolution-python.eplug.xml.h:2
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..."
+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 "В_ключить удалённые тесты"
@@ -19712,12 +19781,12 @@ msgstr ""
"требуется, чтобы SpamAssassin был установлен."
#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:2
-msgid "SpamAssassin junk plugin"
-msgstr "Фильтрация спама через SpamAssassin"
+msgid "SpamAssassin Options"
+msgstr "Параметры SpamAssassin"
#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:3
-msgid "Spamassassin Options"
-msgstr "Параметры SpamAssassin"
+msgid "SpamAssassin junk plugin"
+msgstr "Фильтрация спама через SpamAssassin"
#: ../plugins/save-attachments/org-gnome-save-attachments.eplug.xml.h:1
msgid "A plugin for saving all attachments or parts of a message at once."
@@ -19959,15 +20028,15 @@ msgstr ""
"Список пар ключевое слово/значение модуля шаблонов для замены в теле "
"сообщения."
-#: ../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 "Сохранить как шаблон"
@@ -19976,8 +20045,8 @@ msgid "Drafts based template plugin"
msgstr "Модуль шаблонов на основе черновиков"
#: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:1
-msgid "A simple plugin which uses ytnef to decode tnef attachments."
-msgstr "Простой модуль, использующий ytnef для расшифровки вложений."
+msgid "A simple plugin which uses yTNEF to decode TNEF attachments."
+msgstr "Простой модуль, использующий yTNEF для расшифровки вложений TNEF."
#: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:2
msgid "TNEF Attachment decoder"
@@ -20002,8 +20071,8 @@ msgid "URL:"
msgstr "URL:"
#: ../plugins/webdav-account-setup/webdav-contacts-source.c:338
-msgid "_Avoid IfMatch (needed on apache < 2.2.8)"
-msgstr "_Избегать IfMatch (требуется для сервера apache версии < 2.2.8)"
+msgid "_Avoid IfMatch (needed on Apache < 2.2.8)"
+msgstr "_Избегать IfMatch (требуется для сервера Apache версии < 2.2.8)"
#: ../shell/GNOME_Evolution_Shell.server.in.in.h:1
msgid "Evolution Shell"
@@ -20148,7 +20217,7 @@ msgstr "Боковая панель видима"
msgid "Skip development warning dialog"
msgstr "Пропускать диалог предупреждения о тестовой версии"
-#: ../shell/apps_evolution_shell.schemas.in.h:27 ../shell/main.c:471
+#: ../shell/apps_evolution_shell.schemas.in.h:27 ../shell/main.c:476
msgid "Start in offline mode"
msgstr "Запуск в автономном режиме"
@@ -20366,7 +20435,7 @@ msgstr "Параметры Evolution"
#. To translators: This is the window title and %s is the
#. component name. Most translators will want to keep it as is.
-#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:332
+#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:328
#, c-format
msgid "%s - Evolution"
msgstr "%s - Evolution"
@@ -20407,19 +20476,19 @@ msgstr "Веб-сайт Evolution"
msgid "Error opening the FAQ webpage."
msgstr "Произошла ошибка при открытии веб-страницы вопросов."
-#: ../shell/e-shell-window-commands.c:1168
+#: ../shell/e-shell-window-commands.c:1174
msgid "_Work Online"
msgstr "Перейти в сетевой режим"
-#: ../shell/e-shell-window-commands.c:1181 ../ui/evolution.xml.h:57
+#: ../shell/e-shell-window-commands.c:1187 ../ui/evolution.xml.h:57
msgid "_Work Offline"
msgstr "Ав_тономная работа"
-#: ../shell/e-shell-window-commands.c:1194
+#: ../shell/e-shell-window-commands.c:1200
msgid "Work Offline"
msgstr "Перейти в режим работы вне сети"
-#: ../shell/e-shell-window.c:381
+#: ../shell/e-shell-window.c:377
msgid ""
"Evolution is currently online.\n"
"Click on this button to work offline."
@@ -20428,11 +20497,11 @@ msgstr ""
"Нажмите на эту кнопку для перехода\n"
"в автономный режим."
-#: ../shell/e-shell-window.c:388
+#: ../shell/e-shell-window.c:384
msgid "Evolution is in the process of going offline."
msgstr "Evolution находится в процессе перехода в автономный режим работы."
-#: ../shell/e-shell-window.c:395
+#: ../shell/e-shell-window.c:391
msgid ""
"Evolution is currently offline.\n"
"Click on this button to work online."
@@ -20440,7 +20509,7 @@ msgstr ""
"Evolution сейчас работает в автономном режиме.\n"
"Нажмите на эту кнопку для подключения к сети."
-#: ../shell/e-shell-window.c:786
+#: ../shell/e-shell-window.c:787
#, c-format
msgid "Switch to %s"
msgstr "Переключиться в %s"
@@ -20454,19 +20523,19 @@ msgstr "Неизвестная системная ошибка."
msgid "%ld KB"
msgstr "%ld КБ"
-#: ../shell/e-shell.c:1298 ../widgets/misc/e-cell-date-edit.c:314
+#: ../shell/e-shell.c:1262 ../widgets/misc/e-cell-date-edit.c:314
msgid "OK"
msgstr "Ок"
-#: ../shell/e-shell.c:1300
+#: ../shell/e-shell.c:1264
msgid "Invalid arguments"
msgstr "Недопустимые аргументы"
-#: ../shell/e-shell.c:1302
+#: ../shell/e-shell.c:1266
msgid "Cannot register on OAF"
msgstr "Не удалось зарегистрировать в OAF"
-#: ../shell/e-shell.c:1304
+#: ../shell/e-shell.c:1268
msgid "Configuration Database not found"
msgstr "База данных настроек не найдена"
@@ -20510,8 +20579,8 @@ msgid "Importer Type"
msgstr "Тип импортера"
#: ../shell/import.glade.h:6
-msgid "Select Importers"
-msgstr "Выберите импортер"
+msgid "Select Information to Import"
+msgstr "Выберите информацию для импорта"
#: ../shell/import.glade.h:7
msgid "Select a File"
@@ -20528,7 +20597,7 @@ msgstr ""
"внешних файлов в Evolution."
#. Preview/Alpha/Beta version warning message
-#: ../shell/main.c:217
+#: ../shell/main.c:222
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -20564,7 +20633,7 @@ msgstr ""
"Надеемся, что вам понравится результат нашего труда,\n"
"и с нетерпением ждем вашей помощи!\n"
-#: ../shell/main.c:241
+#: ../shell/main.c:246
msgid ""
"Thanks\n"
"The Evolution Team\n"
@@ -20572,43 +20641,43 @@ msgstr ""
"С благодарностью\n"
"команда Evolution\n"
-#: ../shell/main.c:248
+#: ../shell/main.c:253
msgid "Do not tell me again"
msgstr "Не напоминать больше"
-#: ../shell/main.c:469
+#: ../shell/main.c:474
msgid "Start Evolution activating the specified component"
msgstr "Запуск Evolution с активированием указанного компонента"
-#: ../shell/main.c:473
+#: ../shell/main.c:478
msgid "Start in online mode"
msgstr "Запуск в режиме подключения к интернету"
-#: ../shell/main.c:476
+#: ../shell/main.c:481
msgid "Forcibly shut down all Evolution components"
msgstr "Принудительное завершение работы всех компонентов Evolution"
-#: ../shell/main.c:480
+#: ../shell/main.c:485
msgid "Forcibly re-migrate from Evolution 1.4"
msgstr "Принудительная повторная миграция с Evolution 1.4"
-#: ../shell/main.c:483
+#: ../shell/main.c:488
msgid "Send the debugging output of all components to a file."
msgstr "Записывать отладочный вывод всех компонентов в файл."
-#: ../shell/main.c:485
+#: ../shell/main.c:490
msgid "Disable loading of any plugins."
msgstr "Запретить загрузку любых модулей."
-#: ../shell/main.c:487
+#: ../shell/main.c:492
msgid "Disable preview pane of Mail, Contacts and Tasks."
msgstr "Выключить область просмотра почты, контактов и задач."
-#: ../shell/main.c:572
+#: ../shell/main.c:577
msgid "- The Evolution PIM and Email Client"
msgstr "- Почтовый клиент и ежедневник Evolution"
-#: ../shell/main.c:600
+#: ../shell/main.c:605
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
@@ -20622,18 +20691,22 @@ msgid "Are you sure you want to forget all remembered passwords?"
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 +20714,15 @@ msgstr ""
"Выполнение этой команды приведет к забыванию всех сохраненных паролей. При "
"необходимости пароли будут снова запрашиваться."
-#: ../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 &quot;evolution&quot; directory are about to be "
"permanently removed.\n"
@@ -20670,9 +20743,9 @@ msgstr ""
"После удаления вы не сможете вернуться к старой версии 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"
+"The previous version of Evolution stored its data in a different location.\n"
"\n"
"If you choose to remove this data, the entire contents of the &quot;"
"evolution&quot; directory will be removed permanently. If you choose to keep "
@@ -20681,15 +20754,15 @@ msgid ""
msgstr ""
"Предыдущая версия Evolution сохраняла данные в другом каталоге.\n"
"\n"
-"Если вы решите удалить эти данные, все содержимое каталога «evolution» будет "
+"Если вы решите удалить эти данные, всё содержимое каталога «evolution» будет "
"окончательно удалено. Если вы решите сохранить эти данные, вы сможете "
"удалить содержимое «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 +20776,7 @@ msgstr ""
"Перед продолжением необходимо освободить больше места в вашем домашнем "
"каталоге."
-#: ../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 +20786,7 @@ msgstr ""
"\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 +20800,19 @@ msgstr ""
"\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 +20880,7 @@ msgid "Purposes"
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 +20999,7 @@ msgstr ""
"вам необходимо просмотреть сертификат, его политику и процедуры (если "
"доступны)."
-#: ../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 +21075,11 @@ msgstr "Подразделение организации (OU)"
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 +21128,182 @@ msgid "_Edit CA Trust"
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 "Импортированный сертификат"
@@ -21269,8 +21342,8 @@ msgid "Copy"
msgstr "Копировать"
#: ../ui/evolution-addressbook.xml.h:7
-msgid "Copy Selected Contacts to Another Folder..."
-msgstr "Копировать выделенные контакты в другую папку..."
+msgid "Copy selected contacts to another folder"
+msgstr "Копировать выделенные контакты в другую папку"
#: ../ui/evolution-addressbook.xml.h:8
msgid "Copy the contacts of the selected folder into another folder"
@@ -21318,8 +21391,8 @@ msgid "Mo_ve All Contacts To..."
msgstr "Пере_местить все контакты в..."
#: ../ui/evolution-addressbook.xml.h:20
-msgid "Move Selected Contacts to Another Folder..."
-msgstr "Переместить выделенные контакты в другую папку..."
+msgid "Move selected contacts to another folder"
+msgstr "Переместить выделенные контакты в другую папку"
#: ../ui/evolution-addressbook.xml.h:21
msgid "Move the contacts of the selected folder into another folder"
@@ -21359,14 +21432,14 @@ msgid "Save as VCard..."
msgstr "Сохранить как VCard..."
#: ../ui/evolution-addressbook.xml.h:32
-msgid "Save selected contacts as a VCard."
-msgstr "Сохранить выделенные контакты как VCard."
+msgid "Save selected contacts as a VCard"
+msgstr "Сохранить выделенные контакты как VCard"
#: ../ui/evolution-addressbook.xml.h:33
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 "Выделить все"
@@ -21379,16 +21452,16 @@ msgid "Select all contacts"
msgstr "Выбрать все контакты"
#: ../ui/evolution-addressbook.xml.h:37
-msgid "Send a message to the selected contacts."
-msgstr "Отправить сообщение к выбранным контактам."
+msgid "Send a message to the selected contacts"
+msgstr "Отправить сообщение к выбранным контактам"
#: ../ui/evolution-addressbook.xml.h:38
msgid "Send message to contact"
msgstr "Отправить сообщение к контакту"
#: ../ui/evolution-addressbook.xml.h:39
-msgid "Send selected contacts to another person."
-msgstr "Переслать выбранные контакты другому лицу."
+msgid "Send selected contacts to another person"
+msgstr "Переслать выбранные контакты другому лицу"
#: ../ui/evolution-addressbook.xml.h:40
msgid "Show contact preview window"
@@ -21410,7 +21483,7 @@ msgstr "Остановить загрузку"
msgid "View the current contact"
msgstr "Просмотреть текущий контакт"
-#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:38
+#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:39
#: ../ui/evolution-tasks.xml.h:21
msgid "_Actions"
msgstr "_Действия"
@@ -21565,15 +21638,23 @@ msgstr "Показать рабочую неделю"
msgid "View the current appointment"
msgstr "Просмотреть текущую встречу"
-#: ../ui/evolution-calendar.xml.h:36
+#: ../ui/evolution-calendar.xml.h:36 ../ui/evolution-mail-global.xml.h:19
+msgid "View the debug console for log messages"
+msgstr "Просмотреть отладочную консоль"
+
+#: ../ui/evolution-calendar.xml.h:37
msgid "Week"
msgstr "Неделя"
-#: ../ui/evolution-calendar.xml.h:37
+#: ../ui/evolution-calendar.xml.h:38
msgid "Work Week"
msgstr "Рабочая неделя"
-#: ../ui/evolution-calendar.xml.h:42
+#: ../ui/evolution-calendar.xml.h:41 ../ui/evolution-mail-global.xml.h:22
+msgid "_Debug Logs"
+msgstr "_Журналы отладки"
+
+#: ../ui/evolution-calendar.xml.h:45
msgid "_Open Appointment"
msgstr "_Открыть встречу"
@@ -21644,10 +21725,6 @@ msgstr "Показать окно просмотра сообщения"
msgid "Subscribe or unsubscribe to folders on remote servers"
msgstr "Подписаться или отказаться от подписки на папки на удаленном сервере"
-#: ../ui/evolution-mail-global.xml.h:19
-msgid "View the debug console for log messages"
-msgstr "Просмотреть отладочную консоль"
-
#: ../ui/evolution-mail-global.xml.h:20
msgid "_Classic View"
msgstr "_Классический вид"
@@ -21656,10 +21733,6 @@ msgstr "_Классический вид"
msgid "_Copy Folder To..."
msgstr "_Копировать папку в..."
-#: ../ui/evolution-mail-global.xml.h:22
-msgid "_Debug Logs"
-msgstr "_Журналы отладки"
-
#: ../ui/evolution-mail-global.xml.h:23
msgid "_Download Messages for Offline Usage"
msgstr "Закачать сообщения для автономной работы"
@@ -21684,8 +21757,8 @@ msgstr "_Предварительный просмотр"
#. <menuitem name="CreateVFolder" verb="CreateVFolder" _label="_New Search _Folder (FIXME)"/>
#.
#: ../ui/evolution-mail-global.xml.h:32
-msgid "_Subscriptions"
-msgstr "_Подписки"
+msgid "_Subscriptions..."
+msgstr "_Подписки..."
#: ../ui/evolution-mail-global.xml.h:33
msgid "_Vertical View"
@@ -21765,10 +21838,6 @@ msgstr "Уничтожить все сообщения, помеченные к
msgid "Permanently remove this folder"
msgstr "Окончетельно удалить эту папку"
-#: ../ui/evolution-mail-list.xml.h:21
-msgid "Re_fresh..."
-msgstr "Обнов_ить..."
-
#: ../ui/evolution-mail-list.xml.h:22
msgid "Refresh the folder"
msgstr "Обновить папку"
@@ -22280,6 +22349,10 @@ msgstr "У_величить"
msgid "Close"
msgstr "Закрыть"
+#: ../ui/evolution-mail-messagedisplay.xml.h:2 ../ui/evolution.xml.h:4
+msgid "Close this window"
+msgstr "Закрыть это окно"
+
#: ../ui/evolution-mail-messagedisplay.xml.h:3 ../ui/evolution.xml.h:18
msgid "Main toolbar"
msgstr "Главная панель инструментов"
@@ -22689,7 +22762,7 @@ msgid "Define Views for \"%s\""
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 +22848,13 @@ msgstr "Тип обзора:"
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 +22884,63 @@ msgstr "%B %Y"
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 +23052,59 @@ msgstr "Другая..."
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:389
+msgid "Time"
+msgstr "Время"
+
+#: ../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,31 +23112,31 @@ msgstr ""
"Если установлено, подчеркивание в тексте означает, что следующий символ "
"будет использоваться как мнемонический клавиатурный ускоритель"
-#: ../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 "Пространство вокруг стрелки расширителя"
@@ -23149,15 +23226,15 @@ msgstr "Синхронизировать личные записи:"
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 +23264,8 @@ msgstr "О_чистить"
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 +23439,19 @@ msgid "_When opened:"
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 +23491,23 @@ msgstr "Столбец, имеющий фокус"
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 +23545,7 @@ msgid "A_vailable Fields:"
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 +23558,7 @@ msgid "Clear _All"
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 +23621,14 @@ msgstr "_Сортировать..."
#: ../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 +23668,7 @@ msgstr[2] "%s (%d элементов)"
#: ../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 +23676,7 @@ msgstr "Альтернативные цвета строки"
#: ../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 +23685,7 @@ msgstr "Горизонтальная таблица для рисования"
#: ../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 +23694,7 @@ msgstr "Вертикальная таблица для рисования"
#: ../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 +23703,7 @@ msgstr "Фокус рисования"
#: ../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 +23711,7 @@ msgstr "Режим курсора"
#: ../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 +23719,8 @@ msgstr "Модель выделения"
#: ../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 +23729,8 @@ msgstr "Порог длины"
#: ../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 +23742,96 @@ msgstr "Общая высота строки"
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 +23847,159 @@ msgstr "Ретро-вид"
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 "A_dd Filter Criteria"
+#~ msgstr "_Добавить правило фильтра"
+
+#~ msgid "Error"
+#~ msgstr "Ошибка"
+
+#~ msgid "Errors"
+#~ msgstr "Ошибки"
+
+#~ msgid "Warnings and Errors"
+#~ msgstr "Предупреждения и ошибки"
+
+#~ msgid "Debug"
+#~ msgstr "Отладка"
+
+#~ msgid "Error, Warnings and Debug messages"
+#~ msgstr "Ошибки, предупреждения и отладочные сообщения"
+
+#~ msgid "Debug Logs"
+#~ msgstr "Журналы отладки"
+
+#~ msgid "Show _errors in the status bar for"
+#~ msgstr "Показывать о_шибки в строке состояния для"
+
+#~ msgid "second(s)."
+#~ msgstr "секунд."
+
+#~ msgid "Log Messages:"
+#~ msgstr "Сообщения журнала:"
+
+#~ msgid "Log Level"
+#~ msgstr "Уровень журналирования"
+
+#~ msgid "Mark calendar offline"
+#~ msgstr "Пометить календарь для автономной работы"
+
+#~ msgid "Marks the selected calendar for offline viewing."
+#~ msgstr "Помечает выделенный календарь для автономного просмотра."
+
+#~ msgid "Select Importers"
+#~ msgstr "Выберите импортер"
+
+#~ msgid "Re_fresh..."
+#~ msgstr "Обнов_ить..."
+
+#~ msgid "Please enter user name first."
+#~ msgstr "Введите имя пользователя."
+
#~ msgid "Migrating `%s':"
#~ msgstr "Переносится «%s»:"
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4ba417f5d8..307de5bf79 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,15 @@
+2008-11-07 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #557581
+
+ * main.c:
+ Replace DEVELOPMENT with STABLE_VERSION, which actually defines
+ the latest stable version (e.g. 2.24). STABLE_VERSION is only
+ defined if the current version is _unstable_ (e.g. 2.25).
+
+ * main.c (show_development_warning):
+ Use STABLE_VERSION instead of hard-coding the version number.
+
2008-10-30 Matthew Barnes <mbarnes@redhat.com>
* importer/evolution-importer-client.h:
diff --git a/shell/main.c b/shell/main.c
index 47400798ab..32efec4bd5 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -84,12 +84,17 @@
#define SKIP_WARNING_DIALOG_KEY \
"/apps/evolution/shell/skip_warning_dialog"
+/* STABLE_VERSION is only defined for development versions. */
+#ifdef STABLE_VERSION
+#define DEVELOPMENT 1
+#endif
+
/* Command-line options. */
static gboolean start_online = FALSE;
static gboolean start_offline = FALSE;
static gboolean setup_only = FALSE;
static gboolean force_shutdown = FALSE;
-#if DEVELOPMENT
+#ifdef DEVELOPMENT
static gboolean force_migrate = FALSE;
#endif
static gboolean disable_eplugin = FALSE;
@@ -163,7 +168,7 @@ kill_old_dataserver (void)
#endif
-#if DEVELOPMENT
+#ifdef DEVELOPMENT
/* Warning dialog to scare people off a little bit. */
@@ -211,7 +216,7 @@ show_development_warning(void)
"\n"
"We hope that you enjoy the results of our hard work, and we\n"
"eagerly await your contributions!\n"),
- "2.22.1");
+ STABLE_VERSION);
label = gtk_label_new (text);
g_free(text);
@@ -394,7 +399,7 @@ static const GOptionEntry options[] = {
{ "force-shutdown", '\0', 0, G_OPTION_ARG_NONE, &force_shutdown,
N_("Forcibly shut down all Evolution components"), NULL },
#endif
-#if DEVELOPMENT
+#ifdef DEVELOPMENT
{ "force-migrate", '\0', 0, G_OPTION_ARG_NONE, &force_migrate,
N_("Forcibly re-migrate from Evolution 1.4"), NULL },
#endif
@@ -543,7 +548,7 @@ main (int argc, char **argv)
#endif
GConfClient *client;
-#if DEVELOPMENT
+#ifdef DEVELOPMENT
gboolean skip_warning_dialog;
#endif
GnomeProgram *program;
@@ -601,7 +606,7 @@ main (int argc, char **argv)
client = gconf_client_get_default ();
-#if DEVELOPMENT
+#ifdef DEVELOPMENT
if (force_migrate)
destroy_config (client);
#endif
@@ -651,7 +656,7 @@ main (int argc, char **argv)
e_plugin_load_plugins ();
}
-#if DEVELOPMENT
+#ifdef DEVELOPMENT
skip_warning_dialog = gconf_client_get_bool (
client, SKIP_WARNING_DIALOG_KEY, NULL);
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index 320c4a9db2..dd5598306f 100644
--- a/widgets/table/ChangeLog
+++ b/widgets/table/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-17 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #560882
+
+ * 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 <psankar@novell.com>
License Changes
diff --git a/widgets/table/e-table-defines.h b/widgets/table/e-table-defines.h
index f401d5e418..d11ac3eb86 100644
--- a/widgets/table/e-table-defines.h
+++ b/widgets/table/e-table-defines.h
@@ -33,7 +33,7 @@ extern "C" {
#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 --git a/widgets/table/e-table-header-utils.c b/widgets/table/e-table-header-utils.c
index 6f613433ea..afcc0720e1 100644
--- a/widgets/table/e-table-header-utils.c
+++ b/widgets/table/e-table-header-utils.c
@@ -463,7 +463,7 @@ e_table_header_draw_button (GdkDrawable *drawable, ETableCol *ecol,
} 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);