aboutsummaryrefslogtreecommitdiffstats
path: root/libversit/vctest.c
stat options
Period:
Authors:

Commits per author per week (path 'libversit/vctest.c')

AuthorW02 2025W03 2025W04 2025W05 2025Total
Total00000
e Perazzoli <ettore@src.gnome.org>2002-09-10 04:06:54 +0800 commitea4eeed27313b0ad0564422424c5dcb58bbbe842 (patch) tree381990209d2b0c7b4609aca247c1d18575772a12 parent6db8b43826423d1f99f7647bafeb773fec3f1826 (diff)downloadgsoc2013-evolution-ea4eeed27313b0ad0564422424c5dcb58bbbe842.tar.gz
gsoc2013-evolution-ea4eeed27313b0ad0564422424c5dcb58bbbe842.tar.zst
gsoc2013-evolution-ea4eeed27313b0ad0564422424c5dcb58bbbe842.zip
Sync for 1.1.1.
svn path=/trunk/; revision=18024
Diffstat
-rw-r--r--ChangeLog7
-rw-r--r--NEWS48
-rw-r--r--README6
-rw-r--r--art/ChangeLog4
-rw-r--r--art/about-box.pngbin51416 -> 45047 bytes
-rw-r--r--art/splash.pngbin31187 -> 57702 bytes
-rw-r--r--configure.in10
-rw-r--r--doc/devel/calendar/cal-client/evolution-cal-client-decl.txt32
-rw-r--r--doc/devel/calendar/cal-client/tmpl/cal-client.sgml8
-rw-r--r--doc/devel/calendar/cal-util/evolution-cal-util-decl.txt29
-rw-r--r--po/ChangeLog4
-rw-r--r--po/az.po2440
-rw-r--r--po/bg.po1727
-rw-r--r--po/ca.po2457
-rw-r--r--po/cs.po1721
-rw-r--r--po/da.po2439
-rw-r--r--po/de.po2491
-rw-r--r--po/el.po2446
-rw-r--r--po/en_AU.po2267
-rw-r--r--po/en_GB.po2304
-rw-r--r--po/es.po2446
-rw-r--r--po/et.po2441
-rw-r--r--po/eu.po2442
-rw-r--r--po/fi.po2390
-rw-r--r--po/fr.po1459
-rwxr-xr-xpo/ga.po2388
-rw-r--r--po/gl.po2462
-rw-r--r--po/hu.po1439
-rw-r--r--po/it.po2442
-rw-r--r--po/ja.po2452
-rw-r--r--po/ko.po2419
-rw-r--r--po/lt.po2460
-rw-r--r--po/lv.po2436
-rw-r--r--po/nl.po2445
-rw-r--r--po/nn.po2440
-rw-r--r--po/no.po206
-rw-r--r--po/pl.po2440
-rw-r--r--po/pt.po2405
-rw-r--r--po/pt_BR.po782
-rw-r--r--po/ro.po2454
-rw-r--r--po/ru.po2429
-rw-r--r--po/sk.po2441
-rw-r--r--po/sl.po2442
-rw-r--r--po/sv.po2476
-rw-r--r--po/tr.po2438
-rw-r--r--po/uk.po2443
-rw-r--r--po/vi.po2431
-rw-r--r--po/zh_CN.po2806
-rw-r--r--po/zh_TW.po2558
49 files changed, 44703 insertions, 41049 deletions
diff --git a/ChangeLog b/ChangeLog
index e43f09e6fb..6da50fbb98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-2002-09-06 Ettore Perazzoli <ettore@ximian.com>
+2002-09-09 Ettore Perazzoli <ettore@ximian.com>
- * configure.in: Bump some requirements.
- * README: Update accordingly.
+ * configure.in: 1.1.1. Also bump some requirements.
+
+ * README: Update according to the new requirements.
2002-09-06 Larry Ewing <lewing@ximian.com>
diff --git a/NEWS b/NEWS
index 3169ca2a70..736c370f46 100644
--- a/NEWS
+++ b/NEWS
@@ -47,55 +47,65 @@ New features:
- Now installs some libraries and headers required for external
module development.
+ - You now can drop objects (eg. mail messages, appointments)
+ directly to the folders on the shortcut bar (in 1.0.x, you could
+ only drop them in the folder folder bar).
+
+ -
+
* Calendar
- Loading speed has been improved.
- - The context menus are improved and now allow .
-
- When you receive an appointment through email, you can choose
which calendar to update, and if its for an existing appointment
the folder is automatically detected
- Calendar importer now supports importing to remote folders.
- - Calendar GUI and alarm daemon now use listeners for the configuration.
+ - Calendar GUI and alarm daemon now use listeners for the
+ configuration.
- Reaction to calendar backends crashing has been improved.
- Show status messages for all long calendar operations.
- - Fixed default reminders description (was 'Untitled appointment').
+ - Fixed default reminders description (was 'Untitled
+ appointment').
- Included timezone information on VCALENDAR's used in copy/paste.
- - Removed extra space that was displayed for categories without icons.
+ - Removed extra space that was displayed for categories without
+ icons.
- Fixed crashes in the alarm daemon.
- - Fixed crashes in calendar related to creating new evolution windows
+ - Fixed crashes in calendar related to creating new evolution
+ windows.
- - When right clicking, correctly select the underlying date/time
+ - When right clicking, correctly select the underlying date/time.
- Meeting scheduling improvements; sends replies when you update
your attendance status, warnings if the user changes a meeting
- they didn't create
+ they didn't create.
- Deleting a meeting with a right click will now offer to send a
- cancellation notice
+ cancellation notice.
- - Can accept meeting replies from non-attendees (they become attendees)
+ - Can accept meeting replies from non-attendees (they become
+ attendees).
- - Fixed work day so start can't be before end, its minimum 1 hour and
- the unshaded zone is not rounded to the nearest time division
- (allowing the work hours to be 0:00 to 23:59)
+ - Fixed work day so start can't be before end, its minimum 1 hour
+ and the unshaded zone is not rounded to the nearest time
+ division (allowing the work hours to be 0:00 to 23:59).
- - Fixed task view to update completion status the same as the editor
+ - Fixed task view to update completion status the same as the
+ editor.
- - Fixed leap year problem with day of week
+ - Fixed leap year problem with day of week.
- Handle "last day of the month" and "last Tuesday of the month"
- type recurrences
+ type recurrences.
* Contacts
@@ -108,7 +118,7 @@ New features:
- Improved feedback for search results for all backends and the
UI.
- - SSL/STARTTLS suport for LDAP.
+ - SSL/STARTTLS suport for LDAP has been added.
- Caches are built for local addressbooks to speed up
autocompletion.
@@ -251,9 +261,7 @@ New features:
- Uses Soup for HTTP downloading news feeds and weather info.
- - Many bug fixes.
-
- - Better folder selector
+ - Better folder selector.
- Better Weather/News Feed selector.
diff --git a/README b/README
index 9111394380..492d17af18 100644
--- a/README
+++ b/README
@@ -138,9 +138,11 @@ and -devel packages for each library.
*** either gnome-libs or evolution for the Makefiles to work
*** properly.
- - gal (GNOME Application Library) - 0.19.99.18 or later
+ - bonobo-conf - 1.0.16 or later
- - gtkhtml - 1.1.1.1 or later
+ - gal (GNOME Application Library) - 0.20 or later
+
+ - gtkhtml - 1.1.2 or later
- SOUP - 0.7.x
diff --git a/art/ChangeLog b/art/ChangeLog
index a9342cb3bb..266e678010 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-29 Ettore Perazzoli <ettore@ximian.com>
+
+ * about-box.png, splash.png: New artwork from Jakub.
+
2002-09-03 Ettore Perazzoli <ettore@ximian.com>
* folder-settings.png: New icon from Jakub.
diff --git a/art/about-box.png b/art/about-box.png
index 721cdb8a51..97c549fcbf 100644
--- a/art/about-box.png
+++ b/art/about-box.png
Binary files differ
diff --git a/art/splash.png b/art/splash.png
index 530e0f743c..05f4da9259 100644
--- a/art/splash.png
+++ b/art/splash.png
Binary files differ
diff --git a/configure.in b/configure.in
index 7f89b0d4ed..02c8b51fd3 100644
--- a/configure.in
+++ b/configure.in
@@ -19,9 +19,9 @@ fi
EVOLUTION_MAJOR_VERSION=1
EVOLUTION_MINOR_VERSION=1
-EVOLUTION_MICRO_VERSION=0
-EVOLUTION_NANO_VERSION=99
-VERSION=$EVOLUTION_MAJOR_VERSION.$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION.$EVOLUTION_NANO_VERSION
+EVOLUTION_MICRO_VERSION=1
+EVOLUTION_NANO_VERSION=0
+VERSION=$EVOLUTION_MAJOR_VERSION.$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION
PACKAGE=evolution
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
@@ -578,8 +578,8 @@ EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0.5)
EVO_CHECK_LIB(libxml, xml, 1.8.17, 2.0)
EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11)
-EVO_CHECK_LIB(GAL, gal, 0.19.99.18)
-EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1.1)
+EVO_CHECK_LIB(GAL, gal, 0.20)
+EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.2)
EVO_CHECK_LIB(Libsoup, soup, 0.7)
AM_PATH_GCONF(1.0,,,gconf gconf-gtk)
diff --git a/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt b/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt
index 79d0fec3c6..28eeb19875 100644
--- a/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt
+++ b/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt
@@ -46,6 +46,7 @@ typedef enum {
CAL_CLIENT_OPEN_SUCCESS,
CAL_CLIENT_OPEN_ERROR,
CAL_CLIENT_OPEN_NOT_FOUND,
+ CAL_CLIENT_OPEN_PERMISSION_DENIED,
CAL_CLIENT_OPEN_METHOD_NOT_SUPPORTED
} CalClientOpenStatus;
</ENUM>
@@ -66,6 +67,26 @@ typedef enum {
} CalClientGetStatus;
</ENUM>
<ENUM>
+<NAME>CalClientResult</NAME>
+typedef enum {
+ CAL_CLIENT_RESULT_SUCCESS,
+ CAL_CLIENT_RESULT_CORBA_ERROR,
+ CAL_CLIENT_RESULT_INVALID_OBJECT,
+ CAL_CLIENT_RESULT_NOT_FOUND,
+ CAL_CLIENT_RESULT_PERMISSION_DENIED
+} CalClientResult;
+</ENUM>
+<ENUM>
+<NAME>CalClientSendResult</NAME>
+typedef enum {
+ CAL_CLIENT_SEND_SUCCESS,
+ CAL_CLIENT_SEND_CORBA_ERROR,
+ CAL_CLIENT_SEND_INVALID_OBJECT,
+ CAL_CLIENT_SEND_BUSY,
+ CAL_CLIENT_SEND_PERMISSION_DENIED
+} CalClientSendResult;
+</ENUM>
+<ENUM>
<NAME>CalClientLoadState</NAME>
typedef enum {
CAL_CLIENT_LOAD_NOT_LOADED,
@@ -207,20 +228,25 @@ CalClient *client, const char *uid,time_t start, time_t end,CalComponentAlarms *
</FUNCTION>
<FUNCTION>
<NAME>cal_client_update_object</NAME>
-<RETURNS>gboolean </RETURNS>
+<RETURNS>CalClientResult </RETURNS>
CalClient *client, CalComponent *comp
</FUNCTION>
<FUNCTION>
<NAME>cal_client_update_objects</NAME>
-<RETURNS>gboolean </RETURNS>
+<RETURNS>CalClientResult </RETURNS>
CalClient *client, icalcomponent *icalcomp
</FUNCTION>
<FUNCTION>
<NAME>cal_client_remove_object</NAME>
-<RETURNS>gboolean </RETURNS>
+<RETURNS>CalClientResult </RETURNS>
CalClient *client, const char *uid
</FUNCTION>
<FUNCTION>
+<NAME>cal_client_send_object</NAME>
+<RETURNS>CalClientSendResult </RETURNS>
+CalClient *client, icalcomponent *icalcomp,icalcomponent **new_icalcomp, GList **users,char error_msg[256]
+</FUNCTION>
+<FUNCTION>
<NAME>cal_client_get_query</NAME>
<RETURNS>CalQuery *</RETURNS>
CalClient *client, const char *sexp
diff --git a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml
index 4426d6c478..6c53f5adbc 100644
--- a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml
+++ b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml
@@ -57,6 +57,7 @@ GTK+ object for communication with personal calendar server.
@CAL_CLIENT_OPEN_SUCCESS:
@CAL_CLIENT_OPEN_ERROR:
@CAL_CLIENT_OPEN_NOT_FOUND:
+@CAL_CLIENT_OPEN_PERMISSION_DENIED:
@CAL_CLIENT_OPEN_METHOD_NOT_SUPPORTED:
<!-- ##### ENUM CalClientGetStatus ##### -->
@@ -336,3 +337,10 @@ End:
@calclient: the object which received the signal.
@arg1:
+<!-- ##### SIGNAL CalClient::backend-died ##### -->
+<para>
+
+</para>
+
+@calclient: the object which received the signal.
+
diff --git a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
index 30a652765b..89cad7611e 100644
--- a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
+++ b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
@@ -112,7 +112,7 @@ typedef enum {
typedef struct {
CalComponentRangeType type;
- CalComponentDateTime *datetime;
+ CalComponentDateTime datetime;
} CalComponentRange;
</TYPEDEF>
<TYPEDEF>
@@ -220,6 +220,11 @@ CalComponent *comp
CalComponent *comp
</FUNCTION>
<FUNCTION>
+<NAME>cal_component_strip_errors</NAME>
+<RETURNS>void </RETURNS>
+CalComponent *comp
+</FUNCTION>
+<FUNCTION>
<NAME>cal_component_get_vtype</NAME>
<RETURNS>CalComponentVType </RETURNS>
CalComponent *comp
@@ -235,6 +240,11 @@ CalComponent *comp
CalComponent *comp
</FUNCTION>
<FUNCTION>
+<NAME>cal_component_abort_sequence</NAME>
+<RETURNS>void </RETURNS>
+CalComponent *comp
+</FUNCTION>
+<FUNCTION>
<NAME>cal_component_get_uid</NAME>
<RETURNS>void </RETURNS>
CalComponent *comp, const char **uid
@@ -462,7 +472,7 @@ CalComponent *comp, int *priority
<FUNCTION>
<NAME>cal_component_get_recurid</NAME>
<RETURNS>void </RETURNS>
-CalComponent *comp, CalComponentRange **recur_id
+CalComponent *comp, CalComponentRange *recur_id
</FUNCTION>
<FUNCTION>
<NAME>cal_component_set_recurid</NAME>
@@ -822,6 +832,11 @@ CalComponentAlarm *alarm, CalAlarmTrigger *trigger
<RETURNS>void </RETURNS>
CalComponentAlarm *alarm, CalAlarmTrigger trigger
</FUNCTION>
+<FUNCTION>
+<NAME>cal_component_alarm_get_icalcomponent</NAME>
+<RETURNS>icalcomponent *</RETURNS>
+CalComponentAlarm *alarm
+</FUNCTION>
<USER_FUNCTION>
<NAME>CalRecurInstanceFn</NAME>
<RETURNS>gboolean </RETURNS>
@@ -908,6 +923,16 @@ int priority
const char *string
</FUNCTION>
<FUNCTION>
+<NAME>cal_util_expand_uri</NAME>
+<RETURNS>char *</RETURNS>
+char *uri, gboolean tasks
+</FUNCTION>
+<FUNCTION>
+<NAME>cal_util_add_timezones_from_component</NAME>
+<RETURNS>void </RETURNS>
+icalcomponent *vcal_comp,CalComponent *comp
+</FUNCTION>
+<FUNCTION>
<NAME>time_days_in_month</NAME>
<RETURNS>int </RETURNS>
int year, int month
diff --git a/po/ChangeLog b/po/ChangeLog
index 070e8c5e47..d0c5ee4216 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-06 gettextize <bug-gnu-utils@gnu.org>
+
+ * Makefile.in.in: Upgrade to gettext-0.10.40.
+
2002-09-05 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokml) translation.
diff --git a/po/az.po b/po/az.po
index 16305d4066..a22a90c100 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 0.99.2\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2001-12-19 19:21GMT+0200\n"
"Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n"
"Language-Team: Azerbaijani Turkic <linuxaz@azerimail.net>\n"
@@ -31,22 +31,22 @@ msgid "Imports VCard files into Evolution."
msgstr "VCard fayllarını Evolution içinə gətirir."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Fərqli Qeyd Et"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Ad"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "ePoçt"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "İlk"
@@ -56,16 +56,16 @@ msgstr "İlk"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Köməkçi"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Məslək"
@@ -75,12 +75,12 @@ msgid "Bus"
msgstr "Məs"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Geri axtarma"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Şirkət"
@@ -91,13 +91,13 @@ msgstr "Şir"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Ev"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Quruluş"
@@ -107,19 +107,19 @@ msgstr "Qur"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Əl Telefonu"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Maşın"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "İş Faksı"
@@ -128,13 +128,13 @@ msgid "Bus Fax"
msgstr "İş Faksı"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Ev Faksı"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "2-ci İş"
@@ -143,68 +143,68 @@ msgid "Bus 2"
msgstr "İş 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "2-ci Ev"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Başqa"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Başqa faks"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Peycer"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Radio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Teleks"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "2-ci ePoçt ünvanı"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "3.ncü ePoçt ünvanı"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Web Səhifəsi"
@@ -213,7 +213,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Bölmə"
@@ -222,7 +222,7 @@ msgid "Dep"
msgstr "Böl"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "İdarə"
@@ -231,12 +231,12 @@ msgid "Off"
msgstr "Qapalı"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Başlıq"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Məslək"
@@ -245,7 +245,7 @@ msgid "Prof"
msgstr "Məs"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "İdarəci"
@@ -258,7 +258,7 @@ msgid "Ass"
msgstr "Yar"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Ləqəb"
@@ -267,12 +267,12 @@ msgid "Nick"
msgstr "ULəqəb"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Yoldaş"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Qeyd"
@@ -285,7 +285,7 @@ msgid "CALUri"
msgstr "TƏQUri"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "Sərbəst/məşğul URL"
@@ -336,7 +336,7 @@ msgstr "%s üçün VCard"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -344,7 +344,7 @@ msgid "Could not initialize Bonobo"
msgstr "Bonoboyu başlada bilmədim"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Axtarılır..."
@@ -352,41 +352,33 @@ msgstr "Axtarılır..."
msgid "Loading..."
msgstr "Yüklənir ..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr "Axtarış ifadəsində xəta."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "LDAP vericiyə bağlantı qurulur..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "LDAP vericiyə kart əlavə edilir..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "LDAP vericidən kart çıxardılır..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "LDAP vericidəki kart təkmilləşdirilir..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr "Axtarış yenidəm başladılır."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "LDAP axtarış nəticələri alınır..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Kart çıxartma xətası"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "URL `%s' alına bilmir"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -434,47 +426,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Evolution ünvan dəftəri kiçik kartlarını göstərən idarə."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Evolution Ünvan Dəftəri kiçik kart nümaiyişi"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Əlaqələri idarə edici Evolution əlavəsi."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Evolutionun Ünvan Dəftəri Kiçik Kart emalatxanası"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Ünvan Dəftəriidə ünvan göstərici"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Ünvan Dəftərində ünvan göstərici emalatxanası"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Nümunəvi ünvan dəftəri idarəsi emalatxanası"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -494,29 +486,29 @@ msgstr "LDAP Vericisi"
msgid "LDAP server containing contact information"
msgstr "Əlaqələr məlumatını daxil edən LDAP verici."
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Yeni Əlaqə"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Əlaqə"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Yeni bir hesab yarat"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Yeni Əlaqə Siyahısı"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "_Əlaqə Siyahısı"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Yeni bir əlaqə siyahısı yarat"
@@ -542,30 +534,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "IMAP vericisi cavabı %s məlumatını daxil etmir"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Süzgəc məlumatını yükləmə xətası:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "IMAP vericisi cavabı %s məlumatını daxil etmir"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "(Evolution proqramının bu inşasında SSL dəstəyi yoxdur)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "gnome-vfs-ni başlada bilmədim"
@@ -573,20 +565,29 @@ msgstr "gnome-vfs-ni başlada bilmədim"
msgid "Other Contacts"
msgstr "Digər Əlaqələr"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Ünvan dəftərini aça bilmədim"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"Bu ünvnan dəftərini aça bilmədik. Xahiş edirik,\n"
+"cığırın mövcudiyyətini və üstündəki səlahiyyətlərinizi yoxlayın."
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"Bu ünvan dəftərini aça bilmirik. Ya səhv URL bildirdiniz,\n"
"ya da LDAP verici işləmir."
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -598,52 +599,82 @@ msgstr ""
"üçün aşağıdakı körpüdən alacağınız OpenLDAP yardımıyla\n"
"endirib CVS üstündə proqramın mənbə kodunu yenidən dərləməlisiniz.\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"Bu ünvnan dəftərini aça bilmədik. Xahiş edirik,\n"
-"cığırın mövcudiyyətini və üstündəki səlahiyyətlərinizi yoxlayın."
+"Bu ünvan dəftərini aça bilmirik. Ya səhv URL bildirdiniz,\n"
+"ya da LDAP verici işləmir."
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "%s üçün parol girin (istifadəçi %s)"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "sonlanır"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "2-ci ePoçt ünvanı"
+msgid "Email begins with"
+msgstr "sonlanır"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "Kateqoriya"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Daxil edən hər hansı üzv"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Ətraflı..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Hər Hansı Kateqoriya"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "Qovluq Səyyahını göstərəcək olan URI"
@@ -658,7 +689,7 @@ msgstr "(heç biri)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "İlk ePoçt ünvanı"
@@ -710,53 +741,53 @@ msgid " S_how Supported Bases "
msgstr " Dəstəklənən növləri _yoxla "
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Seçənəklər"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr " _Sil"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr " _Sil"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Seçənəklər"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -860,7 +891,7 @@ msgid "Mappings"
msgstr "Kənarlar"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "_hər"
@@ -912,8 +943,8 @@ msgstr "Axtarışın əhatə _sahəsi:"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Axtarılır"
@@ -1102,7 +1133,7 @@ msgid "Using email address"
msgstr "_Bu ePoçt ünvanıdır"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1110,13 +1141,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Əlavə Et"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_Əlavə Et"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1157,7 +1188,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1194,7 +1225,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Seçənəklər"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1276,7 +1307,7 @@ msgstr "Evolution Ünvan Dəftəri ad seçmə ara üzü emalatxanası"
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1308,11 +1339,11 @@ msgstr "(%d göstərilmir)"
msgid "Unnamed Contact"
msgstr "Adsız Əlaqə"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Ünvan Dəftərindən Əlaqələri Seçin"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "Daxil edən yollayıcılar"
@@ -1381,7 +1412,7 @@ msgstr "Iş birliği"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Əlaqə düzəldicisi"
@@ -1456,9 +1487,9 @@ msgstr "_HTML ePoçtlarını qəbul edir"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2525,24 +2556,24 @@ msgstr "Bu hesabı həqiqətən də silmək istəyirsiniz?"
msgid "Delete Contact?"
msgstr "Əlaqəni Silimmi?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "Kateqoriya editoru mövcud deyildir."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Bu üzv bu kateqoriyalara aitdir:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
#, fuzzy
msgid "Save Contact as VCard"
msgstr "VCard olaraq qeyd et"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Sahənin pəncərəciyi tapıla bilmir: `%s'"
@@ -2556,7 +2587,7 @@ msgid "Edit Full"
msgstr "Hamısını Düzəlt"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Tam Ad"
@@ -2709,11 +2740,11 @@ msgid "contact-list-editor"
msgstr "əlaqə-siyahısı-editoru"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Əlaqə Siyahısı Editoru"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
#, fuzzy
msgid "Save List as VCard"
msgstr "VCard olaraq qeyd et"
@@ -2773,20 +2804,20 @@ msgstr "Ətraflı Axtarış"
msgid "Search"
msgstr "Axtar"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Kart yoxdur"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 kart"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d kart"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "%s başladırkən xəta oldu"
@@ -2798,15 +2829,15 @@ msgid "Error modifying card"
msgstr "Kard təkmilləşdirmə xətası"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "Müvəffəqiyyət"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Naməlum xəta"
@@ -2815,7 +2846,7 @@ msgid "Repository offline"
msgstr "Nüsxə xətdən deyil"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Qadağandır"
@@ -2832,7 +2863,7 @@ msgid "Protocol not supported"
msgstr "Protokol dəstəklənmir"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2887,7 +2918,7 @@ msgstr "Siyahı çıxartma xətası"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Kart çıxartma xətası"
@@ -2929,160 +2960,160 @@ msgstr "Kart yoxdur"
msgid "Copy cards to"
msgstr "Kart yoxdur"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Əlaqə əlavə etmək üçün buraya tıqlayın *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Əsas Telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Köməkçi Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "İş Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Geri axtarma Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Şirkət Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Ev Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "İş Ünvanı"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Ev Ünvanı"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Əl Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Maşın Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "2-ci İş Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "2-ci Ev Telefonu"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Digər Telefonlar"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "BaşqaÜnvanlar"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Ünvan Dəftəri"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "VCard olaraq qeyd et"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Yeni Əlaqə"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Yeni Əlaqə Siyahısı"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "Qovluğa _Get ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_İdxal Et..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "Əlaqələri A_xtar"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "_Ünvan Dəftəri Qaynağı..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "_Pilot Qurğuları..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Əlaqəni Çatdır"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Əlaqəyə İsmarış Göndər"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Çap Et"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Zərfi Çap Et"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "Qovluğa _Köçürt..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "Qovluğa _Daşı ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Kəs"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Köçürt"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Yapışdır"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3090,8 +3121,8 @@ msgstr "Yapışdır"
msgid "Delete"
msgstr "Sil"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "_Hazırkı Görünüş"
@@ -3100,7 +3131,7 @@ msgstr "_Hazırkı Görünüş"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,ç,d,e,ə,f,g,ğ,h,i,j,k,,l,m,n,o,ö,p,q,r,s,ş,t,u,ü,v,w,x,y,z"
@@ -3108,10 +3139,18 @@ msgstr ",123,a,b,c,ç,d,e,ə,f,g,ğ,h,i,j,k,,l,m,n,o,ö,p,q,r,s,ş,t,u,ü,v,w,x,
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,ç,d,e,ə,f,g,ğ,h,i,j,k,,l,m,n,o,ö,p,q,r,s,ş,t,u,ü,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3240,7 +3279,7 @@ msgid "Include:"
msgstr "Daxil et :"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Mənzərə"
@@ -3260,12 +3299,12 @@ msgstr "Kənarlar"
msgid "Number of columns:"
msgstr "Sütunların miqdarı :"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Seçənəklər"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "İstiqamət"
@@ -3288,7 +3327,7 @@ msgstr "Kağız qaynağı :"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Portret"
@@ -3344,26 +3383,26 @@ msgstr "En :"
msgid "_Font..."
msgstr "_Yazı növü ..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr "Adsız görüş"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Yüksək"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Normal"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Alçaq"
@@ -3413,37 +3452,37 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Evolutionun məktub yazıçısı emalatxanası."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Evolution Təqvim iTip/iMip Nümayişçisi"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Evolutionun Təqvim əlavəsi."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr "Evolutionun Vəzifə parçası emalatxanası."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Təqvim iTip nümayiş idarəsi emalatxanası."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Nümunəvi Təqvim idarəsi emalaxanası"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr "Təqvim editor dialoqları mərkəzləşdirmə emalatxanası."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Evolutionun komponent editor parçasının emalatxanası."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Alarm vermə xidməti"
@@ -3510,7 +3549,7 @@ msgstr ""
"xatırlatma ekranı göstərəcəkdir."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Xəbərdarlıq"
@@ -3537,15 +3576,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Mənə bir də soruşma."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "GNOME başladıla bilmədi"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Alarm vermə xidməti yaradıla bilmir"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "Alarm vermə xidməti emalatxanası yaradıla bilmir"
@@ -3561,7 +3596,7 @@ msgstr "Daxil edən izah"
msgid "Comment contains"
msgstr "Daxil edən şərh"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Oxşar Olmayan"
@@ -3572,7 +3607,7 @@ msgstr "%A %d %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a %b %d"
@@ -3631,37 +3666,37 @@ msgstr "E"
msgid "W"
msgstr "Çərş."
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Boş"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Məşğul"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Başlamayıb"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "İşləyir"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Bitirmə Tarixi"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3672,33 +3707,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Yoxdur"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Təkrarlayan"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Vəzifələndirilmiş"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Bəli"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Xeyr"
@@ -3718,7 +3753,7 @@ msgstr "Həftəlik Nümayiş"
msgid "Month View"
msgstr "Aylıq Nümayiş"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3729,10 +3764,10 @@ msgid "Folder containing appointments and events"
msgstr "Görüş və hadisələri daxil edən qovluq"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Vəzifə"
@@ -3741,59 +3776,59 @@ msgstr "Vəzifə"
msgid "Folder containing to-do items"
msgstr "Ediləcəkləri daxil edən qovluq"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr "Yeni İclas"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr "İclas"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Yeni bir iclas yarat"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr "Xəbərlər Qurğuları"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr "İclas"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Yeni bir vəzifə yarat"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr "Yeni Vəzifə"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Vəzifə"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Yeni bir vəzifə yarat"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Yeni İclas"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "Yeni _Görüş"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Yeni bir iclas yarat"
@@ -4006,7 +4041,7 @@ msgstr "Xatırladıcılar"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Mündəricat:"
@@ -4035,7 +4070,7 @@ msgstr "görüşün sonu"
msgid "hour(s)"
msgstr "saat"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "dəqiqə"
@@ -4213,7 +4248,7 @@ msgid "_Fri"
msgstr "_Cüm"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_Ümumi"
@@ -4356,61 +4391,61 @@ msgstr " (Ait "
msgid "Due "
msgstr "Aidiyyət"
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Cism güncəllənə bilmədi!"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Cism güncəllənə bilmədi!"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "İclası düzəlt"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "İclas - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Vəzifə - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Jurnal üzvü - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Mündəricat yoxdur"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Fərqli qeyd et ..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Hazırkı buraxılış öyrənilə bilmədi!"
@@ -4482,13 +4517,13 @@ msgstr "Təkrarlama"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Vaxtlaşdırılır"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "İclas"
@@ -4613,7 +4648,7 @@ msgid "Member"
msgstr "Üzv"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4836,7 +4871,7 @@ msgstr "Bitirmə Tarixi:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Hərəkət Lazımdır"
@@ -4863,11 +4898,11 @@ msgstr "Əsas"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Vəzifələndirilmiş"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4936,13 +4971,13 @@ msgstr "90%"
msgid "100%"
msgstr "10%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Seçili üzv silinir"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Aç"
@@ -4952,30 +4987,30 @@ msgstr "_Aç"
msgid "_Save as..."
msgstr "Fərqli qeyd et ..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Çap Et ..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "Kə_s"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Köçürt"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -5004,8 +5039,8 @@ msgstr "Vəzifələri Qurtardı deyə _İşarələ"
msgid "_Delete Selected Tasks"
msgstr "Seçili Vəzifələri _Sil"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Cismlər güncəllənir"
@@ -5062,14 +5097,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %m/%d/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %m/%d/%Y %I:%M:%S %p"
@@ -5091,164 +5126,146 @@ msgstr "%02i dəqiqə bölmələri"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Yeni _Görüş"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Yeni Bütün Gün _Hadisəsi"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "İclas"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Yeni Vəzifə"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Çap Et ..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "_Bugünə Get"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "Tarixə _Get..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "Sərbəst/Məşğul Məlumatını _Dərc Et"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "Quraşdırma"
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Quraşdırma"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "Fərqli _Qeyd Et ..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "_Görüşləri Planlaşdır"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "v_Calendar şəklində çatdır"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Bu Vaqeənin _Daşına Bilməsinə İmkan Ver"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Bu _Vaqeəni Sil"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "_Bütün Vaqeələri Sil"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr "GNOME Pilot vasitəlri deyəsən sistemə qurulu deyil."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr "%s icra xətası."
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
-msgstr "İclas başlayır: <b>"
-
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
-msgstr "Vəzifə başlayır: <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr "Sərbəst/Məşğul infosu başlayır: <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr "Başlayır: <b>"
-
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr "İclas sonlanır: <b>"
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr "Sərbəst/Məşğul infosu sonlanır: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
+#: calendar/gui/e-itip-control.c:593
+#, fuzzy
+msgid "<b>Ends:</b> "
msgstr "Sonlanır: <b>"
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr "Vəzifə Qurtardı: <b>"
+#: calendar/gui/e-itip-control.c:606
+#, fuzzy
+msgid "<b>Completed:</b> "
+msgstr "Qurtarılıb "
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr "Vəzifə Vaxtı: <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr "iCalendar Məlumatı"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr "iCalendar Xətası"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr "Naməlum şəxs"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
@@ -5256,331 +5273,331 @@ msgstr ""
"<br> Xahiş edirik, aşağıdakı məlumatı gözdən keçirdin və aşağıdakı menüdən "
"gediçi seçin."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Heç biri</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr ""
"\n"
"Coğrafi Yerləşmə: "
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "_Hal:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr "Qəbul Edildi"
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr "Girişimli qəbul et"
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "Rədd Edildi"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Naməlum"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr "Gediş seç:"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr "Güncəllə"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "Oldu"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr "Qəbul Et"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr "Girişimli qəbul et"
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr "Rədd Et"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr "Sərbəst/Məşğul Məlumatını Yolla"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr "Cavablayıcı vəziyyətini güncəllə"
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr "Ən Son Məlumatı Yolla"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Ləğv Et"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> görüş məlumatını dərc edib."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "Görüş Məlumatı"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> sizin görüşdə olmağınızı xahiş edir."
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Görüş Məqsədi"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> mövcud görüşə əlavə etmək istəyir."
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Görüş Güncəllənməsi"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> ən son görüş məlumatını almaq istəyir."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "Görüş Güncəllənmə İstəyi"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> görüş istəyini cavabladı."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Görüş Cavabı"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> görüşü ləğv etdi."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Görüş Ləğvi"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> pozğun ismarış yolladı."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "Pis Görüş İsmarışı"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> vəzifə məlumatını dərc etdi."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "Vəzifə Məlumatı"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> sizdən vəzifəni görməyinizi istədi."
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr "Vəzifə Təklifi"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> mövcud vəzifəyə qoşulmaq istəyir."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "Vəzifə Gencəllənməsi"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> ən son vəzifə məlumatını almaq istəyir."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "Vəzifə Güncəllənmə İstəyi"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> vəzifə verilməsinə cavab verdi."
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "Vəzifə Cavabı"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> vəzifəni ləğv etdi."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "Vəzifə Ləğvi"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "Pis Vəzifə İsmarışı"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> sərbəst/məşğul məlumatını dərc etdi."
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "Sərbəst/Məşğul Məlumatı"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> sizin sərbəst/məşğul məlumatınızı istəyir."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "Sərbəst/Məşğul İstəyi"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b> sərbəst/məşğul istəyinə cavab verdi."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "Sərbəst/Məşğul Cavabı"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr "Pis Sərbəst/Məşğul İsmarışı"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr "Qovluq geri dönülməz şəkildə xəsarət alıb."
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr "Bu ismarış təkə dəstəklənməyən istəklər daxil edir."
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr "İlişgidəki hökmlü təqvim ismarışı daxil etmir"
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr "İlişgidəki göstəriləbilən təqvim üzvləri daxil etmir"
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "Üzv göndərilə bilmədi!\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "Gübcəlləmə Qurtardı\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr "Təqvim faylı güncəllənə bilmədi!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
"İştirakçı vəziyyəti üzvün artıq mövcud olmadığından ötrü güncəllənə bilmədi"
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr "İştirakçı vəziyyəti səhv haldan ötrü güncəllənə bilmədi!\n"
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr "İştirakçı vəziyyəti güncəlləndi\n"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
#, fuzzy
msgid "Attendee status could not be updated!\n"
msgstr "İştirakçı vəziyyəti güncəllən bilmədi!\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "Çıxartma Qurtardı"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "Üzv göndərildi!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr "Üzv göndərilə bilmədi!\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Qovluq Seçin"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Qovluq Seçin"
@@ -5626,7 +5643,7 @@ msgstr "başlama tarixi"
msgid "Chair Persons"
msgstr "İştirakçılar"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "Lazımi İştirakçılar"
@@ -5635,56 +5652,57 @@ msgid "Optional Participants"
msgstr "Ehtiyatdakı İştirakçılar"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "Qeyri-İştirakçılar"
+#, fuzzy
+msgid "Resources"
+msgstr "Mənbə"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Şəxsi"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Qrup"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Mənbə"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Otaq"
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Stul"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "Lazımi İştirakçılar"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Ehtiyatdakı İştirakçılar"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "Qeyri İştirakçılar"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Girişimli"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Temsil Edildi"
@@ -5695,22 +5713,22 @@ msgstr "İşləyir"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%a %B %d %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %m/%d/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%m/%d/%Y"
@@ -5774,8 +5792,8 @@ msgstr "İclas başlama saatı :"
msgid "Meeting _end time:"
msgstr "İclas sonlanma saatı :"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "Vəzifələr %s vaxtl açılır"
@@ -5790,7 +5808,7 @@ msgstr "`%s' dakı (dəki) vəzifələr yüklənə bilmədi"
msgid "The method required to load `%s' is not supported"
msgstr "`%s' i(ı) yükləməyə yarayan yol dəstəklənmir"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "`%s'da(də) qovluq yarada bilmədim"
@@ -5810,26 +5828,42 @@ msgstr "Seçili üzv silinir"
msgid "Expunging"
msgstr "Qovluq açılır"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Yeni _Görüş..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "`%s'da(də) qovluq yarada bilmədim"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "`%s' i(ı) açmağa yarayan yol dəstəklənmir"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "Təqvim %s vaxtı açılır"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "%s qovluğu açılır"
@@ -5890,55 +5924,55 @@ msgstr "Oktyabr"
msgid "September"
msgstr "Sentyabr"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
#, fuzzy
msgid "At least one attendee is necessary"
msgstr "Ən az bir dinləyici vacibdir"
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr "Təşkilatçı bildirlməlidir."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
#, fuzzy
msgid "Event information"
msgstr "təqvim məlumatı"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
#, fuzzy
msgid "Task information"
msgstr "Vəzifə Məlumatı"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
#, fuzzy
msgid "Journal information"
msgstr "Arzuya Bağlı Məlumatlar"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
#, fuzzy
msgid "Free/Busy information"
msgstr "Sərbəst/Məşğul Məlumatı"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
#, fuzzy
msgid "Calendar information"
msgstr "təqvim məlumatı"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "Güncəllə"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Siyahını Yenilə"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Siz hadisənin istirakçısı olmalısınız."
@@ -6175,7 +6209,7 @@ msgid "Print Calendar"
msgstr "Təqvimi çap et"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Çap Etmə nümayişi"
@@ -6198,7 +6232,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "Göstəriləcək vəzifələr qovluğunun URIsi"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
#, fuzzy
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
@@ -6211,12 +6245,12 @@ msgstr ""
"\n"
"İsmarışları həqiqətən də silək?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Mənə bir də soruşma."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Kartları çap et"
@@ -8248,7 +8282,7 @@ msgstr "İsmarışlar daşınır"
msgid "Copying messages"
msgstr "İsmarışlar \"%s\"a(ə) köçürülür"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8256,47 +8290,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Ləğv Edildi."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "POP vericisindən gözlənilməz cavab alındı: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "fayl adı bildirilməyib."
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "İsmarış kriptlənə bilmir: alıcı bildirilməyib."
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8304,18 +8338,24 @@ msgid ""
"%.*s"
msgstr "%s ismarışı ön yaddaşa alına bilmədi: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "%s ismarışı ön yaddaşa alına bilmədi: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "İsmarış kodu açıla bilmir."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "İsmarış kodu açıla bilmir."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "İsmarış təsdiqlənə bilmir: Müvəqqəti fayl yaradıla bilmir: %s"
@@ -8558,7 +8598,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Vericidən xətalı tanıtma istəyi alındı."
@@ -8680,7 +8720,7 @@ msgstr "Başqa qovluq dəstələrinin istəyi olan məktubların oxunması üç
msgid "No provider available for protocol `%s'"
msgstr "`%s' protokolu üçün xidmətçi yoxdur"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8726,11 +8766,11 @@ msgstr "İsmarış kodu açıla bilmir."
msgid "Failed to verify certificates."
msgstr "Vəsiqələr təsdiqlənə bilmir."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr "Qovluq alıa bilmir: Mənbədə hökmsüz əməliyyat"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr "Qovluq yaradıla bilmir: Ambarda sənv əməliyyat aparılıb"
@@ -8951,77 +8991,105 @@ msgstr "Qovluq adı dəyişdirilə bilmir: %s: Səhv əməliyyat"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Qovluq adı dəyişdirilə bilmir: %s: Belə qovluq yoxdur"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Əməliyyat ləğv edildi"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "Verici gözlanilməz şakildə bağlantını kəsdi: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "IMAP vericisindən gözlənilməz cavab alındı: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP əmri iflas etdi: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "Verci cavabı çox tez sonlandı."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "IMAP vericisi cavabı %s məlumatını daxil etmir"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "IMAP vericisindən gözlənilməz qəbul cavabı alındı: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "%s qovluğunu yarada bilmədim: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "%s üçün mündəricat yüklənə bilmədi"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "Qovluq dağıdılıb vericidə yerinə yenisi yaradıldı."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Dəyişdirilmiş ismarışda dəyişikliklər daranır"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "İsmarış kodu açıla bilmir."
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"İSmarıc alına bilmir: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Belə bir ismarış yoxdur"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Bu ismarış hazırda mövcuddur"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "Yeni ismarışların icmalı alınır"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Yeni ismarışlar daranır"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "FETCH cavabında ismarış gövdəsi tapıla bilmədi"
@@ -9046,7 +9114,7 @@ msgstr "Yeni ePoçt üçün baxılır"
msgid "Check for new messages in all folders"
msgstr "Bütün qovluqlarda yeni ePoçt üçün bax"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Qovluqlar"
@@ -9076,7 +9144,7 @@ msgstr "IMAP vericisində məktubların saxlanması və oxuna bilməsi üçün."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Parol"
@@ -9085,77 +9153,77 @@ msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
"Bu seçənəklə siz IMAP vericisinə düz mətn parol ilə bağlana biləcəksiniz."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "%s SMTP vericisi"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s üstündə %s üçün %s xidmətləri"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Bağlantı Ləğv edildi"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "%s a(ə) bağlana bilmirəm (qapı %d): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"POP vericisinə bağlana bilmədim.\n"
"İstifadəçi adı göndərilmə xətası oldu: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "Əməliyyat dəstəklənmir"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Tanıtma bacarılmadı."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "Qovluq boş deyil"
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "%s IMAP vericisi %s tanıtma növünü dəstəkləmir"
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "%s Tanıtma növü dəßtəklənmir"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sLütfən %s@%s üçün IMAP parolunu girin"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Parolu girmədiniz."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9166,19 +9234,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "%s deyə bir qovluq yoxdur"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "Qovluq ad Return xarakteri daxil edə bilməz."
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Naməlum xəta: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "Əlaqəli qovluğun alt qovluqlara malik olmağına icazə verilməyib"
@@ -9319,27 +9392,6 @@ msgstr "Maildir imsarış əlavə edilməsi ləğv edildi"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "İsmarış məktub qovluğu fayllına əlavə edilə bilmir: %s: %s "
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"İSmarıc alına bilmir: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Belə bir ismarış yoxdur"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9429,18 +9481,18 @@ msgstr "%s üstündə qovluq qıfılı yaradıla bilmədi: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Məktub qutusu açıla bilmir: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr "Məktub əlavəsi ləğv edildi"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "İsmarış mbox fayllına əlava edilə bimir: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9449,11 +9501,11 @@ msgstr ""
"İsmarış alına bilmir: %s qovluğundan %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "Qovluq geri dönülməz şəkildə xəsarət alıb."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "İSmarıc quruluşu bacarılmadı: Məktub qutusu yoxsa xəsərlidir?"
@@ -9559,12 +9611,13 @@ msgstr "Naməlum xəta: %s"
msgid "Could not store folder: %s"
msgstr "Qovluq yenidən adlandırıla bilmir: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Müvəqqəti məktub qutusuna yazıla bilmir: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Müvəqqəti məktub qutusuna yazılma bacarılmadı: %s: %s"
@@ -9778,7 +9831,7 @@ msgstr "İsmarışları Vericidə burax"
msgid "Delete after %s day(s)"
msgstr "%s gün sonra sil"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9870,7 +9923,7 @@ msgid "No such folder `%s'."
msgstr "`%s' deyə bir qovluq yoxdur."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9925,7 +9978,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Sendmail proqramı ilə məktub göndərilməsi"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -10040,40 +10093,40 @@ msgstr "Tanıtma lazımdır"
msgid "Welcome response error"
msgstr "RSET cavablama xətası: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"POP vericisinə bağlana bilmədim.\n"
"İstifadəçi adı göndərilmə xətası oldu: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr "Bu ismarış düzgün qurulmuşa oxşamır"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "AUTH istək vaxt dolması. %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "RSET cavablama xətası: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "%s SMTP vericisi %s tanıtma növünü dəstəkləmir"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sLütfən %s@%s üçün SMTP parolunu girin"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -10084,90 +10137,90 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "%s SMTP vericisi"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "%s dan(dən) SMTP məktub göndərilməsi"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "İsmarış göndrərilə bilmədi: göndərənin ünvanı hökmsüzdür."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "İsmarış göndərilir"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "İsmarış göndrərilə bilmədi: alıcı bildirilməyib."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "İsmarış göndrərilə bilmədi: alıcı bildirilməyib."
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "SMTP Qarşılaması"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "RSET istək vaxt dolması. %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "RSET cavablama xətası: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP Tanıtma"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "SASL tanıtma cismi yaratma xətası."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "AUTH istək vaxt dolması. %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "AUTH istək bacarılmadı."
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Vericidən xətalı tanıtma istəyi alındı.\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "MAİL FROM istək vaxt dolması: %s: məktub göndərilə bilmədi"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr "MAİL FROM cavablama xətası: %s: məktub göndərilə bilmədi"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "RCTP TO istək vaxt dolması: %s: məktub göndərilə bilmədi"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "DATA istək vaxt dolamsı. %s: məktub göndərilə bilmədi"
@@ -10175,39 +10228,39 @@ msgstr "DATA istək vaxt dolamsı. %s: məktub göndərilə bilmədi"
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr "RSET cavablama xətası: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
"DATA göndərmə vaxt dolması: ismarış qurtarılır: %s: məktub göndərilə bilmədi"
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr "Vericidən xətalı tanıtma istəyi alındı."
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "RSET istək vaxt dolması. %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr "RSET cavablama xətası: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "AUTH istək vaxt dolması. %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr "RSET cavablama xətası: %s"
@@ -10281,7 +10334,7 @@ msgstr "MIME növü:"
msgid "Suggest automatic display of attachment"
msgstr "İlişdirilmişin öz-özünə göstərilməyini tövsiyyə et"
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Ünvan dəftəri üçün buraya tıqla"
@@ -10292,45 +10345,45 @@ msgstr "Ünvan dəftəri üçün buraya tıqla"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Cavab ver"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "Göndərən:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Mövzu :"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "Gn:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "İsmarışın göndərildiği adamlar"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "İsmarışın nüsxəsinin göndəriləcəyi ünvanlar"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10341,11 +10394,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "_Qapı:"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "izah"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10365,34 +10423,34 @@ msgstr ""
"%s faylı oxunurkən xəta oldu:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Xəbərdarlıq!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "Fayl mövcuddur, üstünə yazaq?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Fayl qeyd edərkən xəta oldu: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Fayl yüklərkən xəta oldu: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "Fayla yetişilirkən xəta oldu: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "Editordan ismarışlar alına bilmir"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10401,7 +10459,7 @@ msgstr ""
"Faylda axtarış aparıla bilmir: %s\n"
" %s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10410,7 +10468,7 @@ msgstr ""
"Fayl parçalana bilmir: %s\n"
" %s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10419,7 +10477,7 @@ msgstr ""
"İsmarışın öz-özünə qeyd edilmə xatası: %s:\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10427,49 +10485,28 @@ msgstr ""
"Ximian Evolution əvvəlki iclasdan qalan qeyd edilməmiş fayllar tapdı.\n"
"Onları indi bərpa etməyə cəhd etməyimi istəyirsiniz?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Bu ismarış göndərilə bilmədi.\n"
-"\n"
-"Dəyişiklikləri qeyd etmak istəyirsiniz?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "Xəbərdarlıq: Düzəldilmiş İsmarış"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Faylı aç"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Imzanı qeyd et"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (varsayılan) "
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Bir ismarış yaz"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10477,7 +10514,7 @@ msgstr ""
"Yazıçı pəncərəsi yaradıla bilmir:\n"
"Ünvan seçici idarə fəaliyyətə keçirilə bilmir."
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10485,7 +10522,7 @@ msgstr ""
"Yazıçı pəncərəsi yaradıla bilmir:\n"
"HTML editor parçası fəaliyyətə keçirilə bilmir."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10552,7 +10589,7 @@ msgstr "Daxil edən mövzu"
msgid "Subject does not contain"
msgstr "Daxil etməyən mövzu"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10580,92 +10617,92 @@ msgstr "Kateqoriyalar"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %m/%d/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %m/%d/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %m/%d/%Y %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a %m/%d/%Y %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%m/%d/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%m/%d/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%m/%d/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%m/%d/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%m/%d/%Y %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%m/%d/%Y %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "saniyə"
@@ -10779,32 +10816,32 @@ msgstr ""
"'%s' qaydalı ifadələrdə xəta oldu:\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Vacib"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "İşləyir"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Toqo"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "sonra"
@@ -11075,7 +11112,7 @@ msgstr "deyil"
msgid "is not Flagged"
msgstr "Bayraqlı"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr ""
@@ -11141,7 +11178,7 @@ msgstr "azdır"
msgid "Score"
msgstr "Xal"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Göndərən"
@@ -11178,7 +11215,7 @@ msgstr "başlayır"
msgid "Stop Processing"
msgstr "İşi Dayandır"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Mövzu"
@@ -11245,7 +11282,7 @@ msgstr "%s daranır"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Məktub"
@@ -11311,7 +11348,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution köhnə Netscape verilənlərini idxal edir"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Zibil Qutusu"
@@ -11387,67 +11424,71 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Evolutionun məktub yazıçısı emalatxanası."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Evolutionun məktub yazıçısı emalatxanası."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr ""
+"Məktub hesabları yaradın və ya təkmilləşdirin, başqa əməliyyatlar aparın"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Məktub taşkilatcısı Evolution parçası."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Evolutionun ePoçt yazıçısı."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Evolutionun icracı mündəricat parçası."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Evolutionun məktub qovluğu nümayişcisi."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Evolutionun məktub qovluğu nümayişcisi emalatxanası."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Evolutionun məktub yazıçısı emalatxanası."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Məktub Mündəricatı parçası emalatxanası."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "Təkrarlama _yoxudr"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr "Hesablar"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Poçt quraşdırılma ara üzü"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Məktub daxil edən qovluq"
@@ -11472,7 +11513,7 @@ msgstr "Xüsusiyyətlər..."
msgid "Change this folder's properties"
msgstr "Qovluqların seçənəklərini dəyişdir"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11480,256 +11521,256 @@ msgstr ""
"Bəzi məktub qurğularınız deyəsən xəsarət görüb, xahiş edirik, hər şeyin "
"yerində olub olmadığını yoxlayın."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "Məktub nəql yolunu bildirməmisən"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Xəbərdarlıq: Düzəldilmiş İsmarış"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Yeni Məktub İsmarışı"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_Məktub İsmarışı"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Bir ismarış yaz"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Sonrakı İsmarış"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Əvvəlki İsmarış"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Yeni Məktub İsmarışı"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Evolutionun ePoçt parçasını başlada bilmədim ."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr "Evolutionun poçt quraşdırma parçasını başlada bilmədim ."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr "Evolutionun qovluq info parçasını başlada bilmədim ."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Vericiyə bağlantı qurulur..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "Nüsxəni qabıq ilə qeyd edə bilmədim"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "\"%s\"in Seçənəkləri"
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Seçənəklər"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Müvəqqəti qovluq yaradıla bilmədi: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d yeni"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d gizli"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d seçili"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d yollanmamış"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d yollanmış"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "cəmi %d"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "İsmarışdan _Virtual Qovluq Yarat"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "_Mövzudakı vFolder"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "Gön_dərəndəki vFolder"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "_Alıcıdakı vFolder"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "Məktublaşma Q_rupundakı VFolder"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Mö_vzudakı Süzgəc"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Gön_dərəndəki Süzgəc"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "_Alıcıdakı Süzgəc"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "_Məktublaşma Qrupundakı Süzgəc"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "Yeni İsmarış olaraq _Düzəlt ..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Çap Et"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "Göndərənə _Cavab Ver"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "_Qrupa Cavab Ver"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "_Hamısına Cavab Ver"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Çatdır"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Bitirmə Tarixi"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Təmizlə"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Oxun_muş olaraq İşarələ"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Ox_unmamış olaraq İşarələ"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "_Vacib olaraq İşarələ"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "_Qeyri-Vacib olaraq İşarələ"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Geri Gətir"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "Qovluğa _Daşı ..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "Qovluğa _Köçürt..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Yollayanı Ünvan dəftərinə Əlavə Et"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "Süzgəclər Əlavə Et"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "İsmarışdan Qa_yda Yarat"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "Məktublaşma Qrupundakı VFolder"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Məktublaşma Qrupunda Süz (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "(%s) Məktublaşma Qrupundakı VFolder"
@@ -11803,20 +11844,20 @@ msgstr "Lazımi bütün məlumatlar verilməlidir."
msgid "Evolution Account Editor"
msgstr "Evolution Hesab Düzəldicisi"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Qovşaq:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "İ_stifadəci Adı:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_Cığır:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Eyni adda və iki hesab yarada bilməzsiniz."
@@ -11845,7 +11886,7 @@ msgid "Enable"
msgstr "Fəallaşdır"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Fəal"
@@ -11899,7 +11940,7 @@ msgstr ""
" '%s'\n"
"Və güncəlləndilər."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11911,7 +11952,7 @@ msgstr ""
"bunu quraşdırmalısınız.\n"
"Bunu indi quraşdırmaq istəyirsiniz?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11919,7 +11960,7 @@ msgstr ""
"ePoçt göndərməkdən əvvəl bir \n"
"şəxs tanıtmalısan."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11928,7 +11969,7 @@ msgstr ""
"nəqliyyatını qurmalısan."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11936,11 +11977,11 @@ msgstr ""
"HTML şəklində imsarış göndərirsiniz, amma aşağıdakı alıcılar HTML şəklində "
"məktub istəmirlər:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Yenə də yollayaq?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11948,7 +11989,7 @@ msgstr ""
"Bu ismarışın mövzusu yoxdur .\n"
"Həqiqətən də göndərim?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -11956,11 +11997,11 @@ msgstr ""
"Nə vaxta qədər ki, əlaqə siyahınız qrup ünvanıarını gizləyəcək şəkildə "
"sazlanıb, bi ismarış təkcə Bcc alıcılar daxil edəcək."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "İsmarış təkcə Bcc alıcıları daxil edir."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -11970,11 +12011,11 @@ msgstr ""
"məlumatlndırmaq istəsin.\n"
"Yenə də göndərək?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Məktubu göndərə bilmək üçün alıcını da bildirməlisən."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11982,28 +12023,28 @@ msgstr ""
"Bu hesab üçün lahiyə cərgəsə açıla bilmədi.\n"
"Əsas lahiyə cərgəsini işlətmək istəyirsiniz?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "naməlum yollayan"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "%a, %Y-%m-%d at %H:%M, tarixidə %%s yazmışdır ki:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "İsmarış(ları) buraya daşı "
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "İsmarış(ları) buraya köçürt"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Bütün `%d' ismarışlarını düzəltmək istəyirsiniz?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -12011,7 +12052,7 @@ msgstr ""
"Siz sadəcə olaraq Vəzifələr qovluğundakı\n"
"ismarışları düzəldə bilərsiniz."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -12019,39 +12060,39 @@ msgstr ""
"Sadəcə olaraq Göndərilən cərgəsinə qeyd edilən\n"
"ismarışları yeniden gönderebilirsiniz."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Həqiqətən də bütün `%d' ismarışı yenidən yollamaq istəyirsən?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Heç İsmarış Seçilmədi"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Faylının üsütünə yazım mı?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "İsmarışı Fərqli Qeyd Et..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "İsmarışları Fərqli Qeyd Et..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Sonrakı oxunamış ismarışı göstər"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -12063,7 +12104,7 @@ msgstr ""
"\n"
"İsmarışları həqiqətən də silək?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -12072,28 +12113,28 @@ msgstr ""
"Süzgəc məlumatını yükləmə xətası:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Süzgəclər"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "%d İsmarışın %d qədərə alınır"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "İsmarışı Çap Et"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "İsmarıların çap edilməsi bacarılmadı"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr "Bütün %d ismarışlarını başqa pəncərədə açmaq istəyirsiniz?"
@@ -12114,7 +12155,7 @@ msgstr "izah"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "Adsız Əlaqə"
@@ -12186,20 +12227,20 @@ msgstr ""
"Bu ad təkcə ekranda göstərilmək məqsədilə işlədiləcəkdir."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Evolution Hesab Yardımçısı"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Hesab"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Xidmət Yoxlanılır"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Vericiyə bağlantı qurulur..."
@@ -12376,317 +12417,321 @@ msgstr "Digital ID-lər..."
msgid "Do not quote original message"
msgstr "İsmarış açıla bilmir"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Qurtardı"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "_Lahiyələr qovluğu:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "Fə_allaşdır"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "Şərq"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "Daxil edən ePoçt"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "ePoçt Ünvanı: "
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "Çıxışda zibil qutularını _boşalt"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr "Gedişi işə sal"
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "sonlanır"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Seçənəklər"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Çatdırılmış ismarış"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "Digital ID Al..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "Sitatları belə _Rəngləndir"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Kimlik"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "Daxili"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Qeyd Et və Qapat"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "_Rəsmləri Yüklə"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "ePoçt Quraşdırılması"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "Məktub qutusu yeri"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "İsmarış Başlığı"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "_İsmarış Ekranı"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "Mikroneziya"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr "ePoçt Quraşdırılması"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Arzuya Bağlı Məlumatlar"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "_Orqanizasiya:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
#, fuzzy
msgid "PGP/GPG _Key ID:"
msgstr "PGP _Açar ID:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Rəng al"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Təkcə _Bcc alıcıları bildirlən ismarış yollamağa çalışdığımda bildir"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
#, fuzzy
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Seçili əlaqələri çap et"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr "Qmail cərgəsi "
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "İsmarış açıla bilmir"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr "Sitatlandırılmış"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr "Bu parolu _yadda saxla"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Cavab ver"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "ePoçt Alınır"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Alma Seçənəkləri"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Bu parolu yadda saxla"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "İstənən Məlumatlar"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Əsas"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Təhlükəsizlik"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr "Etibarlı MIME"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "PGP binarını seç"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "ePoçt Göndərilir"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr "Göndərilən _ismarışlar qovluğu:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Göndərilən və Lahiyə İsmarışları"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr "Veri_ci tanıtmaya ehtiyac hiss edər"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Verici Quraşdırılması"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr "Verici _Növü: "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Qısa Yollar"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Imzanı qeyd et"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Imzanı qeyd et"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Tərz adı :"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "Standart UNIX poçt qutusu faylı"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Dəyişən"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12696,201 +12741,201 @@ msgstr ""
"\n"
"Başlamaq üçün \"Sonrakı\" düyməsinə basın. "
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr "Şərq"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_HTML Imza:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "_Həmişə netdə olmayan rəsmləri yüklə"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr "Bu hesabı işlədərək göndərdiyin bütün məktubları _həmişə imzala"
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr "Kimlik Yo_xlama Növü: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "Kimlik Yo_xlama Növü: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr "Yeni Məktubları _avtomatik yoxla"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "Yeni Məktubları _avtomatik yoxla"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr "_Vəsiqə ID:"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "Qovluq açılırkən Təsdiqlə"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "_HTML Imza:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "Əsas"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Fəallaşdır"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "Fərqli Çatdır"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "_Tam Ad:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "HTML məktubda"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr "Kimlik"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "Yollayan ünvan dəftərində varsa, rəsmləri _yüklə"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "Bunu ə_sas hesab olaraq göstər"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "İsmarışları bundan sonra \"Oxundu\" olaraq _işarələ: "
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Ad:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "Netdə olmayan rəsmləri he_ç bir vaxt yükləmə"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "_PGP binarı cığırı:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr ""
"Əlaqələrə HTML məktubları göndərəndə bu tərzu istəməyənlər varsa xəbər ver"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "_Boş mövzu qisimli məktub göndərdiyim vaxt bildir"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "E-poçt Alınır"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Hamısına cavab ver"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "_Təhlükəsizlik"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_Təhlükəsizlik"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "E-poçt Göndərilir"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Vaxt Fərqli Göstər"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_HTML Imza:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "E_tibarlı bağlantı (SSL) işlət"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Dəyişən"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_hər"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " rəng"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr "izah"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12959,127 +13004,132 @@ msgstr "_Rəsmləri Yüklə"
msgid "Loading message content"
msgstr "İsmarış içindəkilər yüklənir"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "Ge_cikmiş işlər:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%b %d %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Körpünü Səyyahda Aç"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Körpü Ünvanınə Köçür"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Körpünü Fərqli qeyd et"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Rəsmi Fərqli qeyd et..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "%s daranır"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s yapışdırılmış fayl"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr "MIME ismarışı açıla bilmədi: Mənbə kodu gösteriliyor."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Tarix"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Səhv Ünvan"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Göndərən"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Cavablama"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Gn:"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr ""
"\n"
"Göndərici: "
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"Bu ismarış digital olaraq imzalanmışdır. Ətraflı məlumat üçün qıfıl "
"timsalına tıqla."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "PGP təsdiq məzmunu yaradıla bilmir."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Bu ismarış digital olaraq imzalanmışdır və original olduğu düşünülür."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
"Bu ismarış digital olaraq imzalanmışdır amma original olduğu düşünülmür."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "FTP saytını göstərən ox (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Yerli faylyi göstərən (%s) oxu \"%s\" saytında hökmlüdür"
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Yerli faylyi göstərən ox (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Uzaq verilənlər (%s) nişanı"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Naməlum xarici məlumatı göstərən ox (\"%s\" növündə "
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Xəsərli xarici proqram parçası."
@@ -13205,59 +13255,59 @@ msgstr "İsmarışlar \"%s\"a(ə) daşınır"
msgid "Copying messages to %s"
msgstr "İsmarışlar \"%s\"a(ə) köçürülür"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "\"%s\" dakı qovluqlar daranır"
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Çatdırılmış ismarış"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "%s qovluğu açılır"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "%s qaynağı açılır"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "%s qovluğu çıxardılır"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "%s qovluğu saxlanılır"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Qovluq yenilənir"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Qovluq açılır"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "%s ismarışı alınır"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "%d ismarış alınır"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "%d ismarış qeyd edilir"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13266,7 +13316,7 @@ msgstr ""
"Nəticə faylı yaradıla bilmir: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13275,11 +13325,11 @@ msgstr ""
"İsmarışların buraya qeyd edilmə xatası: %s:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Yapışdırılmış Fayl Qeyd Edilir"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13288,22 +13338,22 @@ msgstr ""
"Yekun faylı yaradıla bilmir: %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Data yazıla bilmədi: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "%s ilə bağlantı kəsilir"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "%s ilə bağlantı yenidən qurulur"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "A_xtar"
@@ -13374,25 +13424,25 @@ msgstr "Güncəllənir ..."
msgid "Waiting..."
msgstr "Gözləyir..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "İstifadəçi əməliyyatı ləğv etdi."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "Bu parolu _yadda saxla"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
#, fuzzy
msgid "_Remember this password for the remainder of this session"
msgstr "Bu iclas boyunca bu parolu yadda saxla"
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "%s üçün Parol girin"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "Parol Girin"
@@ -13415,41 +13465,24 @@ msgstr ""
"\n"
"Dəyişikliklərinizin qeyd edilməyini istəyirsinizmi?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Ad :"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Imzanı qeyd et"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "HTML imza faylı:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Çatdırılmış ismarış - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Çatdırılmış ismarış"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Çatdırılmış İsmarış"
@@ -13507,67 +13540,67 @@ msgstr "(Mövzusuz)"
msgid "%s - Message"
msgstr "%s - İsmarış"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Görülməmiş"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Görülmüş"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Cavab cerilmiş"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "Çoxlu Görülməmiş İsmarış"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "Çoxlu İsmarış"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "Ən Alçaq"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Alçalt"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Yüksək"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "Ən Yüksək"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Bugün %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Sabah: %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %l %M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%b %d %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "İsmarış siyahısı yaradılır"
@@ -13646,68 +13679,94 @@ msgstr "Nümayiş"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "%s altındakı qovluqlar daranır (\"%s\" üstündəki)"
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "\"%s\" üstündəki kök səviyyəsi qovluqlar daranır"
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "\"%s\" qovluğuna qeydiyyat aparılır"
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "\"%s\" qovluğuna qeydiyyat silinir"
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Qovluq"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "_Qovluqda qeyd et ..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "Heç verici seçilməyib"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Verici seçin."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr " Siyahını _Yenilə"
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "Bütün qovluqlar"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "Göstərmə seçənəkləri"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "Aprel"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Qapat"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Göstərmə seçənəkləri"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "Belə başlayan ada malik qovluqlar:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "Üzvlükləri Düzəlt"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "Vericidəki _qovluqları göstər: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Siyahını Yenilə"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Qovluq Seçin"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Fayl seç"
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_Qeydiyyatdan Keç"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "Qeydiyyatdan _Çıx"
@@ -13718,28 +13777,29 @@ msgstr "Evolution İcmalını daxil edən qovluqlar"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Evolution İcmalını daxil edən qovluqlar"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Evolutionun ePoçt yazıçısı."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Evolutionun Vəzifə parçası emalatxanası."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Məktub Mündəricatı parçası emalatxanası."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "İcmam Qurğuları"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
#, fuzzy
msgid "Aarhus"
@@ -24593,23 +24653,23 @@ msgstr "Türkçə"
msgid "Folder containing the Evolution Summary"
msgstr "Evolution İcmalını daxil edən qovluqlar"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Görüşlər"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Görüş yoxdur"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr "%k:%M %d %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l:%M %d %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
#, fuzzy
msgid "No description"
msgstr "izah"
@@ -24672,11 +24732,11 @@ msgstr "Ə_lavə Et"
msgid "Shown"
msgstr "Yağış"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Vəzifə yoxdur"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(İzahsız)"
@@ -24709,7 +24769,7 @@ msgstr "İcmalı Çap Et"
msgid "Printing of Summary failed"
msgstr "İcmal Çapı bacarılmadı"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "İcraçı icmal qismi Bonobo-nu hazırlaya bilmədi.\n"
@@ -25991,18 +26051,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Evolutionun məktub yazıçısı emalatxanası."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Qurğular"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Evolution qabığı."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Təfsilatı Göstər"
@@ -26030,7 +26090,7 @@ msgstr "Qovluq Seçin"
msgid "Drafts"
msgstr "Lahiyə"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Gələnlər qutusu"
@@ -26469,27 +26529,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution Alarmı"
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "%s qovluğu açılır"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "%s qovluğu açılır"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "%s da(də) Aç ..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Qovluq yenidən adlandırıla bilmir: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -26572,30 +26632,30 @@ msgstr "Xətdən Qopuq _İşlə"
msgid "Work Offline"
msgstr "Xətdən Qopuq İşlə"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "( Heç bir qovluq göstərilmir )"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(Heç Biri)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution hazırda xətdədir. Xətdən çıxmaq üçün bu düyməyə basın."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evolution xətdən çıxmaq gedişatındadır."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -26618,7 +26678,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "Yerli qeydi quraşdıra bilmədim -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -26629,19 +26689,19 @@ msgstr ""
"şəkildə öldü. Evolution proqramından çıxıb yenidən başlatmalısınız ki,\n"
"verilənlərə yenidən çata biləsiniz."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Hökmsüz arqumentlər"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "OAF-a qeyd edə bilmirəm"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "Quraşdırma Databeyzi Tapılmadı"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Ümumi xəta"
@@ -26842,7 +26902,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%d%% qurtardı)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<qovluq seçmək üçün buraya tıqlayın>"
@@ -26883,63 +26943,63 @@ msgstr ""
"Fəallaşdırma sistemi xətası:\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "CORBA xətası"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Kəsilmiş"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "Səhv qrqument"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "Onsuz da yiyəsi var"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Yiyəsi yoxdur"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Tapıla bilmədi"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Dəstəklənməyən növ"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Dəstəklənməyən sxem"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Dəstəklənməyən gedişat"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Daxili xəta"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Mövcuddur"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "Hökmsüz URI"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Alt qovluqları var"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Heç yer qalmayıb"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "Köhnə yiyəsi öldü"
@@ -26997,29 +27057,21 @@ msgid "Specify where to create the folder:"
msgstr "Qovluğun yaradılacağı yeri göstərin:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Yeni _Qovluq Yarat..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Qovluq adı:"
+msgid "_Account:"
+msgstr "Hesab"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "_Verici adı:"
+msgid "_Folder Name:"
+msgstr "Qovluq adı:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "İ_stifadəci Adı:"
@@ -27119,15 +27171,15 @@ msgstr "Mənə bir də soruşma"
msgid "Evolution can import data from the following files:"
msgstr "Evolution aşağıdakı fayllardan verilənləri ala bilər:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution əndə çıxır..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -27137,7 +27189,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -27147,53 +27199,57 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution _FAQ"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Mənə bir də soruşma"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "Ximian Evolution qabığına çata bilmədim."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Ximian Evolution qabığını başlada bilmədim: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Açılış ekranını gösdərmə"
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "İdxal başlanır"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Ağıllı İdxalçılar Başladılır"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Bütün xəta ayıqlama verilənlərini bir fayla yazdır."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Bonobo parçalar sistemini başlada bilmədim."
@@ -27406,14 +27462,6 @@ msgstr "İş həftəsini göstər"
msgid "Week"
msgstr "Həftə"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Qapat"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "Bu üzvü qapat"
@@ -28353,10 +28401,6 @@ msgstr "Qovluğu qeydiyyatlı qovluqlar siyahısına al"
msgid "F_older"
msgstr "_Qovluq"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Siyahını Yenilə"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Qovluqlar Siyahısını Yenilə"
@@ -28920,21 +28964,21 @@ msgstr "İsmarış"
msgid "Don't show this message again."
msgstr "Bu ismarışı bir də göstərmə."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "İndi Axtar"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Təmizlə"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Təmizlə"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "İndi Axtar"
@@ -28960,6 +29004,81 @@ msgstr "init_corba(): GNOME başladıla bilmədi"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): Bonobonu başlada bilmədim"
+#~ msgid "Error in search expression."
+#~ msgstr "Axtarış ifadəsində xəta."
+
+#~ msgid "Restarting search."
+#~ msgstr "Axtarış yenidəm başladılır."
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "URL `%s' alına bilmir"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "2-ci ePoçt ünvanı"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Alarm vermə xidməti yaradıla bilmir"
+
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "İclas başlayır: <b>"
+
+#~ msgid "Task begins: <b>"
+#~ msgstr "Vəzifə başlayır: <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Sərbəst/Məşğul infosu başlayır: <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr "Başlayır: <b>"
+
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "İclas sonlanır: <b>"
+
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Sərbəst/Məşğul infosu sonlanır: <b>"
+
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Vəzifə Qurtardı: <b>"
+
+#~ msgid "Task Due: <b>"
+#~ msgstr "Vəzifə Vaxtı: <b>"
+
+#~ msgid "Non-Participants"
+#~ msgstr "Qeyri-İştirakçılar"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Bu ismarış göndərilə bilmədi.\n"
+#~ "\n"
+#~ "Dəyişiklikləri qeyd etmak istəyirsiniz?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (varsayılan) "
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Imzanı qeyd et"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "HTML imza faylı:"
+
+#~ msgid " _Refresh List "
+#~ msgstr " Siyahını _Yenilə"
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "Vericidəki _qovluqları göstər: "
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "_Verici adı:"
+
#~ msgid ""
#~ "Evolution is unable to get the addressbook local storage.\n"
#~ "This may have been caused by the evolution-addressbook component "
@@ -29511,9 +29630,6 @@ msgstr "init_bonobo(): Bonobonu başlada bilmədim"
#~ "\n"
#~ "Ümumi Açar:\t"
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "LDAP vericiyə bağlantı qurulur..."
-
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "LDAP vericiyə bağlantı qurulmağı gözlənilir..."
@@ -29840,10 +29956,6 @@ msgstr "init_bonobo(): Bonobonu başlada bilmədim"
#~ msgid "_Task..."
#~ msgstr "_Vəzifə..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr ""
-#~ "Məktub hesabları yaradın və ya təkmilləşdirin, başqa əməliyyatlar aparın"
-
#~ msgid "_Mail Settings..."
#~ msgstr "_Məktub Qurğuları..."
diff --git a/po/bg.po b/po/bg.po
index 2a43573f8d..3c768fba6f 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.1\n"
-"POT-Creation-Date: 2002-08-19 23:17+0300\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-08-16 02:00+0300\n"
"Last-Translator: Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@@ -32,7 +32,7 @@ msgid "Imports VCard files into Evolution."
msgstr " VCard ."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr " :"
@@ -42,12 +42,12 @@ msgid "Name"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Email"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr ""
@@ -57,16 +57,16 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr ""
@@ -76,12 +76,12 @@ msgid "Bus"
msgstr ". ."
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr ""
@@ -92,13 +92,13 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr ""
@@ -108,19 +108,19 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr ". "
@@ -129,13 +129,13 @@ msgid "Bus Fax"
msgstr ". "
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr " "
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr " 2"
@@ -144,68 +144,68 @@ msgid "Bus 2"
msgstr " 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr " 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr " "
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr ". 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr ". 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Web "
@@ -214,7 +214,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr ""
@@ -223,7 +223,7 @@ msgid "Dep"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr ""
@@ -232,12 +232,12 @@ msgid "Off"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr ""
@@ -246,7 +246,7 @@ msgid "Prof"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr ""
@@ -259,7 +259,7 @@ msgid "Ass"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr ""
@@ -268,12 +268,12 @@ msgid "Nick"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "()"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr ""
@@ -286,7 +286,7 @@ msgid "CALUri"
msgstr "URI"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "Free-busy "
@@ -337,7 +337,7 @@ msgstr "VCard %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -345,7 +345,7 @@ msgid "Could not initialize Bonobo"
msgstr " Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2806
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "..."
@@ -353,43 +353,33 @@ msgstr "..."
msgid "Loading..."
msgstr ""
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr " ."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:654
+#: addressbook/backend/pas/pas-backend-ldap.c:677
#, fuzzy
msgid "Reconnecting to LDAP server..."
msgstr " LDAP ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1187
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr " LDAP ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1289
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr " LDAP ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1522
-#: addressbook/backend/pas/pas-backend-ldap.c:1525
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr " LDAP ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2743
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr " LDAP ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2826
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr " "
-#: addressbook/backend/pas/pas-backend-ldap.c:2850
-#, fuzzy
-msgid "Could not parse query string"
-msgstr " URL `%s'"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -438,48 +428,48 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr " Evolution "
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
-msgid "Control that displays an Evolution addressbook minicard."
+msgid "Configure access to LDAP directory servers here"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
-msgid "Directory Servers"
+msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
-msgid "Evolution Addressbook minicard viewer"
+msgid "Directory Servers"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+msgid "Evolution Addressbook minicard viewer"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr " Evolution "
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
#, fuzzy
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr " Evolution "
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
-msgid "Factory for the sample Addressbook control"
-msgstr ""
-
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
+msgid "Factory for the sample Addressbook control"
msgstr ""
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -499,29 +489,29 @@ msgstr "LDAP "
msgid "LDAP server containing contact information"
msgstr "LDAP "
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr " "
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr " "
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr " "
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr " _"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr " "
@@ -547,30 +537,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "IMAP %s "
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
" :\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "IMAP %s "
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "(SSL evolution)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr " gnome-vfs"
@@ -578,7 +568,7 @@ msgstr " gnome-vfs"
msgid "Other Contacts"
msgstr " "
-#: addressbook/gui/component/addressbook.c:469
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr " "
@@ -624,44 +614,72 @@ msgstr ""
" URI, LDAP .\n"
" "
-#: addressbook/gui/component/addressbook.c:615
-#: addressbook/gui/component/addressbook.c:618
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr " %s ( %s)"
-#: addressbook/gui/component/addressbook.c:743
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr " "
-#: addressbook/gui/component/addressbook.c:744
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr ". 2"
+msgid "Email begins with"
+msgstr " "
-#: addressbook/gui/component/addressbook.c:745
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr " "
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:746
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr " "
-#: addressbook/gui/component/addressbook.c:747
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:975
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr " "
-#: addressbook/gui/component/addressbook.c:1057
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr ""
@@ -676,7 +694,7 @@ msgstr "()"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr " . "
@@ -728,53 +746,53 @@ msgid " S_how Supported Bases "
msgstr " _ "
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr ""
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr ""
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "80%"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr ""
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr ""
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -930,8 +948,8 @@ msgstr " : "
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr ""
@@ -1136,7 +1154,7 @@ msgstr "_"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1214,7 +1232,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1296,7 +1314,7 @@ msgstr " "
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1328,11 +1346,11 @@ msgstr "(%d )"
msgid "Unnamed Contact"
msgstr " "
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr " "
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr " "
@@ -1397,7 +1415,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr " "
@@ -1464,9 +1482,9 @@ msgstr " _HTML mail"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:151
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2278,7 +2296,7 @@ msgstr " "
#: addressbook/gui/contact-editor/e-contact-editor-address.c:306
#, fuzzy
-msgid "Saint Vincent And The Grenadines"
+msgid "Saint Vincent And The Grena-dines"
msgstr " "
#: addressbook/gui/contact-editor/e-contact-editor-address.c:307
@@ -2531,23 +2549,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr " ?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr " "
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr " :"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr " VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr " : `%s'"
@@ -2561,7 +2579,7 @@ msgid "Edit Full"
msgstr " "
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr " "
@@ -2714,11 +2732,11 @@ msgid "contact-list-editor"
msgstr " "
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr " "
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr " VCard"
@@ -2777,20 +2795,20 @@ msgstr " "
msgid "Search"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 "
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr " %d "
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr " %s"
@@ -2802,15 +2820,15 @@ msgid "Error modifying card"
msgstr " "
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr " "
@@ -2819,7 +2837,7 @@ msgid "Repository offline"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr " "
@@ -2836,7 +2854,7 @@ msgid "Protocol not supported"
msgstr " "
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2891,7 +2909,7 @@ msgstr " "
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr " "
@@ -2933,160 +2951,160 @@ msgstr " "
msgid "Copy cards to"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr " VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr " ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_ "
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr " Pilot..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr " ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr " ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3094,8 +3112,8 @@ msgstr ""
msgid "Delete"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "_ "
@@ -3104,7 +3122,7 @@ msgstr "_ "
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"
@@ -3112,10 +3130,18 @@ msgstr ",123,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3244,7 +3270,7 @@ msgid "Include:"
msgstr ":"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr ""
@@ -3269,7 +3295,7 @@ msgid "Options"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr ""
@@ -3292,7 +3318,7 @@ msgstr " :"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr ""
@@ -3354,20 +3380,20 @@ msgstr " "
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr ""
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr ""
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr ""
@@ -3417,35 +3443,35 @@ msgid "Configuration control for the Evolution Calendar."
msgstr " Evolution "
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr " Evolution iTip/iMip "
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr " Evolution "
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr " Evolution"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr ""
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr " "
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
-msgid "Factory to centralize calendar component editor dialogs"
-msgstr ""
-
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
-msgid "Factory to create a component editor factory"
+msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
+msgid "Factory to create a component editor factory"
msgstr ""
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
@@ -3510,7 +3536,7 @@ msgstr ""
" ."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2868
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr ""
@@ -3531,15 +3557,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr " ."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr " GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr " "
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr ""
@@ -3555,7 +3577,7 @@ msgstr " "
msgid "Comment contains"
msgstr " "
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr ""
@@ -3566,7 +3588,7 @@ msgstr "%A %d %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a %d %b"
@@ -3625,37 +3647,37 @@ msgstr ""
msgid "W"
msgstr ""
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr ""
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr ""
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr " "
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr " "
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr ""
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3666,33 +3688,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2012
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr ""
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr ""
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr ""
@@ -3712,7 +3734,7 @@ msgstr " "
msgid "Month View"
msgstr " "
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3723,7 +3745,7 @@ msgid "Folder containing appointments and events"
msgstr " "
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
@@ -3735,59 +3757,59 @@ msgstr ""
msgid "Folder containing to-do items"
msgstr " "
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr " "
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr " "
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr " "
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr ""
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr " "
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr " "
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr " "
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr " "
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr " _"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr " "
@@ -4345,61 +4367,61 @@ msgstr " ("
msgid "Due "
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr " !"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr " !"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr " "
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr " "
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1146
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr " ..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr " !"
@@ -4471,13 +4493,13 @@ msgstr ""
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr ""
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr ""
@@ -4822,7 +4844,7 @@ msgstr " :"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr " "
@@ -4849,7 +4871,7 @@ msgstr ""
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr ""
@@ -4868,56 +4890,67 @@ msgid "_Due Date:"
msgstr "_ "
#: calendar/gui/e-calendar-table.c:440
+#, c-format
msgid "0%"
msgstr "0%"
#: calendar/gui/e-calendar-table.c:441
+#, c-format
msgid "10%"
msgstr "10%"
#: calendar/gui/e-calendar-table.c:442
+#, c-format
msgid "20%"
msgstr "20%"
#: calendar/gui/e-calendar-table.c:443
+#, c-format
msgid "30%"
msgstr "30%"
#: calendar/gui/e-calendar-table.c:444
+#, c-format
msgid "40%"
msgstr "40%"
#: calendar/gui/e-calendar-table.c:445
+#, c-format
msgid "50%"
msgstr "50%"
#: calendar/gui/e-calendar-table.c:446
+#, c-format
msgid "60%"
msgstr "60%"
#: calendar/gui/e-calendar-table.c:447
+#, c-format
msgid "70%"
msgstr "70%"
#: calendar/gui/e-calendar-table.c:448
+#, c-format
msgid "80%"
msgstr "80%"
#: calendar/gui/e-calendar-table.c:449
+#, c-format
msgid "90%"
msgstr "90%"
#: calendar/gui/e-calendar-table.c:450
+#, c-format
msgid "100%"
msgstr "100%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr " "
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_"
@@ -4927,30 +4960,30 @@ msgstr "_"
msgid "_Save as..."
msgstr " ..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr ""
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr ""
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4979,8 +5012,8 @@ msgstr "_ "
msgid "_Delete Selected Tasks"
msgstr "_ "
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr " "
@@ -5037,14 +5070,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %m/%d/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %m/%d/%Y %I:%M:%S %p"
@@ -5066,108 +5099,108 @@ msgstr "%02i "
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr " _"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr " _ "
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr ""
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr " "
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr " _"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr " _ ..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_ "
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr ""
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr ""
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr " ..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr " _"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr " _i"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr " _"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr " _"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr " _"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr " GNOME Pilot "
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
@@ -5228,28 +5261,28 @@ msgid "Status:"
msgstr "_:"
#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:465
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr " "
#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:468 calendar/gui/itip-utils.c:494
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr ""
#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
@@ -5268,7 +5301,7 @@ msgstr ""
#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "OK"
@@ -5296,8 +5329,8 @@ msgstr " "
msgid "Send Latest Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:482
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr ""
@@ -5578,7 +5611,7 @@ msgstr " "
msgid "Chair Persons"
msgstr ""
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr ""
@@ -5587,56 +5620,57 @@ msgid "Optional Participants"
msgstr " "
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr " "
+#, fuzzy
+msgid "Resources"
+msgstr ""
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr ""
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr ""
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr ""
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr ""
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr " "
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr " "
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr " "
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr ""
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr ""
@@ -5654,15 +5688,15 @@ msgstr "%A, %B %d, %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %m/%d/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%m/%d/%Y"
@@ -5726,8 +5760,8 @@ msgstr " :"
msgid "Meeting _end time:"
msgstr " :"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1973
-#: calendar/gui/gnome-cal.c:1984
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr " %s"
@@ -5742,7 +5776,7 @@ msgstr " `%s'"
msgid "The method required to load `%s' is not supported"
msgstr " `%s' "
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr " `%s'"
@@ -5762,21 +5796,21 @@ msgstr " "
msgid "Expunging"
msgstr " "
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr " _..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr " `%s'"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr " `%s' "
-#: calendar/gui/gnome-cal.c:1732
+#: calendar/gui/gnome-cal.c:1734
#, c-format
msgid ""
"The calendar backend for\n"
@@ -5784,7 +5818,7 @@ msgid ""
" has crashed. You will have to restart Evolution in order to use it again"
msgstr ""
-#: calendar/gui/gnome-cal.c:1737
+#: calendar/gui/gnome-cal.c:1739
#, c-format
msgid ""
"The task backend for\n"
@@ -5792,12 +5826,12 @@ msgid ""
" has crashed. You will have to restart Evolution in order to use it again"
msgstr ""
-#: calendar/gui/gnome-cal.c:1956
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr " %s"
-#: calendar/gui/gnome-cal.c:1995
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr " %s"
@@ -5858,49 +5892,49 @@ msgstr ""
msgid "September"
msgstr ""
-#: calendar/gui/itip-utils.c:355
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr " ."
-#: calendar/gui/itip-utils.c:391
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr " ."
-#: calendar/gui/itip-utils.c:434
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr " "
-#: calendar/gui/itip-utils.c:436
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr " "
-#: calendar/gui/itip-utils.c:438
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr " "
-#: calendar/gui/itip-utils.c:440
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr " /"
-#: calendar/gui/itip-utils.c:442
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr " "
-#: calendar/gui/itip-utils.c:478
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr ""
-#: calendar/gui/itip-utils.c:486
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr " "
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:669
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr " ."
@@ -6136,7 +6170,7 @@ msgid "Print Calendar"
msgstr " "
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3156
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr " "
@@ -6159,7 +6193,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "URI "
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
#, fuzzy
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
@@ -6173,12 +6207,12 @@ msgstr ""
"\n"
" ?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2640
-#: mail/mail-callbacks.c:2882
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr " ."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr " "
@@ -8102,7 +8136,7 @@ msgstr " "
msgid "Copying messages"
msgstr " %s"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8110,47 +8144,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr " POP : %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr " "
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr " : "
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8158,18 +8192,24 @@ msgid ""
"%.*s"
msgstr " %s: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr " %s: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr " "
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr " "
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr " : : %s"
@@ -8412,7 +8452,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr " ."
@@ -8532,7 +8572,7 @@ msgstr ""
msgid "No provider available for protocol `%s'"
msgstr " `%s'"
-#: camel/camel-session.c:542
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8578,11 +8618,11 @@ msgstr " "
msgid "Failed to verify certificates."
msgstr " "
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr " . "
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr " : "
@@ -8803,77 +8843,105 @@ msgstr " %s "
msgid "Cannot rename folder: %s: No such folder"
msgstr " %s "
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2488
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr " "
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2491
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr " : %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr " IMAP : %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP : %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr " "
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "IMAP %s "
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr " OK IMAP : %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr " %s: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr " %s"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr " ."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr " "
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr " "
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+" : %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr " "
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr " "
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr " "
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr " "
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr " FETCH ."
@@ -8898,7 +8966,7 @@ msgstr " "
msgid "Check for new messages in all folders"
msgstr " "
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr ""
@@ -8936,77 +9004,77 @@ msgstr ""
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr " IMAP "
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s %s %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr " "
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr " %s ( %d): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
" POP .\n"
" %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr " "
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr " "
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr " "
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "IMAP %s %s"
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr " %s"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%s IMAP %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr " ."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9017,19 +9085,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1432
-#: camel/providers/imap/camel-imap-store.c:1569
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr " %s"
-#: camel/providers/imap/camel-imap-store.c:1756
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr " 'Return'"
-#: camel/providers/imap/camel-imap-store.c:1794
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr " : %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr " "
@@ -9170,27 +9243,6 @@ msgstr ""
msgid "Cannot append message to maildir folder: %s: %s"
msgstr " maildir : %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-" : %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr " "
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9282,18 +9334,18 @@ msgstr " %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr " mailbox: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr " "
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr " mbox : %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9302,11 +9354,11 @@ msgstr ""
" %s %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr " ."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr " : mailbox?"
@@ -9411,12 +9463,13 @@ msgstr " : %s"
msgid "Could not store folder: %s"
msgstr " : %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr " mailbox: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr " mailbox : %s: %s"
@@ -9887,40 +9940,40 @@ msgstr " "
msgid "Welcome response error"
msgstr "RSET : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
" POP .\n"
" %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr " ."
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "AUTH : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "RSET : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "SMTP %s %s"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%s SMTP %s@%s"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9931,90 +9984,90 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "SMTP %s"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr " : ."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr " "
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr " : "
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr " : "
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "SMTP "
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "AUTH : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "RSET : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP "
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr " SASL "
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "AUTH : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "AUTH "
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr " .\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "MAIL FROM %s "
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr "MAIL FROM %s: "
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr ""
@@ -10022,38 +10075,38 @@ msgstr ""
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr "RSET : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr " ."
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr "RSET : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "AUTH : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr "RSET : %s"
@@ -10286,43 +10339,32 @@ msgstr ": "
msgid "Open file"
msgstr " "
-#: composer/e-msg-composer.c:1935
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1972
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr " "
-#: composer/e-msg-composer.c:2013 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2025
-#, fuzzy
-msgid "Set as default"
-msgstr " ( )"
-
-#: composer/e-msg-composer.c:2202 composer/e-msg-composer.c:2810
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr " "
-#: composer/e-msg-composer.c:2827
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2853 composer/e-msg-composer.c:2908
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
msgstr ""
-#: composer/e-msg-composer.c:3859
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10386,7 +10428,7 @@ msgstr " "
msgid "Subject does not contain"
msgstr " "
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2507
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10414,87 +10456,87 @@ msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %m/%d/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %m/%d/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %m/%d/%Y %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a %m/%d/%Y %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%m/%d/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%m/%d/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%m/%d/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%m/%d/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%m/%d/%Y %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%m/%d/%Y %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
@@ -10613,33 +10655,33 @@ msgstr ""
" '%s':\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
#: mail/mail-config.glade.h:63
msgid "Important"
msgstr ""
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
+#: filter/filter-label.c:137 mail/mail-config.c:77
#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr ""
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:86
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
#, fuzzy
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
+#: filter/filter-label.c:139 mail/mail-config.c:79
#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr ""
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:67
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr ""
@@ -10908,7 +10950,7 @@ msgstr " "
msgid "is not Flagged"
msgstr ""
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr ""
@@ -10975,7 +11017,7 @@ msgstr " "
msgid "Score"
msgstr ""
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1798
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr ":"
@@ -11012,7 +11054,7 @@ msgstr " "
msgid "Stop Processing"
msgstr " "
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr ""
@@ -11079,7 +11121,7 @@ msgstr " \"%s\""
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr ""
@@ -11145,7 +11187,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution Netscape"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr ""
@@ -11221,67 +11263,70 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr " Evolution "
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr " Evolution "
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr " "
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr " Evolution ."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr " Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr " Evolution "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr " Evolution "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "_ "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:70
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr " Mail "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr " "
@@ -11306,7 +11351,7 @@ msgstr "..."
msgid "Change this folder's properties"
msgstr " "
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11314,257 +11359,257 @@ msgstr ""
" , "
" ."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr " "
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr ": "
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr " _Mail "
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_ "
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr " "
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr " "
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr " "
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr " _Mail "
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr " mail Evolution."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
" mail Evolution ."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr " mail Evolution ."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr " ..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr " shell"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr " \"%s\""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr ""
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr " : %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d "
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d "
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr " %d "
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr " %d "
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr " %d "
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d "
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr " _ "
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "VFolder _"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "_v "
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "v_ "
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr " _Mailing List"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr " _"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr " _"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr " _"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr " Mailing _List"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr " ..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr ""
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr " "
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr " "
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr " "
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr ""
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr ""
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr ""
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr ": "
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr ": "
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr " _"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr " _"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr " "
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr " ..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr " ..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr " "
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr " "
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr " "
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr " "
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr " (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr " (%s)"
@@ -11652,7 +11697,7 @@ msgstr "_ :"
msgid "_Path:"
msgstr "_:"
-#: mail/mail-account-gui.c:1847
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr " ."
@@ -11731,7 +11776,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11743,7 +11788,7 @@ msgstr ""
" .\n"
" ?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11751,7 +11796,7 @@ msgstr ""
" \n"
" ."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11760,7 +11805,7 @@ msgstr ""
" ."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11768,11 +11813,11 @@ msgstr ""
" HTML- , "
"HTML :\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr " ?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11780,28 +11825,28 @@ msgstr ""
" .\n"
" ?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr " Bcc ."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr " () ."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11809,28 +11854,28 @@ msgstr ""
" .\n"
" ?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr " "
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr " %a, %Y-%m-%d %H:%M, %%s :"
-#: mail/mail-callbacks.c:1679 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr " (/) "
-#: mail/mail-callbacks.c:1681 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr " (/) "
-#: mail/mail-callbacks.c:2351
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr " , %d ?"
-#: mail/mail-callbacks.c:2376
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11838,7 +11883,7 @@ msgstr ""
" \n"
" Drafts."
-#: mail/mail-callbacks.c:2415
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11846,39 +11891,39 @@ msgstr ""
" \n"
" Sent."
-#: mail/mail-callbacks.c:2429
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr " , %d ?"
-#: mail/mail-callbacks.c:2455
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr " "
-#: mail/mail-callbacks.c:2500 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr " ?"
-#: mail/mail-callbacks.c:2554
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr " ..."
-#: mail/mail-callbacks.c:2556
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr " ..."
-#: mail/mail-callbacks.c:2625
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr " "
-#: mail/mail-callbacks.c:2632
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2875
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11891,7 +11936,7 @@ msgstr ""
"\n"
" ?"
-#: mail/mail-callbacks.c:2988
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11900,28 +11945,28 @@ msgstr ""
" :\n"
"%s"
-#: mail/mail-callbacks.c:3000
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr ""
-#: mail/mail-callbacks.c:3044
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr " %d %d"
-#: mail/mail-callbacks.c:3097
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr " "
-#: mail/mail-callbacks.c:3124
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "US-"
-#: mail/mail-callbacks.c:3163
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr " "
-#: mail/mail-callbacks.c:3332
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -11943,7 +11988,7 @@ msgstr " "
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2919
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr " "
@@ -12015,20 +12060,20 @@ msgstr ""
" ."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr " Evolution "
-#: mail/mail-config.c:633
+#: mail/mail-config.c:635
#, c-format
msgid "Account %d"
msgstr " %d"
-#: mail/mail-config.c:2639
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr " "
-#: mail/mail-config.c:2717 mail/mail-config.c:2721
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr " ..."
@@ -12791,132 +12836,137 @@ msgstr " _"
msgid "Loading message content"
msgstr " "
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "_ :"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%b %d %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "_ "
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr " "
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr " (FIXME)"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr " ..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr " \"%s\""
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s "
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr " MIME . ."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr ""
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr " "
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr ""
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "-"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr ""
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr ""
"\n"
" : "
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
" . "
" ."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr " PGP"
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
#, fuzzy
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
" . "
" ."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
#, fuzzy
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
" . "
" ."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr " FTP (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr " (%s) \"%s\""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr " (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr " (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr " (\"%s\" type)"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -13040,59 +13090,59 @@ msgstr " %s"
msgid "Copying messages to %s"
msgstr " %s"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr " \"%s\""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr " "
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr " %s"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr " %s"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr " %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr " %s"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr " "
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr " "
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr " %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr " %d "
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr " %d "
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13101,7 +13151,7 @@ msgstr ""
" : %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13110,11 +13160,11 @@ msgstr ""
" : %s:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr " "
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13123,22 +13173,22 @@ msgstr ""
" : %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr " : %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr " %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr " %s"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr ""
@@ -13209,25 +13259,25 @@ msgstr " ..."
msgid "Waiting..."
msgstr " ..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr " ."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "_ "
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
#, fuzzy
msgid "_Remember this password for the remainder of this session"
msgstr " "
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr " %s"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr " "
@@ -13250,41 +13300,24 @@ msgstr ""
"\n"
" ?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr ":"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr " "
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "HTML "
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr " - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr " "
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr " "
@@ -13337,67 +13370,67 @@ msgstr "( )"
msgid "%s - Message"
msgstr "%s - "
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr ""
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr ""
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr ""
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr " "
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr " "
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr " "
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr ""
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr " "
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr " "
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr " %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr " %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %l:%M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%b %d %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr " "
@@ -13574,28 +13607,29 @@ msgstr " Evolution"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr " Evolution"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr " Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr " Evolution"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr " Evolution "
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr " "
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr ""
@@ -23509,7 +23543,7 @@ msgstr " "
msgid "Printing of Summary failed"
msgstr " "
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr ""
@@ -24787,18 +24821,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr " Evolution "
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr " "
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Shell Evolution"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr " "
@@ -24825,7 +24859,7 @@ msgstr " "
msgid "Drafts"
msgstr ""
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Inbox"
@@ -25367,31 +25401,31 @@ msgstr " '_Offline'"
msgid "Work Offline"
msgstr " 'Offline'"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "( )"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "()"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Evolution 'online'. "
" 'offline'."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Evolution 'offline'."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -25415,7 +25449,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr " -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -25427,19 +25461,19 @@ msgstr ""
"\n"
" ."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr " "
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr " OAF"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr " "
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr " "
@@ -25682,63 +25716,63 @@ msgstr ""
" :\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr " CORBA"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr ""
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr " "
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr " "
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr " "
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr " "
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr " "
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr " "
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr " "
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr " "
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr ""
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr " URI"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr " "
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr " "
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr " "
@@ -25796,29 +25830,21 @@ msgid "Specify where to create the folder:"
msgstr " :"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr " ..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr " :"
+msgid "_Account:"
+msgstr ""
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr " :"
+msgid "_Folder Name:"
+msgstr " :"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "_ :"
@@ -25920,15 +25946,15 @@ msgstr " "
msgid "Evolution can import data from the following files:"
msgstr "Evolution :"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution ..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25938,7 +25964,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25948,53 +25974,57 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr " Evolution"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr " "
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr " Ximian Evolution shell."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr " Ximian Evolution shell: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr " 'splash' "
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr " "
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr " "
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr " ."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr " Bonobo"
@@ -27708,21 +27738,21 @@ msgstr ""
msgid "Don't show this message again."
msgstr " ."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr " "
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr ""
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr ""
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr " "
@@ -27748,6 +27778,43 @@ msgstr "init_corba(): GNOME"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): Bonobo"
+#~ msgid "Error in search expression."
+#~ msgstr " ."
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr " URL `%s'"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr ". 2"
+
+#, fuzzy
+#~ msgid "<- _Remove"
+#~ msgstr ""
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr " "
+
+#~ msgid "Non-Participants"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " ( )"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "HTML "
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr " :"
+
#~ msgid "Restarting search."
#~ msgstr " ."
@@ -28087,10 +28154,6 @@ msgstr "init_bonobo(): Bonobo"
#~ msgid "Are you sure you want to remove the \"%s\" folder?"
#~ msgstr " , \"%s\"?"
-#, fuzzy
-#~ msgid "&lt;- _Remove"
-#~ msgstr ""
-
#~ msgid "%s: Inbox"
#~ msgstr "%s: Inbox"
@@ -28567,9 +28630,6 @@ msgstr "init_bonobo(): Bonobo"
#~ msgid "This message contains invalid recipients:"
#~ msgstr " :"
-#~ msgid "Account"
-#~ msgstr ""
-
#~ msgid "Composer"
#~ msgstr ""
@@ -28663,9 +28723,6 @@ msgstr "init_bonobo(): Bonobo"
#~ msgid "_Task..."
#~ msgstr "_..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr " "
-
#~ msgid "_Mail Settings..."
#~ msgstr " ..."
diff --git a/po/ca.po b/po/ca.po
index 1b4d2ec426..60a0763fc8 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 0.0.6\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2000-11-01 00:40+0100\n"
"Last-Translator: Quico Llach <tradgnome@softcatala.org>\n"
"Language-Team: Catalan <linux@softcatala.org>\n"
@@ -33,24 +33,24 @@ msgid "Imports VCard files into Evolution."
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
#, fuzzy
msgid "File As"
msgstr "Arxiva com:"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Nom"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
#, fuzzy
msgid "Email"
msgstr "Adrea electrnica 2"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Primari"
@@ -61,16 +61,16 @@ msgstr "Primari"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Assistent"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Feina"
@@ -81,12 +81,12 @@ msgid "Bus"
msgstr "Ocupat"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Crida de retorn"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Empresa"
@@ -98,13 +98,13 @@ msgstr "Copia"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Particular"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organitzaci"
@@ -114,19 +114,19 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mbil"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Cotxe"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Fax de la feina"
@@ -136,13 +136,13 @@ msgid "Bus Fax"
msgstr "Fax de la feina"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Fax particular"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Feina 2"
@@ -152,69 +152,69 @@ msgid "Bus 2"
msgstr "Ocupat"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Particular 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "XDSI"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Altres"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Un altre fax"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Busca"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Rdio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Tlex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
#, fuzzy
msgid "TTY"
msgstr "TTY/TDD"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "Adrea electrnica 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "Adrea electrnica 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr ""
@@ -223,7 +223,7 @@ msgid "Url"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
#, fuzzy
msgid "Department"
msgstr "_Departament:"
@@ -233,7 +233,7 @@ msgid "Dep"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
#, fuzzy
msgid "Office"
msgstr "_Oficina"
@@ -244,13 +244,13 @@ msgid "Off"
msgstr "_Oficina"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
#, fuzzy
msgid "Title"
msgstr "_Ttol:"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
#, fuzzy
msgid "Profession"
msgstr "_Professi:"
@@ -260,7 +260,7 @@ msgid "Prof"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
#, fuzzy
msgid "Manager"
msgstr "Busca"
@@ -275,7 +275,7 @@ msgid "Ass"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
#, fuzzy
msgid "Nickname"
msgstr "_Sobrenom:"
@@ -286,13 +286,13 @@ msgid "Nick"
msgstr "_Sobrenom:"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
#, fuzzy
msgid "Spouse"
msgstr "_Cnjuge:"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
#, fuzzy
msgid "Note"
msgstr "Cap"
@@ -307,7 +307,7 @@ msgid "CALUri"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr ""
@@ -363,7 +363,7 @@ msgstr "Si us plau, introduu la contrasenya NNTP per a %s@%s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -371,7 +371,7 @@ msgid "Could not initialize Bonobo"
msgstr "No s'ha pogut inicialitzar el Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
#, fuzzy
msgid "Searching..."
msgstr "Cerca"
@@ -381,48 +381,35 @@ msgstr "Cerca"
msgid "Loading..."
msgstr "_Parmetres"
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
+#: addressbook/backend/pas/pas-backend-ldap.c:677
#, fuzzy
-msgid "Error in search expression."
-msgstr ""
-"Error en preparar-se per a %s:\n"
-"%s"
+msgid "Reconnecting to LDAP server..."
+msgstr "Connexi de prova a \"%s\""
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
#, fuzzy
msgid "Adding card to LDAP server..."
msgstr "Connexi de prova a \"%s\""
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
#, fuzzy
msgid "Removing card from LDAP server..."
msgstr "Imprimeix l'agenda"
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr ""
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Error en llegir el fitxer de correu: %s"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr ""
-"No s'ha pogut obrir el fitxer `%s':\n"
-"%s"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -471,56 +458,56 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
#, fuzzy
msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
"Utilitat de configuraci per al conducte de la llibreta d'adreces de "
"l'Evolution\n"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
#, fuzzy
msgid "Directory Servers"
msgstr "N_ou servidor de directori"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
#, fuzzy
msgid "Evolution Addressbook minicard viewer"
msgstr "Conducte de la llibreta d'adreces de l'Evolution"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
#, fuzzy
msgid "Factory for the Addressbook Minicard control"
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
#, fuzzy
msgid "Factory for the Addressbook's address popup"
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
#, fuzzy
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
#, fuzzy
msgid "Factory for the sample Addressbook control"
msgstr "Feu clic aqu per a la llibreta d'adreces"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -548,32 +535,32 @@ msgstr ""
"Error en carregar la informaci del filtre:\n"
"%s"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
#, fuzzy
msgid "New Contact"
msgstr "Visualitza tots els contactes"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
#, fuzzy
msgid "_Contact"
msgstr "_Contactes..."
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Crea un nou contacte"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "New Contact List"
msgstr "Visualitza tots els contactes"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "_Contactes..."
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Crea un nou contacte"
@@ -602,30 +589,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "La resposta del servidor IMAP no contenia la informaci %s"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Error en carregar la informaci del filtre:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "La resposta del servidor IMAP no contenia la informaci %s"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "El tipus indicat no es suporta en aquest emmagatzemament"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
#, fuzzy
msgid "Could not initialize gnome-vfs"
msgstr "No s'ha pogut inicialitzar el Bonobo"
@@ -635,18 +622,24 @@ msgstr "No s'ha pogut inicialitzar el Bonobo"
msgid "Other Contacts"
msgstr "Contacte _nou"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "No es pot obrir la llibreta d'adreces"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:487
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -654,54 +647,83 @@ msgid ""
"retrieving OpenLDAP from the link below.\n"
msgstr ""
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, fuzzy, c-format
msgid "Enter password for %s (user %s)"
msgstr "Si us plau, introduu la contrasenya NNTP per a %s@%s"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "acaba amb"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "Adrea electrnica 2"
+msgid "Email begins with"
+msgstr "acaba amb"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
#, fuzzy
msgid "Category is"
msgstr "categories"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
#, fuzzy
msgid "Any field contains"
msgstr "El cos cont"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
#, fuzzy
msgid "Advanced..."
msgstr "Afegeix..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
#, fuzzy
msgid "Any Category"
msgstr "categories"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "L'URI que mostrar el navegador de carpetes"
@@ -717,7 +739,7 @@ msgstr "(Sense nom)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Adrea electrnica principal"
@@ -775,50 +797,50 @@ msgstr "Detecta els tipus suportats..."
#: addressbook/gui/component/ldap-config.glade.h:2
#, fuzzy
-msgid "1234"
-msgstr "123"
+msgid "&lt;&lt; Fewer Options"
+msgstr "Opcions"
#: addressbook/gui/component/ldap-config.glade.h:3
-msgid "1:00"
-msgstr ""
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "Elimina"
#: addressbook/gui/component/ldap-config.glade.h:4
-msgid "2:30"
-msgstr ""
+#, fuzzy
+msgid "1234"
+msgstr "123"
#: addressbook/gui/component/ldap-config.glade.h:5
-msgid "3268"
+msgid "1:00"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:6
-msgid "380"
+msgid "2:30"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:7
-msgid "389"
+msgid "3268"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:8
-msgid "5:00"
+msgid "380"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:9
-msgid "636"
+msgid "389"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:10
-msgid "666"
+msgid "5:00"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr "Elimina"
+msgid "636"
+msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Opcions"
+msgid "666"
+msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
@@ -925,7 +947,7 @@ msgid "Mappings"
msgstr "Marges"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "Cada"
@@ -980,8 +1002,8 @@ msgstr "Cerca"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
#, fuzzy
msgid "Searching"
msgstr "Cerca"
@@ -1172,7 +1194,7 @@ msgid "Using email address"
msgstr "Adrea electrnica:"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1180,13 +1202,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Afegeix"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "Afegeix >>"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1227,7 +1249,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1264,7 +1286,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Opcions"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1349,7 +1371,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1386,11 +1408,11 @@ msgstr ""
msgid "Unnamed Contact"
msgstr "Contacte _nou"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr ""
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "Cerca un contacte"
@@ -1460,7 +1482,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Contacta l'editor"
@@ -1534,9 +1556,9 @@ msgstr "Vol rebre correu _HTML"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2677,26 +2699,26 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Voleu suprimir el contacte?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
#, fuzzy
msgid "Category editor not available."
msgstr "No hi ha cap resum disponible."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
#, fuzzy
msgid "This contact belongs to these categories:"
msgstr "El(s) element(s) pertanyen a aquestes categories:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
#, fuzzy
msgid "Save Contact as VCard"
msgstr "Desa com a VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, fuzzy, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "No s'ha pogut suprimir la carpeta `%s': %s"
@@ -2711,7 +2733,7 @@ msgid "Edit Full"
msgstr "Filtres d'edici"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
#, fuzzy
msgid "Full Name"
msgstr "Nom complet:"
@@ -2870,12 +2892,12 @@ msgid "contact-list-editor"
msgstr "Contacta l'editor"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
#, fuzzy
msgid "Contact List Editor"
msgstr "Contacta l'editor"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
#, fuzzy
msgid "Save List as VCard"
msgstr "Desa com a VCard"
@@ -2936,22 +2958,22 @@ msgstr "Afegeix..."
msgid "Search"
msgstr "Cerca"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
#, fuzzy
msgid "No cards"
msgstr "No iniciat"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
#, fuzzy
msgid "1 card"
msgstr "Imprimeix l'agenda"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, fuzzy, c-format
msgid "%d cards"
msgstr " segons"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Error en carregar el fitxer: %s"
@@ -2964,16 +2986,16 @@ msgid "Error modifying card"
msgstr "Error en carregar el fitxer: %s"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
#, fuzzy
msgid "Success"
msgstr "Fonts"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Error desconegut"
@@ -2983,7 +3005,7 @@ msgid "Repository offline"
msgstr "S'est movent"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Perms denegat"
@@ -3002,7 +3024,7 @@ msgid "Protocol not supported"
msgstr "Operaci no suportada"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -3063,7 +3085,7 @@ msgstr "Error en carregar el fitxer: %s"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
#, fuzzy
msgid "Error removing card"
msgstr "Error en llegir el fitxer de correu: %s"
@@ -3106,179 +3128,179 @@ msgstr "No iniciat"
msgid "Copy cards to"
msgstr "No iniciat"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
#, fuzzy
msgid "* Click here to add a contact *"
msgstr "<feu clic aqu per seleccionar una data>"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
#, fuzzy
msgid "Primary Phone"
msgstr "Primari"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
#, fuzzy
msgid "Assistant Phone"
msgstr "Assistent"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
#, fuzzy
msgid "Business Phone"
msgstr "Feina 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
#, fuzzy
msgid "Callback Phone"
msgstr "Crida de retorn"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
#, fuzzy
msgid "Company Phone"
msgstr "Empresa"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
#, fuzzy
msgid "Home Phone"
msgstr "Particular 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
#, fuzzy
msgid "Business Address"
msgstr "Feina 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
#, fuzzy
msgid "Home Address"
msgstr "Comprova l'adrea"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
#, fuzzy
msgid "Mobile Phone"
msgstr "Mbil"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
#, fuzzy
msgid "Business Phone 2"
msgstr "Feina 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
#, fuzzy
msgid "Home Phone 2"
msgstr "Particular 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
#, fuzzy
msgid "Other Phone"
msgstr "Contacte _nou"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
#, fuzzy
msgid "Other Address"
msgstr "Comprova l'adrea"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
#, fuzzy
msgid "Addressbook"
msgstr "Desa a la llibreta d'adreces"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Desa com a VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Visualitza tots els contactes"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Visualitza tots els contactes"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Vs a la carpeta..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "S'est movent"
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Cerca contactes"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "Afegeix una font"
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "_Parmetres"
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
#, fuzzy
msgid "Forward Contact"
msgstr "Reenvia"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
#, fuzzy
msgid "Send Message to Contact"
msgstr "FIXME: Nou _missatge per contactar"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Imprimeix"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
#, fuzzy
msgid "Print Envelope"
msgstr "Imprimeix el missatge..."
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "Copia a la carpeta"
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "Mou a la carpeta"
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
#, fuzzy
msgid "Cut"
msgstr "Personalitzat"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Copia"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Enganxa"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3286,8 +3308,8 @@ msgstr "Enganxa"
msgid "Delete"
msgstr "Suprimeix"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "l'hora actual"
@@ -3296,7 +3318,7 @@ msgstr "l'hora actual"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
@@ -3304,10 +3326,18 @@ msgstr ""
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3441,7 +3471,7 @@ msgid "Include:"
msgstr "Inclou:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Horitzontal"
@@ -3461,12 +3491,12 @@ msgstr "Marges"
msgid "Number of columns:"
msgstr "Nombre de columnes:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Opcions"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Orientaci"
@@ -3489,7 +3519,7 @@ msgstr "Font del paper:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Vertical"
@@ -3546,27 +3576,27 @@ msgstr "Amplada:"
msgid "_Font..."
msgstr "Lletra..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
#, fuzzy
msgid "Untitled appointment"
msgstr "Edita una cita"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Alta"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Normal"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Baixa"
@@ -3616,43 +3646,43 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
#, fuzzy
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Conducte de l'agenda de l'Evolution"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr ""
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
#, fuzzy
msgid "Factory for the Evolution Tasks control"
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
#, fuzzy
msgid "Factory for the calendar iTip view control"
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
#, fuzzy
msgid "Factory for the sample Calendar control"
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
#, fuzzy
msgid "Factory to centralize calendar component editor dialogs"
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
#, fuzzy
msgid "Factory to create a component editor factory"
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr ""
@@ -3720,7 +3750,7 @@ msgid ""
msgstr ""
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
#, fuzzy
msgid "Warning"
@@ -3742,17 +3772,12 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Envia aquest missatge"
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
#, fuzzy
msgid "Could not initialize GNOME"
msgstr "No s'ha pogut inicialitzar el Bonobo"
-#: calendar/gui/alarm-notify/notify-main.c:183
-#, fuzzy
-msgid "Could not create the alarm notify service"
-msgstr "No s'ha pogut crear el directori temporal: %s"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
#, fuzzy
msgid "Could not create the alarm notify service factory"
msgstr "No s'ha pogut crear el directori temporal: %s"
@@ -3772,7 +3797,7 @@ msgstr "Descripci:"
msgid "Comment contains"
msgstr "cont"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr ""
@@ -3784,7 +3809,7 @@ msgstr "%A, %d de %B de %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a %d %b"
@@ -3843,7 +3868,7 @@ msgstr "E"
msgid "W"
msgstr "O"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
#, fuzzy
msgid "Free"
@@ -3851,23 +3876,23 @@ msgstr "setmana"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Ocupat"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "No iniciat"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "En procs"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
@@ -3875,7 +3900,7 @@ msgstr "En procs"
msgid "Completed"
msgstr "% comp_let:"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3886,35 +3911,35 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Cap"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
#, fuzzy
msgid "Recurring"
msgstr "Recurrncia"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
#, fuzzy
msgid "Assigned"
msgstr "Assigna una puntuaci"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
#, fuzzy
msgid "No"
msgstr "Ara"
@@ -3939,7 +3964,7 @@ msgstr "Setmana"
msgid "Month View"
msgstr "Mes"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3950,10 +3975,10 @@ msgid "Folder containing appointments and events"
msgstr ""
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Tasques"
@@ -3963,61 +3988,61 @@ msgstr "Tasques"
msgid "Folder containing to-do items"
msgstr "Filtre sobre la llista de correu"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr "Nova cita..."
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr "Cites:"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Crea una nova cita"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr "Cancellat"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr "Cancellat"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Crea un nou contacte"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr "Tasca"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "_Task"
msgstr "Tasca"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
#, fuzzy
msgid "Create a new task"
msgstr "Crea un nou contacte"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Nova cita..."
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "Nova cita..."
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Crea una nova cita"
@@ -4249,7 +4274,7 @@ msgstr "Recordatoris"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Resum:"
@@ -4281,7 +4306,7 @@ msgstr "Recorda'm totes les cites"
msgid "hour(s)"
msgstr "hores"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
#, fuzzy
msgid "minute(s)"
msgstr "minuts"
@@ -4473,7 +4498,7 @@ msgid "_Fri"
msgstr "dv."
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
#, fuzzy
msgid "_General"
msgstr "General"
@@ -4629,61 +4654,61 @@ msgstr ""
msgid "Due "
msgstr "Data de venciment"
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "No s'han pogut actualitzar correctament els fitxers"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "No s'han pogut actualitzar correctament els fitxers"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Edita una cita"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Cita - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Tasca - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Entrada al diari - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Sense resum"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Anomena i desa..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr ""
@@ -4780,14 +4805,14 @@ msgstr "Recurrncia"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
#, fuzzy
msgid "Scheduling"
msgstr "Seleccioneu una carpeta"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
#, fuzzy
msgid "Meeting"
msgstr "Cancellat"
@@ -4924,7 +4949,7 @@ msgid "Member"
msgstr "desembre"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr ""
@@ -5157,7 +5182,7 @@ msgstr "Data completa:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
#, fuzzy
msgid "Needs Action"
msgstr "Elimina una acci"
@@ -5188,12 +5213,12 @@ msgstr "Enganxa"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
#, fuzzy
msgid "Assignment"
msgstr "Assigna una puntuaci"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -5263,14 +5288,14 @@ msgstr ""
msgid "100%"
msgstr ""
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
#, fuzzy
msgid "Deleting selected objects"
msgstr "Suprimeix un contacte"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
#, fuzzy
msgid "_Open"
@@ -5281,8 +5306,8 @@ msgstr "_Obre"
msgid "_Save as..."
msgstr "Anomena i desa..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
@@ -5290,24 +5315,24 @@ msgstr "Anomena i desa..."
msgid "_Print..."
msgstr "Imprimeix..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
#, fuzzy
msgid "C_ut"
msgstr "Personalitzat"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
#, fuzzy
msgid "_Copy"
msgstr "Copia"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
#, fuzzy
@@ -5339,8 +5364,8 @@ msgstr "Marca com a completa"
msgid "_Delete Selected Tasks"
msgstr "Suprimeix la tasca"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -5405,14 +5430,14 @@ msgid "URL"
msgstr "URL:"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
@@ -5434,545 +5459,519 @@ msgstr "%02i divisions de minut"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A, %d de %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
#, fuzzy
msgid "New _Appointment"
msgstr "Nova cita..."
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
#, fuzzy
msgid "New All Day _Event"
msgstr "Esdeveniment per a _tot el dia"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Cancellat"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
#, fuzzy
msgid "New Task"
msgstr "Tasca"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Imprimeix..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
#, fuzzy
msgid "Go to _Today"
msgstr "Vs a avui"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
#, fuzzy
msgid "_Go to Date..."
msgstr "Vs a una data"
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
#, fuzzy
msgid "_Publish Free/Busy Information"
msgstr "Cap informaci"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "Mou a la carpeta"
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Mou a la carpeta"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
#, fuzzy
msgid "_Save As..."
msgstr "Anomena i desa..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "Seleccioneu una carpeta"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "FIXME: Reenvia com a v_Calendar"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
#, fuzzy
msgid "Make this Occurrence _Movable"
msgstr "Fes aquesta cita movible"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
#, fuzzy
msgid "Delete this _Occurrence"
msgstr "Suprimeix-ne aquesta aparici"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
#, fuzzy
msgid "Delete _All Occurrences"
msgstr "Suprimeix-ne totes les aparicions"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, fuzzy, c-format
msgid "Error executing %s."
msgstr "Error en desar el fitxer: %s"
-#: calendar/gui/e-itip-control.c:678
-#, fuzzy
-msgid "Meeting begins: <b>"
-msgstr "Hora de _finalitzaci de la reuni:"
-
-#: calendar/gui/e-itip-control.c:683
-#, fuzzy
-msgid "Task begins: <b>"
-msgstr "% comp_let:"
-
-#: calendar/gui/e-itip-control.c:688
-#, fuzzy
-msgid "Free/Busy info begins: <b>"
-msgstr "Cap informaci"
-
-#: calendar/gui/e-itip-control.c:692
-#, fuzzy
-msgid "Begins: <b>"
-msgstr "Hora de _finalitzaci de la reuni:"
-
-#: calendar/gui/e-itip-control.c:704
-#, fuzzy
-msgid "Meeting ends: <b>"
-msgstr "Hora de _finalitzaci de la reuni:"
-
-#: calendar/gui/e-itip-control.c:707
-#, fuzzy
-msgid "Free/Busy info ends: <b>"
-msgstr "Cap informaci"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
+#: calendar/gui/e-itip-control.c:593
#, fuzzy
-msgid "Ends: <b>"
+msgid "<b>Ends:</b> "
msgstr "Hora de _finalitzaci de la reuni:"
-#: calendar/gui/e-itip-control.c:725
+#: calendar/gui/e-itip-control.c:606
#, fuzzy
-msgid "Task Completed: <b>"
+msgid "<b>Completed:</b> "
msgstr "% comp_let:"
-#: calendar/gui/e-itip-control.c:735
+#: calendar/gui/e-itip-control.c:616
#, fuzzy
-msgid "Task Due: <b>"
-msgstr "% comp_let:"
+msgid "<b>Due:</b> "
+msgstr "Descripci:"
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
#, fuzzy
msgid "iCalendar Information"
msgstr "Cap informaci"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
#, fuzzy
msgid "iCalendar Error"
msgstr "Agenda"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
#, fuzzy
msgid "An unknown person"
msgstr "Error desconegut"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr ""
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "_Accions"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "_Estat:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
#, fuzzy
msgid "Accepted"
msgstr "set"
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr "Tentatiu"
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
#, fuzzy
msgid "Declined"
msgstr "Suprimeix"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Desconegut"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
#, fuzzy
msgid "Choose an action:"
msgstr "Fitxer de signatura:"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
#, fuzzy
msgid "Update"
msgstr "ha estat desprs de"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr ""
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
#, fuzzy
msgid "Accept"
msgstr "set"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
#, fuzzy
msgid "Tentatively accept"
msgstr "Tentatiu"
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
#, fuzzy
msgid "Decline"
msgstr "Suprimeix"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
#, fuzzy
msgid "Send Free/Busy Information"
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
#, fuzzy
msgid "Send Latest Information"
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
#, fuzzy
msgid "Cancel"
msgstr "Cancellat"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, fuzzy, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
#, fuzzy
msgid "Meeting Information"
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, fuzzy, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
#, fuzzy
msgid "Meeting Proposal"
msgstr "Cancellat"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, fuzzy, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
#, fuzzy
msgid "Meeting Update"
msgstr "Hora de _finalitzaci de la reuni:"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, fuzzy, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
#, fuzzy
msgid "Meeting Update Request"
msgstr "FIXME: Pe_tici de cita"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
#, fuzzy
msgid "Meeting Reply"
msgstr "Cancellat"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, fuzzy, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
#, fuzzy
msgid "Meeting Cancellation"
msgstr "Fitxer de signatura:"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr ""
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
#, fuzzy
msgid "Bad Meeting Message"
msgstr "_Edita el missatge"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, fuzzy, c-format
msgid "<b>%s</b> has published task information."
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
#, fuzzy
msgid "Task Information"
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
#, fuzzy
msgid "Task Proposal"
msgstr "TaskPad"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, fuzzy, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
#, fuzzy
msgid "Task Update"
msgstr "ha estat desprs de"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, fuzzy, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
#, fuzzy
msgid "Task Update Request"
msgstr "FIXME: _Petici de tasca"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
#, fuzzy
msgid "Task Reply"
msgstr "Respon"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, fuzzy, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
#, fuzzy
msgid "Task Cancellation"
msgstr "Cancellat"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
#, fuzzy
msgid "Bad Task Message"
msgstr "Agenda"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, fuzzy, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
#, fuzzy
msgid "Free/Busy Information"
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, fuzzy, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "Cap informaci"
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
#, fuzzy
msgid "Free/Busy Request"
msgstr "Imprimeix el missatge"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "_Aquesta s l'adrea de correu"
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
#, fuzzy
msgid "Free/Busy Reply"
msgstr "Imprimeix el missatge"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
#, fuzzy
msgid "Bad Free/Busy Message"
msgstr "Imprimeix el missatge"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
msgid "The message does not appear to be properly formed"
msgstr ""
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
#, fuzzy
msgid "The message contains only unsupported requests."
msgstr "S'est afegint un missatge sense cap assumpte"
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "No es pot executar el Bug Buddy."
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
#, fuzzy
msgid "Update complete\n"
msgstr "Data completa:"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
#, fuzzy
msgid "Attendee status updated\n"
msgstr "Tots els assistents"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
#, fuzzy
msgid "Attendee status could not be updated!\n"
msgstr "Tots els assistents"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
#, fuzzy
msgid "Removal Complete"
msgstr "% comp_let:"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
#, fuzzy
msgid "Item sent!\n"
msgstr "Data d'enviament"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Seleccioneu una carpeta"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Seleccioneu una carpeta"
@@ -6024,7 +6023,7 @@ msgstr "Inici del dia:"
msgid "Chair Persons"
msgstr ""
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
#, fuzzy
msgid "Required Participants"
msgstr "Persones _requerides"
@@ -6036,60 +6035,60 @@ msgstr "Persones _requerides"
#: calendar/gui/e-meeting-model.c:87
#, fuzzy
-msgid "Non-Participants"
-msgstr "Persones _requerides"
+msgid "Resources"
+msgstr "Font"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr ""
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
#, fuzzy
msgid "Group"
msgstr "Grup %i"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
#, fuzzy
msgid "Resource"
msgstr "Font"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
#, fuzzy
msgid "Chair"
msgstr "Cotxe"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
#, fuzzy
msgid "Required Participant"
msgstr "Persones _requerides"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Tentatiu"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
#, fuzzy
msgid "Delegated"
msgstr "Suprimeix"
@@ -6102,22 +6101,22 @@ msgstr "En procs"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %d de %B de %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -6181,8 +6180,8 @@ msgstr "Hora d'_inici de la reuni:"
msgid "Meeting _end time:"
msgstr "Hora de _finalitzaci de la reuni:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, fuzzy, c-format
msgid "Opening tasks at %s"
msgstr "S'estan escanejant les carpetes de \"%s\""
@@ -6197,7 +6196,7 @@ msgstr "No s'ha pogut carregar l'agenda en `%s'"
msgid "The method required to load `%s' is not supported"
msgstr "El mtode necessari per carregar `%s' no est suportat"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr ""
@@ -6219,29 +6218,45 @@ msgstr "Suprimeix un contacte"
msgid "Expunging"
msgstr "_Esborra"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
#, fuzzy
msgid "New _Appointment..."
msgstr "Nova cita..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, fuzzy, c-format
msgid "Could not open the folder in `%s'"
msgstr ""
"No s'ha pogut obrir la carpeta `%s':\n"
"%s"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, fuzzy, c-format
msgid "The method required to open `%s' is not supported"
msgstr "El mtode necessari per carregar `%s' no est suportat"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, fuzzy, c-format
msgid "Opening calendar at %s"
msgstr "Obre l'agenda"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "S'estan escanejant les carpetes de \"%s\""
@@ -6316,54 +6331,54 @@ msgstr "octubre"
msgid "September"
msgstr "setembre"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr ""
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr ""
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
#, fuzzy
msgid "Event information"
msgstr "Cap informaci"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
#, fuzzy
msgid "Task information"
msgstr "Cap informaci"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
#, fuzzy
msgid "Journal information"
msgstr "Cap informaci"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
#, fuzzy
msgid "Free/Busy information"
msgstr "Cap informaci"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
#, fuzzy
msgid "Calendar information"
msgstr "Cap informaci"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "ha estat desprs de"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Refresca la llista"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -6605,7 +6620,7 @@ msgid "Print Calendar"
msgstr "Imprimeix l'agenda"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Previsualitzaci d'impressi"
@@ -6630,7 +6645,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "La URI que mostrar l'agenda"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -6638,13 +6653,13 @@ msgid ""
"Really erase these tasks?"
msgstr ""
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
#, fuzzy
msgid "Do not ask me again."
msgstr "Envia aquest missatge"
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Imprimeix l'agenda"
@@ -8593,7 +8608,7 @@ msgstr "Cpia de missatges"
msgid "Copying messages"
msgstr "Cpia de missatges"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8601,47 +8616,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
#, fuzzy
msgid "Cancelled."
msgstr "Cancellat"
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Resposta inesperada del servidor IMAP: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "(Cap carpeta mostrada)"
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
msgid "Failed to encrypt: No valid recipients specified."
msgstr ""
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8649,18 +8664,24 @@ msgid ""
"%.*s"
msgstr "Missatge de _correu (FIXME)"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Missatge de _correu (FIXME)"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Missatge de _correu (FIXME)"
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Missatge de _correu (FIXME)"
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "No s'ha pogut crear el conducte: %s"
@@ -8911,7 +8932,7 @@ msgid ""
msgstr "No s'ha pogut crear el conducte: %s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
#, fuzzy
msgid "Bad authentication response from server."
msgstr "Resposta inesperada del servidor IMAP: %s"
@@ -9037,7 +9058,7 @@ msgstr "Per llegir correu com a consulta d'un altre joc de carpetes"
msgid "No provider available for protocol `%s'"
msgstr "No hi ha cap provedor disponible per al protocol `%s'"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -9084,12 +9105,12 @@ msgstr "Missatge de _correu (FIXME)"
msgid "Failed to verify certificates."
msgstr ""
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
#, fuzzy
msgid "Cannot get folder: Invalid operation on this store"
msgstr "No es pot bifurcar %s: %s"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
#, fuzzy
msgid "Cannot create folder: Invalid operation on this store"
msgstr "No es pot bifurcar %s: %s"
@@ -9298,84 +9319,113 @@ msgstr "No es pot bifurcar %s: %s"
msgid "Cannot rename folder: %s: No such folder"
msgstr "No es pot bifurcar %s: %s"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
#, fuzzy
msgid "Operation cancelled"
msgstr "Obre l'agenda"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, fuzzy, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "El servidor ha rebutjat el nom d'usuari"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Resposta inesperada del servidor IMAP: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "L'ordre IMAP ha fallat: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
#, fuzzy
msgid "Server response ended too soon."
msgstr "La resposta del servidor IMAP no contenia la informaci %s"
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "La resposta del servidor IMAP no contenia la informaci %s"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Resposta D'acord inesperada del servidor IMAP: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "No s'ha pogut crear el directori %s: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "No s'ha pogut carregar el resum per a %s"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr ""
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
#, fuzzy
msgid "Scanning for changed messages"
msgstr "S'estan desant els canvis al missatge..."
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Missatge de _correu (FIXME)"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"No es pot recuperar el missatge: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#, fuzzy
+msgid "No such message"
+msgstr "L'ordinador central %s no existeix."
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
#, fuzzy
msgid "This message is not currently available"
msgstr ""
"Aquest missatge no t cap assumpte.\n"
"Voleu que l'envi igualment?"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
#, fuzzy
msgid "Scanning for new messages"
msgstr "Cpia de missatges"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "No s'ha pogut trobar el cos del missatge en la resposta al FETCH."
@@ -9402,7 +9452,7 @@ msgstr "Comprova si hi ha nou correu"
msgid "Check for new messages in all folders"
msgstr "Comprova si hi ha nou correu"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Carpetes"
@@ -9435,7 +9485,7 @@ msgstr "Per llegir i emmagatzemar correu en servidors IMAP."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Contrasenya"
@@ -9445,17 +9495,17 @@ msgstr ""
"Aquesta opci es connectar al servidor IMAP mitjanant una contrasenya de "
"text net."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "Servidor %s %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "Servei %s per a %s en %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
@@ -9463,62 +9513,62 @@ msgstr "Servei %s per a %s en %s"
msgid "Connection cancelled"
msgstr "Cancellat"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "No s'ha pogut connectar a %s (port %d): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"No es pot connectar al servidor POP.\n"
"Error en enviar el nom d'usuari: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "Operaci no suportada"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Autenticaci:"
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "La carpeta `%s' no existeix."
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, fuzzy, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
"No es pot connectar al servidor POP.\n"
"No hi ha suport per al mecanisme d'autenticaci sollicitat."
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, fuzzy, c-format
msgid "No support for authentication type %s"
msgstr "Autenticaci:"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sSi us plau, introduu la contrasenya IMAP per a %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9529,19 +9579,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, fuzzy, c-format
msgid "No such folder %s"
msgstr "La carpeta `%s' no existeix."
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Error desconegut: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -9688,28 +9743,6 @@ msgstr "Missatge de _correu (FIXME)"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "No es pot afegir cap missatge a la carpeta mh: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"No es pot recuperar el missatge: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#, fuzzy
-msgid "No such message"
-msgstr "L'ordinador central %s no existeix."
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9803,19 +9836,19 @@ msgstr "No es pot bifurcar %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "No es pot obrir la bstia de correu temporal: %s"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
#, fuzzy
msgid "Mail append cancelled"
msgstr "Obre l'agenda"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, fuzzy, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "No es pot afegir el missatge al fitxer mbox: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, fuzzy, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9824,11 +9857,11 @@ msgstr ""
"No es pot recuperar el missatge: %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr ""
@@ -9938,12 +9971,13 @@ msgstr "Error desconegut: %s"
msgid "Could not store folder: %s"
msgstr "No s'ha pogut canviar el nom de la carpeta: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Error en escriure a la bstia de correu temporal: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, fuzzy, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Error en escriure a la bstia de correu temporal: %s"
@@ -10160,7 +10194,7 @@ msgstr "No suprimeixis els missatges del servidor"
msgid "Delete after %s day(s)"
msgstr "Suprimeix la tasca"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -10252,7 +10286,7 @@ msgid "No such folder `%s'."
msgstr "La carpeta `%s' no existeix."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -10310,7 +10344,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Lliurament de correu mitjanant el programa sendmail"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr ""
@@ -10434,41 +10468,41 @@ msgstr "Autenticaci:"
msgid "Welcome response error"
msgstr "Error desconegut: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"No es pot connectar al servidor POP.\n"
"Error en enviar el nom d'usuari: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
msgid "server does not appear to support SSL"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "No s'ha pogut executar %s: no s'ha enviat el correu."
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "Error desconegut: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr ""
"No es pot connectar al servidor POP.\n"
"No hi ha suport per al mecanisme d'autenticaci sollicitat."
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, fuzzy, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sSi us plau, introduu la contrasenya IMAP per a %s@%s"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, fuzzy, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -10479,95 +10513,95 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, fuzzy, c-format
msgid "SMTP server %s"
msgstr "Servidor %s %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, fuzzy, c-format
msgid "SMTP mail delivery via %s"
msgstr "Lliurament de correu mitjanant el programa sendmail"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
#, fuzzy
msgid "Sending message"
msgstr "Envia aquest missatge"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "No es pot afegir el missatge al fitxer mbox: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "No s'ha pogut executar %s: no s'ha enviat el correu."
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "Error desconegut: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
#, fuzzy
msgid "SMTP Authentication"
msgstr "Autenticaci:"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, fuzzy, c-format
msgid "AUTH request timed out: %s"
msgstr "No s'ha pogut executar %s: no s'ha enviat el correu."
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
#, fuzzy
msgid "AUTH request failed."
msgstr "No s'ha pogut executar %s: no s'ha enviat el correu."
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
#, fuzzy
msgid "Bad authentication response from server.\n"
msgstr "Resposta inesperada del servidor IMAP: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr "Error desconegut: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, fuzzy, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr ""
"No s'ha pogut crear el conducte al sendmail: %s: no s'ha enviat el correu"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, fuzzy, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "No s'ha pogut executar %s: no s'ha enviat el correu."
@@ -10575,38 +10609,38 @@ msgstr "No s'ha pogut executar %s: no s'ha enviat el correu."
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr "Error desconegut: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, fuzzy, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr "El sendmail ha acabat amb el senyal %s: no s'ha enviat el correu."
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr "Resposta inesperada del servidor IMAP: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr "Error desconegut: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "No s'ha pogut executar %s: no s'ha enviat el correu."
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr "Error desconegut: %s"
@@ -10680,7 +10714,7 @@ msgstr "Tipus de MIME:"
msgid "Suggest automatic display of attachment"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Feu clic aqu per a la llibreta d'adreces"
@@ -10691,7 +10725,7 @@ msgstr "Feu clic aqu per a la llibreta d'adreces"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
#, fuzzy
msgid "Reply-To:"
msgstr "Respon"
@@ -10699,38 +10733,38 @@ msgstr "Respon"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "De:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Assumpte:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "Per a:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "Introduu els destinataris del missatge"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "ntroduu les adreces que rebran una cpia del missatge"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10741,11 +10775,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "Prioritat:"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "Descripci:"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10765,119 +10804,98 @@ msgstr ""
"Error en preparar-se per a %s:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
#, fuzzy
msgid "Warning!"
msgstr "S'est movent"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr ""
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Error en desar el fitxer: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Error en carregar el fitxer: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, fuzzy, c-format
msgid "Error accessing file: %s"
msgstr "Error en desar el fitxer: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
#, fuzzy
msgid "Unable to retrieve message from editor"
msgstr "No s'ha pogut recuperar el missatge %s del servidor POP: %s"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, fuzzy, c-format
msgid ""
"Unable to seek on file: %s\n"
"%s"
msgstr "No es pot desar el fitxer de llista de grups per a %s: %s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, fuzzy, c-format
msgid ""
"Unable to truncate file: %s\n"
"%s"
msgstr "No es pot desar el fitxer de llista de grups per a %s: %s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, fuzzy, c-format
msgid ""
"Error autosaving message: %s\n"
" %s"
msgstr "Error en desar el fitxer: %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
msgstr ""
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Aquest missatge no s'ha enviat.\n"
-"\n"
-"Voleu desar-ne els canvis?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
#, fuzzy
msgid "Warning: Modified Message"
msgstr "Reenvia el missatge"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Obre un fitxer"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Fitxer de signatura:"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr "Valors predeterminats"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Redacta un missatge"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
#, fuzzy
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
msgstr "No s'ha pogut crear la finestra del redactor."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10949,7 +10967,7 @@ msgstr "L'assumpte cont"
msgid "Subject does not contain"
msgstr "L'assumpte no cont"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10977,105 +10995,105 @@ msgstr "categories"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
#, fuzzy
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
#, fuzzy
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
#, fuzzy
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
#, fuzzy
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
#, fuzzy
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
#, fuzzy
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
#, fuzzy
msgid "%m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
#, fuzzy
msgid "%m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
#, fuzzy
msgid "%m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
#, fuzzy
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
#, fuzzy
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p%n"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
#, fuzzy
msgid "%H:%M:%S"
msgstr "%H:%M:%S%n"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
#, fuzzy
msgid "%I %p"
msgstr "%I:%M %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "segons"
@@ -11188,32 +11206,32 @@ msgstr ""
"Error en preparar-se per a %s:\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr ""
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "S'est movent"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Per a"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "desprs de"
@@ -11500,7 +11518,7 @@ msgstr "no s"
msgid "is not Flagged"
msgstr "no s"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr "etiqueta9"
@@ -11571,7 +11589,7 @@ msgstr "s ms petit que"
msgid "Score"
msgstr "Puntuaci"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Remitent"
@@ -11611,7 +11629,7 @@ msgstr "comena per"
msgid "Stop Processing"
msgstr "Atura el processament"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Assumpte"
@@ -11684,7 +11702,7 @@ msgstr "S'est examinant %s"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
#, fuzzy
msgid "Mail"
msgstr "_Correu"
@@ -11747,7 +11765,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr ""
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
#, fuzzy
msgid "Trash"
@@ -11825,78 +11843,80 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
-msgid "Evolution component for handling mail."
+msgid ""
+"Configure mail preferences, including security and message display, here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+msgid "Configure your email accounts here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+msgid "Evolution component for handling mail."
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
#, fuzzy
msgid "Evolution mail composer."
msgstr "No es pot inicialitzar el component de correu de l'Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
#, fuzzy
msgid "Evolution mail executive summary component."
msgstr ""
"No es pot inicialitzar el component de resum del correu de l'Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
#, fuzzy
msgid "Evolution mail folder display component."
msgstr ""
"No es pot inicialitzar el component de resum del correu de l'Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
#, fuzzy
msgid "Evolution mail folder factory component."
msgstr ""
"No es pot inicialitzar el component de resum del correu de l'Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
#, fuzzy
msgid "Factory for the Evolution composer."
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
#, fuzzy
msgid "Factory for the Mail Summary component."
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "Preferncies"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr "cont"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
#, fuzzy
msgid "Mail Preferences"
msgstr "Preferncies"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
#, fuzzy
msgid "Mail configuration interface"
msgstr "Configuraci del correu"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
#, fuzzy
msgid "Folder containing mail"
@@ -11926,279 +11946,279 @@ msgstr "Propietats..."
msgid "Change this folder's properties"
msgstr "Propietats de la llista de coses per fer"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "No heu definit cap mtode de transport de correu"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Reenvia el missatge"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
#, fuzzy
msgid "New Mail Message"
msgstr "FIXME: Missatge de _correu"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
#, fuzzy
msgid "_Mail Message"
msgstr "FIXME: Missatge de _correu"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Redacta un missatge"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "_Missatge"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "_Imprimeix el missatge"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "FIXME: Missatge de _correu"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "No es pot inicialitzar el component de correu de l'Evolution."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
#, fuzzy
msgid "Cannot initialize Evolution's mail config component."
msgstr "No es pot inicialitzar el component de correu de l'Evolution."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
#, fuzzy
msgid "Cannot initialize Evolution's folder info component."
msgstr "No es pot inicialitzar el component de correu de l'Evolution."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Connexi de prova a \"%s\""
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "No es pot registrar l'emmagatzemament amb l'intrpret d'ordres"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, fuzzy, c-format
msgid "Properties for \"%s\""
msgstr "Propietats..."
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
#, fuzzy
msgid "Properties"
msgstr "Propietats..."
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "No s'ha pogut crear el directori temporal: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr ""
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ""
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr ""
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, fuzzy, c-format
msgid "%d selected"
msgstr "Suprimeix"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, fuzzy, c-format
msgid "%d unsent"
msgstr " segons"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, fuzzy, c-format
msgid "%d sent"
msgstr " segons"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr ""
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "Carpetes virtuals"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
#, fuzzy
msgid "VFolder on _Subject"
msgstr "VFolder sobre l'assumpte"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "VFolder sobre el remite_nt"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "VFolder sobre els destinata_ris"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
#, fuzzy
msgid "VFolder on Mailing _List"
msgstr "Filtre sobre la llista de correu"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
#, fuzzy
msgid "Filter on Sub_ject"
msgstr "Filtre sobre l'assumpte"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
#, fuzzy
msgid "Filter on Sen_der"
msgstr "Filtre sobre el remitent"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
#, fuzzy
msgid "Filter on Re_cipients"
msgstr "Filtre sobre els destinataris"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
#, fuzzy
msgid "Filter on _Mailing List"
msgstr "Filtre sobre la llista de correu"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
#, fuzzy
msgid "_Edit as New Message..."
msgstr "_Anomena i desa..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Imprimeix"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
#, fuzzy
msgid "_Reply to Sender"
msgstr "Respon al remitent"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
#, fuzzy
msgid "Reply to _List"
msgstr "Respon a _tots"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Respon a _tots"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Reenvia"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "% comp_let:"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Agenda"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
#, fuzzy
msgid "Mar_k as Read"
msgstr "Mar_ca'l com a llegit"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Marca'l com a per _llegir"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
#, fuzzy
msgid "Mark as _Important"
msgstr "Marca'l com a per _llegir"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "Marca'l com a per _llegir"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Suprimeix"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "Mou a la carpeta"
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
#, fuzzy
msgid "_Copy to Folder..."
msgstr "_Copia a la carpeta"
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Desa a la llibreta d'adreces"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "_Aplica els filtres"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "Carpetes virtuals"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "Filtre sobre la llista de correu"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filtre sobre la llista de correu (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "Filtre sobre la llista de correu (%s)"
@@ -12276,22 +12296,22 @@ msgstr ""
msgid "Evolution Account Editor"
msgstr "Conducte de les coses per fer de l'Evolution"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
#, fuzzy
msgid "_Host:"
msgstr "Hores"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "Nom d'usuari:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
#, fuzzy
msgid "_Path:"
msgstr "Cam:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr ""
@@ -12325,7 +12345,7 @@ msgid "Enable"
msgstr ""
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
#, fuzzy
msgid "Enabled"
msgstr "Inhabilitat"
@@ -12375,7 +12395,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -12387,7 +12407,7 @@ msgstr ""
"rebre o redactar correu.\n"
"El voleu configurar ara?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -12395,7 +12415,7 @@ msgstr ""
"Cal que configureu una identitat\n"
"abans de poder redactar correu."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -12404,18 +12424,18 @@ msgstr ""
"abans de poder redactar correu."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
#, fuzzy
msgid "Send anyway?"
msgstr "S'est recollint el correu des de %s"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -12423,59 +12443,59 @@ msgstr ""
"Aquest missatge no t cap assumpte.\n"
"Voleu que l'envi igualment?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
#, fuzzy
msgid "This message contains only Bcc recipients."
msgstr "S'est afegint un missatge sense cap assumpte"
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Cal que indiqueu els destinataris per poder enviar aquest missatge."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
msgstr ""
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
#, fuzzy
msgid "an unknown sender"
msgstr "Error desconegut"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr ""
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Mou el(s) missatge(s) cap a"
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Copia el(s) missatge(s) a"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, fuzzy, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr ""
"Esteu segur que voleu\n"
"suprimir aquest contacte?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -12483,7 +12503,7 @@ msgstr ""
"Noms podeu editar els missatges que s'hagin desat\n"
"a la carpeta Esborranys."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
#, fuzzy
msgid ""
"You may only resend messages\n"
@@ -12492,44 +12512,44 @@ msgstr ""
"Noms podeu editar els missatges que s'hagin desat\n"
"a la carpeta Esborranys."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, fuzzy, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr ""
"Esteu segur que voleu\n"
"suprimir aquest contacte?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
#, fuzzy
msgid "No Message Selected"
msgstr "S'ha rebut el missatge"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Voleu sobreescriure el fitxer?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
#, fuzzy
msgid "Save Message As..."
msgstr "Anomena i desa..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
#, fuzzy
msgid "Save Messages As..."
msgstr "Anomena i desa..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Imprimeix el missatge seleccionat"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -12537,7 +12557,7 @@ msgid ""
"Really erase these messages?"
msgstr ""
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -12546,29 +12566,29 @@ msgstr ""
"Error en carregar la informaci del filtre:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
#, fuzzy
msgid "Filters"
msgstr "_Filtres de correu ..."
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "S'est escrivint el missatge %d de %d"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Imprimeix el missatge"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Ha fallat la impressi del missatge"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, fuzzy, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -12591,7 +12611,7 @@ msgstr "Descripci:"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "Contacte _nou"
@@ -12644,21 +12664,21 @@ msgid ""
msgstr ""
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
#, fuzzy
msgid "Evolution Account Assistant"
msgstr "Conducte de les coses per fer de l'Evolution"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "cont"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr ""
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
#, fuzzy
msgid "Connecting to server..."
msgstr "Connexi de prova a \"%s\""
@@ -12837,534 +12857,538 @@ msgstr ""
msgid "Do not quote original message"
msgstr "No es pot recuperar el missatge: %s"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
#, fuzzy
msgid "Done"
msgstr "Cap"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "Creaci d'una nova carpeta"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
#, fuzzy
msgid "E_nable"
msgstr "Inhabilitat"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "ltim"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "cont"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "Adrea electrnica:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
msgid "Empty _trash folders on exit"
msgstr ""
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr "Executa les accions"
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "acaba amb"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Propietats de l'adjunci"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Missatge reenviat - %s"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr ""
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "Ressalta els elemts que vencen avui"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
#, fuzzy
msgid "IMAPv4 "
msgstr "IMAPv4"
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Identitat"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
#, fuzzy
msgid "Inline"
msgstr "Visualitza en lnia"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
#, fuzzy
msgid "Kerberos "
msgstr "Servidor:"
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Desa i tanca"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "Missatge reenviat - %s"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "Configuraci del correu"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
#, fuzzy
msgid "Mailbox location"
msgstr "Format"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Cos del missatge"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "Esborra la visualitzaci del missatge"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "s"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr "Configuraci del correu"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
#, fuzzy
msgid "Optional Information"
msgstr "Cap informaci"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "Organitzaci:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
msgid "PGP/GPG _Key ID:"
msgstr ""
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Agafa un color"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "S'est afegint un missatge sense cap assumpte"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr ""
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Imprimeix els contactes"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
#, fuzzy
msgid "Qmail maildir "
msgstr "Adrea electrnica 2"
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "No es pot recuperar el missatge: %s"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
#, fuzzy
msgid "Quoted"
msgstr "Cap"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
#, fuzzy
msgid "Re_member this password"
msgstr "Desa com a VCard"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Respon"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
#, fuzzy
msgid "Receiving Email"
msgstr "Sendmail"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Data de recepci"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Desa com a VCard"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
#, fuzzy
msgid "Required Information"
msgstr "Cap informaci"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Valors predeterminats"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
msgid "S_ecurity"
msgstr ""
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr "IMAPv4"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Seleccioneu els noms"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
#, fuzzy
msgid "Sending Email"
msgstr "Sendmail"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
#, fuzzy
msgid "Sent _messages folder:"
msgstr "S'estan adjuntant els missatges de la carpeta \"%s\""
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
#, fuzzy
msgid "Sent and Draft Messages"
msgstr "Agenda"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
#, fuzzy
msgid "Ser_ver requires authentication"
msgstr "Autenticaci:"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
#, fuzzy
msgid "Server Configuration"
msgstr "Configuraci del correu"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
#, fuzzy
msgid "Server _Type: "
msgstr "Servidor:"
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Mostra la barra de _dreceres"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Fitxer de signatura:"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Fitxer de signatura:"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Nom de l'estil:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr ""
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Inhabilitat"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
"Click \"Next\" to begin. "
msgstr ""
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr "ltim"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "Fitxer de signatura:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr ""
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
#, fuzzy
msgid "_Authentication Type: "
msgstr "Autenticaci:"
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "Autenticaci:"
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
#, fuzzy
msgid "_Automatically check for new mail"
msgstr "Comprova si hi ha nou correu"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "Comprova si hi ha nou correu"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr ""
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "S'est esborrant \"%s\""
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "Fitxer de signatura:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "Valors predeterminats"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Inhabilitat"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "Reenvia"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "Nom complet:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "Sendmail"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr "Identitat"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr ""
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
msgid "_Make this my default account"
msgstr ""
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "Marca el missatge com a vist [ms]: "
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
#, fuzzy
msgid "_Name:"
msgstr "Nom:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr ""
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr "S'est afegint un missatge sense cap assumpte"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "S'est afegint un missatge sense cap assumpte"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "Sendmail"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Respon a tots"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "Descripci:"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr ""
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Sendmail"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Mostra"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "Fitxer de signatura:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
msgid "_Use secure connection (SSL):"
msgstr ""
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Inhabilitat"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
#, fuzzy
msgid "_every"
msgstr "Cada"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr "Colors"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
#, fuzzy
msgid "description"
msgstr "Descripci:"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -13439,133 +13463,138 @@ msgstr "Missatge reenviat - %s"
msgid "Loading message content"
msgstr "S'estan reenviant els missatges \"%s\""
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "Elements que ja han venut:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
#, fuzzy
msgid "Open Link in Browser"
msgstr "Obre'l en una nova finestra"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
#, fuzzy
msgid "Copy Link Location"
msgstr "_Contacte (FIXME)"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
#, fuzzy
msgid "Save Link as (FIXME)"
msgstr "_Tasca (FIXME)"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
#, fuzzy
msgid "Save Image as..."
msgstr "Anomena i desa..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "S'est examinant %s"
+
+#: mail/mail-format.c:646
#, fuzzy, c-format
msgid "%s attachment"
msgstr "adjunci"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
#, fuzzy
msgid "Could not parse MIME message. Displaying as source."
msgstr "No s'ha pogut obrir la carpeta: la llista de missatges era incompleta."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
#, fuzzy
msgid "Date"
msgstr "Data de venciment"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
#, fuzzy
msgid "Bad Address"
msgstr "Adrea electrnica:"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
#, fuzzy
msgid "From"
msgstr "De:"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
#, fuzzy
msgid "Reply-To"
msgstr "Respon"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Per a"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
#, fuzzy
msgid "Cc"
msgstr "Cc:"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
#, fuzzy
msgid "Bcc"
msgstr "Bcc:"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr "_Correu"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "No s'ha pogut crear el quadre de dileg."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr ""
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, fuzzy, c-format
msgid "Pointer to local file (%s)"
msgstr "Filtre sobre la llista de correu (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, fuzzy, c-format
msgid "Pointer to remote data (%s)"
msgstr "Filtre sobre la llista de correu (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr ""
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -13699,103 +13728,103 @@ msgstr "Mou el(s) missatge(s) cap a"
msgid "Copying messages to %s"
msgstr "Cpia de missatges"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
#, fuzzy
msgid "Forwarded messages"
msgstr "Missatge reenviat - %s"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, fuzzy, c-format
msgid "Opening folder %s"
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, fuzzy, c-format
msgid "Opening store %s"
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, fuzzy, c-format
msgid "Removing folder %s"
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, fuzzy, c-format
msgid "Storing folder '%s'"
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
#, fuzzy
msgid "Refreshing folder"
msgstr "_Configura la carpeta"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
#, fuzzy
msgid "Expunging folder"
msgstr "S'est esborrant \"%s\""
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, fuzzy, c-format
msgid "Retrieving message %s"
msgstr "S'estan recuperant els missatges : %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, fuzzy, c-format
msgid "Retrieving %d message(s)"
msgstr "S'estan recuperant els missatges : %s"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, fuzzy, c-format
msgid "Saving %d messsage(s)"
msgstr "Cpia de missatges"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, fuzzy, c-format
msgid ""
"Unable to create output file: %s\n"
" %s"
msgstr "No es pot desar el fitxer de llista de grups per a %s: %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, fuzzy, c-format
msgid ""
"Error saving messages to: %s:\n"
" %s"
msgstr "Error en desar el fitxer: %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
#, fuzzy
msgid "Saving attachment"
msgstr "Desa l'adjunci"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, fuzzy, c-format
msgid ""
"Cannot create output file: %s:\n"
" %s"
msgstr "No es pot desar el fitxer de llista de grups per a %s: %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "No s'han pogut escriure les dades: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, fuzzy, c-format
msgid "Disconnecting from %s"
msgstr "S'est recollint el correu des de %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, fuzzy, c-format
msgid "Reconnecting to %s"
msgstr "S'est recollint el correu des de %s"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
#, fuzzy
msgid "_Search"
msgstr "Cerca"
@@ -13879,26 +13908,26 @@ msgstr "_Parmetres"
msgid "Waiting..."
msgstr "_Parmetres"
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
#, fuzzy
msgid "User canceled operation."
msgstr "Consulta cancellada per l'usuari."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
#, fuzzy
msgid "_Remember this password"
msgstr "Desa com a VCard"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, fuzzy, c-format
msgid "Enter Password for %s"
msgstr "Si us plau, introduu la contrasenya NNTP per a %s@%s"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
#, fuzzy
msgid "Enter Password"
msgstr "Si us plau, introduu la contrasenya NNTP per a %s@%s"
@@ -13926,42 +13955,25 @@ msgstr ""
"\n"
"Voleu desar-ne els canvis?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Nom:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Fitxer de signatura"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "Fitxer de signatura:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Missatge reenviat - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
#, fuzzy
msgid "Forwarded message"
msgstr "Missatge reenviat - %s"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
#, fuzzy
msgid "Forwarded Message"
msgstr "Reenvia el missatge"
@@ -14018,77 +14030,77 @@ msgstr "Re: (sense assumpte)"
msgid "%s - Message"
msgstr "_Missatge"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "No vist"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Vist"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Respost"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
#, fuzzy
msgid "Multiple Unseen Messages"
msgstr "No s'ha pogut enviar el missatge: %s"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
#, fuzzy
msgid "Multiple Messages"
msgstr "Mou el missatge"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
#, fuzzy
msgid "Lowest"
msgstr "Baixa"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
#, fuzzy
msgid "Lower"
msgstr "Baixa"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
#, fuzzy
msgid "Higher"
msgstr "Alta"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
#, fuzzy
msgid "Highest"
msgstr "Alta"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
#, fuzzy
msgid "Today %l:%M %p"
msgstr "%I:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr ""
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
#, fuzzy
msgid "%a %l:%M %p"
msgstr "%I:%M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
#, fuzzy
msgid "%b %d %l:%M %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
#, fuzzy
msgid "%b %d %Y"
msgstr "%a %d %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
#, fuzzy
msgid "Generating message list"
msgstr "Cpia de missatges"
@@ -14170,76 +14182,100 @@ msgstr "Previsualitzaci:"
msgid "Flag to Follow Up"
msgstr "FIXME: _Assenyala per al seguiment..."
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, fuzzy, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, fuzzy, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, fuzzy, c-format
msgid "Subscribing to folder \"%s\""
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, fuzzy, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "S'estan obrint els missatges des de la carpeta \"%s\""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
#, fuzzy
msgid "Folder"
msgstr "Carpetes"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Desa a la _carpeta..."
+
+#: mail/subscribe-dialog.c:1590
#, fuzzy
msgid "No server has been selected"
msgstr "S'ha rebut el missatge"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr ""
#: mail/subscribe-dialog.glade.h:1
#, fuzzy
-msgid " _Refresh List "
-msgstr "Refresca la llista"
+msgid "All folders"
+msgstr "Carpetes"
#: mail/subscribe-dialog.glade.h:2
#, fuzzy
-msgid "All folders"
-msgstr "Carpetes"
+msgid "Apri file"
+msgstr "abril"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+#, fuzzy
+msgid "Close"
+msgstr "Tanca"
-#: mail/subscribe-dialog.glade.h:3
+#: mail/subscribe-dialog.glade.h:4
#, fuzzy
-msgid "Display options"
+msgid "Display Options"
msgstr "Opcions de visualitzaci"
-#: mail/subscribe-dialog.glade.h:4
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr ""
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
#, fuzzy
msgid "Manage Subscriptions"
msgstr "Gestiona les subscripcions..."
-#: mail/subscribe-dialog.glade.h:6
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Refresca la llista"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Seleccioneu una carpeta"
+
+#: mail/subscribe-dialog.glade.h:9
#, fuzzy
-msgid "Show _folders from server: "
-msgstr "Mostra la barra de _carpetes"
+msgid "Salve file"
+msgstr "Fitxer de signatura:"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:10
#, fuzzy
msgid "_Subscribe"
msgstr "Subscriu-me"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
#, fuzzy
msgid "_Unsubscribe"
msgstr "Cancella la subscripci"
@@ -14253,28 +14289,31 @@ msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr ""
+"Utilitat de configuraci per al conducte de les coses per fer de "
+"l'Evolution.\n"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "No es pot inicialitzar el component de correu de l'Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Utilitat de configuraci per al conducte de l'agenda de l'Evolution.\n"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Preferncies"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
#, fuzzy
msgid "Aarhus"
@@ -24957,27 +24996,27 @@ msgstr "Tasca"
msgid "Folder containing the Evolution Summary"
msgstr ""
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
#, fuzzy
msgid "Appointments"
msgstr "Cites:"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
#, fuzzy
msgid "No appointments"
msgstr "Mostra les hores d'acabament de les cites"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
#, fuzzy
msgid "%k:%M %d %B"
msgstr "%A, %d de %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
#, fuzzy
msgid "%l:%M %d %B"
msgstr "%A, %d de %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
#, fuzzy
msgid "No description"
msgstr "Descripci:"
@@ -25045,12 +25084,12 @@ msgstr "Afegeix"
msgid "Shown"
msgstr "Mostra"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
#, fuzzy
msgid "No tasks"
msgstr "Mostra les _adjuncions"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
#, fuzzy
msgid "(No Description)"
msgstr "(Sense descripci)"
@@ -25088,7 +25127,7 @@ msgstr "R_esum"
msgid "Printing of Summary failed"
msgstr "Ha fallat la impressi del missatge"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
#, fuzzy
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "No s'ha pogut inicialitzar el Bonobo"
@@ -26428,19 +26467,19 @@ msgstr ""
"l'Evolution.\n"
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "_Parmetres"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
#, fuzzy
msgid "The Evolution shell."
msgstr "No es pot inicialitzat l'intrpret d'ordres de l'Evolution."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
#, fuzzy
msgid "Show Details"
@@ -26470,7 +26509,7 @@ msgstr "Afegeix una regla de la VFolder"
msgid "Drafts"
msgstr "Data de venciment"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr ""
@@ -26894,27 +26933,27 @@ msgstr "Sincronitza \"%s\""
msgid "Evolution Settings"
msgstr "Installaci de l'Evolution"
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "S'estan escanejant les carpetes de \"%s\""
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "Obre a %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "No s'ha pogut canviar el nom de la carpeta: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -27004,30 +27043,30 @@ msgstr "S'est movent"
msgid "Work Offline"
msgstr "S'est movent"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Cap carpeta mostrada)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr ""
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
#, fuzzy
msgid "(None)"
msgstr "(Sense nom)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr ""
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -27045,7 +27084,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "No es pot configurar l'emmagatzemament local -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -27053,21 +27092,21 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr ""
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
#, fuzzy
msgid "Cannot register on OAF"
msgstr "No es pot registrar l'emmagatzemament amb l'intrpret d'ordres"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
#, fuzzy
msgid "Configuration Database not found"
msgstr "Configuraci del correu"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Error genric"
@@ -27285,7 +27324,7 @@ msgstr ""
msgid "%s (%d%% complete)"
msgstr "% comp_let:"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<feu clic aqu per seleccionar una carpeta>"
@@ -27315,74 +27354,74 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
#, fuzzy
msgid "CORBA error"
msgstr "Error d'E/S"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr ""
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
#, fuzzy
msgid "Invalid argument"
msgstr "adjunci"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
#, fuzzy
msgid "No owner"
msgstr "Cap"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
#, fuzzy
msgid "Not found"
msgstr "No s'ha trobat el fitxer"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
#, fuzzy
msgid "Unsupported type"
msgstr "Detecta els tipus suportats..."
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
#, fuzzy
msgid "Unsupported operation"
msgstr "Consulta cancellada per l'usuari."
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
#, fuzzy
msgid "Internal error"
msgstr "Error d'E/S"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
#, fuzzy
msgid "Exists"
msgstr "S_urt"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
#, fuzzy
msgid "Invalid URI"
msgstr "Agenda"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
#, fuzzy
msgid "Has subfolders"
msgstr "La carpeta `%s' no existeix."
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
#, fuzzy
msgid "No space left"
msgstr "S'ha rebut el missatge"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -27445,29 +27484,21 @@ msgid "Specify where to create the folder:"
msgstr "No hi ha espai suficient per crear la carpeta"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "_Crea una carpeta nova..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Nom del fitxer:"
+msgid "_Account:"
+msgstr "cont"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "Servidor:"
+msgid "_Folder Name:"
+msgstr "Nom del fitxer:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "Nom d'usuari:"
@@ -27567,16 +27598,16 @@ msgstr "Envia aquest missatge"
msgid "Evolution can import data from the following files:"
msgstr ""
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
#, fuzzy
msgid "Evolution is now exiting ..."
msgstr "_Parmetres"
-#: shell/main.c:223
+#: shell/main.c:227
#, fuzzy, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -27586,7 +27617,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -27617,7 +27648,7 @@ msgstr ""
"Esperem que gaudiu del resultat de la nostra feixuga feina, i esperem\n"
"ansiosament les vostres contribucions!\n"
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
@@ -27626,47 +27657,51 @@ msgstr ""
"Grcies\n"
"L'equip de l'Evolution\n"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Envia aquest missatge"
-#: shell/main.c:348
+#: shell/main.c:394
#, fuzzy
msgid "Cannot access the Ximian Evolution shell."
msgstr "No es pot inicialitzat l'intrpret d'ordres de l'Evolution."
-#: shell/main.c:357
+#: shell/main.c:403
#, fuzzy, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "No es pot inicialitzat l'intrpret d'ordres de l'Evolution."
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr ""
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "Data d'_inici:"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Data d'_inici:"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "No es pot inicialitzar el sistema de components del Bonobo."
@@ -27914,15 +27949,6 @@ msgstr "Mostra la setmana de treball"
msgid "Week"
msgstr "Setmanes"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-#, fuzzy
-msgid "Close"
-msgstr "Tanca"
-
#: ui/evolution-comp-editor.xml.h:3
#, fuzzy
msgid "Close this item"
@@ -28988,10 +29014,6 @@ msgstr "Afegeix una carpeta a la llista de carpetes a qu estic subscrit"
msgid "F_older"
msgstr "C_arpeta"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Refresca la llista"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Refresca la llista de carpetes"
@@ -29614,22 +29636,22 @@ msgstr "_Missatge"
msgid "Don't show this message again."
msgstr "Envia aquest missatge"
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "finestra2"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Agenda"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
#, fuzzy
msgid "Clear"
msgstr "Agenda"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
#, fuzzy
msgid "Find Now"
msgstr "finestra2"
@@ -29661,6 +29683,95 @@ msgid "init_bonobo(): could not initialize Bonobo"
msgstr "No s'ha pogut inicialitzar el Bonobo"
#, fuzzy
+#~ msgid "Error in search expression."
+#~ msgstr ""
+#~ "Error en preparar-se per a %s:\n"
+#~ "%s"
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr ""
+#~ "No s'ha pogut obrir el fitxer `%s':\n"
+#~ "%s"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "Adrea electrnica 2"
+
+#, fuzzy
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "No s'ha pogut crear el directori temporal: %s"
+
+#, fuzzy
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Hora de _finalitzaci de la reuni:"
+
+#, fuzzy
+#~ msgid "Task begins: <b>"
+#~ msgstr "% comp_let:"
+
+#, fuzzy
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Cap informaci"
+
+#, fuzzy
+#~ msgid "Begins: <b>"
+#~ msgstr "Hora de _finalitzaci de la reuni:"
+
+#, fuzzy
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Hora de _finalitzaci de la reuni:"
+
+#, fuzzy
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Cap informaci"
+
+#, fuzzy
+#~ msgid "Task Completed: <b>"
+#~ msgstr "% comp_let:"
+
+#, fuzzy
+#~ msgid "Task Due: <b>"
+#~ msgstr "% comp_let:"
+
+#, fuzzy
+#~ msgid "Non-Participants"
+#~ msgstr "Persones _requerides"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Aquest missatge no s'ha enviat.\n"
+#~ "\n"
+#~ "Voleu desar-ne els canvis?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr "Valors predeterminats"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Fitxer de signatura"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "Fitxer de signatura:"
+
+#, fuzzy
+#~ msgid " _Refresh List "
+#~ msgstr "Refresca la llista"
+
+#, fuzzy
+#~ msgid "Show _folders from server: "
+#~ msgstr "Mostra la barra de _carpetes"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "Servidor:"
+
+#, fuzzy
#~ msgid "_Browse..."
#~ msgstr "Mou"
@@ -30031,10 +30142,6 @@ msgstr "No s'ha pogut inicialitzar el Bonobo"
#~ msgstr "Pblic"
#, fuzzy
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "Connexi de prova a \"%s\""
-
-#, fuzzy
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "Connexi de prova a \"%s\""
@@ -30414,10 +30521,6 @@ msgstr "No s'ha pogut inicialitzar el Bonobo"
#~ msgstr "_Confidencial"
#, fuzzy
-#~ msgid "<b>Description:</b> %s"
-#~ msgstr "Descripci:"
-
-#, fuzzy
#~ msgid "Summarising folder"
#~ msgstr "S'est sincronitzant \"%s\""
@@ -31237,10 +31340,6 @@ msgstr "No s'ha pogut inicialitzar el Bonobo"
#~ msgstr "Imprimeix..."
#, fuzzy
-#~ msgid "Select everything"
-#~ msgstr "Seleccioneu una carpeta"
-
-#, fuzzy
#~ msgid "Task _Request (FIXME)"
#~ msgstr "_Tasca (FIXME)"
diff --git a/po/cs.po b/po/cs.po
index 77f7d4cc23..2e63d82cff 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-08-22 13:23-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-08-22 18:27-0400\n"
"Last-Translator: Radka Doulkov <doulikova@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -30,7 +30,7 @@ msgid "Imports VCard files into Evolution."
msgstr "Importuje soubory Vkarta do Evolution."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Uloit jako"
@@ -40,12 +40,12 @@ msgid "Name"
msgstr "Jmno"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "E-mail"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Hlavn"
@@ -55,16 +55,16 @@ msgstr "Hl."
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:384
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Asistent"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Prce"
@@ -74,12 +74,12 @@ msgid "Bus"
msgstr "Pr."
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Zptn dotaz"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Spolenost"
@@ -90,13 +90,13 @@ msgstr "Spol."
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Dom"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organizace"
@@ -106,19 +106,19 @@ msgstr "Org."
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mobiln"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Auto"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Fax - prce"
@@ -127,13 +127,13 @@ msgid "Bus Fax"
msgstr "Fax - pr."
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Fax - domov"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Prce 2"
@@ -142,68 +142,68 @@ msgid "Bus 2"
msgstr "Pr. 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Domov 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Dal"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Dal fax"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Pager"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Rdio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:374
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:376
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "2. e-mail"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:377
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "3. e-mail"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:378
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Webov strnka"
@@ -212,7 +212,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:379
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Oddlen"
@@ -221,7 +221,7 @@ msgid "Dep"
msgstr "Odd."
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:380
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Kancel"
@@ -230,12 +230,12 @@ msgid "Off"
msgstr "Kanc."
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:381
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Titul"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:382
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Povoln"
@@ -244,7 +244,7 @@ msgid "Prof"
msgstr "Pov."
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:383
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Vedouc"
@@ -257,7 +257,7 @@ msgid "Ass"
msgstr "Asist."
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:385
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Pezdvka"
@@ -266,12 +266,12 @@ msgid "Nick"
msgstr "Pezd."
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:386
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Partner/-ka"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:387
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Poznmka"
@@ -284,7 +284,7 @@ msgid "CALUri"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:388
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr ""
@@ -335,7 +335,7 @@ msgstr "VCard pro %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -343,7 +343,7 @@ msgid "Could not initialize Bonobo"
msgstr "Nelze spustit Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2823
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Vyhledvm..."
@@ -351,35 +351,31 @@ msgstr "Vyhledvm..."
msgid "Loading..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:655
+#: addressbook/backend/pas/pas-backend-ldap.c:677
msgid "Reconnecting to LDAP server..."
msgstr "Pipojuji se znovu k LDAP serveru..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1188
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "Pidvm kartu do serveru LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1290
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "Odstrauji kartu ze serveru LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1523
-#: addressbook/backend/pas/pas-backend-ldap.c:1526
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "Upravuji kartu ze serveru LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2744
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "Pijmm vsledky hledn LDAP"
-#: addressbook/backend/pas/pas-backend-ldap.c:2843
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
msgid "Error performing search"
msgstr "Chyba pi provdn hledn"
-#: addressbook/backend/pas/pas-backend-ldap.c:2867
-msgid "Could not parse query string"
-msgstr ""
-
#: addressbook/conduit/address-conduit.c:293
msgid "Default Sync Address:"
msgstr ""
@@ -426,48 +422,49 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
-msgid "Control that displays an Evolution addressbook minicard."
+#, fuzzy
+msgid "Configure access to LDAP directory servers here"
msgstr ""
+"Tato strnka se pouv pro nastaven pstupu k adresm LDAP server"
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
-msgid "Directory Servers"
+msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
-msgid "Evolution Addressbook minicard viewer"
+msgid "Directory Servers"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
-msgid "Evolution component for handling contacts."
+msgid "Evolution Addressbook minicard viewer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
-msgid "Factory for the Addressbook Minicard control"
+msgid "Evolution component for handling contacts."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
-msgid "Factory for the Addressbook's address displayer"
+msgid "Factory for the Addressbook Minicard control"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
-msgid "Factory for the Addressbook's address popup"
+msgid "Factory for the Addressbook's address displayer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
-msgid "Factory for the configuration controls for the Evolution Addressbook."
+msgid "Factory for the Addressbook's address popup"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
-msgid "Factory for the sample Addressbook control"
+msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
+msgid "Factory for the sample Addressbook control"
msgstr ""
-"Tato strnka se pouv pro nastaven pstupu k adresm LDAP server"
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -487,27 +484,27 @@ msgstr "Server LDAP"
msgid "LDAP server containing contact information"
msgstr "Server LDAP obsahujc kontaktn informace"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Nov kontakt"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Kontakt"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
msgid "Create a new contact"
msgstr "Vytvoit nov kontakt"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Nov seznam kontakt"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr "_Seznam kontakt"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
msgid "Create a new contact list"
msgstr "Vytvoit nov seznam kontakt"
@@ -527,24 +524,24 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
msgid "This server does not support LDAPv3 schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
msgid "Error retrieving schema information"
msgstr "Chyba pi natn informac o schmatu"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
msgid "Server did not respond with valid schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr ""
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "Nelze spustit gnome-vfs"
@@ -552,17 +549,17 @@ msgstr "Nelze spustit gnome-vfs"
msgid "Other Contacts"
msgstr "Dal kontakty"
-#: addressbook/gui/component/addressbook.c:469
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Nelze otevt adres"
-#: addressbook/gui/component/addressbook.c:475
+#: addressbook/gui/component/addressbook.c:477
msgid ""
"We were unable to open this addressbook. Please check that the\n"
"path exists and that you have permission to access it."
msgstr ""
-#: addressbook/gui/component/addressbook.c:485
+#: addressbook/gui/component/addressbook.c:487
msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
@@ -572,7 +569,7 @@ msgstr ""
"e jste zadali nesprvn URI nebo e server LDAP \n"
"nen dosaiteln."
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -580,7 +577,7 @@ msgid ""
"retrieving OpenLDAP from the link below.\n"
msgstr ""
-#: addressbook/gui/component/addressbook.c:499
+#: addressbook/gui/component/addressbook.c:501
msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the server\n"
@@ -590,36 +587,37 @@ msgstr ""
"e jste zadali nesprvn URI nebo e server LDAP\n"
"nen dosaiteln."
-#: addressbook/gui/component/addressbook.c:611
-#: addressbook/gui/component/addressbook.c:614
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Napite heslo pro %s (uivatel %s)"
-#: addressbook/gui/component/addressbook.c:739
+#: addressbook/gui/component/addressbook.c:741
msgid "Name begins with"
msgstr "Jmno zan na"
-#: addressbook/gui/component/addressbook.c:740
-msgid "Email is"
-msgstr "E-mail je"
+#: addressbook/gui/component/addressbook.c:742
+#, fuzzy
+msgid "Email begins with"
+msgstr "Jmno zan na"
-#: addressbook/gui/component/addressbook.c:741
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "Kategorie je"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:742
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Jakkoliv polko obsahuje"
-#: addressbook/gui/component/addressbook.c:743
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Pokroil..."
-#: addressbook/gui/component/addressbook.c:913
+#: addressbook/gui/component/addressbook.c:915
msgid ""
"More cards matched this query than either the server is \n"
"configured to return or Evolution is configured to display.\n"
@@ -627,7 +625,7 @@ msgid ""
"the directory server preferences for this addressbook."
msgstr ""
-#: addressbook/gui/component/addressbook.c:919
+#: addressbook/gui/component/addressbook.c:921
msgid ""
"The time to execute this query exceeded the server limit or the limit\n"
"you have configured for this addressbook. Please make your search\n"
@@ -635,21 +633,25 @@ msgid ""
"preferences for this addressbook."
msgstr ""
-#: addressbook/gui/component/addressbook.c:925
+#: addressbook/gui/component/addressbook.c:927
msgid "The backend for this addressbook was unable to parse this query."
msgstr ""
-#: addressbook/gui/component/addressbook.c:929
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
msgid "This query did not complete successfully."
msgstr ""
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:1004
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Jakkoliv kategorie"
-#: addressbook/gui/component/addressbook.c:1086
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "URI, kterou prohle sloek zobraz"
@@ -664,7 +666,7 @@ msgstr "(dn)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Hlavn e-mail"
@@ -715,49 +717,50 @@ msgid " S_how Supported Bases "
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "<< Mn voleb"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+msgid "&lt;- _Remove"
+msgstr "&lt;- _Odstranit"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
msgid "1:00"
msgstr "1:00"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
msgid "380"
msgstr "380"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-msgid "<- _Remove"
-msgstr "<- _Odstranit"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-msgid "<< Fewer Options"
-msgstr "<< Mn voleb"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -902,8 +905,8 @@ msgstr "_Rozsah vyhledvn: "
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Vyhledvn"
@@ -1104,8 +1107,8 @@ msgid "_Add"
msgstr "_Pidat"
#: addressbook/gui/component/ldap-config.glade.h:105
-msgid "_Add ->"
-msgstr "_Pidat ->"
+msgid "_Add -&gt;"
+msgstr "_Pidat -&gt;"
#: addressbook/gui/component/ldap-config.glade.h:106
msgid "_Add Mapping"
@@ -1174,7 +1177,8 @@ msgid "_Log in method:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
-msgid "_More Options >>"
+#, fuzzy
+msgid "_More Options &gt;&gt;"
msgstr "_Vce voleb >>"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1247,7 +1251,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1279,11 +1283,11 @@ msgstr "<(%d nezobrazeno)"
msgid "Unnamed Contact"
msgstr "Nepojmenovan kontakt"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Vyberte kontakty z adrese"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
msgid "Find contact in"
msgstr "Najt kontakt v"
@@ -1347,7 +1351,7 @@ msgstr "Spoluprce"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Editor kontakt"
@@ -1378,7 +1382,8 @@ msgid ""
"Internet, enter the address\n"
"of that information here."
msgstr ""
-"Pokud tato osoba zveejuje informace o svm volnm/obsazenm ase nebo jin informace z kalende na Internetu, uvete zde\n"
+"Pokud tato osoba zveejuje informace o svm volnm/obsazenm ase nebo jin "
+"informace z kalende na Internetu, uvete zde\n"
"adresu tchto informac."
#: addressbook/gui/contact-editor/contact-editor.glade.h:21
@@ -1416,12 +1421,12 @@ msgstr "Chce dostvat potu v _HTML formtu"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:151
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
-#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:47
+#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
msgid "_Delete"
msgstr "_Smazat"
@@ -2482,23 +2487,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Smazat kontakt?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "Editor kategorie nen dostupn"
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Tento kontakt pat do tchto kategori"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Uloit kontakt jako VCard?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Nelze najt udltko k polku `%s'"
@@ -2512,7 +2517,7 @@ msgid "Edit Full"
msgstr "Cel upravit"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Cel jmno"
@@ -2666,11 +2671,11 @@ msgid "contact-list-editor"
msgstr "editor-seznamu-kontakt"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Editor seznamu kontakt"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Uloit seznam jako VCard"
@@ -2729,20 +2734,20 @@ msgstr "Pokroil vyhledvn"
msgid "Search"
msgstr "Vyhledat"
-#: addressbook/gui/widgets/e-addressbook-model.c:138
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "dn karty"
-#: addressbook/gui/widgets/e-addressbook-model.c:141
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 karta"
-#: addressbook/gui/widgets/e-addressbook-model.c:144
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d karty/karet"
-#: addressbook/gui/widgets/e-addressbook-model.c:383
+#: addressbook/gui/widgets/e-addressbook-model.c:402
msgid "Error getting book view"
msgstr "Chyba pi zskvn nhledu knihy"
@@ -2753,15 +2758,15 @@ msgid "Error modifying card"
msgstr "Chyba pi prav karty"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "spch"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Neznm chyba"
@@ -2770,7 +2775,7 @@ msgid "Repository offline"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Pstup zamtnut"
@@ -2787,7 +2792,7 @@ msgid "Protocol not supported"
msgstr "Protokol nen podporovn"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2839,7 +2844,7 @@ msgstr "Chyba pi odstraovn seznamu"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1653
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Chyba pi odstraovn karty"
@@ -2877,151 +2882,151 @@ msgstr "Pesunout karty do"
msgid "Copy cards to"
msgstr "Koprovat karty do"
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Kliknout zde pro pidn kontaktu *"
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Hlavn telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Telefon - asistent"
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Telefon do prce"
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Telefon pro zptn dotaz"
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Firemn telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Telefon dom"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Adresa do zamstnn"
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Adresa dom"
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Mobiln telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Telefon do auta"
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "2. telefon do prce"
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "2. telefon dom"
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Dal telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:375
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Dal adresa"
-#: addressbook/gui/widgets/e-addressbook-view.c:455
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Adres"
-#: addressbook/gui/widgets/e-addressbook-view.c:716
-#: addressbook/gui/widgets/e-addressbook-view.c:905
-#: addressbook/gui/widgets/e-addressbook-view.c:1855
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Uloit jako VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:898
msgid "New Contact..."
msgstr "Nov kontakt..."
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:899
msgid "New Contact List..."
msgstr "Nov seznam kontakt..."
-#: addressbook/gui/widgets/e-addressbook-view.c:896
+#: addressbook/gui/widgets/e-addressbook-view.c:902
msgid "Go to Folder..."
msgstr "Jdi do sloky..."
-#: addressbook/gui/widgets/e-addressbook-view.c:897
+#: addressbook/gui/widgets/e-addressbook-view.c:903
msgid "Import..."
msgstr "Importovat..."
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:905
msgid "Search for Contacts..."
msgstr "Vyhledat kontakty..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:906
msgid "Addressbook Sources..."
msgstr "Zdroje adrese..."
-#: addressbook/gui/widgets/e-addressbook-view.c:902
+#: addressbook/gui/widgets/e-addressbook-view.c:908
msgid "Pilot Settings..."
msgstr "Pedbn nastaven..."
-#: addressbook/gui/widgets/e-addressbook-view.c:906
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Peposlat kontakt"
-#: addressbook/gui/widgets/e-addressbook-view.c:907
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Poslat zprvu pro kontakt"
-#: addressbook/gui/widgets/e-addressbook-view.c:908
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Tisknout"
-#: addressbook/gui/widgets/e-addressbook-view.c:910
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Tisknout oblku"
-#: addressbook/gui/widgets/e-addressbook-view.c:914
+#: addressbook/gui/widgets/e-addressbook-view.c:920
msgid "Copy to folder..."
msgstr "Koprovat do sloky..."
-#: addressbook/gui/widgets/e-addressbook-view.c:915
+#: addressbook/gui/widgets/e-addressbook-view.c:921
msgid "Move to folder..."
msgstr "Pesunout do sloky..."
-#: addressbook/gui/widgets/e-addressbook-view.c:918
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Vyznout"
-#: addressbook/gui/widgets/e-addressbook-view.c:919
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Koprovat"
-#: addressbook/gui/widgets/e-addressbook-view.c:920
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Vloit"
-#: addressbook/gui/widgets/e-addressbook-view.c:921 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3029,8 +3034,8 @@ msgstr "Vloit"
msgid "Delete"
msgstr "Smazat"
-#: addressbook/gui/widgets/e-addressbook-view.c:924
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
msgid "Current View"
msgstr "Aktuln nhled"
@@ -3038,7 +3043,7 @@ msgstr "Aktuln nhled"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:957
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
@@ -3046,10 +3051,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:962
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3289,7 +3302,7 @@ msgid "High"
msgstr "Vysok"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
@@ -3344,36 +3357,36 @@ msgid "Configuration control for the Evolution Calendar."
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
-msgid "Evolution calendar iTip/iMip viewer"
+msgid "Configure your timezone, Calendar and Task List here "
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
-msgid "Evolution component for handling the calendar."
+msgid "Evolution calendar iTip/iMip viewer"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
-msgid "Factory for the Evolution Tasks control"
+msgid "Evolution component for handling the calendar."
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
-msgid "Factory for the calendar iTip view control"
+msgid "Factory for the Evolution Tasks control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
-msgid "Factory for the sample Calendar control"
+msgid "Factory for the calendar iTip view control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
-msgid "Factory to centralize calendar component editor dialogs"
+msgid "Factory for the sample Calendar control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
-msgid "Factory to create a component editor factory"
+msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr "Tato strnka se pouv k nastaven voleb pro kalend a koly"
+msgid "Factory to create a component editor factory"
+msgstr ""
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
@@ -3438,7 +3451,7 @@ msgstr ""
"zobraz dialogov okno pro bnou pipomnku."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Varovn"
@@ -3464,15 +3477,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Pt se neptat na tento program."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Nelze inicializovat GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Nelze vytvoit slubu hlen alarmu"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "Nelze vytvoit tovrnu ke slub hlen alarmu"
@@ -3488,7 +3497,7 @@ msgstr "Popis obsahuje"
msgid "Comment contains"
msgstr "Koment obsahuje"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Nepiazen"
@@ -3499,7 +3508,7 @@ msgstr ""
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr ""
@@ -3558,37 +3567,37 @@ msgstr "V"
msgid "W"
msgstr "Z"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Voln"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Obsazen"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Nezaato"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "Probh"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Dokoneno"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3599,33 +3608,33 @@ msgstr ""
"\"45.436845,125.862501\""
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2021
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "dn"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Opakovan"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Piazeno"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:853
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Ano"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:854
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Ne"
@@ -3645,7 +3654,7 @@ msgstr "Tdenn nhled"
msgid "Month View"
msgstr "Msn nhled"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3668,51 +3677,51 @@ msgstr "koly"
msgid "Folder containing to-do items"
msgstr "Sloka obsahujc poloky \"udlat\""
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr "Nov udlost"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr "_Udlost"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Vytvoit novou udlost"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr "Nov schzka"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr "_Schzka"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
msgid "Create a new meeting request"
msgstr "Vytvoit poadavek na novou schzku"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr "Nov kol"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_kol"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Vytvoit nov kol"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "New All Day Appointment"
msgstr "Nov celodenn udlost"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "All _Day Appointment"
msgstr "_Celodenn udlost"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
msgid "Create a new all-day appointment"
msgstr "Vytvoit novou celodenn udlost"
@@ -4260,59 +4269,59 @@ msgstr ""
msgid "Due "
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
msgid "Could not update invalid object"
msgstr "Nelze aktualizovat neplatn objekt"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
msgid "Could not update object"
msgstr "Nelze aktualizovat objekt"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Upravit udlost"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Udlost - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "kol - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Zpis v denku - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Nen shrnut"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1146
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Uloit jako..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Nen mon zskat aktuln verzi!"
@@ -4384,13 +4393,13 @@ msgstr "Opakovn"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Plnovn"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Schzka"
@@ -4725,7 +4734,7 @@ msgstr "Datum dokonen:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:866
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr ""
@@ -4752,7 +4761,7 @@ msgstr "Zkladn"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Pedn"
@@ -4825,13 +4834,13 @@ msgstr "90%"
msgid "100%"
msgstr "100%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr ""
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Otevt"
@@ -4840,30 +4849,30 @@ msgstr "_Otevt"
msgid "_Save as..."
msgstr "_Uloit jako..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Tisknout..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "_Vyjmout"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Koprovat"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4889,8 +4898,8 @@ msgstr "Oznait _vybran koly jako dokonen"
msgid "_Delete Selected Tasks"
msgstr "_Smazat vybran koly"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -4947,14 +4956,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr ""
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr ""
@@ -4976,104 +4985,104 @@ msgstr ""
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr ""
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr ""
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Nov _udlost"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Nov _celodenn udlost"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
msgid "New Meeting"
msgstr "Nov schzka"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Nov kol"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Tisk..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "Jt na _dneek"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_Jt na datum..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_Zveejnit informaci o volnm/obsazenm ase"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
msgid "_Configure..."
msgstr "_Nastavit..."
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
msgid "_Configure Pilot..."
msgstr ""
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "_Uloit jako..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
msgid "_Schedule Meeting..."
msgstr "Naplnovat _Schzku..."
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
msgid "_Forward as iCalendar..."
msgstr "_Odeslat jako i-kalend..."
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr ""
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr ""
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr ""
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
-#: shell/e-shell-view-menu.c:658
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
+#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
-#: shell/e-shell-view-menu.c:666
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
+#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr ""
@@ -5129,7 +5138,7 @@ msgid "Status:"
msgstr "Stav"
#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr ""
@@ -5139,17 +5148,17 @@ msgid "Tentatively Accepted"
msgstr ""
#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:868
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr ""
#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:825
-#: calendar/gui/e-meeting-model.c:841 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
@@ -5168,7 +5177,7 @@ msgstr "Zaktualizovat"
#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "OK"
@@ -5197,7 +5206,7 @@ msgid "Send Latest Information"
msgstr "Poslat nejnovj informace"
#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Zruit"
@@ -5344,7 +5353,8 @@ msgstr "Poadavek na informace o volnm/obsazenm ase"
#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
-msgstr "<b>%s</b> odpovdl(-a) na poadavek na informace o volnm/obsazenm ase."
+msgstr ""
+"<b>%s</b> odpovdl(-a) na poadavek na informace o volnm/obsazenm ase."
#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
@@ -5475,7 +5485,7 @@ msgstr ""
msgid "Chair Persons"
msgstr ""
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1753
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr ""
@@ -5484,56 +5494,57 @@ msgid "Optional Participants"
msgstr ""
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr ""
+#, fuzzy
+msgid "Resources"
+msgstr "Zdroj"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr ""
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:822
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Skupina"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:823
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr ""
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:824
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr ""
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:838
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:839
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:840
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:869 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Pedbn"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:870
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr ""
@@ -5551,15 +5562,15 @@ msgstr ""
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr ""
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr ""
@@ -5623,8 +5634,8 @@ msgstr "_Zatek schzky:"
msgid "Meeting _end time:"
msgstr "_Konec schzky:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1973
-#: calendar/gui/gnome-cal.c:1984
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr ""
@@ -5639,7 +5650,7 @@ msgstr ""
msgid "The method required to load `%s' is not supported"
msgstr ""
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr ""
@@ -5656,21 +5667,21 @@ msgstr ""
msgid "Expunging"
msgstr ""
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Nov _udlost..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Nelze otevt sloku v `%s'"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr ""
-#: calendar/gui/gnome-cal.c:1732
+#: calendar/gui/gnome-cal.c:1734
#, c-format
msgid ""
"The calendar backend for\n"
@@ -5678,7 +5689,7 @@ msgid ""
" has crashed. You will have to restart Evolution in order to use it again"
msgstr ""
-#: calendar/gui/gnome-cal.c:1737
+#: calendar/gui/gnome-cal.c:1739
#, c-format
msgid ""
"The task backend for\n"
@@ -5686,12 +5697,12 @@ msgid ""
" has crashed. You will have to restart Evolution in order to use it again"
msgstr ""
-#: calendar/gui/gnome-cal.c:1956
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr ""
-#: calendar/gui/gnome-cal.c:1995
+#: calendar/gui/gnome-cal.c:1998
msgid "Opening default tasks folder"
msgstr ""
@@ -5791,7 +5802,7 @@ msgstr "Obnovit"
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:670
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -6026,7 +6037,7 @@ msgid "Print Calendar"
msgstr "Tisknout kalend"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3175
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Prohlen ped tiskem"
@@ -6056,8 +6067,8 @@ msgid ""
"Really erase these tasks?"
msgstr ""
-#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2655
-#: mail/mail-callbacks.c:2897
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Pt se neptat."
@@ -8247,7 +8258,7 @@ msgid ""
msgstr ""
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1003
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr ""
@@ -8609,77 +8620,105 @@ msgstr ""
msgid "Cannot rename folder: %s: No such folder"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2508
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2511
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr ""
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Nepodailo se sthnout zprvu"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Nelze zskat zprvu: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr ""
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Tato zprva nen prv dostupn"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr ""
@@ -8704,7 +8743,7 @@ msgstr ""
msgid "Check for new messages in all folders"
msgstr ""
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1047
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Soubory"
@@ -8742,73 +8781,73 @@ msgstr "Heslo"
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:434
+#: camel/providers/imap/camel-imap-store.c:456
#, c-format
msgid "IMAP server %s"
msgstr "IMAP server %s"
-#: camel/providers/imap/camel-imap-store.c:436
+#: camel/providers/imap/camel-imap-store.c:458
#, c-format
msgid "IMAP service for %s on %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:555
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Spojen zrueno"
-#: camel/providers/imap/camel-imap-store.c:558
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Nelze spojit s %s (port %d): %s"
-#: camel/providers/imap/camel-imap-store.c:617
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr "Nepodailo se spojit s IMAP serverem %s v bezpeenm modu: %s"
-#: camel/providers/imap/camel-imap-store.c:618
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
msgid "SSL/TLS extension not supported."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:649
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
msgid "SSL negotiations failed"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:892
+#: camel/providers/imap/camel-imap-store.c:940
#, c-format
msgid "The folder %s no longer exists"
msgstr "Sloka %s ji neexistuje"
-#: camel/providers/imap/camel-imap-store.c:1026
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "IMAP server %s nepodporuje poadovan typ oven %s"
-#: camel/providers/imap/camel-imap-store.c:1036
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "Typ oven %s nen podporovn"
-#: camel/providers/imap/camel-imap-store.c:1060
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sUvete IMAP heslo pro %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1075
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Neuvedli jste heslo."
-#: camel/providers/imap/camel-imap-store.c:1104
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -8819,19 +8858,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1452
-#: camel/providers/imap/camel-imap-store.c:1589
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1776
+#: camel/providers/imap/camel-imap-store.c:1793
#, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1814
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Neznm chyba: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "Rodiovsk sloka neme obsahovat podsloky"
@@ -8969,27 +9013,6 @@ msgstr ""
msgid "Cannot append message to maildir folder: %s: %s"
msgstr ""
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Nelze zskat zprvu: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr ""
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9077,18 +9100,18 @@ msgstr ""
msgid "Cannot open mailbox: %s: %s\n"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9097,11 +9120,11 @@ msgstr ""
"Nelze zskat zprvu: %s ze sloky %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr ""
@@ -9206,12 +9229,13 @@ msgstr "Neznm chyba: %s"
msgid "Could not store folder: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr ""
@@ -9662,36 +9686,36 @@ msgstr "Je poadovno oven"
msgid "Welcome response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr "Nepodailo se spojit se SMTP serverem %s v bezpenm modu: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
msgid "server does not appear to support SSL"
msgstr "server pravdpodobn nepodporuje SSL"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, c-format
msgid "STARTTLS request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
msgid "STARTTLS response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "SMTP server %s nepodporuje poadovan typ oven %s."
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sUvete SMTP heslo pro %s@%s"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9702,87 +9726,87 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP server %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "Zprvu nelze poslat: adresa odeslatele je neplatn."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Poslm zprvu"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "Nelze poslat zprvu: nebyli ureni pjemci."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
msgid "Cannot send message: one or more invalid recipients"
msgstr "Nelze poslat zprvu: jeden nebo vce neplatnch pjemc"
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "SMTP pozdrav"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, c-format
msgid "HELO request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
msgid "HELO response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP oven"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr ""
@@ -9790,35 +9814,35 @@ msgstr ""
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, c-format
msgid "QUIT request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr ""
@@ -9995,85 +10019,75 @@ msgstr "Chyba pi ukldn souboru: %s"
msgid "Error loading file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1235
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "Chyba pi pstupu k souboru: %s"
-#: composer/e-msg-composer.c:1243
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "Nelze obdret zprvu z editoru"
-#: composer/e-msg-composer.c:1250
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1257
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1266
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
" %s"
msgstr ""
-#: composer/e-msg-composer.c:1366
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
msgstr ""
-#: composer/e-msg-composer.c:1539
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr ""
-#: composer/e-msg-composer.c:1572
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Otevt soubor"
-#: composer/e-msg-composer.c:1944
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1981
+#: composer/e-msg-composer.c:1921
msgid "Signature:"
msgstr "Podpis:"
-#: composer/e-msg-composer.c:2022 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr "automatick"
-#: composer/e-msg-composer.c:2034
-msgid "Set as default"
-msgstr "nastavit jako vchoz"
-
-#: composer/e-msg-composer.c:2211 composer/e-msg-composer.c:2826
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Napsat zprvu"
-#: composer/e-msg-composer.c:2843
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2869 composer/e-msg-composer.c:2924
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
msgstr ""
-#: composer/e-msg-composer.c:3875
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10137,7 +10151,7 @@ msgstr "Pedmt obsahuje"
msgid "Subject does not contain"
msgstr "Pedmt neobsahuje"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2522
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10164,87 +10178,87 @@ msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr ""
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr ""
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr ""
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr ""
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr ""
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr ""
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr ""
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%H:%M:%S"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%H:%M, %x"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr ""
@@ -10356,30 +10370,30 @@ msgid ""
"%s"
msgstr ""
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Dleit"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
+#: filter/filter-label.c:137 mail/mail-config.c:77
#: mail/mail-config.glade.h:136
msgid "Work"
msgstr "Pracovn"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:86
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr "Osobn"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
+#: filter/filter-label.c:139 mail/mail-config.c:79
#: mail/mail-config.glade.h:127
msgid "To Do"
msgstr "Udlat"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:67
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
msgid "Later"
msgstr "Pozdji"
@@ -10636,7 +10650,7 @@ msgstr "nen"
msgid "is not Flagged"
msgstr ""
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr ""
@@ -10697,7 +10711,7 @@ msgstr ""
msgid "Score"
msgstr "Skre"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1813
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Odeslatel"
@@ -10733,7 +10747,7 @@ msgstr "zan na"
msgid "Stop Processing"
msgstr ""
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Pedmt"
@@ -10799,7 +10813,7 @@ msgstr ""
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Pota"
@@ -10861,7 +10875,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr ""
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Ko"
@@ -10927,64 +10941,65 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
-msgid "Evolution component for handling mail."
+msgid ""
+"Configure mail preferences, including security and message display, here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:7
-msgid "Evolution mail composer."
+msgid "Configure spell-checking, signatures, and the message composer here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:8
-msgid "Evolution mail executive summary component."
+msgid "Configure the fonts used by Evolution here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:9
-msgid "Evolution mail folder display component."
+msgid "Configure your email accounts here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:10
-msgid "Evolution mail folder factory component."
+msgid "Evolution component for handling mail."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:11
-msgid "Factory for the Evolution composer."
+msgid "Evolution mail composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:12
-msgid "Factory for the Mail Summary component."
+msgid "Evolution mail executive summary component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:13
-msgid "Font Preferences"
-msgstr "Nastaven psma"
+msgid "Evolution mail folder display component."
+msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:14
-msgid "Mail Accounts"
-msgstr "E-mailov ty"
+msgid "Evolution mail folder factory component."
+msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:70
-msgid "Mail Preferences"
-msgstr "Nastaven poty"
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
+msgid "Factory for the Evolution composer."
+msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:16
-msgid "Mail configuration interface"
+msgid "Factory for the Mail Summary component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr "Tato strnka se pouv pro nastaven font"
+msgid "Font Preferences"
+msgstr "Nastaven psma"
#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr "Tato strnka se pouv pro nastaven e-mailovch t"
+msgid "Mail Accounts"
+msgstr "E-mailov ty"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr "Tato strnka se pouv pro nastaven preferenc maileru"
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
+msgid "Mail Preferences"
+msgstr "Nastaven poty"
#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr "Tato strnka se pouv pro nastaven psan dopis"
+msgid "Mail configuration interface"
+msgstr ""
#: mail/component-factory.c:102
msgid "Folder containing mail"
@@ -11010,245 +11025,245 @@ msgstr "Vlastnosti..."
msgid "Change this folder's properties"
msgstr "Zmnit vlastnosti tto sloky"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr ""
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr "Mte neodeslan zprvy, chcete pesto skonit?"
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
msgid "Warning: Unsent Messages"
msgstr "Varovn: Neposlan zprvy"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Nov dopis"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_Dopis"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
msgid "Compose a new mail message"
msgstr "Napsat nov dopis"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
msgid "New Message Post"
msgstr ""
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
msgid "_Post Message"
msgstr ""
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
msgid "Post a new mail message"
msgstr ""
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr ""
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr ""
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
msgid "Connecting..."
msgstr ""
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr ""
-#: mail/folder-browser-ui.c:445
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr ""
-#: mail/folder-browser-ui.c:447
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Vlastnosti"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr ""
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr ""
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ""
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr ""
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr ""
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr ""
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr ""
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr ""
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
msgid "Create _Virtual Folder From Search..."
msgstr ""
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr ""
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr ""
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr ""
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr ""
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Filtr podle _pedmtu"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Filtr podle _odeslatele"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Filtr podle pje_mc"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Filtr podle potovn _konference"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr ""
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Tisknout"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "_Odpovdt odeslateli"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr ""
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Odpovdt _vem"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Peposlat"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
msgid "Fla_g Completed"
msgstr ""
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
msgid "Cl_ear Flag"
msgstr ""
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Oznait jako _peten"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
msgid "Mark as _Unread"
msgstr "Oznait jako _nepeten"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Oznait jako _dleit"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
msgid "_Mark as Unimportant"
msgstr "_Oznait jako nedleit"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
msgid "U_ndelete"
msgstr ""
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
msgid "Mo_ve to Folder..."
msgstr "Pe_sunout do sloky..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "_Koprovat do sloky..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
msgid "Add Sender to Address_book"
msgstr "Pidat odeslatele do _adrese"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
msgid "Appl_y Filters"
msgstr "Pout _filtry"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
msgid "Crea_te Rule From Message"
msgstr "Vy_tvoit pravidlo ze zprvy"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
msgid "VFolder on M_ailing List"
msgstr "Vsloku podle _potovn konference"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filtr podle potovn ko_nference (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "Vsloku podle potovn _konference (%s)"
@@ -11329,7 +11344,7 @@ msgstr "_Jmno uivatele:"
msgid "_Path:"
msgstr ""
-#: mail/mail-account-gui.c:1847
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr ""
@@ -11406,7 +11421,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11414,20 +11429,20 @@ msgid ""
"Would you like to configure it now?"
msgstr ""
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
msgstr ""
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
msgstr ""
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11435,102 +11450,102 @@ msgstr ""
"Poslte zprvu v HTML formtu, avak nsleduj pjemci si nepej dostvat "
"zprvy v HTML formtu:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
msgstr ""
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Tato zprva je urena pouze skrytm pjemcm."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Aby mohla bt tato zprva odeslna, je nutn urit pjemce."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
msgstr ""
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "neznm odeslatel"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr ""
-#: mail/mail-callbacks.c:1694 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:1696 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:2366
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2391
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
msgstr ""
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
msgstr ""
-#: mail/mail-callbacks.c:2444
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Opravdu chcete peposlat vech(-ny) %d zprv(-y)?"
-#: mail/mail-callbacks.c:2470
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr ""
-#: mail/mail-callbacks.c:2515 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Pepsat soubor?"
-#: mail/mail-callbacks.c:2569
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Uloit zprvu jako..."
-#: mail/mail-callbacks.c:2571
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Uloit zprvy jako..."
-#: mail/mail-callbacks.c:2640
+#: mail/mail-callbacks.c:2627
msgid "Go to next folder with unread messages?"
msgstr "Jt do dal sloky s nepetenmi zprvami?"
-#: mail/mail-callbacks.c:2647
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
@@ -11538,7 +11553,7 @@ msgstr ""
"V tto sloce nejsou dn dal nov zprvy.\n"
"Chcete jt do dal sloky?"
-#: mail/mail-callbacks.c:2890
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11550,35 +11565,35 @@ msgstr ""
"\n"
"Opravdu vymazat tyto zprvy?"
-#: mail/mail-callbacks.c:3003
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
"%s"
msgstr ""
-#: mail/mail-callbacks.c:3015
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Filtry"
-#: mail/mail-callbacks.c:3059
+#: mail/mail-callbacks.c:3046
#, c-format
msgid "Page %d of %d"
msgstr "Strnka %d z %d"
-#: mail/mail-callbacks.c:3114
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr ""
-#: mail/mail-callbacks.c:3141
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "A4"
-#: mail/mail-callbacks.c:3182
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr ""
-#: mail/mail-callbacks.c:3351
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr "Opravdu chcete otevt vech(-ny) %d zprv(-y) v samostatnch oknech?"
@@ -11598,7 +11613,7 @@ msgstr ""
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2919
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
msgid "Unnamed"
msgstr "Beze jmna"
@@ -11619,7 +11634,10 @@ 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 "
"information in email you send."
-msgstr "Vyplte vae jmno a e-mailovou adresu. Polka oznaen \"nepovinn\" nemus bt vyplnna, ledae byste si pli, aby byly tyto informace obsaeny v odeslanch e-mailech."
+msgstr ""
+"Vyplte vae jmno a e-mailovou adresu. Polka oznaen \"nepovinn\" "
+"nemus bt vyplnna, ledae byste si pli, aby byly tyto informace obsaeny "
+"v odeslanch e-mailech."
#: mail/mail-config-druid.c:148
msgid ""
@@ -11647,20 +11665,20 @@ msgid ""
msgstr ""
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr ""
-#: mail/mail-config.c:633
+#: mail/mail-config.c:635
#, c-format
msgid "Account %d"
msgstr "et %d"
-#: mail/mail-config.c:2639
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr ""
-#: mail/mail-config.c:2717 mail/mail-config.c:2721
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Pipojuji se k serveru..."
@@ -12342,118 +12360,123 @@ msgstr "Stahovn obrzk"
msgid "Loading message content"
msgstr ""
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
msgid "Overdue:"
msgstr ""
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
msgid "by %B %d, %Y, %l:%M %P"
msgstr "by %B %d, %Y, %1:%M %P"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr ""
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr ""
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr ""
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr ""
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Poslm \\\"%s\\\""
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s ploha"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Datum"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "patn adresa"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Od"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Odpovdt-komu"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Komu"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Kopie"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Skryt kopie"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
msgid "Mailer"
msgstr "Program elektronick poty"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
msgid "Could not create a PGP verfication context"
msgstr ""
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr ""
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr ""
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr ""
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr ""
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -12571,99 +12594,99 @@ msgstr ""
msgid "Copying messages to %s"
msgstr ""
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr ""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Peposlan zprvy"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr ""
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr ""
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr ""
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr ""
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr ""
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr ""
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr ""
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr ""
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr ""
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr ""
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr ""
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Vyhledvn"
@@ -12771,41 +12794,24 @@ msgid ""
"Do you wish to save your changes?"
msgstr ""
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr "Napite jmno, kter m odkazovat na tento podpis."
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Jmno:"
-#: mail/mail-signature-editor.c:397
-msgid "Signature hint"
-msgstr "Npovda"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-"Pokud chcete pout star podpis, mete ho importovat otevenm menu\n"
-"\"Vloit\" a vybrat bu poloku \"Textov soubor\" nebo \"HTML soubor\"."
-
-#: mail/mail-signature-editor.c:416
-msgid "Hide signature hint"
-msgstr "Skrt npovdu"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr ""
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr ""
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr ""
@@ -13081,24 +13087,24 @@ msgid "Configuration control for the Evolution Summary."
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
-msgid "Evolution Summary component."
+msgid "Configure the appearance of the Evolution Summary here"
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
-msgid "Factory for Evolution Summary's configuration control."
+msgid "Evolution Summary component."
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
-msgid "Factory for the Evolution Summary component."
+msgid "Factory for Evolution Summary's configuration control."
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
-msgid "Summary Preferences"
+msgid "Factory for the Evolution Summary component."
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr "Tato strnka se pouv k prav strnky s pehledem."
+msgid "Summary Preferences"
+msgstr ""
#: my-evolution/Locations.h:1
msgid "Aarhus"
@@ -23005,7 +23011,7 @@ msgstr ""
msgid "Printing of Summary failed"
msgstr ""
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr ""
@@ -24280,17 +24286,17 @@ msgid "Configuration control for Evolution folder settings."
msgstr ""
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
msgid "Folder Settings"
msgstr "Nastaven sloky"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr ""
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr "Tato strnka se pouv ke konfiguraci rznch nastaven sloky"
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Ukzat detaily"
@@ -24316,7 +24322,7 @@ msgstr "Pidat sloku"
msgid "Drafts"
msgstr "Rozepsan"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:401
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Pchoz"
@@ -24760,58 +24766,58 @@ msgstr ""
msgid "About Ximian Evolution"
msgstr ""
-#: shell/e-shell-view-menu.c:492
+#: shell/e-shell-view-menu.c:473
msgid "Go to folder..."
msgstr "Jt na sloku..."
-#: shell/e-shell-view-menu.c:493
+#: shell/e-shell-view-menu.c:474
msgid "Select the folder that you want to open"
msgstr "Vyberte sloku, kterou chcete otevt"
-#: shell/e-shell-view-menu.c:614
+#: shell/e-shell-view-menu.c:595
#, fuzzy
msgid "Create New Shortcut"
msgstr "Vytvoit novou zkratku"
-#: shell/e-shell-view-menu.c:615
+#: shell/e-shell-view-menu.c:596
msgid "Select the folder you want the shortcut to point to:"
msgstr "Vyberte sloku, ke kter m zkratka vst:"
-#: shell/e-shell-view-menu.c:784
+#: shell/e-shell-view-menu.c:763
msgid "_Work Online"
msgstr ""
-#: shell/e-shell-view-menu.c:797 ui/evolution.xml.h:65
+#: shell/e-shell-view-menu.c:776 ui/evolution.xml.h:63
msgid "_Work Offline"
msgstr "_Pracovat pi odpojen"
-#: shell/e-shell-view-menu.c:810 ui/evolution.xml.h:41
+#: shell/e-shell-view-menu.c:789 ui/evolution.xml.h:39
msgid "Work Offline"
msgstr "Pracovat pi odpojen"
-#: shell/e-shell-view.c:229
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr ""
-#: shell/e-shell-view.c:1847
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1849
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "Nic"
-#: shell/e-shell-view.c:1896
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr ""
-#: shell/e-shell-view.c:1909
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -24829,7 +24835,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr ""
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -24837,19 +24843,19 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr ""
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr ""
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr ""
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr ""
@@ -25029,7 +25035,7 @@ msgstr "Pejmenovat vybranou zkratku na:"
msgid "Open the folder linked to this shortcut"
msgstr "Otevt sloku s odkazem na tuto zkratku"
-#: shell/e-shortcuts-view.c:410 ui/evolution.xml.h:25
+#: shell/e-shortcuts-view.c:410 ui/evolution.xml.h:24
msgid "Open in New _Window"
msgstr "Otevt v _novm okn"
@@ -25164,63 +25170,63 @@ msgstr ""
"Chyba z aktivanho systmu je:\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr ""
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Perueno"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr ""
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "Ji m vlastnka"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "dn vlastnk"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Nenalezeno"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Nepodporovan typ"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Nepodporovan schma"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Nepodporovan operace"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Vnitn chyba"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Existuje"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr ""
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr ""
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Nezbv dn msto"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "Star vlastnk zemel"
@@ -25273,26 +25279,19 @@ msgid "Specify where to create the folder:"
msgstr "Upesnte, kde chcete vytvoit sloku:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
+msgid "Open Other User's Folder"
+msgstr "Otevt sloku jinho uivatele"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
+#, fuzzy
+msgid "_Account:"
+msgstr "_Nzev tu:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
-msgid "Open Other User's Folder"
-msgstr "Otevt sloku jinho uivatele"
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
msgid "_Folder Name:"
msgstr "_Nzev sloky:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
-msgid "_Server:"
-msgstr "_Server:"
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
msgid "_User:"
msgstr "_Uivatel:"
@@ -25380,15 +25379,15 @@ msgstr "Pt se neptat"
msgid "Evolution can import data from the following files:"
msgstr ""
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution se prv zavr ..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25398,7 +25397,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25408,49 +25407,53 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr ""
-#: shell/main.c:255
+#: shell/main.c:259
msgid "Don't tell me again"
msgstr "Pt neupozorovat"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr ""
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr ""
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr ""
-#: shell/main.c:439
+#: shell/main.c:487
msgid "Start in offline mode"
msgstr ""
-#: shell/main.c:440
+#: shell/main.c:489
msgid "Start in online mode"
msgstr ""
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr ""
@@ -25561,7 +25564,7 @@ msgstr ""
#: ui/evolution-event-editor.xml.h:11 ui/evolution-mail-global.xml.h:16
#: ui/evolution-mail-list.xml.h:23 ui/evolution-mail-message.xml.h:93
#: ui/evolution-mail-messagedisplay.xml.h:4 ui/evolution-task-editor.xml.h:9
-#: ui/evolution-tasks.xml.h:14 ui/evolution.xml.h:44
+#: ui/evolution-tasks.xml.h:14 ui/evolution.xml.h:42
msgid "_Actions"
msgstr "_Akce"
@@ -25666,7 +25669,7 @@ msgid "Delete this item"
msgstr "Smazat tuto poloku"
#: ui/evolution-comp-editor.xml.h:6 ui/evolution-event-editor.xml.h:5
-#: ui/evolution-mail-messagedisplay.xml.h:3 ui/evolution.xml.h:20
+#: ui/evolution-mail-messagedisplay.xml.h:3 ui/evolution.xml.h:19
msgid "Main toolbar"
msgstr ""
@@ -25706,7 +25709,7 @@ msgstr "Uloit tuto poloku na disk"
#: ui/evolution-mail-messagedisplay.xml.h:7
#: ui/evolution-message-composer.xml.h:42
#: ui/evolution-signature-editor.xml.h:12 ui/evolution-subscribe.xml.h:11
-#: ui/evolution.xml.h:48
+#: ui/evolution.xml.h:46
msgid "_File"
msgstr "_Soubor"
@@ -25953,7 +25956,7 @@ msgstr "Seznam zprv dle vlken"
msgid "_Expunge"
msgstr "_Vymazat"
-#: ui/evolution-mail-list.xml.h:27 ui/evolution.xml.h:49
+#: ui/evolution-mail-list.xml.h:27 ui/evolution.xml.h:47
msgid "_Folder"
msgstr "_Sloka"
@@ -26357,7 +26360,7 @@ msgstr "_Citace"
msgid "_Resend..."
msgstr ""
-#: ui/evolution-mail-message.xml.h:113 ui/evolution.xml.h:63
+#: ui/evolution-mail-message.xml.h:113 ui/evolution.xml.h:61
msgid "_Tools"
msgstr "_Nstroje"
@@ -26372,12 +26375,12 @@ msgstr "Zavt toto okno"
#: ui/evolution-mail-messagedisplay.xml.h:5
#: ui/evolution-message-composer.xml.h:39
#: ui/evolution-signature-editor.xml.h:10 ui/evolution-subscribe.xml.h:9
-#: ui/evolution.xml.h:45
+#: ui/evolution.xml.h:43
msgid "_Close"
msgstr "U_zavt"
#: ui/evolution-mail-messagedisplay.xml.h:8
-#: ui/evolution-message-composer.xml.h:49 ui/evolution.xml.h:64
+#: ui/evolution-message-composer.xml.h:49 ui/evolution.xml.h:62
msgid "_View"
msgstr "_Zobrazen"
@@ -26548,7 +26551,7 @@ msgstr "_HTML"
msgid "Save the current file and close the window"
msgstr "Uloit aktuln soubor a zavt okno"
-#: ui/evolution-signature-editor.xml.h:13 ui/evolution.xml.h:53
+#: ui/evolution-signature-editor.xml.h:13 ui/evolution.xml.h:51
msgid "_Help"
msgstr "N_povda"
@@ -26697,146 +26700,138 @@ msgid "Exit the program"
msgstr "Ukonit program"
#: ui/evolution.xml.h:18
-msgid "Full_screen"
-msgstr "Cel_obrazovka"
-
-#: ui/evolution.xml.h:19
msgid "Import data from other programs"
msgstr "Importovat data z jinch program"
-#: ui/evolution.xml.h:21
+#: ui/evolution.xml.h:20
msgid "Move this folder to another place"
msgstr "Pesunout tuto sloku na jin msto"
-#: ui/evolution.xml.h:22
+#: ui/evolution.xml.h:21
msgid "Open Other _User's Folder..."
msgstr "Otevt sloku _jinho uivatele..."
-#: ui/evolution.xml.h:23
+#: ui/evolution.xml.h:22
msgid "Open a folder that is made available by some other user on the server"
msgstr "Otevt sloku, kter je zpstupnna jinm uivatelem na serveru"
-#: ui/evolution.xml.h:24
+#: ui/evolution.xml.h:23
msgid "Open in New Window"
msgstr "Otevt v novm oknu"
-#: ui/evolution.xml.h:26
+#: ui/evolution.xml.h:25
msgid "Open this folder in an other window"
msgstr "Otevt tuto sloku v jinm okn"
-#: ui/evolution.xml.h:27
+#: ui/evolution.xml.h:26
msgid "Pi_lot Settings..."
msgstr "Nastaven die _Pilot..."
-#: ui/evolution.xml.h:28
+#: ui/evolution.xml.h:27
msgid "Send / Receive"
msgstr "Odeslat / pijmout"
-#: ui/evolution.xml.h:29
+#: ui/evolution.xml.h:28
msgid "Send queued items and retrieve new items"
msgstr "Poslat poloky ekajc ve front a pijmout nov poloky"
-#: ui/evolution.xml.h:30
+#: ui/evolution.xml.h:29
msgid "Set up Pilot configuration"
msgstr ""
-#: ui/evolution.xml.h:31
+#: ui/evolution.xml.h:30
msgid "Show information about Ximian Evolution"
msgstr "Ukzat informace o Ximian Evolution"
-#: ui/evolution.xml.h:32
+#: ui/evolution.xml.h:31
msgid "Submit Bug Report"
msgstr ""
-#: ui/evolution.xml.h:33
+#: ui/evolution.xml.h:32
msgid "Submit _Bug Report"
msgstr ""
-#: ui/evolution.xml.h:34
+#: ui/evolution.xml.h:33
msgid "Submit a bug report using Bug Buddy"
msgstr ""
-#: ui/evolution.xml.h:35
+#: ui/evolution.xml.h:34
msgid "Toggle"
msgstr "Pepna"
-#: ui/evolution.xml.h:36
-msgid "Toggle fullscreen mode"
-msgstr "Pepnout celoobrazovkov reim"
-
-#: ui/evolution.xml.h:37
+#: ui/evolution.xml.h:35
msgid "Toggle whether to show the folder bar"
msgstr ""
-#: ui/evolution.xml.h:38
+#: ui/evolution.xml.h:36
msgid "Toggle whether to show the shortcut bar"
msgstr ""
-#: ui/evolution.xml.h:39
+#: ui/evolution.xml.h:37
msgid "Toggle whether we are working offline."
msgstr ""
-#: ui/evolution.xml.h:40
+#: ui/evolution.xml.h:38
msgid "View the selected folder"
msgstr ""
-#: ui/evolution.xml.h:42
+#: ui/evolution.xml.h:40
msgid "Ximian Evolution _FAQ"
msgstr ""
-#: ui/evolution.xml.h:43
+#: ui/evolution.xml.h:41
msgid "_About Ximian Evolution..."
msgstr ""
-#: ui/evolution.xml.h:46
+#: ui/evolution.xml.h:44
msgid "_Copy..."
msgstr "_Koprovat..."
-#: ui/evolution.xml.h:50
+#: ui/evolution.xml.h:48
msgid "_Folder Bar"
msgstr "Lita _sloek"
-#: ui/evolution.xml.h:51
+#: ui/evolution.xml.h:49
msgid "_Folder..."
msgstr "Sl_oka..."
-#: ui/evolution.xml.h:52
+#: ui/evolution.xml.h:50
msgid "_Go to Folder..."
msgstr "_Jt na sloku..."
-#: ui/evolution.xml.h:54
+#: ui/evolution.xml.h:52
msgid "_Import..."
msgstr "I_mportovat..."
-#: ui/evolution.xml.h:55
+#: ui/evolution.xml.h:53
msgid "_Move..."
msgstr "_Pesunout..."
-#: ui/evolution.xml.h:56
+#: ui/evolution.xml.h:54
msgid "_New"
msgstr "_Nov"
-#: ui/evolution.xml.h:57
+#: ui/evolution.xml.h:55
msgid "_New Folder"
msgstr "_Nov adres"
-#: ui/evolution.xml.h:58
+#: ui/evolution.xml.h:56
msgid "_Preferences..."
msgstr "_Volby..."
-#: ui/evolution.xml.h:59
+#: ui/evolution.xml.h:57
msgid "_Rename..."
msgstr "Pe_jmenovat..."
-#: ui/evolution.xml.h:60
+#: ui/evolution.xml.h:58
msgid "_Send / Receive"
msgstr "_Odeslat / pijmout"
-#: ui/evolution.xml.h:61
+#: ui/evolution.xml.h:59
msgid "_Shortcut Bar"
msgstr "Z_kratkov lita"
-#: ui/evolution.xml.h:62
+#: ui/evolution.xml.h:60
msgid "_Shortcut..."
msgstr "_Zkratka"
@@ -27107,19 +27102,19 @@ msgstr "Zprva"
msgid "Don't show this message again."
msgstr "Pt tuto zprvu nezobrazovat."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
msgid "_Find Now"
msgstr "_Vyhledat"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
msgid "_Clear"
msgstr "Vy_mazat"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Vymazat"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Vyhledat"
@@ -27145,6 +27140,66 @@ msgstr ""
msgid "init_bonobo(): could not initialize Bonobo"
msgstr ""
+#~ msgid "Email is"
+#~ msgstr "E-mail je"
+
+#~ msgid "<- _Remove"
+#~ msgstr "<- _Odstranit"
+
+#~ msgid "_Add ->"
+#~ msgstr "_Pidat ->"
+
+#~ msgid "This page can be used to configure Calendar and Task preferences"
+#~ msgstr "Tato strnka se pouv k nastaven voleb pro kalend a koly"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Nelze vytvoit slubu hlen alarmu"
+
+#~ msgid "Set as default"
+#~ msgstr "nastavit jako vchoz"
+
+#~ msgid "This Page can be used to configure the Fonts"
+#~ msgstr "Tato strnka se pouv pro nastaven font"
+
+#~ msgid "This page can be used to configure E-Mail Accounts"
+#~ msgstr "Tato strnka se pouv pro nastaven e-mailovch t"
+
+#~ msgid "This page can be used to configure Mailer preferences"
+#~ msgstr "Tato strnka se pouv pro nastaven preferenc maileru"
+
+#~ msgid "This page can be used to configure the Composer"
+#~ msgstr "Tato strnka se pouv pro nastaven psan dopis"
+
+#~ msgid "Signature hint"
+#~ msgstr "Npovda"
+
+#~ msgid ""
+#~ "If you would like to use an old signature, you may import it by opening "
+#~ "the \"Insert\" menu, and select either the \"Text file\" or the \"HTML "
+#~ "file\" item."
+#~ msgstr ""
+#~ "Pokud chcete pout star podpis, mete ho importovat otevenm menu\n"
+#~ "\"Vloit\" a vybrat bu poloku \"Textov soubor\" nebo \"HTML soubor\"."
+
+#~ msgid "Hide signature hint"
+#~ msgstr "Skrt npovdu"
+
+#~ msgid ""
+#~ "This page can be used to customize the appearance of the Summary page."
+#~ msgstr "Tato strnka se pouv k prav strnky s pehledem."
+
+#~ msgid "This page can be used to configure various folder settings"
+#~ msgstr "Tato strnka se pouv ke konfiguraci rznch nastaven sloky"
+
+#~ msgid "_Server:"
+#~ msgstr "_Server:"
+
+#~ msgid "Full_screen"
+#~ msgstr "Cel_obrazovka"
+
+#~ msgid "Toggle fullscreen mode"
+#~ msgstr "Pepnout celoobrazovkov reim"
+
#~ msgid "Error in search expression."
#~ msgstr "Chyba v hledanm vrazu."
@@ -27202,12 +27257,6 @@ msgstr ""
#~ msgid "Create new contact list"
#~ msgstr "Vytvoit nov seznam kontakt"
-#~ msgid "&lt;- _Remove"
-#~ msgstr "&lt;- _Odstranit"
-
-#~ msgid "_Add -&gt;"
-#~ msgstr "_Pidat -&gt;"
-
#~ msgid "Wenesday"
#~ msgstr "steda"
@@ -27217,9 +27266,6 @@ msgstr ""
#~ msgid "NNTP Server:"
#~ msgstr "NNTP Server:"
-#~ msgid "Source"
-#~ msgstr "Zdroj"
-
#~ msgid "Save to Disk..."
#~ msgstr "Uloit na disk..."
@@ -27248,7 +27294,9 @@ msgstr ""
#~ msgid ""
#~ "This page can be used to configure synchronization of folders for offline "
#~ "usage"
-#~ msgstr "Tato strnka se pouv k nastaven synchronizace sloek pro prci pi odpojen"
+#~ msgstr ""
+#~ "Tato strnka se pouv k nastaven synchronizace sloek pro prci pi "
+#~ "odpojen"
#~ msgid " Edit "
#~ msgstr " Upravit "
@@ -27322,9 +27370,6 @@ msgstr ""
#~ "Toto je zkladn uzel pro vechna vae vyhledvn na serveru ldap. Pro "
#~ "vce informac kontaktujte svho administrtora"
-#~ msgid "_Account name:"
-#~ msgstr "_Nzev tu:"
-
#~ msgid "Show contacts matching the following criteria:"
#~ msgstr "Ukzat kontakty vyhovujc nsedujcm kriterim"
diff --git a/po/da.po b/po/da.po
index 6264eeac27..40cfedb7eb 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 1.4.1\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-03-08 23:41+0100\n"
"Last-Translator: Anna Jonna Armannsdottir <a@ingenioer.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@@ -32,22 +32,22 @@ msgid "Imports VCard files into Evolution."
msgstr "Importerer VCard-filer i Evolution."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Gem som"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Navn"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "E-post"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Primr"
@@ -57,16 +57,16 @@ msgstr "Pri"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Assistent"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Arbejde"
@@ -76,12 +76,12 @@ msgid "Bus"
msgstr "Arb"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Ring tilbage"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Firma"
@@ -92,13 +92,13 @@ msgstr "Datamaskine"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Hjemme"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organisation"
@@ -108,19 +108,19 @@ msgstr "Org"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mobil"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Bil"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Fax p arbejde"
@@ -129,13 +129,13 @@ msgid "Bus Fax"
msgstr "Arb-fax"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Fax hjemme"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Arbejde 2"
@@ -144,68 +144,68 @@ msgid "Bus 2"
msgstr "Arb 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Hjemme 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Andre"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Anden fax"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Personsger"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Radio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "E-post 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "E-post 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Netside"
@@ -214,7 +214,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Afdeling"
@@ -223,7 +223,7 @@ msgid "Dep"
msgstr "Afd"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Kontor"
@@ -232,12 +232,12 @@ msgid "Off"
msgstr "Ktr"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Titel"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Profession"
@@ -246,7 +246,7 @@ msgid "Prof"
msgstr "Prof"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Leder"
@@ -259,7 +259,7 @@ msgid "Ass"
msgstr "Ass"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Kaldenavn"
@@ -268,12 +268,12 @@ msgid "Nick"
msgstr "Kaldt"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "gteflle"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Kommentar"
@@ -286,7 +286,7 @@ msgid "CALUri"
msgstr "CALUri"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "Fri-ledig URL"
@@ -337,7 +337,7 @@ msgstr "VCard for %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -345,7 +345,7 @@ msgid "Could not initialize Bonobo"
msgstr "Kunne ikke initialisere Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Sger..."
@@ -353,41 +353,33 @@ msgstr "Sger..."
msgid "Loading..."
msgstr "Indlser..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr "Fejl i sgeudtryk."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "Kobler til LDAP-server..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "Tilfjer kort p LDAP-server..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "Fjerner kort fra LDAP-server..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "ndrer kort fra LDAP-server..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr "Starter sgning igen."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "Modtager sgeresultater fra LDAP-server..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Fejl ved fjernelse af kort"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "Kunne ikke tolke URL `%s'"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -435,47 +427,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Kontrol som viser et minikort i Evolutions adressebog."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Minikort visning i Evolution adressebog"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Evolution komponent til hndtering af kontakter."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Fabrik til styring af minikort for adressebogen"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Fabrik til adressebogens adressevisning"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Fabrik for adressebogens adresse-pop-op"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Fabrik til styring af eksempel-adressebogen"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -495,29 +487,29 @@ msgstr "LDAP-server"
msgid "LDAP server containing contact information"
msgstr "LDAP-server som indeholder kontaktinformation"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Ny kontakt"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Kontakt"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Opret en ny kontakt"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Ny kontaktliste"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "_Kontaktliste"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Opret en ny kontaktliste"
@@ -543,30 +535,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "Svar fra IMAP-server indeholdt ikke %s-information"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Fejl under indlsning af filter-information:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "Svar fra IMAP-server indeholdt ikke %s-information"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "(SSL er ikke understttet i denne version af evolution)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "Kunne ikke initiere gnome-vfs"
@@ -574,21 +566,30 @@ msgstr "Kunne ikke initiere gnome-vfs"
msgid "Other Contacts"
msgstr "Andre kontakter"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Kunne ikke bne adressebogen"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"Kunne ikke bne denne adressebog. Kontrollr venligst at stien\n"
+"eksisterer, og at du har rettigheder til at tilg den."
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"Kunne ikke bne denne adressebog. Dette betyder enten, \n"
"at du har indtastet en ugyldig URI, eller at LDAP-serveren\n"
"er nede"
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -600,52 +601,83 @@ msgstr ""
"m du overstte programmet fra kildekoden i CVS efter at\n"
"have hentet OpenLDAP fra henvisningen nedenfor.\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"Kunne ikke bne denne adressebog. Kontrollr venligst at stien\n"
-"eksisterer, og at du har rettigheder til at tilg den."
+"Kunne ikke bne denne adressebog. Dette betyder enten, \n"
+"at du har indtastet en ugyldig URI, eller at LDAP-serveren\n"
+"er nede"
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Indtast adgangskode for %s (bruger %s)"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "slutter med"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "E-post 2"
+msgid "Email begins with"
+msgstr "slutter med"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "Kategorien er"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Et felt indeholder"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Avanceret..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Enhver kategori"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "URIen som mappe-skimmeren vil vise"
@@ -660,7 +692,7 @@ msgstr "(ingen)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Primr e-post"
@@ -712,53 +744,53 @@ msgid " S_how Supported Bases "
msgstr "_Sg efter understttede typer"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Alternativer"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr " Fje_rn"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr " Fje_rn"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Alternativer"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -862,7 +894,7 @@ msgid "Mappings"
msgstr "Margener"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "_hver"
@@ -914,8 +946,8 @@ msgstr "S_geomrde:"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Sger..."
@@ -1106,7 +1138,7 @@ msgid "Using email address"
msgstr "De_tte er postadressen"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1114,13 +1146,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Tilfj"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_Tilfj"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1161,7 +1193,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1198,7 +1230,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Tilvalg"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1280,7 +1312,7 @@ msgstr "Fabrik til adressebogens grnseflade for navnevalg"
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1312,11 +1344,11 @@ msgstr "(%d ikke vist)"
msgid "Unnamed Contact"
msgstr "Kontakt uden navn:"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Vlg kontakter fra adressebogen"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "Afsender indeholder"
@@ -1381,7 +1413,7 @@ msgstr "Samarbejde"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Kontaktredigering"
@@ -1451,9 +1483,9 @@ msgstr "nsker at modtage e-post som _HTML"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2522,23 +2554,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Slet kontakt?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "Kategori-redigering ikke tilgngelig."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Denne kontakt hrer til disse kategorier:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Gem kontakt som VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TTD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Kunne ikke finde widget for felt: `%s'"
@@ -2552,7 +2584,7 @@ msgid "Edit Full"
msgstr "Redigr alt"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Fulde navn"
@@ -2704,11 +2736,11 @@ msgid "contact-list-editor"
msgstr "kontakt-liste-redigering"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Kontaktlisteredigering"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Gem liste som VCard"
@@ -2767,20 +2799,20 @@ msgstr "Avanceret sgning"
msgid "Search"
msgstr "Sgning"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Ingen kort"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 kort"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d kort"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Fejl under start af %s"
@@ -2792,15 +2824,15 @@ msgid "Error modifying card"
msgstr "Fejl ved ndring af kort"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "Succes"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Ukendt fejl"
@@ -2809,7 +2841,7 @@ msgid "Repository offline"
msgstr "\"Offline\" lager"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Tilgang ngtet"
@@ -2826,7 +2858,7 @@ msgid "Protocol not supported"
msgstr "Protokollen er ikke understttet"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2881,7 +2913,7 @@ msgstr "Fejl ved fjernelse af liste"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Fejl ved fjernelse af kort"
@@ -2923,160 +2955,160 @@ msgstr "Ingen kort"
msgid "Copy cards to"
msgstr "Ingen kort"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Klik her for at tilfje en kontakt *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Primr telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Assistents telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Arbejdstelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Telefon for tilbageringing"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Firmatelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Hjemmetelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Arbejdsadresse"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Hjemmeadresse"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Mobiltelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Biltelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Arbejdstelefon 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Hjemmetelefon 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Anden telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Anden adresse"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Adressebog"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Gem som VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Ny kontakt"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Ny kontaktliste"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_G til mappe..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_Importr..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Sg efter kontakter"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "_Adressebogs-kilder..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "Indstillinger for _hhdholdt..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Videresend kontakt"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Send besked til kontakt"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Udskriv"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Udskriv konvolut"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "K_opir til mappe..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "Fl_yt til mappe..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Klip ud"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Kopier"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Indst"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3084,8 +3116,8 @@ msgstr "Indst"
msgid "Delete"
msgstr "Slet"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "_Aktiv visning"
@@ -3094,7 +3126,7 @@ msgstr "_Aktiv visning"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,,,"
@@ -3102,10 +3134,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,,,"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,,,"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3234,7 +3274,7 @@ msgid "Include:"
msgstr "Inkludr:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Landskab"
@@ -3254,12 +3294,12 @@ msgstr "Margener"
msgid "Number of columns:"
msgstr "Antal kolonner:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Alternativer"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Orientering"
@@ -3282,7 +3322,7 @@ msgstr "Papirkilde:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Portrt"
@@ -3338,26 +3378,26 @@ msgstr "Bredde:"
msgid "_Font..."
msgstr "Skri_fttype..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr "Unavngivet aftale"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Hj"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Normal"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Lav"
@@ -3407,38 +3447,38 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Fabrik for Evolution beskedsredigering."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Evolution kalender iTip/iMip-visning"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Evolution komponent for hndtering af kalenderen."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr "Fabrik til Evolution-opgavekontrol."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Fabrik for kalenderens iTip visningskontrol"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Fabrik til styring af eksempel-kaldender"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
"Fabrik til centralisering af dialoger for kalender-komponent-redigering"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Fabrik til oprettelse af en komponentredigering-fabrik"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Alarm-tjeneste"
@@ -3504,7 +3544,7 @@ msgstr ""
"for pmindelse i stedet."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Advarsel"
@@ -3531,15 +3571,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Sprg mig ikke igen."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Kunne ikke initiere Gnome"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Kunne ikke oprette fabrik for alarm-tjenesten"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "Kunne ikke oprette fabrik for alarm-tjenesten"
@@ -3555,7 +3591,7 @@ msgstr "Beskrivelse indeholder"
msgid "Comment contains"
msgstr "Kommentar indeholder"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Ingen trffere"
@@ -3566,7 +3602,7 @@ msgstr "%A den %d. %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a %d. %b"
@@ -3625,37 +3661,37 @@ msgstr ""
msgid "W"
msgstr "V"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Ledig"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Optaget"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Ikke startet"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "I gang"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Fuldfrt"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3666,33 +3702,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Ingen"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Genindtrffer"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Tildelt"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Ja"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Nej"
@@ -3712,7 +3748,7 @@ msgstr "Ugevisning"
msgid "Month View"
msgstr "Mnedsvisning"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3723,10 +3759,10 @@ msgid "Folder containing appointments and events"
msgstr "Mappe som indeholder aftaler og hndelser"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Opgaver"
@@ -3735,59 +3771,59 @@ msgstr "Opgaver"
msgid "Folder containing to-do items"
msgstr "Mappe som indeholder opgaver"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr "Ny aftale"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr "Aftale"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Opret en ny aftale"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr "Indstillinger for nyhedstjeneste"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr "Mde"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Opret en ny opgave"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr "Ny opgave"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Opgave"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Opret en ny opgave"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Ny aftale"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "Ny _aftale"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Opret en ny aftale"
@@ -4000,7 +4036,7 @@ msgstr "Pmindelser"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Sammendrag:"
@@ -4029,7 +4065,7 @@ msgstr "slutning p aftale"
msgid "hour(s)"
msgstr "time(r)"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "minutt(er)"
@@ -4207,7 +4243,7 @@ msgid "_Fri"
msgstr "_Fre"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_Generelt"
@@ -4350,61 +4386,61 @@ msgstr " (Frdig "
msgid "Due "
msgstr "Frdig "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Kunne ikke opdatere objektet."
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Kunne ikke opdatere objektet."
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Redigr aftale"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Aftale - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Opgave - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Journalopfring - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Ingen sammendrag"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Gem som..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Kan ikke hente versionsdata!"
@@ -4476,13 +4512,13 @@ msgstr "Genindtrffelse"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Mdeplanlgning"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Mde"
@@ -4603,7 +4639,7 @@ msgid "Member"
msgstr "Medlem"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "SU"
@@ -4826,7 +4862,7 @@ msgstr "Dato for fuldfrelse:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Behver handling"
@@ -4853,11 +4889,11 @@ msgstr "Grundlggende"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Tildeling"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4926,13 +4962,13 @@ msgstr "90%"
msgid "100%"
msgstr "10%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Sletter de valgte objekter"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_bn"
@@ -4942,30 +4978,30 @@ msgstr "_bn"
msgid "_Save as..."
msgstr "Gem som..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "S_kriv ud..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "Klip _ud"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Kopir"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4994,8 +5030,8 @@ msgstr "_Markr opgaver som fuldfrte"
msgid "_Delete Selected Tasks"
msgstr "Sle_t valgte opgaver"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Opdaterer objekter"
@@ -5052,14 +5088,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %Y-%m-%d %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m-%Y %H:%M:%S"
@@ -5081,165 +5117,147 @@ msgstr "%02i minutters opdeling"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr " "
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr " "
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Ny _aftale"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Ny aftale som varer h_ele dagen"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Mde"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Ny opgave"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Udskriv..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "G _til i dag"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_G til dato..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_Udgiv ledig/optaget-information"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "Konfiguration"
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Konfiguration"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "Gem _som..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "Opst _mde"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "Videresend som i_Calendar"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Gr denne hndelse _flytbar"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Slet denne _hndelse"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Slet _alle hndelser"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
"GNOME pilotvrktjerne ser ikke ud til at vre installeret p dette system."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr "Fejl under krsel af %s."
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
-msgstr "Mde starter: <b>"
-
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
-msgstr "Opgave starter: <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr "Ledig/optaget-information starter: <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr "Starter: <b>"
-
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr "Mde slutter: <b>"
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr "Ledig/optaget-information starter: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
+#: calendar/gui/e-itip-control.c:593
+#, fuzzy
+msgid "<b>Ends:</b> "
msgstr "Slutter: <b>"
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr "Opgave fuldfrt <b>"
+#: calendar/gui/e-itip-control.c:606
+#, fuzzy
+msgid "<b>Completed:</b> "
+msgstr "Fuldfrt "
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr "Opgave pbegyndes: <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr "iCalendar-information"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr "iCalendar-fejl"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr "en ukendt afsender"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
@@ -5247,329 +5265,329 @@ msgstr ""
"<br>Kontrollr venligst flgende information og vlg s en handling fra "
"menuen nedenfor."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Ingen</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "Geografisk lokation:"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "_Status:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr "Godtaget"
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr "Foreslet"
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "Afslet"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Ukendt"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr "Vlg en handling"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr "Opgaveopdatering"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "O.k."
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr "Godtaget"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr "Foreslet"
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr "Afslet"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr "Send oplysning om ledig/optaget"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr "Opdaterer modpartens status"
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr "Send nyeste oplysninger"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Afbryd"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> har offentliggjort mdeoplysning."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "Mdeinformation"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> beder om din tilstedevrelse i et mde."
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Mdeforslag"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> nsker at tilfje information til et eksisterende mde."
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Mdeopdatering"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> nsker at modtage seneste mdeinformation."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "Anmodning om mdeopdatering"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> har svaret p en mdeforesprgsel."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Mdesvar"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> har aflyst et mde."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Mdeaflysing"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> har sendt en uforstelig besked."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "Ugyldig mdebesked"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> har offentliggjort information om en opgave."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "Opgaveinformation"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> anmoder om at du udfrer en opgave."
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr "Forslag om opgave"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> nsker at tilfje information til en eksisterende opgave."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "Opgaveopdatering"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> nsker at modtage den seneste information om opgaven."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "Anmodning om opgaveopdatering"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> har svaret p en opgavetildeling."
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "Svar p opgave"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> har aflyst en opgave."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "Aflysing af opgave"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "Ugyldig opgavebesked"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> har publiseret ledig/optaget-information."
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "Ugyldig besked om ledig/optaget"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> anmoder om din oplysning om ledig/optaget."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "Foresprgsel om ledig/optaget"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr ""
"<b>%s</b> har svaret p en foresprgsel efter oplysning om ledig/optaget."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "Svar p ledig/optaget"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr "Ugyldig besked om ledig/optaget"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr "Mappen ser ud til at have blevet korrupt og kan ikke repareres."
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr "Denne besked indeholder foresprgsler, som ikke er understttet."
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr "Bilaget indeholder ikke en gyldig kalender-besked"
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr "Bilaget har ingen synlige kalender-elementer"
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "Elementet kunne ikke sendes!\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "Opdatering fuldfrt\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr "Kalenderfilen kunne ikke opdateres!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
"Deltagerstatus kan ikke opdateres, fordi elementet ikke lngere eksisterer"
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr "Deltagerstatus kunne ikke opdateres pga. ugyldig status!\n"
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr "Deltagerstatus opdateret\n"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr "Deltagerstatus kunne ikke opdateres!\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "Fjernelse fuldfrt"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "Elementet sendt!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr "Elementet kunne ikke sendes!\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Vlg mappe"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Vlg mappe"
@@ -5615,7 +5633,7 @@ msgstr "start-dato"
msgid "Chair Persons"
msgstr "Formnd"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "Obligatoriske deltagere"
@@ -5624,56 +5642,57 @@ msgid "Optional Participants"
msgstr "Valgfrie deltagere"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "Ikke-deltagere"
+#, fuzzy
+msgid "Resources"
+msgstr "Ressourse"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Individuel"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Gruppe"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Ressourse"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Rum"
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Formand"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "Obligatorisk deltager"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Valgfri deltager"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "Ikke-deltager"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Foreslet"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Delegeret"
@@ -5684,22 +5703,22 @@ msgstr "I gang"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A den %d %B, %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m-%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m-%Y"
@@ -5763,8 +5782,8 @@ msgstr "Tid for mdets _start:"
msgid "Meeting _end time:"
msgstr "Tid for mdets slutning:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "bner lager %s"
@@ -5779,7 +5798,7 @@ msgstr "Kunne ikke indlse opgaverne i `%s'"
msgid "The method required to load `%s' is not supported"
msgstr "Den ndvendige metode til indlsning af `%s' er ikke understttet"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Kunne ikke bne mappen i `%s'"
@@ -5799,26 +5818,42 @@ msgstr "Sletter de valgte objekter"
msgid "Expunging"
msgstr "Fjerner slettede beskeder fra mappe"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Ny _aftale..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Kunne ikke bne mappen i `%s'"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "Den ndvendige metode til bning af `%s' er ikke understttet"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "bner kalender ved %s"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "bner mappe %s"
@@ -5879,49 +5914,49 @@ msgstr "Oktober"
msgid "September"
msgstr "September"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr "Mindst en deltager er ndvendig"
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr "En organisator skal angives."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr "Kalenderinformation"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr "Opgaveinformation"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr "Journalinformation"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr "Ledig/optaget-information"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr "Kalenderinformation"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "Opgaveopdatering"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Ls listen igen"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Du m vre en deltager i arrangementet"
@@ -6157,7 +6192,7 @@ msgid "Print Calendar"
msgstr "Udskriv kalender"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Forhndsvisning af udskrift"
@@ -6181,7 +6216,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "URIen til opgavemappen, der skal vises"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
#, fuzzy
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
@@ -6194,12 +6229,12 @@ msgstr ""
"\n"
"Vil du virkelig slette disse beskeder?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Sprg mig ikke igen."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Udskriv kort"
@@ -8133,7 +8168,7 @@ msgstr "Flytter beskeder"
msgid "Copying messages"
msgstr "Kopierer beskeder til %s"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8141,47 +8176,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Afbrudt."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Uventet svar fra POP-server: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "Intet filnavn specificeret."
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "Kan ikke kryptere denne besked: ingen modtagere opgivet"
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8189,18 +8224,24 @@ msgid ""
"%.*s"
msgstr "Fejl under mellemlagring af besked %s: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Fejl under mellemlagring af besked %s: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Kunne ikke afkode besked."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Kunne ikke afkode besked."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr ""
@@ -8446,7 +8487,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Ugyldigt svar p autenticering fra server."
@@ -8567,7 +8608,7 @@ msgstr "For lsning af e-post som en foresprgsel p et andet st mapper"
msgid "No provider available for protocol `%s'"
msgstr "Ingen udbyder tilgngelig for protokol `%s'"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8613,11 +8654,11 @@ msgstr "Kunne ikke afkode besked."
msgid "Failed to verify certificates."
msgstr "Fejl under verificering af certifikater."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr "Kan ikke finde mappe: Ugyldig operation p dette lager"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr "Kan ikke oprette mappe: Ugyldig operation p dette lager"
@@ -8838,77 +8879,105 @@ msgstr "Kan ikke ndre navn p mappe: %s: Ugyldig operation"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Kan ikke ndre navn p mappe: %s: Ingen sdan mappe"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Operation afbrudt"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "Server koblet fra uventet: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Uventet svar fra IMAP-server: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP-kommando mislykkedes: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "Svar fra server blev afsluttet for tidligt."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "Svar fra IMAP-server indeholdt ikke %s-information"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Uventet 'OK'-svar fra IMAP-server: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Kan ikke oprette katalog %s: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "Kunne ikke indlse sammendrag for %s"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "Mappen blev delagt og genskabt p serveren."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Sger efter ndrede beskeder"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Kunne ikke afkode besked."
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Kan ikke hente besked: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Ingen sdan besked"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Denne besked er ikke tilgngelig"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "Henter sammendragsinformation for nye beskeder"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Sger efter nye beskeder"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "Kunne ikke finde beskedens indhold i FETCH-svar."
@@ -8933,7 +9002,7 @@ msgstr "Ser efter nye beskeder"
msgid "Check for new messages in all folders"
msgstr "Se efter nye beskeder i alle mapper"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Mapper"
@@ -8963,7 +9032,7 @@ msgstr "For lsning og lagring af e-post p IMAP-servere."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Adgangskode"
@@ -8973,77 +9042,77 @@ msgstr ""
"Dette valg vil lade dig koble til en IMAP-server ved at bruge en klartekst-"
"adgangskode."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP-server %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s-tjeneste for %s p %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Tilkobling afbrudt"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Kunne ikke koble til %s (port %d): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"Kunne ikke koble til POP-server.\n"
"Fejl under oversending af brugernavn: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "Operationen er ikke understttet"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Godkendelse mislykkedes."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "Mappen er ikke tom"
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "IMAP-server %s understtter ikke efterspurgt autenticeringstype %s"
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "Ingen understtte for autenticeringstype %s"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sIndtast venligst IMAP-adgangskode for %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Du indtastede ikke en adgangskode."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9054,19 +9123,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "Mappen %s eksisterer ikke"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "Mappenavn kan ikke indeholde linjeskift."
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Ukendt fejl: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "Ophavsmappen tillades ikke at have undermapper"
@@ -9208,27 +9282,6 @@ msgstr "Besked aflyst"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Kan ikke tilfje besked i maildir mappe: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Kan ikke hente besked: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Ingen sdan besked"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9318,18 +9371,18 @@ msgstr "Kan ikke oprette mappels p: %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Kan ikke bne postboks: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr "Tilfjelse af brev blev aflyst"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "Kan ikke tilfje besked i mbox-filen: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9338,11 +9391,11 @@ msgstr ""
"Kan ikke hente besked: %s fra mappe %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "Mappen ser ud til at have blevet korrupt og kan ikke repareres."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "Opbygning af besked mislykkedes: Beskadiget postboks?"
@@ -9447,12 +9500,13 @@ msgstr "Ukendt fejl: %s"
msgid "Could not store folder: %s"
msgstr "Kunne ikke ndre navn p mappe: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Fejl under skriving til midlertidig postboks: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Skriving til midlertidig postboks mislykkedes: %s: %s"
@@ -9666,7 +9720,7 @@ msgstr "Behold beskeder p serveren"
msgid "Delete after %s day(s)"
msgstr "Slet efter %s dage"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9758,7 +9812,7 @@ msgid "No such folder `%s'."
msgstr "Ingen sdan mappe `%s'."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9813,7 +9867,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Levering af e-post via sendmail programmet"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -9926,40 +9980,40 @@ msgstr "Autenticering krves"
msgid "Welcome response error"
msgstr "Fejl ved RSET-svar: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"Kunne ikke koble til POP-server.\n"
"Fejl under oversending af brugernavn: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr "Beskeden ser ikke ud til at vre rigtig udformet"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "Tidsafbrud for AUTH-foresprgsel: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "Fejl ved RSET-svar: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "SMTP-server %s understtter ikke efterspurgt autenticeringstype %s"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sIndtast venligst SMTP-adgangskode for %s@%s"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9970,90 +10024,90 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP-server %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "SMTP e-postlevering via %s"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "Kan ikke sende besked: afsenderadresse ikke gyldig."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Sender besked"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "Kan ikke sende besked: ingen modtagere definerte."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "Kan ikke sende besked: ingen modtagere definerte."
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "SMTP-velkomst"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "Tidsafbrud for RSET-foresprgsel: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "Fejl ved RSET-svar: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP-autenticering"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "Fejl under opretelse af SASL-autenticeringsobjekt."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "Tidsafbrud for AUTH-foresprgsel: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "AUTH-foresprgsel mislykkedes."
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Ugyldig svar p autenticering fra server.\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "Tidsafbrud for \"MAIL FROM\"-foresprgsel: %s: besked ikke sendt"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr "Fejl ved \"MAIL FROM\"-foresprgsel: %s: besked ikke sendt"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "Tidsafbrud for \"RCPT TO\"-foresprgsel: %s: besked ikke sendt"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "Tidsafbrud for DATA-foresprgsel: %s: besked ikke sendt."
@@ -10061,38 +10115,38 @@ msgstr "Tidsafbrud for DATA-foresprgsel: %s: besked ikke sendt."
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr "Fejl ved RSET-svar: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr "Tidsafbrud for DATA-send: beskedsterminering: %s: besked ikke sendt."
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr "Ugyldigt svar p autenticering fra server."
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "Tidsafbrud for RSET-foresprgsel: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr "Fejl ved RSET-svar: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "Tidsafbrud for AUTH-foresprgsel: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr "Fejl ved RSET-svar: %s"
@@ -10166,7 +10220,7 @@ msgstr "MIME-type:"
msgid "Suggest automatic display of attachment"
msgstr "Foresl automatisk visning af bilag"
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Klik her for at f adressebogen op"
@@ -10177,45 +10231,45 @@ msgstr "Klik her for at f adressebogen op"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Svar-til:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "Fra:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Emne:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "Til:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "Indtast modtagerene for beskeden"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Indtast adresserne som skal modtage en kopi af beskeden"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10226,11 +10280,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "Porto"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "Inegn beskrivelse"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10250,34 +10309,34 @@ msgstr ""
"Fejl under lsning af fil %s:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Advarsel!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "Filen eksisterer, overskriv?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Fejl under gemning af fil: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Fejl under indlsning af fil: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "Fejl ved adgang til fil: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "Kunne ikke hente besked fra redigering"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10286,7 +10345,7 @@ msgstr ""
"Kunne ikke sge i fil: %s\n"
"%s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10295,7 +10354,7 @@ msgstr ""
"Kunne ikke afkorte fil: %s\n"
"%s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10304,7 +10363,7 @@ msgstr ""
"Fejl under autogemning af besked: %s:\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10312,49 +10371,28 @@ msgstr ""
"Ximian Evolution har fundet ikke-gemte filer fra en tidligere session.\n"
"Vil du prve at genoprette dem?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Denne besked er ikke sendt.\n"
-"\n"
-"Vil du gemme ndringene?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "Advarsel: ndret besked"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "bn fil"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Gem signatur"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (forvalgt)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Skriv en besked"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10362,7 +10400,7 @@ msgstr ""
"Kunne ikke oprette vindue:\n"
"adressse-udvlgelses-kontrol kunne ikke aktiveres."
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10370,7 +10408,7 @@ msgstr ""
"Kunne ikke oprette vindue:\n"
"En komponent i HTML tekstbehandler kunne ikke aktiveres."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10436,7 +10474,7 @@ msgstr "Emne indeholder"
msgid "Subject does not contain"
msgstr "Emne indeholder ikke"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10464,92 +10502,92 @@ msgstr "Kategorier"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %Y-%m-%d %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %Y-%m-%d %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %Y-%m-%d %H"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a %Y-%m-%d %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%Y-%m-%d %H:%M:%S"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%Y-%m-%d %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%Y-%m-%d %H:%M"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%Y-%m-%d %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%Y-%m-%d %H %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%Y-%m-%d %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%H:%M:%S"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%H:%M"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%H"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr " sekunder"
@@ -10663,33 +10701,33 @@ msgstr ""
"Fejl i regulrt udtryk '%s':\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Vigtig"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "Cork"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
#, fuzzy
msgid "Personal"
msgstr "Pownal"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Togo"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "efter"
@@ -10960,7 +10998,7 @@ msgstr "er ikke"
msgid "is not Flagged"
msgstr "Mrket"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr "Laurel"
@@ -11027,7 +11065,7 @@ msgstr "er mindre end"
msgid "Score"
msgstr "Point"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Afsender"
@@ -11064,7 +11102,7 @@ msgstr "starter med"
msgid "Stop Processing"
msgstr "Stop behandling"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Emne"
@@ -11131,7 +11169,7 @@ msgstr "Sger i %s"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Post"
@@ -11197,7 +11235,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution importerer dine gamle data fra Netscape"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Affald"
@@ -11273,67 +11311,70 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Fabrik for Evolution beskedsredigering."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Fabrik for Evolution beskedsredigering."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "Opret eller redigr e-post konti og andre brugervalg"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Evolution komponent for hndtering af e-post."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Evolutions e-postredigering."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Evolution e-post komponent for sammendrag."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Evolution komponent for e-post mappevisning."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Evolution komponent for e-postmappe fabrik."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Fabrik for Evolution beskedsredigering."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Fabrik for e-post sammendrag komponent."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "I_ngen genindtrffelse"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr "Kontoer"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Grnseflade for e-post-konfiguration"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Mappe som indeholder e-post"
@@ -11358,7 +11399,7 @@ msgstr "Egenskaber ..."
msgid "Change this folder's properties"
msgstr "ndr denne mappes egenskaber"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11366,256 +11407,256 @@ msgstr ""
"Nogen af dine indstillinger for e-post ser ud til at vre beskadiget. "
"Venligst tjek at alt er i orden."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "Du har ikke sat en transportmetode for e-post"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Advarsel: ndret besked"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Ny e-post besked"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "Send _besked"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Skriv en besked"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Ny besked"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Forrige besked"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Ny e-post besked"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Kan ikke initiere Evolutions e-postkomponent."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr "Kan ikke initiere Evolutions konfigurationskomponent for e-post."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr "Kan ikke initiere Evolutions mappeinfo-komponent."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Kobler til server..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "Kan ikke registrere lagring med skallen"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "Egenskaber for \"%s\""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Egenskaber"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Kunne ikke oprette midlertidigt katalog: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d nye"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d skjulte"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d valgte"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d usendte"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d sendte"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d totalt"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "Opret _virtuel mappe fra besked"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "Virtuel mappe for e_mnet"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "Virtuel mappe for afse_nder"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "Virtuel mappe for modtage_re"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "Virtuel mappe p e-post_liste"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Filtrr p em_ne"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Filtrr p afsen_der"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Filtrr p modta_gere"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Filtrr p e-_postliste"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "R_edigr som ny besked..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "S_kriv ud"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "Sva_r til sender"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Svar til _listen"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Svar til _alle"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Videresend"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Fuldfrt"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Tm"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Mar_kr som lst"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Markr som _ulst"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Markr som v_igtig"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "Markr som uv_igtig"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "Fortryd sletning"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "Fl_yt til mappe..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "K_opir til mappe..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Tilfj sender i adressebog"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "Pfr filtre"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "Opret rege_l fra besked"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "Virtuel mappe p e-postliste"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filtrr efter e-postliste (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "Virtuel mappe p e-postliste (%s)"
@@ -11689,20 +11730,20 @@ msgstr "Du har ikke udfyldt al ndvendig information."
msgid "Evolution Account Editor"
msgstr "Kontoredigering for Evolution"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Vrt:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "Br_ugernavn:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "S_ti:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Du kan ikke oprette to konti med samme navn."
@@ -11731,7 +11772,7 @@ msgid "Enable"
msgstr "Aktiver"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Aktiveret"
@@ -11785,7 +11826,7 @@ msgstr ""
" '%s'\n"
"Og er blevet opdateret."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11797,7 +11838,7 @@ msgstr ""
"modtage eller skrive beskeder.\n"
"Vil du konfigurere den nu?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11805,7 +11846,7 @@ msgstr ""
"Du skal konfigurere en identitet\n"
"fr du kan skrive e-post."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11814,7 +11855,7 @@ msgstr ""
"fr du kan skrive e-post."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11822,11 +11863,11 @@ msgstr ""
"Du sender en besked i HTML-format, men flgende modtageres nsker ikke at "
"modtage beskeder i HTML-format:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Send alligevel?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11834,7 +11875,7 @@ msgstr ""
"Denne besked har ikke et emne.\n"
"Send alligevel?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -11842,11 +11883,11 @@ msgstr ""
"Siden kontaktlisten du sender til er konfigureret til at skjule listens "
"adresser vil denne besked kun indeholde Bcc-modtagere."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Denne besked indeholder kun Bcc-modtagere."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -11856,11 +11897,11 @@ msgstr ""
"\"Apparently-To\" header.\n"
"Send alligevel?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Du skal specificere modtagere for at kunne sende denne besked."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11868,28 +11909,28 @@ msgstr ""
"Kunne ikke bne skitse-mappen for denne konto.\n"
"Vil du bruge standard skitse-mappe?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "en ukendt afsender"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "%a, %Y-%m-%d kl. %H:%M skrev %%s:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Flyt beskeder til"
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Kopir beskeder til"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Er du sikker p at du vil redigere alle %d beskeder?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11897,7 +11938,7 @@ msgstr ""
"Du kan kun redigere beskeder gemt\n"
"i Skitser-kataloget."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11905,39 +11946,39 @@ msgstr ""
"Du kan kun sende beskeder igen\n"
"som er gemt i sendt-kataloget."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Er du sikker p at du vil sende alle %d beskederne igen?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Ingen besked valgt"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Overskriv fil?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Gem besked som..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Gem beskeder som..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Vis nste ulste besked"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11949,7 +11990,7 @@ msgstr ""
"\n"
"Vil du virkelig slette disse beskeder?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11958,28 +11999,28 @@ msgstr ""
"Fejl under indlsning af filter-information:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Filtre"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "Henter besked %d af %d"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Udskriv besked"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "US-letter"
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Fejl under udskrift af besked"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr "Er du sikker p at du vil bne alle %d beskeder i separate vinduer?"
@@ -12000,7 +12041,7 @@ msgstr "Inegn beskrivelse"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "Kontakt uden navn:"
@@ -12073,20 +12114,20 @@ msgstr ""
"nedenunder. Dette navn bliver kun brugt for visning p skrmen."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Evolution kontoassistent"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Konto"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Tjekker tjeneste"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Kobler til server..."
@@ -12263,317 +12304,321 @@ msgstr "Digitale IDer..."
msgid "Do not quote original message"
msgstr "Kan ikke bne besked"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Frdig"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "_Skitsemappe:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "A_ktivr"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "st"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "E-post indeholder"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "E-post-adresse:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "Tm affalds_kurven ved afslutning"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr "Udfr handlinger"
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "slutter med"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Egenskaber"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Videresendte beskeder"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "Hent digital ID..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "M_arkr citering med"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4"
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Identitet"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "Indlejret"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Gem og luk"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "Indls b_illeder"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "E-post-konfiguration"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "Placering af postboks"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Beskedshoved"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "_Beskedsvisning"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "Mikronesien"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr "E-post-konfiguration"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Yderligere information"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "Organisat_ion:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
#, fuzzy
msgid "PGP/GPG _Key ID:"
msgstr "PGP-ngle _ID:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Vlg en farve"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Sprg ved sending af beskeder med kun _Bcc-modtagere defineret"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
#, fuzzy
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Udskriv valgte kontakter"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr "Qmail maildir"
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "Kan ikke bne besked"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr "Citeret"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr "H_usk denne adgangskode"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Svar-til:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "Indkommende e-post"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Alternativer indkommende"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Husk denne adgangskode"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "Ndvendig information"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Forvalgt"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Sikkerhed"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr "Sikker MIME"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Vlg PGP-binrfil"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "Udgende e-post"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr "Mappe for sendte _beskeder:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Sendte beskeder og skisser"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr "Server krver _autenticering"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Serverkonfiguration"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr "Server_type: "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Genveje"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Gem signatur"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Gem signatur"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Stilnavn:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "Standard Unix mbox"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Variabel"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12583,200 +12628,200 @@ msgstr ""
"\n"
"Klik \"Nste\" for at begynde. "
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr "st"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_HTML-signatur:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "_Altid indls billeder fra nettet"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr "_Altid signr udgende beskeder nr denne konto bruges"
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr "_Autenticeringstype: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "_Autenticeringstype: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr "Hent beskeder _automatisk hver(t)"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "Hent beskeder _automatisk hver(t)"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr "_Certifikat-ID:"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "Bekrft nr slettede beskeder skal fjernes"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "_HTML-signatur:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "Forvalgt"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Aktiver"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "Videresend som"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "_Fulde navn:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "I HTML e-post"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr "Identitet"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "_Indls billeder hvis afsender er i adressebogen"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "Brug denne som stan_dard konto"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "_Markr beskeder som lst efter"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Navn:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "Indls aldrig billeder fra _nettet"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "Sti til _PGP-binrfil:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr "Sprg ved sending af HTML-beskeder til kontakter som ikke nsker dem"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "Sprg ved sending af beskeder uden _emne"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "Indkommende e-post"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Svar til alle"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "_Sikkerhed"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_Sikkerhed"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Udgende e-post"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Vis tid som"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_HTML-signatur:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "Brug sikker forbindelse (_SSL)"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Variabel"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_hver"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " farve"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr "beskrivelse"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12845,126 +12890,131 @@ msgstr "Indls b_illeder"
msgid "Loading message content"
msgstr "Indlser beskedsindhold"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "Overskredne opga_ver:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%d %b %H:%M"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "bn henvisning i netlser"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Kopir henvisning"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Gem henvisning som"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Gem billede som..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Sger i %s"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s-bilag"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr "Kunne ikke lse MIME-besked. Viser ren beskedstekst."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Dato"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Ugyldig e-post-adresse:"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Fra"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Svar-til"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Til"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc:"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr ""
"\n"
"E-postprogram: "
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"Denne besked er digitalt signeret. For flere informationer, klik p "
"lsikonen."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Kunne ikke oprette PGP verificeringskontekst."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Denne besked er digitalt signeret og er fundet autentisk."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr "Denne besked er digitalt signeret, men kan ikke findes autentisk."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Peger til FTP-server (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Peger til lokal fil (%s) gyldig p netsted \"%s\""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Peger til lokal fil (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Peger til eksterne data (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Peger til ukendt ekstern data (\"%s\"-type)"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Fejludformet del for ekstern-krop."
@@ -13090,59 +13140,59 @@ msgstr "Flytter beskeder til %s"
msgid "Copying messages to %s"
msgstr "Kopierer beskeder til %s"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "Skanner mapper i \"%s\""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Videresendte beskeder"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "bner mappe %s"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "bner lager %s"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Fjerner mappe %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "Gemmer mappe '%s'"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Opfrisker mappe"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Fjerner slettede beskeder fra mappe"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "Henter besked %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "Henter %d beskeder"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "Gemmer %d beskeder"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13151,7 +13201,7 @@ msgstr ""
"Kunne ikke oprette uddatafil: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13160,11 +13210,11 @@ msgstr ""
"Fejl under gemning af beskeder til: %s:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Gemmer bilag"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13173,22 +13223,22 @@ msgstr ""
"Kunne ikke oprette uddatafil: %s\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Kan ikke skrive data: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "Kobler fra %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "Kobler til %s igen"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Sg"
@@ -13259,25 +13309,25 @@ msgstr "Opdaterer..."
msgid "Waiting..."
msgstr "Venter..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "Operation afbrudt af bruger."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "Husk denne adgangs_kode"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
#, fuzzy
msgid "_Remember this password for the remainder of this session"
msgstr "Husk denne adgangskode for resten af denne session"
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "Indtast adgangskode for %s"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "Indtast adgangskode"
@@ -13300,41 +13350,24 @@ msgstr ""
"\n"
"Vil du gemme ndringene?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Navn:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Gem signatur"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "HTML-signaturfil:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Videresendt besked - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Videresendt besked"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Videresendt besked"
@@ -13391,67 +13424,67 @@ msgstr "(Uden emne)"
msgid "%s - Message"
msgstr "%s - Besked"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Ulst"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Lst"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Besvaret"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "Flere ulste beskeder"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "Flere beskeder"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "Lavest"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Lavere"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Hjere"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "Hjest"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "I dag %H:%M"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "I gr %H:%M"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %H:%M"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%d %b %H:%M"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%d %b %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "Genererer beskedsliste"
@@ -13530,68 +13563,94 @@ msgstr "Forhndsvis"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "Sger i mapper under %s p \"%s\""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "Sger i mapper p rod-niveau p \"%s\""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "Abonnerer p mappe \"%s\""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "Fjerner abonnement p mappe \"%s\""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Mappe"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Gem i mappe..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "Ingen server er valgt"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Venligst vlg en server."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr " Opdat_r listen "
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "Alle mapper"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "Alternativer for visning"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "April"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Luk"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Alternativer for visning"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "Vis mapper med navn som begynder med:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "Hndtr abonnement"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "Vis _mapper fra server: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Ls listen igen"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Vlg mappe"
+
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Vlg en fil"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_Abonnr"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "_Fjern abonnement"
@@ -13602,28 +13661,29 @@ msgstr "Mappe som indeholder Evolution sammendrag"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Mappe som indeholder Evolution sammendrag"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Evolutions e-postredigering."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Fabrik til Evolution-opgavekontrol."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Fabrik for e-post sammendrag komponent."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Indstillinger for sammendrag"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr "rhus"
@@ -23426,23 +23486,23 @@ msgstr "Zrich"
msgid "Folder containing the Evolution Summary"
msgstr "Mappe som indeholder Evolution sammendrag"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Aftaler"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Ingen aftaler"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr "%k:%M %d %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l: %M %d %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
msgid "No description"
msgstr "Inegn beskrivelse"
@@ -23505,11 +23565,11 @@ msgstr "_Tilfj"
msgid "Shown"
msgstr "Regnbyger"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Ingen opgaver"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(Ingen beskrivelse)"
@@ -23541,7 +23601,7 @@ msgstr "Udskriv sammendrag"
msgid "Printing of Summary failed"
msgstr "Fejl under udskrift af sammendrag"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "Executive summary komponent kunne ikke initialisere Bonobo.\n"
@@ -24820,18 +24880,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Fabrik for Evolution beskedsredigering."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Indstillinger for e-post"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Evolution skallen."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Vis detaljer"
@@ -24858,7 +24918,7 @@ msgstr "Vlg mappe"
msgid "Drafts"
msgstr "Skitser"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Indbakke"
@@ -25302,27 +25362,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution"
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "bner mappe %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "bner mappe %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "bn i %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Kunne ikke ndre navn p mappe: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -25405,30 +25465,30 @@ msgstr "Ar_bejd frakoblet"
msgid "Work Offline"
msgstr "Arbejd frakoblet"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Ingen mappe vist)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(Ingen)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution er koblet til. Klik p denne knap for at arbejde frakoblet."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evolution er i frd med at koble fra."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -25451,7 +25511,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "Kan ikke opstte lokal lagring -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -25462,19 +25522,19 @@ msgstr ""
"er afsluttet uventet. Du m afslutte Evolution og genstarte\n"
"for at f adgang til disse data igen."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Ugyldige argumenter"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "Kan ikke registrere i OAF"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "Konfigurationsdatabase ikke fundet"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Generisk fejl"
@@ -25676,7 +25736,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%d%% fuldfrt)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<klik her for at vlge en mappe>"
@@ -25717,63 +25777,63 @@ msgstr ""
"Fejlen fra aktiveringssystemet er:\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "CORBA-fejl"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Afbrudt"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "Ugyldige argumenter"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "Har en ejer allerede"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Ingen ejer"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Ikke fundet"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "En ikke-understttet type"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Et ikke understttet skema"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "En ikke-understttet handling"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Intern fejl"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Eksisterer"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "Ugyldig URI"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Har undermapper"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Ingen plads tilbage"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "Tidligere ejer er dd FIXME"
@@ -25831,29 +25891,21 @@ msgid "Specify where to create the folder:"
msgstr "Specificr hvor mappen skal oprettes:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Opret _ny mappe..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Mappenavn:"
+msgid "_Account:"
+msgstr "Konto"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "_Servernavn:"
+msgid "_Folder Name:"
+msgstr "Mappenavn:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "Br_ugernavn:"
@@ -25954,15 +26006,15 @@ msgstr "Sprg mig ikke igen"
msgid "Evolution can import data from the following files:"
msgstr "Evolution kan importere data fra flgende filer:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution afslutter nu..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25972,7 +26024,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25982,53 +26034,57 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Sprg mig ikke igen"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "Kan ikke tilg Ximian Evolution-skallen."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Kan ikke initiere Ximian Evolution-skallen: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Deaktivr splash"
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "Starter import"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Starter intelligent importering"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Send fejlsgingsudskrift for alle komponenterne til en fil."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Kunne ikke initialisere Bonobo komponentsystemet."
@@ -26241,14 +26297,6 @@ msgstr "Vis arbejdsugen"
msgid "Week"
msgstr "Uge"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Luk"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "Luk denne opfring"
@@ -27188,10 +27236,6 @@ msgstr "Tilfj mappe p listen over abonnerede mapper"
msgid "F_older"
msgstr "M_appe"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Ls listen igen"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Ls mappelisten igen"
@@ -27755,21 +27799,21 @@ msgstr "Besked"
msgid "Don't show this message again."
msgstr "Vis ikke denne besked igen."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "Find nu "
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Tm"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Tm"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Find nu "
@@ -27795,6 +27839,81 @@ msgstr "init_corba(): kunne ikke initiere GNOME"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): kunne ikke initialisere Bonobo"
+#~ msgid "Error in search expression."
+#~ msgstr "Fejl i sgeudtryk."
+
+#~ msgid "Restarting search."
+#~ msgstr "Starter sgning igen."
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "Kunne ikke tolke URL `%s'"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "E-post 2"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Kunne ikke oprette fabrik for alarm-tjenesten"
+
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Mde starter: <b>"
+
+#~ msgid "Task begins: <b>"
+#~ msgstr "Opgave starter: <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Ledig/optaget-information starter: <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr "Starter: <b>"
+
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Mde slutter: <b>"
+
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Ledig/optaget-information starter: <b>"
+
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Opgave fuldfrt <b>"
+
+#~ msgid "Task Due: <b>"
+#~ msgstr "Opgave pbegyndes: <b>"
+
+#~ msgid "Non-Participants"
+#~ msgstr "Ikke-deltagere"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Denne besked er ikke sendt.\n"
+#~ "\n"
+#~ "Vil du gemme ndringene?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (forvalgt)"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Gem signatur"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "HTML-signaturfil:"
+
+#~ msgid " _Refresh List "
+#~ msgstr " Opdat_r listen "
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "Vis _mapper fra server: "
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "_Servernavn:"
+
#~ msgid ""
#~ "Evolution is unable to get the addressbook local storage.\n"
#~ "This may have been caused by the evolution-addressbook component "
@@ -28360,9 +28479,6 @@ msgstr "init_bonobo(): kunne ikke initialisere Bonobo"
#~ "\n"
#~ "Offentlig ngle: "
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "Kobler til LDAP-server..."
-
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "Venter p tilkobling til LDAP-server..."
@@ -28716,9 +28832,6 @@ msgstr "init_bonobo(): kunne ikke initialisere Bonobo"
#~ msgid "_Task..."
#~ msgstr "_Opgave..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "Opret eller redigr e-post konti og andre brugervalg"
-
#~ msgid "_Mail Settings..."
#~ msgstr "Indstillinger for e-post..."
diff --git a/po/de.po b/po/de.po
index 59f088ed26..3d9a146ce7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 1.1cvs\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-05-22 21:30GMT\n"
"Last-Translator: Manuel Borchers <webmaster@matronix.de>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -36,22 +36,22 @@ msgid "Imports VCard files into Evolution."
msgstr "Importiert VCard-Dateien in Evolution."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Einsortieren unter"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Name"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "E-Mail"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Primr"
@@ -61,16 +61,16 @@ msgstr "Prim"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Assistent"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Geschftlich"
@@ -80,12 +80,12 @@ msgid "Bus"
msgstr "Geschft"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Rckruf"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Firma"
@@ -96,13 +96,13 @@ msgstr "Fa."
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Zu Hause"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organisation"
@@ -112,19 +112,19 @@ msgstr "Org"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mobil"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Auto"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Geschftliches Fax"
@@ -133,13 +133,13 @@ msgid "Bus Fax"
msgstr "Gesch. Fax"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Fax zu Hause"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Geschftlich 2"
@@ -148,68 +148,68 @@ msgid "Bus 2"
msgstr "Geschft 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Zu Hause 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Andere"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Anderes Fax"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Pager"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Funk"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "E-Mail 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "E-Mail 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Website"
@@ -218,7 +218,7 @@ msgid "Url"
msgstr "URL"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Abteilung"
@@ -227,7 +227,7 @@ msgid "Dep"
msgstr "Abt"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Bro"
@@ -236,12 +236,12 @@ msgid "Off"
msgstr "Bro"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Titel"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Beruf"
@@ -250,7 +250,7 @@ msgid "Prof"
msgstr "Beruf"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Vorgesetzter"
@@ -263,7 +263,7 @@ msgid "Ass"
msgstr "Ass"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Spitzname"
@@ -272,12 +272,12 @@ msgid "Nick"
msgstr "Spitzn."
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Lebenspartner"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Notiz"
@@ -290,7 +290,7 @@ msgid "CALUri"
msgstr "KalURI"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "Verfgbarkeits-Adresse"
@@ -341,7 +341,7 @@ msgstr "VCard fr %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -349,7 +349,7 @@ msgid "Could not initialize Bonobo"
msgstr "Bonobo konnte nicht initialisiert werden"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Suchen..."
@@ -357,39 +357,32 @@ msgstr "Suchen..."
msgid "Loading..."
msgstr "Laden..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr "Fehler im Suchausdruck."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "Verbindung zu LDAP-Server..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "Karte zu LDAP-Server hinzufgen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "Karte von LDAP-Server entfernen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "Karte auf LDAP-Server ndern..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr "Suche wird neu gestartet."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "Empfangen von LDAP-Suchergebnissen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
msgid "Error performing search"
msgstr "Fehler beim Ausfhren der Suche"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-msgid "Could not parse query string"
-msgstr "Abfragezeichenkette konnte nicht geparst werden"
-
#: addressbook/conduit/address-conduit.c:293
msgid "Default Sync Address:"
msgstr "Standard Synchronisationsadresse:"
@@ -436,50 +429,51 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr "Konfigurations-Bedienelement fr die Evolution Adressbuch-Speicher"
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+#, fuzzy
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+"Diese Seite kann zur Konfiguration von Verzeichnisservern, die das LDAP "
+"Protokoll verwenden, benutzt werden"
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Control, die eine Evolution-Adressbuch-Minikarte anzeigt."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr "Verzeichnisserver"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Evolution-Adressbuch-Minikarten-Betrachter"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Evolution-Komponente fr Kontaktverwaltung."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Fabrik fr die Adressbuch-Minikarten-Control"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Fabrik fr den Adressanzeiger des Adressbuchs"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Fabrik fr das Adress-Popup des Adressbuchs"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
"Fabrik fr die Konfigurations-Bedienelemente des Evolution Adressbuchs."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Fabrik fr die beispielhafte Adressbuch-Kontrolle"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-"Diese Seite kann zur Konfiguration von Verzeichnisservern, die das LDAP "
-"Protokoll verwenden, benutzt werden"
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -499,28 +493,28 @@ msgstr "LDAP-Server:"
msgid "LDAP server containing contact information"
msgstr "LDAP-Server mit Kontaktinformationen"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Neuer Kontakt"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Kontakt"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Einen neuen Kontakt anlegen"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Neu Kontaktliste"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr "_Kontaktliste"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Neuen Kontaktliste anlegen"
@@ -541,24 +535,24 @@ msgstr "Abfrage auf Root DSE konnte nicht ausgefhrt werden"
msgid "The server responded with no supported search bases"
msgstr "Der Server antwortete mit nicht untersttzen Suchbasen"
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
msgid "This server does not support LDAPv3 schema information"
msgstr "Dieser Server untersttzt keine LDAPv3 Schema-Information"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
msgid "Error retrieving schema information"
msgstr "Fehler beim Empfangen von Schema-Information"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
msgid "Server did not respond with valid schema information"
msgstr "Server antwortetet nicht mit einer gltigen Schema-Information"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr "LDAP wurde in diesem Build von Evolution nicht aktiviert"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "gnome-vfs konnte nicht initialisiert werden"
@@ -566,21 +560,30 @@ msgstr "gnome-vfs konnte nicht initialisiert werden"
msgid "Other Contacts"
msgstr "Andere Kontakte"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Das Adressbuch kann nicht geffnet werden"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"Dieses Adressbuch konnte nicht geffnet werden. Bitte prfen Sie\n"
+"nach, ob der Pfad existiert und ob Sie darauf zugreifen drfen."
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"Es war nicht mglich, dieses Adressbuch zu ffnen. Dies\n"
"bedeutet entweder, dass Sie einen ungltigen URI eingegeben\n"
"haben oder dass der LDAP-Server unerreichbar ist."
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -593,50 +596,82 @@ msgstr ""
"nachdem Sie sich von der Adresse unten OpenLDAP besorgt\n"
"haben.\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"Dieses Adressbuch konnte nicht geffnet werden. Bitte prfen Sie\n"
-"nach, ob der Pfad existiert und ob Sie darauf zugreifen drfen."
+"Es war nicht mglich, dieses Adressbuch zu ffnen. Dies\n"
+"bedeutet entweder, dass Sie einen ungltigen URI eingegeben\n"
+"haben oder dass der LDAP-Server unerreichbar ist."
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Passwort fr %s (Benutzer %s) eingeben"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
msgid "Name begins with"
msgstr "Name beginnt mit"
-#: addressbook/gui/component/addressbook.c:729
-msgid "Email is"
-msgstr "E-Mail ist"
+#: addressbook/gui/component/addressbook.c:742
+#, fuzzy
+msgid "Email begins with"
+msgstr "Name beginnt mit"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "Kategorie ist"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Irgend ein Feld enthlt"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Komplex..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Beliebige Kategorie"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "Die URI, die der Suchdienst anzeigen wird"
@@ -651,7 +686,7 @@ msgstr "(keine)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Primre E-Mail"
@@ -702,49 +737,51 @@ msgid " S_how Supported Bases "
msgstr " Untersttzte Basen _anzeigen"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "<< Weniger Optionen"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "<- _Entfernen"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr "1234"
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
msgid "1:00"
msgstr "1:00"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr "2:30"
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr "3268"
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
msgid "380"
msgstr "380"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr "5:00"
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr "636"
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr "666"
-#: addressbook/gui/component/ldap-config.glade.h:11
-msgid "<- _Remove"
-msgstr "<- _Entfernen"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-msgid "<< Fewer Options"
-msgstr "<< Weniger Optionen"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr "Attributzuordnungen hinzufgen (oder bearbeiten)"
@@ -846,7 +883,7 @@ msgid "Mappings"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
msgid "Never"
msgstr "Nie"
@@ -905,8 +942,8 @@ msgstr "Suchb_ereich: "
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Suchen"
@@ -1156,7 +1193,7 @@ msgid "Using email address"
msgstr "E-Mail-Adresse verwenden"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr "Immer, wenn mglich"
@@ -1164,12 +1201,13 @@ msgstr "Immer, wenn mglich"
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "Hinzufgen"
#: addressbook/gui/component/ldap-config.glade.h:105
-msgid "_Add ->"
+#, fuzzy
+msgid "_Add -&gt;"
msgstr "_Hinzufgen ->"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1205,7 +1243,7 @@ msgid "_Download limit:"
msgstr "_Downloadbegrenzung:"
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1239,7 +1277,8 @@ msgid "_Log in method:"
msgstr "Methode zur _Anmeldung:"
#: addressbook/gui/component/ldap-config.glade.h:121
-msgid "_More Options >>"
+#, fuzzy
+msgid "_More Options &gt;&gt;"
msgstr "Mehr Optionen >>"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1312,7 +1351,7 @@ msgstr "Fabrik fr die Namenauswahl-Schnittstelle des Adressbuchs"
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1344,11 +1383,11 @@ msgstr "(%d nicht gezeigt)"
msgid "Unnamed Contact"
msgstr "Namenloser Kontakt"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Kontakte aus Adressbuch whlen"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
msgid "Find contact in"
msgstr "Kontakt finden in"
@@ -1412,7 +1451,7 @@ msgstr "Zusammenarbeit"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Kontakteditor"
@@ -1481,9 +1520,9 @@ msgstr "Will HTML-Mail erhalten"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2548,23 +2587,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Kontakt lschen?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "Der Kategorie-Editor ist nicht verfgbar."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Dieser Kontakt gehrt in folgende Kategorien:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Kontakt als VCard speichern"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TTD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Widget fr ein Feld konnte nicht gefunden werden: '%s'"
@@ -2578,7 +2617,7 @@ msgid "Edit Full"
msgstr "Voll bearbeiten"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Voller Name"
@@ -2732,11 +2771,11 @@ msgid "contact-list-editor"
msgstr "contact-list-editor"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Kontaktlisten-Editor"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Liste als VCard speichern"
@@ -2796,20 +2835,20 @@ msgstr "Komplexe Suche"
msgid "Search"
msgstr "Suchen"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Keine Karten"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 Karte"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d Karten"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
msgid "Error getting book view"
msgstr "Fehler beim Empfangen der Buchansicht"
@@ -2820,15 +2859,15 @@ msgid "Error modifying card"
msgstr "Fehler beim ndern einer Karte"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "Erfolg"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Unbekannter Fehler"
@@ -2837,7 +2876,7 @@ msgid "Repository offline"
msgstr "Repository offline"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Erlaubnis verweigert"
@@ -2854,7 +2893,7 @@ msgid "Protocol not supported"
msgstr "Protokoll nicht untersttzt"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2909,7 +2948,7 @@ msgstr "Fehler beim Entfernen einer Liste"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Fehler beim Entfernen einer Karte"
@@ -2947,151 +2986,151 @@ msgstr "Karten verschieben nach"
msgid "Copy cards to"
msgstr "Karten kopieren nach"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Hier klicken, um einen Kontakt hinzuzufgen *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Primres Telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Telefon des Assistenten"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Geschftliches Telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Rckruf-Telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Firmentelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Telefon zu Hause"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Geschftliche Adresse"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Adresse zu Hause"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Mobiltelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Autotelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Geschftliches Telefon 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Telefon zu Hause 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Anderes Telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Andere Adresse"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Adressbuch"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Als VCard speichern"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
msgid "New Contact..."
msgstr "Neuer Kontakt..."
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
msgid "New Contact List..."
msgstr "Neu Kontaktliste..."
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
msgid "Go to Folder..."
msgstr "Gehe zu Ordner..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
msgid "Import..."
msgstr "Importieren..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
msgid "Search for Contacts..."
msgstr "Nach Kontakten suchen..."
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
msgid "Addressbook Sources..."
msgstr "Adressbuch-Quellen..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
msgid "Pilot Settings..."
msgstr "Pilot-Einstellungen..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Kontakt weiterleiten"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Nachricht an Kontakt schicken"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Drucken"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Umschlag drucken"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
msgid "Copy to folder..."
msgstr "In Ordner kopieren..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
msgid "Move to folder..."
msgstr "In Ordner verschieben..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Ausschneiden"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Kopieren"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Einfgen"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3099,8 +3138,8 @@ msgstr "Einfgen"
msgid "Delete"
msgstr "Lschen"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
msgid "Current View"
msgstr "Aktuelle Ansicht"
@@ -3108,7 +3147,7 @@ msgstr "Aktuelle Ansicht"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,,b,c,d,e,f,g,h,i,j,k,l,m,n,o,,p,q,r,s,t,u,,v,w,x,y,z"
@@ -3116,10 +3155,18 @@ msgstr ",123,a,,b,c,d,e,f,g,h,i,j,k,l,m,n,o,,p,q,r,s,t,u,,v,w,x,y,z"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,,b,c,d,e,f,g,h,i,j,k,l,m,n,o,,p,q,r,s,t,u,,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3244,7 +3291,7 @@ msgid "Include:"
msgstr "Dazunehmen:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Querformat"
@@ -3264,12 +3311,12 @@ msgstr "Rnder"
msgid "Number of columns:"
msgstr "Anzahl Spalten:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Optionen"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Ausrichtung"
@@ -3292,7 +3339,7 @@ msgstr "Papierquelle:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Hochformat"
@@ -3348,26 +3395,26 @@ msgstr "Breite:"
msgid "_Font..."
msgstr "_Schrift..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr "Unbenannter Termin"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Hoch"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Normal"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Niedrig"
@@ -3414,39 +3461,37 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Konfigurations-Bedienelementfr den Evolution Kalender."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "iTip-/iMip-Betrachter fr den Evolution-Kalender"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Evolution-Komponente fr die Verwaltung des Kalenders."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr "Fabrik fr den Evolution-Aufgabeneditor."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Fabrik fr die Kalender-iTip-Ansichts-Control"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Fabrik fr die beispielhafte Kalender-Control"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr "Fabrik, die Kalender-Komponenteneditor-Dialoge zentralisiert"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Fabrik, um eine Komponenteneditor-Fabrik zu erzeugen"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-"Diese Seite kann zur Konfiguration der Kalender- und Aufgaben-Einstellungen "
-"benutzt werden"
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Alarm-Benachrichtigungsdienst"
@@ -3511,7 +3556,7 @@ msgstr ""
"anzeigen."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Warnung"
@@ -3537,15 +3582,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Mich ber dieses Programm nicht mehr fragen."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "GNOME konnte nicht initialisiert werden"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Alarm-Benachrichtigungsdienst konnte nicht angelegt werden"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "Fabrik fr Alarm-Benachrichtigungsdienst konnte nicht angelegt werden"
@@ -3561,7 +3602,7 @@ msgstr "Beschreibung enthlt"
msgid "Comment contains"
msgstr "Kommentar enthlt"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Nicht passend"
@@ -3572,7 +3613,7 @@ msgstr "%A, %d. %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a, %d. %b"
@@ -3631,37 +3672,37 @@ msgstr "O"
msgid "W"
msgstr "W"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Frei"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Beschftigt"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Nicht gestartet"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "In Bearbeitung"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Abgeschlossen"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3672,33 +3713,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Keine"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Wiederkehrend"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Zugewiesen"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Ja"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Nein"
@@ -3718,7 +3759,7 @@ msgstr "Wochenansicht"
msgid "Month View"
msgstr "Monatsansicht"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3729,10 +3770,10 @@ msgid "Folder containing appointments and events"
msgstr "Ordner mit Terminen und Ereignissen"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Aufgaben"
@@ -3741,52 +3782,52 @@ msgstr "Aufgaben"
msgid "Folder containing to-do items"
msgstr "Ordner mit To-Do-Eintrgen"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr "Neuer Termin"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr "_Termin"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Einen neuen Termin anlegen"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr "Neue Besprechung"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr "_Besprechung"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Eine neue Aufgabe anlegen"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr "Neue Aufgabe"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Aufgabe"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Eine neue Aufgabe anlegen"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "New All Day Appointment"
msgstr "Neuer Ganztags-Termin"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "All _Day Appointment"
msgstr "Ganz_tags-Termin"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Einen neuen Termin anlegen"
@@ -4000,7 +4041,7 @@ msgstr "Erinnerungen"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Zusammenfassung:"
@@ -4029,7 +4070,7 @@ msgstr "Ende des Termins"
msgid "hour(s)"
msgstr "Stunde(n)"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "Minute(n)"
@@ -4205,7 +4246,7 @@ msgid "_Fri"
msgstr "_Fr"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_Allgemein"
@@ -4348,59 +4389,59 @@ msgstr " (Fllig am "
msgid "Due "
msgstr "Fllig am "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
msgid "Could not update invalid object"
msgstr "Ungltiges Objekt konnte nicht aktualisiert werden"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr "Objekt nicht gefunden, wurde nicht aktualisiert"
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr "Sie haben keine Berechtigung dieses Objekt zu aktualisieren"
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
msgid "Could not update object"
msgstr "Objekt konnte nicht aktualisiert werden"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Termin bearbeiten"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Termin - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Aufgabe - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Journaleintrag - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Keine Zusammenfassung"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Speichern unter..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Aktuelle Version kann nicht erhalten werden!"
@@ -4473,13 +4514,13 @@ msgstr "Wiederholung"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Planung"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Besprechung"
@@ -4600,7 +4641,7 @@ msgid "Member"
msgstr "Mitglied"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "UAwg"
@@ -4822,7 +4863,7 @@ msgstr "Abgeschlossen am:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Erfordert Manahme"
@@ -4849,11 +4890,11 @@ msgstr "Grundlegend"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Arbeitsauftrag"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4922,13 +4963,13 @@ msgstr "90%"
msgid "100%"
msgstr "100%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Ausgewhlte Objekte werden gelscht"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_ffnen"
@@ -4937,30 +4978,30 @@ msgstr "_ffnen"
msgid "_Save as..."
msgstr "_Speichern unter..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Drucken..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "Ausschneiden"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "Kopieren"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4986,8 +5027,8 @@ msgstr "Ausgewhlte Aufgaben als abgeschlossen _markieren"
msgid "_Delete Selected Tasks"
msgstr "Ausgewhlte Aufgaben _lschen"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Objekte werden aktualisiert"
@@ -5044,14 +5085,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a, %d. %m %Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a, %d.%m.%Y %I:%M:%S %p"
@@ -5073,161 +5114,144 @@ msgstr "%02i Minuten-Unterteilungen"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A, %d. %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d. %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "AM"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "PM"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Neuer _Termin"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Neues ganztgiges _Ereignis"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
msgid "New Meeting"
msgstr "Neue Besprechung"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Neue Aufgabe"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Drucken..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "Zum _heutigen Tag"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_Gehe zu Datum..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "Verfgbarkeitsinformationen _verffentlichen"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
msgid "_Configure..."
msgstr "_Konfigurieren..."
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
msgid "_Configure Pilot..."
msgstr "Pilot _konfigurieren..."
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "Speichern _unter..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
msgid "_Schedule Meeting..."
msgstr "Besprechung _ansetzen..."
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
msgid "_Forward as iCalendar..."
msgstr "Als i_Calendar weiterleiten..."
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Dieses Auftreten _beweglich machen"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Dieses _Auftreten lschen"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Jedes _Auftreten lschen"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
"Die GNOME-Pilot-Werkzeuge scheinen auf diesem System nicht installiert zu "
"sein."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr "Fehler beim Ausfhren von %s."
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
-msgstr "Besprechung beginnt: <b>"
-
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
-msgstr "Aufgabe beginnt: <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr "Verfgbarkeitsinformation beginnt: <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr "Beginnt: <b>"
-
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr "Besprechung endet: <b>"
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr "Verfgbarkeitsinformation endet: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
+#: calendar/gui/e-itip-control.c:593
+#, fuzzy
+msgid "<b>Ends:</b> "
msgstr "Endet: <b>"
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr "Aufgabe vollstndig zu: <b>"
+#: calendar/gui/e-itip-control.c:606
+#, fuzzy
+msgid "<b>Completed:</b> "
+msgstr "Abgeschlossen "
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr "Aufgabe fllig am: <b>"
+#: calendar/gui/e-itip-control.c:616
+#, fuzzy
+msgid "<b>Due:</b> "
+msgstr "<b>berfllig:</b>&nbsp;"
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr "iKalender-Information"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr "iKalender-Fehler"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr "Eine unbekannte Person"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
@@ -5235,326 +5259,326 @@ msgstr ""
"<br> Bitte sehen Sie sich die folgenden Informationen noch einmal an und "
"whlen Sie dann eine Aktion aus dem Men unten aus."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Keine</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "Ge_ographischer Ort: "
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
msgid "Status:"
msgstr "Status:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr "Angenommen"
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
msgid "Tentatively Accepted"
msgstr "Vorlufig angenommen"
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "Abgelehnt"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Unbekannt"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr "Eine Aktion whlen:"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr "Aktualisieren"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "OK"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr "Annehmen"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr "Vorlufig annehmen"
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr "Ablehnen"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr "Verfgbarkeitsinformationen senden"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr "Status des Antwortenden aktualisieren"
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr "Neueste Informationen senden"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Abbrechen"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> hat Besprechungsinformationen verffentlicht."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "Besprechungsinformationen"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> wnscht Ihre Anwesenheit bei einer Besprechung"
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Besprechungsvorschlag"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> wnscht zu einer vorhandenen Besprechung hinzuzufgen"
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Besprechungsaktualisierung"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> wnscht aktuelle Besprechungsinformationen zu erhalten."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "Besprechungs-Aktualisierungsanfrage"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> hat auf eine Besprechungsanfrage geantwortet."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Besprechungsantwort"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> hat eine Besprechung widerrufen."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Besprechungswiderruf"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> hat eine unverstndliche Nachricht gesendet."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "Fehlerhafte Besprechungsmitteilung"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> hat Aufgabeninformationen verffentlicht."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "Aufgabeninformationen"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> fordert Sie auf eine Aufgabe auszufhren."
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr "Aufgabenvorschlag"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> wnscht zu einer bestehenden Aufgabe hinzuzufgen."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "Aufgabenaktualisierung"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> wnscht letzte Aufgabeninformationen zu erhalten."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "Aufgaben-Aktualisierungsanfrage"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> hat auf eine Aufgabenzuweisung geantwortet."
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "Aufgaben-Antwort"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> hat eine Aufgabe widerrufen."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "Aufgabenwiderruf"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "Fehlerhafte Aufgabenmitteilung"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> hat Verfgbarkeitsinformationen verffentlicht."
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "Verfgbarkeitsinformationen"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> fordert Ihre Verfgbarkeitsinformationen an."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "Verfgbarkeits-Anfrage"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b> hat auf eine Verfugbarkeits-Anfrage geantwortet."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "Verfgbarkeits-Antwort"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr "Fehlerhafte Verfgbarkeitsmitteilung"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
msgid "The message does not appear to be properly formed"
msgstr "Diese Nachricht scheint falsch formatiert zu sein"
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr "Diese Nachricht enthlt ausschlielich nicht untersttzte Anfragen."
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr "Die Anlage enthlt keine gltige Kalendernachricht"
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr "Die Anlage hat keine anzeigbaren Kalenderinformationen"
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr "Objekt ist ungltig und konnte nicht aktualisiert werden\n"
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr "Es trat ein Fehler im CORBA-System auf\n"
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
msgid "Object could not be found\n"
msgstr "Objekt konnte nicht gefunden werden\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr "Sie haben keine Berechtigung den Kalender zu aktualisieren\n"
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "Aktualisierung abgeschlossen\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr "Kalenderdatei konnte nicht aktualisiert werden!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
"Anwesenheitsstatus kann nicht aktualisiert werden, da der Eintrag nicht mehr "
"existiert"
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr "Diese Antwort ist von keinem Teilnehmer. Als Teilnehmer hinzufgen?"
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
"Anwesenheitsstatus konnte auf Grund eines ungltigen Status nicht "
"aktualisiert werden!\n"
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr "Anwesenheitsstatus aktualisiert\n"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr "Teilnehmerstatus konnte nicht aktualisiert werden!\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "Entfernen abgeschlossen"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "Eintrag verschickt!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr "Der Eintrag konnte nicht verschickt werden!\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
msgid "Select Calendar Folder"
msgstr "Ordner fr Kalender whlen"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
msgid "Select Tasks Folder"
msgstr "Ordner fr Aufgaben whlen"
@@ -5599,7 +5623,7 @@ msgstr "datum-anfang"
msgid "Chair Persons"
msgstr "Vorsitzende"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "Bentigte Teilnehmer"
@@ -5608,56 +5632,57 @@ msgid "Optional Participants"
msgstr "Optionale Teilnehmer"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "Nicht-Teilnehmer"
+#, fuzzy
+msgid "Resources"
+msgstr "Ressource"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Individuell"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Gruppe"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Ressource"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Raum"
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Vorsitzender"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "Bentigter Teilnehmer"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Optionaler Teilnehmer"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "Nicht-Teilnehmer"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Vorlufig"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Delegiert"
@@ -5668,22 +5693,22 @@ msgstr "In Bearbeitung"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%a, %d. %B %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a, %d.%m.%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d.%m.%Y"
@@ -5747,8 +5772,8 @@ msgstr "Anfang der Besprechung:"
msgid "Meeting _end time:"
msgstr "Ende der Besprechung:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "Aufgaben bei %s werden geffnet"
@@ -5764,7 +5789,7 @@ msgid "The method required to load `%s' is not supported"
msgstr ""
"Die Methode, die zum Laden von `%s' bentigt wird, ist nicht untersttzt"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Sie haben keine Berechtigung den Ordner in `%s' zu ffnen"
@@ -5781,27 +5806,43 @@ msgstr "Ausgewhlte Objekte werden gelscht..."
msgid "Expunging"
msgstr "Wird gesubert"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Neuer _Termin..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Der Ordner in `%s' konnte nicht geffnet werden"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr ""
"Die Methode, die zum ffnen von `%s' bentigt wird, wird nicht untersttzt"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "Kalender bei %s wird geffnet"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Ordner %s ffnen"
@@ -5862,48 +5903,48 @@ msgstr "Oktober"
msgid "September"
msgstr "September"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr "Mindestens ein Teilnehmer wird bentigt"
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr "Ein Organisator muss feststehen."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr "Ereignisinformationen"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr "Aufgabeninformationen"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr "Journalinformationen"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr "Verfgbarkeitsinformationen"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr "Kalenderinformationen"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
msgid "Updated"
msgstr "Aktualisiert"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
msgid "Refresh"
msgstr "Aktualisieren"
# CHECK
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr "Gegenvorschlag"
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Sie mssen ein Teilnehmer des Ereignisses sein."
@@ -6139,7 +6180,7 @@ msgid "Print Calendar"
msgstr "Kalender drucken"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Druckvorschau"
@@ -6163,7 +6204,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "Der URI, den der Aufgabenordner anzeigen wird"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -6176,12 +6217,12 @@ msgstr ""
"\n"
"Aufgaben wirklich entfernen?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Mich nicht mehr fragen."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
msgid "Print Tasks"
msgstr "Aufgaben drucken"
@@ -8103,7 +8144,7 @@ msgstr "Nachrichten werden verschoben"
msgid "Copying messages"
msgstr "Nachrichten werden kopiert"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8111,47 +8152,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Storniert"
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Unerwartete Antwort von POP-Server: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "Kein Dateiname angegeben."
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "Nachricht kann nicht verschlsselt werden: keine Empfnger angegeben"
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8159,18 +8200,24 @@ msgid ""
"%.*s"
msgstr "Nachricht %s konnte nicht gecacht werden: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Nachricht %s konnte nicht gecacht werden: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Nachricht konnte nicht dekodiert werden."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Nachricht konnte nicht dekodiert werden."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr ""
@@ -8420,7 +8467,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Ungltige Legitimationsantwort vom Server."
@@ -8537,7 +8584,7 @@ msgstr "Zum Lesen von Mail in Form einer Abfrage ber andere Ordner"
msgid "No provider available for protocol `%s'"
msgstr "Keine Quelle fr Protokoll `%s' verfgbar"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8583,13 +8630,13 @@ msgstr "Nachricht konnte nicht dekodiert werden."
msgid "Failed to verify certificates."
msgstr "Zertifikate konnten nicht verifiziert werden."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr ""
"Auf Ordner kann nicht zugegriffen werden: Ungltige Aktion auf diesem "
"Speicher"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr ""
"Ordner kann nicht angelegt werden: Ungltige Aktion auf diesem Speicher"
@@ -8814,77 +8861,105 @@ msgstr "Ordner konnte nicht umbenannt werden: %s: Ungltige Aktion"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Ordner konnte umbenannt werden: %s: Ordner gibt es nicht"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Vorgang abgebrochen"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "Verbindung zum Server unerwartet getrennt: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Unerwartete Antwort von IMAP-Server: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP-Befehl fehlgeschlagen: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "Antwort des Servers endete zu frh."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "Antwort des IMAP-Servers enthielt keine %s-Information"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Unerwartete OK-Antwort von IMAP-Server: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Verzeichnis %s konnte nicht angelegt werden: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "Zusammenfassung fr %s konnte nicht geladen werden"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "Der Ordner wurde zerstrt und auf dem Server neu erstellt."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Suchen nach genderten Nachrichten"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Nachricht konnte nicht empfangen werden"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Nachricht kann nicht erhalten werden: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Keine solche Nachricht"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Diese Nachricht ist derzei nicht verfgbar"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "berblickinformation fr neue Nachrichten wird abgerufen"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Suchen nach neuen Nachrichten"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "Nachrichtenrumpf in Antwort auf FETCH konnte nicht gefunden werden."
@@ -8909,7 +8984,7 @@ msgstr "Nach neuer Mail sehen"
msgid "Check for new messages in all folders"
msgstr "In allen Ordnern nach neuer Mail sehen"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Ordner"
@@ -8939,7 +9014,7 @@ msgstr "Zum Lesen und Speichern von Mail auf IMAP-Servern."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Passwort"
@@ -8949,74 +9024,74 @@ msgstr ""
"Diese Option verbindet zum IMAP-Server mit einem unverschlsselten "
"Passwortes."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP-Server %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s-Dienst fr %s auf %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Verbindung abgebrochen"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Verbindung zu %s (Port %d) konnte nicht hergestellt werden: %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr "Verbindung mit SMTP-Server %s im sicheren Modus ist fehlgeschlagen: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
msgid "SSL/TLS extension not supported."
msgstr "SSL/TLS Erweiterung nicht untersttzt."
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
msgid "SSL negotiations failed"
msgstr "SSL \"Verhandlungen\" fehlgeschlagen"
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "Der Ordner ist nicht leer"
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
"IMAP-Server %s untersttzt den verlangten Legitimationsmechanismus %s nicht."
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "Keine Untersttzung fr Legitimationstyp %s"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sBitte geben Sie das IMAP-Passwort fr %s@%s ein"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Sie haben kein Passwort eingegeben."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9027,19 +9102,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "Ordner %s gibt es nicht"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "Ordnername darf das Return-Zeichen nicht enthalten."
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Unbekannter Fehler: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "Der Elternordner darf keine Unterordner enthalten"
@@ -9181,27 +9261,6 @@ msgstr "Anhngen von Nachricht an Maildir abgebrochen"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Nachricht kann nicht an maildir-Ordner angehngt werden: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Nachricht kann nicht erhalten werden: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Keine solche Nachricht"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9289,18 +9348,18 @@ msgstr "Ordnersperre auf %s kann nicht erzeugt werden: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Postfach kann nicht geffnet werden: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr "Anhngen von Mail abgebrochen"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "Nachricht kann nicht an mbox-Datei angehngt werden: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9309,11 +9368,11 @@ msgstr ""
"Nachricht kann nicht erhalten werden: %s aus Ordner %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "Dieser Ordner scheint nicht-wiederherstellbar korrupt zu sein."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "Nachrichtenerstellung fehlgeschlagen: Defektes Postfach?"
@@ -9419,12 +9478,13 @@ msgstr "Unbekannter Fehler: %s"
msgid "Could not store folder: %s"
msgstr "Ordner konnte nicht umbenannt werden: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Fehler beim Schreiben auf temporres Postfach: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Fehler beim Schreiben auf temporres Postfach %s: %s"
@@ -9632,7 +9692,7 @@ msgstr "Mail auf Server belassen"
msgid "Delete after %s day(s)"
msgstr "Nach %s Tag(en) lschen"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9721,7 +9781,7 @@ msgid "No such folder `%s'."
msgstr "Ordner `%s' gibt es nicht."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9776,7 +9836,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Mailauslieferung ber das Programm sendmail"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -9890,37 +9950,37 @@ msgstr "Legitimation bentigt"
msgid "Welcome response error"
msgstr "QUIT-Antwort-Fehler"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr "Verbindung mit SMTP-Server %s im sicheren Modus ist fehlgeschlagen: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
msgid "server does not appear to support SSL"
msgstr "Server scheint kein SSL zu untersttzen"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, c-format
msgid "STARTTLS request timed out: %s"
msgstr "Zeitberschreitung bei STARTTLS-Anfrage: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
msgid "STARTTLS response error"
msgstr "STARTTLS-Antwort-Fehler"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr ""
"SMTP-Server %s untersttzt den verlangten Legitimationsmechanismus %s nicht."
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sBitte geben Sie das SMTP-Passwort fr %s@%s ein"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9931,91 +9991,91 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP-Server %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "SMTP-Mailauslieferung ber %s"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr ""
"Nachricht konnte nicht verschickt werden: Absenderadresse nicht gltig."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Nachricht verschicken"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "Nachricht konnte nicht verschickt werden: Keine Empfnger angegeben."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
msgid "Cannot send message: one or more invalid recipients"
msgstr ""
"Nachricht konnte nicht verschickt werden: ein oder mehrere ungltige "
"Empfnger"
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "SMTP-Begrung"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "Zeitberschreitung bei RSET-Anfrage: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "RSET-Antwort-Fehler"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP-Legitimation"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "Fehler beim Anlegen eines SASL-Legitimations-Objektes."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "Zeitberschreitung bei AUTH-Anfrage: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "AUTH-Anfrage fehlgeschlagen."
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Ungltige Legitimationsantwort vom Server.\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "Zeitberschreitung bei MAIL-FROM-Anfrage: %s: Mail nicht verschickt"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr "MAIL-FROM-Antwortfehler"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "Zeitberschreitung bei RCPT-TO-Anfrage: %s: Mail nicht verschickt"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr "RCPT TO <%s> fehlgeschlagen"
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "Zeitberschreitung bei DATA-Anfrage: %s: Mail nicht verschickt."
@@ -10023,37 +10083,37 @@ msgstr "Zeitberschreitung bei DATA-Anfrage: %s: Mail nicht verschickt."
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr "DATA-Antwort-Fehler"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
"Zeitberschreitung beim Senden von DATA: Nachrichtenabschluss: %s Mail nicht "
"verschickt"
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr "DATA-Terminierungsantwort-Fehler"
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "Zeitberschreitung bei RSET-Anfrage: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr "RSET-Antwort-Fehler"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "Zeitberschreitung bei AUTH-Anfrage: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr "QUIT-Antwort-Fehler"
@@ -10126,7 +10186,7 @@ msgstr "MIME-Typ:"
msgid "Suggest automatic display of attachment"
msgstr "Automatische Anzeige der Anlage vorschlagen"
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Fr das Adressbuch hier klicken"
@@ -10137,45 +10197,45 @@ msgstr "Fr das Adressbuch hier klicken"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Antwort an:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "Von:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Betreff:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "An:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "Gebe die Empfnger der Nachricht ein"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Gebe die Adressen ein, die eine Kopie der Nachricht erhalten sollen"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10186,11 +10246,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "_Port:"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "Beschreibung"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10210,34 +10275,34 @@ msgstr ""
"Fehler beim Lesen der Datei %s:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Warnung!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "Datei existiert, berschreiben?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Fehler beim Speichern der Datei: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Fehler beim Laden der Datei: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "Fehler beim Zugriff auf Datei: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "Nachricht konnte nicht vom Editor erhalten werden"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10246,7 +10311,7 @@ msgstr ""
"In Datei konnte nicht gesucht werden: %s\n"
"%s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10255,7 +10320,7 @@ msgstr ""
"Datei konnte nicht verkrzt werden: %s\n"
"%s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10264,7 +10329,7 @@ msgstr ""
"Fehler beim automatischen Speichern der Nachricht: %s\n"
"%s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10273,49 +10338,28 @@ msgstr ""
"entdeckt.\n"
"Mchten Sie eine Wiederherstellung versuchen?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Diese Nachricht wurde nicht versandt.\n"
-"\n"
-"Wollen Sie Ihre nderungen speichern?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "Warnung: Genderte Nachricht"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Datei ffnen"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Signatur speichern"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr "Vo_rgaben wiederherstellen"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Eine Nachricht erstellen"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10323,7 +10367,7 @@ msgstr ""
"Erstellungsfenster konnte nicht angelegt werden:\n"
"Adresswhler-Control konnte nicht aktiviert werden."
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10331,7 +10375,7 @@ msgstr ""
"Es konnte kein Erstellungsfenster angelegt werden:\n"
"HTML-Editorkomponente konnte nicht aktiviert werden."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
#, fuzzy
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
@@ -10401,7 +10445,7 @@ msgstr "Betreff enthlt"
msgid "Subject does not contain"
msgstr "Betreff enthlt nicht"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10428,92 +10472,92 @@ msgstr "Kategorien synchronisieren"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a, %d.%m.%Y / %I.%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a, %d.%m.%Y / %H.%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a, %d.%m.%Y %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a, %d.%m.%Y %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%d.%m.%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%d.%m.%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%d.%m.%Y / %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%d.%m.%Y %H.%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%d.%m.%Y %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%d.%m.%Y %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "Sekunden"
@@ -10628,30 +10672,30 @@ msgstr ""
"Fehler im regulren Ausdruck '%s':\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Wichtig"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
msgid "Work"
msgstr "Arbeit"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr "Persnlich"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
msgid "To Do"
msgstr "Zu erledigen"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
msgid "Later"
msgstr "Spter"
@@ -10916,7 +10960,7 @@ msgstr "ist nicht"
msgid "is not Flagged"
msgstr "ist nicht markiert"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr "Etikett"
@@ -10981,7 +11025,7 @@ msgstr "ist kleiner als"
msgid "Score"
msgstr "Bewertung"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Absender"
@@ -11018,7 +11062,7 @@ msgstr "beginnt mit"
msgid "Stop Processing"
msgstr "Verarbeitung abbrechen"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Betreff"
@@ -11085,7 +11129,7 @@ msgstr "%s wird abgetastet"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Mail"
@@ -11156,7 +11200,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution importiert Ihre alten Netscape-Daten"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Mll"
@@ -11226,67 +11270,68 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Konfigurations-Bedienelement fr den Evolution Nachrichten-Composer."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Konfigurations-Bedienelement fr den Evolution-Mailer."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "Mailzugnge anlegen und bearbeiten sowie andere Vorlieben"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Evolution-Komponente fr den Umgang mit Mail."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Evolution-Mailersteller."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Evolutions Mail-Chefsesselansicht-Komponente."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Evolution-Komponente zur Mailordneranzeige."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Evolution-Mailordner-Fabrik-Komponente."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Fabrik fr den Evolution-Maileditor."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Fabrik fr die Mailzusammenfassungs-Komponente."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
msgid "Font Preferences"
msgstr "Schriftart-Vorlieben"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
msgid "Mail Accounts"
msgstr "Mail-Zugnge"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr "Mail-Einstellungen"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Mailkonfigurations-Oberflche"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr "Diese Seite kann zum Konfigurieren der Schriftarten verwendet werden"
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-"Diese Seite kann zum Konfigurieren von E-Mail-Zugngen verwendet werden"
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-"Diese Seite kann zum Konfigurieren der Mailer-Einstellungen verwendet werden"
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr "Diese Seite kann zum Konfigurieren des Composers verwendet werden"
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Mail enthaltender Ordner"
@@ -11311,7 +11356,7 @@ msgstr "Eigenschaften..."
msgid "Change this folder's properties"
msgstr "Die Eigenschaften dieses Ordners ndern"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11319,246 +11364,246 @@ msgstr ""
"Einige Ihrer Mail-Einstellungen scheinen ungltig, bitte stellen Sie sicher, "
"dass alles in Ordnung ist."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "Sie haben keine Mailtransport-Methode eingestellt"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Warnung: Genderte Nachricht"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Neue Mail-Nachricht"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "Nachricht _verschicken"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Eine Nachricht erstellen"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Neue Nachricht"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Vorherige Nachricht"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Neue Mail-Nachricht"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Evolutions Mail-Komponente kann nicht initialisiert werden"
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
"Evolutions Mail-Konfigurations-Komponente kann nicht initialisiert werden"
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr ""
"Evolutions Ordnerinformations-Komponente kann nicht initialisiert werden"
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
msgid "Connecting..."
msgstr "Verbindung wird hergestellt..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "Speicher kann nicht bei der Shell registriert werden"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "Eigenschaften von \"%s\""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Eigenschaften"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Temporres Verzeichnis konnte nicht angelegt werden: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d neu"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d verborgen"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr "%d sichtbar"
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d ausgewhlt"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d nicht verschickt"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d verschickt"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d insgesamt"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
msgid "Create _Virtual Folder From Search..."
msgstr "_Virtuellen Ordner aus Suche erstellen..."
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "VOrdner ber _Betreff"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "VOrdner ber Abse_nder"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "VOrdner ber _Empfnger"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "VOrdner ber Mailing_liste"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Filter ber _Betreff"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Filter ber _Absender"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Filter ber _Empfnger"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Filter ber _Mailingliste"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "Als neue Nachricht _bearbeiten..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Drucken"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "Antwort an Ab_sender"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "_Liste antworten"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "_Allen antworten"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Weiterleiten"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr "Follo_w Up..."
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
msgid "Fla_g Completed"
msgstr "Als abgeschlossen _markieren"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
msgid "Cl_ear Flag"
msgstr "Markierung _lschen"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Als gelesen mar_kieren"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
msgid "Mark as _Unread"
msgstr "Als _ungelesen markieren"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Als _wichtig markieren"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
msgid "_Mark as Unimportant"
msgstr "Als unwichtig _markieren"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
msgid "U_ndelete"
msgstr "Lsche_n rckgngig"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
msgid "Mo_ve to Folder..."
msgstr "In Ordner _verschieben..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "In Ordner kopieren..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
msgid "Add Sender to Address_book"
msgstr "Absender zum Adress_buch hinzufgen"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
msgid "Appl_y Filters"
msgstr "Filter _anwenden"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
msgid "Crea_te Rule From Message"
msgstr "_Regel aus Nachricht erstellen"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
msgid "VFolder on M_ailing List"
msgstr "VOrdner ber M_ailingliste"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filter ber _Mailingliste (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "VOrdner ber M_ailingliste (%s)"
@@ -11631,19 +11676,19 @@ msgstr "Sie haben nicht alle bentigten Felder ausgefllt."
msgid "Evolution Account Editor"
msgstr "Evolution-Accounteditor"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Rechner:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
msgid "User_name:"
msgstr "_Benutzername:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_Pfad:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Sie knnen keine zwei Zugnge mit demselben Namen anlegen."
@@ -11672,7 +11717,7 @@ msgid "Enable"
msgstr "Aktivieren"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Aktiv"
@@ -11723,7 +11768,7 @@ msgstr ""
" '%s'\n"
"Und wurden aktualisiert."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11735,7 +11780,7 @@ msgstr ""
"empfangen oder erstellen knnen.\n"
"Mchten Sie ihn jetzt konfigurieren?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11743,7 +11788,7 @@ msgstr ""
"Sie mssen eine Identitt einrichten,\n"
"bevor Sie Mail erstellen knnen."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11752,7 +11797,7 @@ msgstr ""
"bevor Sie Mail erstellen knnen."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11760,11 +11805,11 @@ msgstr ""
"Sie verschicken eine HTML-formatierte Nachricht, aber die folgenden "
"Empfnger wollen keine HTML-formatierte Mail:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Trotzdem verschicken?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11772,7 +11817,7 @@ msgstr ""
"Diese Nachricht hat keinen Betreff.\n"
"Wirklich verschicken?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -11781,11 +11826,11 @@ msgstr ""
"der Liste zu verbergen, wird die Nachricht nur BCC-Empfngeradressen "
"enthalten."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Diese Nachricht enthlt ausschlielich BCC-Empfnger."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -11795,11 +11840,11 @@ msgstr ""
"eine Apparently-To-Kopfzeile hinzufgt.\n"
"Trotzdem verschicken?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Sie mssen Empfnger angeben, um diese Nachricht zu verschicken."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11807,28 +11852,28 @@ msgstr ""
"Der Entwrfe-Ordner fr diesen Zugang konnte nicht geffnet werden.\n"
"Mchten Sie den vorgegebenen Entwrfe-Ordner verwenden?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "ein unbekannter Absender"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "Am %a, %Y-%m-%d um %H.%M schrieb %%s:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Machricht(en) verschieben in"
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Machricht(en) kopieren in"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Sind Sie sicher, dass Sie alle %d Nachrichten bearbeiten wollen?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11836,7 +11881,7 @@ msgstr ""
"Sie knnen nur im Entwrfe-Ordner\n"
"abgespeicherte Nachrichten bearbeiten."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11844,33 +11889,33 @@ msgstr ""
"Sie knnen nur Nachrichten im\n"
"Verschickt-Ordner neu verschicken."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr ""
"Sind Sie sicher, dass Sie alle %d Nachrichten nochmals verschicken wollen?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Keine Nachricht ausgewhlt"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Datei berschreiben?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Nachricht speichern unter..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Nachrichten speichern unter..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
msgid "Go to next folder with unread messages?"
msgstr "Zum nchsten Ordner mit ungelesenen Nachrichten gehen?"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
@@ -11878,7 +11923,7 @@ msgstr ""
"Es gibt keine neuen Nachrichten mehr in diesem Ordner.\n"
"Wollen Sie zum nchsten Ordner gehen?"
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11891,7 +11936,7 @@ msgstr ""
"\n"
"Nachrichten wirklich entfernen?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11900,28 +11945,28 @@ msgstr ""
"Fehler beim Laden von Filterinformation:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Filter"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, c-format
msgid "Page %d of %d"
msgstr "Seite %d von %d"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Nachricht drucken"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "US-Letter"
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Drucken der Nachricht fehlgeschlagen"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -11944,7 +11989,7 @@ msgstr "Beschreibung"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
msgid "Unnamed"
msgstr "Namenlose"
@@ -12018,20 +12063,20 @@ msgstr ""
"Dieser Name wird nur fr die Bildschirmanzeige verwendet."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Evolution-Zugangsdruide"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, c-format
msgid "Account %d"
msgstr "Zugang %d"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Dienst wird berprft"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Verbindung zu Server..."
@@ -12198,289 +12243,293 @@ msgstr "Digitale Kennungen..."
msgid "Do not quote original message"
msgstr "Originalnachricht nicht zitieren"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Fertig"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
msgid "Drafts _folder:"
msgstr "_Entwrfe-Ordner:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "_Aktivieren"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
msgid "Emacs"
msgstr "Emacs"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
msgid "Email Accounts"
msgstr "E-Mail-Zugnge"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
msgid "Email _address:"
msgstr "E-Mail-_Adresse:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
msgid "Empty _trash folders on exit"
msgstr "Mllordner beim Beenden _leeren"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
msgid "Execute Command..."
msgstr "Befehl ausfhren..."
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
msgid "Fi_xed -width:"
msgstr "_Feste Breite:"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
msgid "Font Properties"
msgstr "Schriftart-Eigenschaften"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
msgid "Format messages in _HTML"
msgstr "Nachrichten in _HTML formatieren"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "Digitale Kennung erhalten..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
msgid "Highlight _quotations with"
msgstr "Zitate _hervorheben mit"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Identitt"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "An Ort und Stelle"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
msgid "Labels and Colors"
msgstr "Etikette und Farben"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
msgid "Loading Images"
msgstr "Bilder laden"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "Mailkonfiguration"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "Ort des Postfachs"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
msgid "Message Composer"
msgstr "Nachrichten-Composer"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
msgid "Message Display"
msgstr "Nachrichtenanzeige"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
msgid "Microsoft"
msgstr "Microsoft"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
msgid "New Mail Notification"
msgstr "Mailbenachrichtigung"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr "Bildschirmschriftarten"
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Optionale Information"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
msgid "Or_ganization:"
msgstr "_Organisation:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
msgid "PGP/GPG _Key ID:"
msgstr "PGP/GPG-_Schlsselkennung:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Eine Farbe auswhlen"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr ""
"Beim Abschicken von Nachrichten mit ausschlielich _BCC-Empfngern nachfragen"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy (PGP/GPG)"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
msgid "Printed Fonts"
msgstr "Druckschriftarten"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr "Qmail-maildir "
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
msgid "Quote original message"
msgstr "Originalnachricht zitieren"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr "Umschrieben"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr "An dieses Passwort _erinnern"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
msgid "Re_ply-To:"
msgstr "A_ntwort an:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "Erhalten von E-Mail"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
msgid "Receiving _Options"
msgstr "Empfangs-_Optionen"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
msgid "Remember this _password"
msgstr "Dieses Passwort s_peichern"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "Bentigte Information"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Standard wiederh_erstellen"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
msgid "S_ecurity"
msgstr "Sich_erheit"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
msgid "Secure MIME (S/MIME)"
msgstr "Sichere MIME (S/MIME)"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr "HTML Feste-Breite-Schriftart whlen"
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr "HTML Feste-Breite-Schriftart zum Drucken whlen"
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr "HTML Variable-Breite-Schriftart whlen"
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr "HTML Variable-Breite-Schriftart zum Drucken whlen"
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
msgid "Select PGP program"
msgstr "PGP-Programm whlen"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "E-Mail wird verschickt"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr "Ordner fr verschickte _Nachrichten:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Nachrichten in \"Verschickt\" und \"Entwrfe\""
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr "Server bentigt _Legitimation"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Server-Konfiguration"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr "Server_typ: "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
msgid "Shortcuts _type:"
msgstr "Tastenkrzel-_Typ:"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Signatur"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Signatur"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
msgid "Specify _filename:"
msgstr "_Dateiname angeben:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
#, fuzzy
msgid "Spell Checking Language"
msgstr "Sprachen fr Rechtschreibprfung"
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
#, fuzzy
msgid "Spell _Checking"
msgstr "Rechtschreibprfung"
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "Standard-Unix-mbox"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
msgid "V_ariable-width:"
msgstr "Variable Breite:"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12490,181 +12539,181 @@ msgstr ""
"\n"
"Klicken Sie \"Weiter\" zum Beginnen."
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
msgid "XEmacs"
msgstr "XEmacs"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_Signaturen"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "Bilder _immer aus dem Netz laden"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr "Bei Verwendung dieses Zugangs ausgehende Nachrichten _immer signieren"
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr "_Legitimations-Typ: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
msgid "_Authentication type: "
msgstr "_Legitimations-Typ: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr "_Automatisch nach neuer Mail sehen"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "_Automatisch nach neuer Mail sehen"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr "Beep bei Eintreffen von neuer Mail"
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr "Kennung des _Zertifikats:"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
msgid "_Confirm when expunging a folder"
msgstr "Subern eines Ordners _besttigen"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "_Test-Signatur:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
msgid "_Defaults"
msgstr "_Vorgaben"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr "_Bei Eintreffen neuer Mail nicht benachrichtigen"
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Aktivieren"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr "_Feste Breite:"
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
msgid "_Forward style:"
msgstr "_Weiterleitungsstil:"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
msgid "_Full name:"
msgstr "_Voller Name:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
msgid "_HTML Mail"
msgstr "_HTML-Mail"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
msgid "_Identity"
msgstr "_Identitt"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "Bilder _laden, falls Absender im Adressbuch ist"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
msgid "_Make this my default account"
msgstr "Dies zu meinem _Vorgabezugang machen"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
msgid "_Mark messages as read after"
msgstr "_Nachrichten als gelesen markieren nach"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Name:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "Bilder _nie aus dem Netz laden"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "Pfad zur _PGP-Binrdatei:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr "_Klangdatei bei Eintreffen neuer Mail abspielen"
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr ""
"Beim Abschicken von HTML-Nachrichten an Kontakte, die keine wollen, "
"_nachfragen"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
msgid "_Prompt when sending messages with an empty subject line"
msgstr "Beim Abschicken von Nachrichten mit _leerem Betreff nachfragen"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
msgid "_Receiving Mail"
msgstr "_Erhalten von Mail"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
msgid "_Reply style:"
msgstr "_Antwortstil:"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr "Vo_rgaben wiederherstellen"
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
msgid "_Script:"
msgstr "_Skript:"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_Sicherheit"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
msgid "_Sending Mail"
msgstr "_Verschicken von Mail"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
msgid "_Show animated images"
msgstr "_Animierte Bilder zeigen"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
msgid "_Signatures"
msgstr "_Signaturen"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
msgid "_Use secure connection (SSL):"
msgstr "Sichere Verbindung (_SSL) verwenden:"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
msgid "_Variable-width:"
msgstr "_Variable Breite:"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_alle"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
msgid "color"
msgstr "Farbe"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr "Beschreibung"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12733,128 +12782,133 @@ msgstr "Bilder laden"
msgid "Loading message content"
msgstr "Laden des Nachrichteninhalts"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "_berfllige Aufgaben:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%d. %b %H.%M"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Link in Browser ffnen"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Linkziel kopieren"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Link speichern unter (FIXME)"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Bild speichern unter..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "%s wird abgetastet"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s-Anlage"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
"MIME-Nachricht konnte nicht geparst werden. Wird als Quellcode angezeigt."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Datum"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Ungltige Adresse"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Von"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Antwort an"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "An"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
msgid "Mailer"
msgstr "Mailer"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"Diese Nachricht ist digital unterzeichnet. Klicken Sie fr weitere "
"Informationen auf das Schlosssymbol."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "PGP-berprfungskontext konnte nicht angelegt werden."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
"Diese Nachricht ist digital unterzeichnet und wurde als authentisch "
"nachgewiesen."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
"Diese Nachricht ist digital unterzeichnet, aber konnte nicht als authentisch "
"nachgewiesen werden."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Zeiger auf FTP-Site (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Zeiger auf lokale Datei (%s) gltig auf Site \"%s\""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Zeiger auf lokale Datei (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Zeiger auf Daten im Netz (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Zeiger auf unbekannte externe Daten (Typ \"%s\")"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Ungltiger external-body-Teil."
@@ -12978,59 +13032,59 @@ msgstr "Machrichten werden nach %s verschoben"
msgid "Copying messages to %s"
msgstr "Nachrichten werden nach %s kopiert"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "Taste Ordner in \"%s\" ab"
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Weitergeleitete Nachrichten"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "Ordner %s ffnen"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "Speichers %s wird geffnet"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Ordner %s wird entfernt"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "Ordner '%s' wird gespeichert"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Ordner wird aktualisiert"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Ordner wird gesubert"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "Nachricht %s abrufen"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "%d Nachricht(en) werden/wird abgerufen"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "%d Nachricht(en) werden/wird gespeichert"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13039,7 +13093,7 @@ msgstr ""
"Ausgabedatei konnte nicht erstellt werden: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13048,11 +13102,11 @@ msgstr ""
"Fehler beim Speichern der Nachrichten in: %s\n"
"%s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Speichern der Anlage"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13061,22 +13115,22 @@ msgstr ""
"Ausgabedatei kann nicht erstellt werden: %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Daten konnten nicht geschrieben werden: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "Verbindung mit %s wird getrennt"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "Verbindung mit %s wird neu aufgebaut"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Suchen"
@@ -13147,25 +13201,25 @@ msgstr "Aktualisieren..."
msgid "Waiting..."
msgstr "Warten..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "Benutzer hat Aktion abgebrochen."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "Dieses Passwort _behalten"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
#, fuzzy
msgid "_Remember this password for the remainder of this session"
msgstr "Fr den Rest dieser Sitzung an dieses Passwort erinnern"
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "Passwort fr %s eingeben"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "Passwort eingeben"
@@ -13188,41 +13242,24 @@ msgstr ""
"\n"
"Mchten Sie Ihre nderungen speichern?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Name:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Signatur"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "HTML-Signaturdatei:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Weitergeleitete Nachricht - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Weitergeleitete Nachricht"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Weitergeleitete Nachricht"
@@ -13280,67 +13317,67 @@ msgstr "(Kein Betreff)"
msgid "%s - Message"
msgstr "%s - Nachricht"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Ungelesen"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Gelesen"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Beantwortet"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "Mehrere ungelesene Nachrichten"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "Mehrere Nachrichten"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "Am niedrigsten"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Niedriger"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Hher"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "Am hchsten"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Heute %I:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Gestern %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %I:%M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%d. %b %H.%M"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%b %d %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "Erzeugen der Nachrichtenliste"
@@ -13414,68 +13451,94 @@ msgstr "berprfen"
msgid "Flag to Follow Up"
msgstr "Voller Name..."
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "Ordner unter %s auf \"%s\" werden abgetastet"
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "Ordner der obersten Ebene auf \"%s\" werden abgetastet"
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "Ordner \"%s\" wird abonniert"
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "Abonnement auf Ordner \"%s\" wird abbestellt"
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Ordner"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "In Ordner speichern..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "Es wurde kein Server gewhlt"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Bitte whlen Sie einen Server."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr "Liste _aktualisieren"
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "_Alle Ordner"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "Anzeige-Optionen"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "April"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Schlieen"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Anzeige-Optionen"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "Ordner, deren Namen beginnen mit:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "Abonnements verwalten"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "_Ordner zeigen von Server:"
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Liste aktualisieren"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Eine Datei whlen"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Eine Datei whlen"
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_Abonnieren"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "Ab_bestellen"
@@ -13484,28 +13547,27 @@ msgid "Configuration control for the Evolution Summary."
msgstr "Konfigurations-Bedienelement fr die Evolution Zusammenfassung."
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
+#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Konfigurations-Bedienelement fr die Evolution Zusammenfassung."
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
msgid "Evolution Summary component."
msgstr "Evolution Zusammenfassungskomponente."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
msgid "Factory for Evolution Summary's configuration control."
msgstr ""
"Fabrik fr das Konfigurations-Bedienelement der Evolution Zusammenfassung."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
msgid "Factory for the Evolution Summary component."
msgstr "Fabrik fr die Evolution Zusammenfassungskomponente."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
msgid "Summary Preferences"
msgstr "Einstellungen der Zusammenfassung"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-"Diese Seite kann zur Konfiguration des Aussehens der Zusammenfassung "
-"verwendet werden."
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr "Aarhus"
@@ -24230,23 +24292,23 @@ msgstr "Trkisch"
msgid "Folder containing the Evolution Summary"
msgstr "Ordner mit der Evolution-bersicht"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Termine"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Keine Termine"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr "%k.%M %d. %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l.%M %d. %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
#, fuzzy
msgid "No description"
msgstr "Beschreibung"
@@ -24309,11 +24371,11 @@ msgstr "_Hinzufgen"
msgid "Shown"
msgstr "Schneefall"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Keine Aufgaben"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(keine Beschreibung)"
@@ -24346,7 +24408,7 @@ msgstr "Zusammenfassung drucken"
msgid "Printing of Summary failed"
msgstr "Drucken der bersicht fehlgeschlagen"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "Chefsesselansichts-Komponente konnte Bonobo nicht initialisieren.\n"
@@ -25624,19 +25686,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Fabrik fr den Evolution-Maileditor."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Mail-Einstellungen"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Die Evolution-Shell."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-#, fuzzy
-msgid "This page can be used to configure various folder settings"
-msgstr "Einstellungen des Kalenders konfigurieren"
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Details anzeigen"
@@ -25663,7 +25724,7 @@ msgstr "Ordner whlen"
msgid "Drafts"
msgstr "Entwrfe"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Eingang"
@@ -26105,27 +26166,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution "
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Ordner %s ffnen"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Ordner %s ffnen"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "ffnen in %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Ordner konnte nicht umbenannt werden: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -26208,31 +26269,31 @@ msgstr "Offline _arbeiten"
msgid "Work Offline"
msgstr "Offline arbeiten"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Kein Ordner angezeigt)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(keine)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution ist zur Zeit online. Klicken Sie diesen Knopf, um offline "
"zu arbeiten."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evolution geht gerade offline."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -26256,7 +26317,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "Lokaler Speicher kann nicht eingestellt werden -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -26267,19 +26328,19 @@ msgstr ""
"unerwartet ab. Sie mssen Evolution beenden und neu starten, um\n"
"wieder auf diese Daten zugreifen zu knnen."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Ungltige Argumente"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "Registrierung bei OAF kann nicht stattfinden"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "Konfigurationsdatenbank nicht gefunden"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Allgemeiner Fehler"
@@ -26482,7 +26543,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (zu %d%% abgeschlossen)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<hier klicken, um einen Ordner zu whlen>"
@@ -26523,63 +26584,63 @@ msgstr ""
"Der Fehler vom Aktivierungssystem ist:\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "CORBA-Fehler"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Unterbrochen"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "Ungltiges Argument"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "Hat bereits einen Besitzer"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Kein Besitzer"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Nicht gefunden"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Nicht untersttzter Typ"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Nicht untersttztes Schema"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Nicht untersttzte Aktion"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Interner Fehler"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Existiert"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "Ungltiger URI"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Hat Unterordner"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Keine Platz mehr frei"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "Alter Besitzer ist gestorben"
@@ -26638,29 +26699,21 @@ msgid "Specify where to create the folder:"
msgstr "Angeben, wo der Ordner erstellt werden soll:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "_Neuen Ordner anlegen..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Ordnername:"
+msgid "_Account:"
+msgstr "Zugang"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "_Servername:"
+msgid "_Folder Name:"
+msgstr "Ordnername:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "_Benutzername:"
@@ -26763,15 +26816,15 @@ msgstr "Mich nicht mehr fragen"
msgid "Evolution can import data from the following files:"
msgstr "Evolution kann Daten aus den folgenden Dateien importieren:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution wird beendet..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -26781,7 +26834,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -26791,53 +26844,57 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Mich nicht mehr fragen"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "Auf die Ximian-Evolution-Shell kann nicht zugegriffen werden."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Die Ximian-Evolution-Shell kann nicht initialisiert werden: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Splashscreen deaktivieren"
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "Import beginnt"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Intelligente Importeure werden gestartet"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Die Diagnoseausgabe aller Komponenten in eine Datei umleiten."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Das Bonobo-Komponentensystem kann nicht initialisiert werden."
@@ -27050,14 +27107,6 @@ msgstr "Die Werkwoche zeigen"
msgid "Week"
msgstr "Woche"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Schlieen"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "Diesen Eintrag schlieen"
@@ -28002,10 +28051,6 @@ msgstr "Ordner zu Ihrer Liste abonnierter Ordner hinzufgen"
msgid "F_older"
msgstr "Ordner"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Liste aktualisieren"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Liste von Ordnern aktualisieren"
@@ -28569,21 +28614,21 @@ msgstr "Meldung"
msgid "Don't show this message again."
msgstr "Diese Meldung nicht mehr anzeigen."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "Jetzt suchen"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Lschen"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Lschen"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Jetzt suchen"
@@ -28609,6 +28654,110 @@ msgstr "init-corba(): GNOME konnte nicht initialisiert werden"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): Bonobo konnte nicht initialisiert werden"
+#~ msgid "Error in search expression."
+#~ msgstr "Fehler im Suchausdruck."
+
+#~ msgid "Restarting search."
+#~ msgstr "Suche wird neu gestartet."
+
+#~ msgid "Could not parse query string"
+#~ msgstr "Abfragezeichenkette konnte nicht geparst werden"
+
+#~ msgid "Email is"
+#~ msgstr "E-Mail ist"
+
+#~ msgid "This page can be used to configure Calendar and Task preferences"
+#~ msgstr ""
+#~ "Diese Seite kann zur Konfiguration der Kalender- und Aufgaben-"
+#~ "Einstellungen benutzt werden"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Alarm-Benachrichtigungsdienst konnte nicht angelegt werden"
+
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Besprechung beginnt: <b>"
+
+#~ msgid "Task begins: <b>"
+#~ msgstr "Aufgabe beginnt: <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Verfgbarkeitsinformation beginnt: <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr "Beginnt: <b>"
+
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Besprechung endet: <b>"
+
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Verfgbarkeitsinformation endet: <b>"
+
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Aufgabe vollstndig zu: <b>"
+
+#~ msgid "Task Due: <b>"
+#~ msgstr "Aufgabe fllig am: <b>"
+
+#~ msgid "Non-Participants"
+#~ msgstr "Nicht-Teilnehmer"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Diese Nachricht wurde nicht versandt.\n"
+#~ "\n"
+#~ "Wollen Sie Ihre nderungen speichern?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr "Vo_rgaben wiederherstellen"
+
+#~ msgid "This Page can be used to configure the Fonts"
+#~ msgstr ""
+#~ "Diese Seite kann zum Konfigurieren der Schriftarten verwendet werden"
+
+#~ msgid "This page can be used to configure E-Mail Accounts"
+#~ msgstr ""
+#~ "Diese Seite kann zum Konfigurieren von E-Mail-Zugngen verwendet werden"
+
+#~ msgid "This page can be used to configure Mailer preferences"
+#~ msgstr ""
+#~ "Diese Seite kann zum Konfigurieren der Mailer-Einstellungen verwendet "
+#~ "werden"
+
+#~ msgid "This page can be used to configure the Composer"
+#~ msgstr "Diese Seite kann zum Konfigurieren des Composers verwendet werden"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Signatur"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "HTML-Signaturdatei:"
+
+#~ msgid " _Refresh List "
+#~ msgstr "Liste _aktualisieren"
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "_Ordner zeigen von Server:"
+
+#~ msgid ""
+#~ "This page can be used to customize the appearance of the Summary page."
+#~ msgstr ""
+#~ "Diese Seite kann zur Konfiguration des Aussehens der Zusammenfassung "
+#~ "verwendet werden."
+
+#, fuzzy
+#~ msgid "This page can be used to configure various folder settings"
+#~ msgstr "Einstellungen des Kalenders konfigurieren"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "_Servername:"
+
#~ msgid ""
#~ "Evolution is unable to get the addressbook local storage.\n"
#~ "This may have been caused by the evolution-addressbook component "
@@ -28972,9 +29121,6 @@ msgstr "init_bonobo(): Bonobo konnte nicht initialisiert werden"
#~ msgid "_Random"
#~ msgstr "_Zufllig"
-#~ msgid "<b>Overdue:</b>&nbsp;"
-#~ msgstr "<b>berfllig:</b>&nbsp;"
-
#~ msgid "Are you sure you want to remove the \"%s\" folder?"
#~ msgstr "Sind Sie sicher, dass Sie den Ordner '%s' entfernen wollen?"
@@ -29252,10 +29398,6 @@ msgstr "init_bonobo(): Bonobo konnte nicht initialisiert werden"
#~ "Evolutions Mail-Zusammenfassungskomponente kann nicht initialisiert werden"
#, fuzzy
-#~ msgid "Select a service"
-#~ msgstr "Eine Datei whlen"
-
-#, fuzzy
#~ msgid "Send an email to %s"
#~ msgstr "Eine E-Mail verschicken"
@@ -29336,9 +29478,6 @@ msgstr "init_bonobo(): Bonobo konnte nicht initialisiert werden"
#~ msgid "<< S_imple"
#~ msgstr "Vereinfach"
-#~ msgid "Account"
-#~ msgstr "Zugang"
-
#, fuzzy
#~ msgid "Ad_vanced >>"
#~ msgstr "Komplex"
@@ -29443,9 +29582,6 @@ msgstr "init_bonobo(): Bonobo konnte nicht initialisiert werden"
#~ msgid "_Task..."
#~ msgstr "_Aufgabe..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "Mailzugnge anlegen und bearbeiten sowie andere Vorlieben"
-
#~ msgid "_Mail Settings..."
#~ msgstr "_Mail-Einstellungen..."
@@ -29711,9 +29847,6 @@ msgstr "init_bonobo(): Bonobo konnte nicht initialisiert werden"
#~ "\n"
#~ "ffentlicher Schlssel: "
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "Verbindung zu LDAP-Server..."
-
#~ msgid "New _Contact"
#~ msgstr "Neuer _Kontakt"
diff --git a/po/el.po b/po/el.po
index a17bd21119..63d057e74f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -17,7 +17,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 1.0.1.99\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-01-16 19:40GMT\n"
"Last-Translator: Nick Niktaris( ) <niktarin@yahoo.com>\n"
"Language-Team: Greek <nls@hellug.gr>\n"
@@ -43,22 +43,22 @@ msgid "Imports VCard files into Evolution."
msgstr " VCard Evolution."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr " "
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Email"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr ""
@@ -68,16 +68,16 @@ msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr ""
@@ -87,12 +87,12 @@ msgid "Bus"
msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr ""
@@ -103,13 +103,13 @@ msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr ""
@@ -119,19 +119,19 @@ msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr " "
@@ -140,13 +140,13 @@ msgid "Bus Fax"
msgstr " ."
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr " "
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr " 2"
@@ -155,68 +155,68 @@ msgid "Bus 2"
msgstr ". 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr " 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr " "
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "Email 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "Email 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr ""
@@ -225,7 +225,7 @@ msgid "Url"
msgstr " "
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr ""
@@ -234,7 +234,7 @@ msgid "Dep"
msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr ""
@@ -243,12 +243,12 @@ msgid "Off"
msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr ""
@@ -257,7 +257,7 @@ msgid "Prof"
msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr ""
@@ -270,7 +270,7 @@ msgid "Ass"
msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr ""
@@ -279,12 +279,12 @@ msgid "Nick"
msgstr "."
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr ""
@@ -297,7 +297,7 @@ msgid "CALUri"
msgstr "URI ."
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr " "
@@ -348,7 +348,7 @@ msgstr "VCard %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -356,7 +356,7 @@ msgid "Could not initialize Bonobo"
msgstr " Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr " ..."
@@ -364,41 +364,33 @@ msgstr " ..."
msgid "Loading..."
msgstr " ..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr " ."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr " LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr " LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr " LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr " LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr " ."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr " LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr " "
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr " : %s"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -447,50 +439,50 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
" - "
"Evolution."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr " - Evolution"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr " Evolution ."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr ""
" - "
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr " "
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr " "
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr " "
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -510,29 +502,29 @@ msgstr " LDAP"
msgid "LDAP server containing contact information"
msgstr " LDAP "
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr " "
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr " "
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr " "
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "_ "
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr " "
@@ -558,30 +550,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr " %s"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
" :\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr " %s"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "( SSL evolution)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr " gnome-vfs"
@@ -589,21 +581,30 @@ msgstr " gnome-vfs"
msgid "Other Contacts"
msgstr " "
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr " "
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+" . \n"
+" ."
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
" . \n"
" URI, LDAP \n"
" "
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -615,52 +616,83 @@ msgstr ""
" CVS \n"
" OpenLDAP .\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-" . \n"
-" ."
+" . \n"
+" URI, LDAP \n"
+" "
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr " %s ( %s)"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr " "
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "Email 2"
+msgid "Email begins with"
+msgstr " "
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr " "
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr " "
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr " ..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr " "
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr " URI "
@@ -675,7 +707,7 @@ msgstr "()"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr " Email"
@@ -727,53 +759,53 @@ msgid " S_how Supported Bases "
msgstr "_ "
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr ""
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr " _"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr " _"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr ""
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -881,7 +913,7 @@ msgid "Mappings"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "_"
@@ -935,8 +967,8 @@ msgstr " _:"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr " "
@@ -1126,7 +1158,7 @@ msgid "Using email address"
msgstr "_ "
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1134,13 +1166,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1181,7 +1213,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1218,7 +1250,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1301,7 +1333,7 @@ msgstr " "
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1333,11 +1365,11 @@ msgstr "(%d )"
msgid "Unnamed Contact"
msgstr " "
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr " "
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr " "
@@ -1406,7 +1438,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr " "
@@ -1481,9 +1513,9 @@ msgstr " _HTML"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2633,23 +2665,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr " ;"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr " ."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr " :"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr " VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr " : `%s'"
@@ -2663,7 +2695,7 @@ msgid "Edit Full"
msgstr " "
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr " "
@@ -2816,11 +2848,11 @@ msgid "contact-list-editor"
msgstr "--"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr " "
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr " Vcard"
@@ -2879,20 +2911,20 @@ msgstr " "
msgid "Search"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 "
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d "
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr " %s"
@@ -2904,15 +2936,15 @@ msgid "Error modifying card"
msgstr " "
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr " "
@@ -2921,7 +2953,7 @@ msgid "Repository offline"
msgstr " "
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr " "
@@ -2938,7 +2970,7 @@ msgid "Protocol not supported"
msgstr " "
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2993,7 +3025,7 @@ msgstr " "
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr " "
@@ -3035,160 +3067,160 @@ msgstr " "
msgid "Copy cards to"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr " (VCard)"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_ ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_ "
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "_ ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr " _..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr " ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "_ ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3196,8 +3228,8 @@ msgstr ""
msgid "Delete"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "_ "
@@ -3206,7 +3238,7 @@ msgstr "_ "
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
@@ -3214,10 +3246,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3346,7 +3386,7 @@ msgid "Include:"
msgstr " :"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr ""
@@ -3366,12 +3406,12 @@ msgstr ""
msgid "Number of columns:"
msgstr " :"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr ""
@@ -3394,7 +3434,7 @@ msgstr " :"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr ""
@@ -3450,26 +3490,26 @@ msgstr ":"
msgid "_Font..."
msgstr "_..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr " "
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr ""
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr ""
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr ""
@@ -3521,37 +3561,37 @@ msgid "Configuration control for the Evolution Calendar."
msgstr " Evolution."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr " iTip/iMip Evolution"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr " Evolution ."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr " Evolution"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr " iTip "
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr " "
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr " "
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr " "
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr " "
@@ -3618,7 +3658,7 @@ msgstr ""
" ."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr ""
@@ -3645,15 +3685,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr " ."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr " GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr " "
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr " "
@@ -3669,7 +3705,7 @@ msgstr " "
msgid "Comment contains"
msgstr " "
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr ""
@@ -3680,7 +3716,7 @@ msgstr "%A %d %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%d %a %b"
@@ -3739,37 +3775,37 @@ msgstr ""
msgid "W"
msgstr ""
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr ""
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr ""
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr " "
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr " "
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr ""
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3780,33 +3816,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr ""
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr ""
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr ""
@@ -3826,7 +3862,7 @@ msgstr " "
msgid "Month View"
msgstr " "
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3837,10 +3873,10 @@ msgid "Folder containing appointments and events"
msgstr " "
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr ""
@@ -3849,59 +3885,59 @@ msgstr ""
msgid "Folder containing to-do items"
msgstr " -"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr " "
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr " "
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr " "
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr ""
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr " "
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr " "
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr " "
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr " "
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr " _"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr " "
@@ -4116,7 +4152,7 @@ msgstr ""
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr ":"
@@ -4145,7 +4181,7 @@ msgstr " "
msgid "hour(s)"
msgstr "()"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "()"
@@ -4323,7 +4359,7 @@ msgid "_Fri"
msgstr "_"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_"
@@ -4468,61 +4504,61 @@ msgstr "("
msgid "Due "
msgstr " "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr " !"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr " !"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr " "
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr " "
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr " ..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr " !"
@@ -4595,13 +4631,13 @@ msgstr ""
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr ""
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr ""
@@ -4725,7 +4761,7 @@ msgid "Member"
msgstr ""
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4954,7 +4990,7 @@ msgstr " :"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr " "
@@ -4981,11 +5017,11 @@ msgstr ""
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr ""
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -5054,13 +5090,13 @@ msgstr "90%"
msgid "100%"
msgstr "10%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr " "
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_"
@@ -5070,30 +5106,30 @@ msgstr "_"
msgid "_Save as..."
msgstr " ..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "_"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr ""
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -5122,8 +5158,8 @@ msgstr "_ "
msgid "_Delete Selected Tasks"
msgstr "_ "
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr " "
@@ -5180,14 +5216,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
@@ -5209,166 +5245,148 @@ msgstr "%02i "
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr ""
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr ""
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr " _"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr " _ "
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr ""
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr " "
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr " _"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_ ..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_ "
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr " /%s"
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr " /%s"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "_ ..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr " _"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr " i_Calendar"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr " _"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr " _"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr " _ "
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
" GNOME Pilot ' "
"."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr " %s."
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
-msgstr " : <b>"
-
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
-msgstr " : <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr " / : <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr " :<b>"
-
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr " : <b>"
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr " : <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
+#: calendar/gui/e-itip-control.c:593
+#, fuzzy
+msgid "<b>Ends:</b> "
msgstr " :<b>"
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr " : <b>"
+#: calendar/gui/e-itip-control.c:606
+#, fuzzy
+msgid "<b>Completed:</b> "
+msgstr " "
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr " : <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr " iCalendar"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr " iCalendar"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr " "
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
@@ -5376,337 +5394,337 @@ msgstr ""
"<br> , "
" ."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i></i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr ""
"\n"
" : "
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "_:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr " "
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr " "
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr ""
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr " :"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
#, fuzzy
msgid "Update"
msgstr ""
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr ""
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr " "
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr ""
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr " "
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr ""
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr " "
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr " "
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "_ "
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
#, fuzzy
msgid "Meeting Reply"
msgstr " "
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr " "
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "/ <b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr " "
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> "
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr " "
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr " "
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr " _ "
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> "
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr " "
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr " "
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr " "
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> "
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "/ <b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr " "
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "/ <b>%s</b> ."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
#, fuzzy
msgid "Free/Busy Reply"
msgstr " "
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr " "
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr " ."
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr " "
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr " "
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
" "
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr " !\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr " \n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr " \n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
" "
" "
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
" "
" \n"
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr " \n"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr " \n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr " "
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr " !\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr " !\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr " "
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr " "
@@ -5752,7 +5770,7 @@ msgstr " "
msgid "Chair Persons"
msgstr " "
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr " "
@@ -5761,56 +5779,57 @@ msgid "Optional Participants"
msgstr " "
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "-"
+#, fuzzy
+msgid "Resources"
+msgstr ""
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr ""
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr ""
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr ""
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr ""
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr " "
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr " "
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "-"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr ""
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr ""
@@ -5821,22 +5840,22 @@ msgstr " "
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %d %B, %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -5900,8 +5919,8 @@ msgstr " _ :"
msgid "Meeting _end time:"
msgstr " _ :"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr " %s"
@@ -5916,7 +5935,7 @@ msgstr " `%s'"
msgid "The method required to load `%s' is not supported"
msgstr " '%s' "
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr " `%s'"
@@ -5936,26 +5955,42 @@ msgstr " "
msgid "Expunging"
msgstr " "
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr " _..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr " `%s'"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr " '%s' "
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr " %s"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr " %s"
@@ -6016,49 +6051,49 @@ msgstr ""
msgid "September"
msgstr ""
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr " "
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr " ."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr " "
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr " "
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr " "
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr " "
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr " "
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr ""
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr " "
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr " ."
@@ -6295,7 +6330,7 @@ msgid "Print Calendar"
msgstr " "
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr " "
@@ -6319,7 +6354,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr " URI "
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
#, fuzzy
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
@@ -6332,12 +6367,12 @@ msgstr ""
"\n"
" ;"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr " ."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr " "
@@ -8269,7 +8304,7 @@ msgstr " "
msgid "Copying messages"
msgstr " %s"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8277,48 +8312,48 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr " : %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr " ."
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr ""
" : "
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8326,18 +8361,24 @@ msgid ""
"%.*s"
msgstr " %d"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr " %d"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr " ."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr " ."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr ""
@@ -8583,7 +8624,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr " "
@@ -8708,7 +8749,7 @@ msgstr " "
msgid "No provider available for protocol `%s'"
msgstr " `%s'"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8754,12 +8795,12 @@ msgstr " ."
msgid "Failed to verify certificates."
msgstr " ."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr ""
" : "
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr ""
" : "
@@ -8982,77 +9023,105 @@ msgid "Cannot rename folder: %s: No such folder"
msgstr ""
" %s: "
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr " "
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr " : %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr " IMAP: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr " IMAP : %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr " ."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr " %s"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr " IMAP: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr " %s: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr " %s"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr " ."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr " "
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr " ."
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+" : %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr " "
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr " "
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr " "
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr " "
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr ""
@@ -9077,7 +9146,7 @@ msgstr " "
msgid "Check for new messages in all folders"
msgstr " "
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr ""
@@ -9108,7 +9177,7 @@ msgstr " IMAP."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr " "
@@ -9118,78 +9187,78 @@ msgstr ""
" IMAP "
" ."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr " SMTP %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s %s %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr " "
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr " %s ( %d) : %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
" POP.\n"
" : %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr " "
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr " ."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr " "
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
" IMAP %s %s"
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr " %s"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%s IMAP %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr " ."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9200,19 +9269,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr " %s"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr " ."
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr " : %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -9351,27 +9425,6 @@ msgstr " Maildir"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr " maildir: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-" : %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr " "
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9461,18 +9514,18 @@ msgstr " %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr " mailbox: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr " "
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr " mbox: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9481,11 +9534,11 @@ msgstr ""
" : %s %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr " ."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr " : mailbox;"
@@ -9590,12 +9643,13 @@ msgstr " : %s"
msgid "Could not store folder: %s"
msgstr " : %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr " mailbox: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr " mailbox : %s: %s"
@@ -9807,7 +9861,7 @@ msgstr " "
msgid "Delete after %s day(s)"
msgstr " %s ()"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9899,7 +9953,7 @@ msgid "No such folder `%s'."
msgstr " `%s'."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9957,7 +10011,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr " sendmail"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -10077,41 +10131,41 @@ msgstr " "
msgid "Welcome response error"
msgstr " RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
" POP.\n"
" : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr " "
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr " : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr " RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr ""
" SMTP %s %s "
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%s SMTP %s@%s"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -10122,94 +10176,94 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr " SMTP %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr " %s"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr ""
" : "
"."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr " "
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr ""
" : ."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr ""
" : ."
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr " SMTP"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr " RSET : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr " RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr " SMTP"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr " SASL."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr " : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr " ."
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr " .\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr " MAIL FROM : %s: "
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr " MAIL FROM: %s: "
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr " RCPT TO : %s: "
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr " DATA : %s: "
@@ -10217,40 +10271,40 @@ msgstr " DATA : %s: "
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr " RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
" DATA: : %s: "
""
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr " "
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr " RSET : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr " RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr " : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr " RSET: %s"
@@ -10324,7 +10378,7 @@ msgstr " MIME:"
msgid "Suggest automatic display of attachment"
msgstr " "
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr " "
@@ -10335,45 +10389,45 @@ msgstr " "
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr " :"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr ":"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr ":"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr ":"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr " "
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr ":"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr " "
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr " :"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10384,11 +10438,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "_:"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr " "
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10408,34 +10467,34 @@ msgstr ""
" %s:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr " , ;"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr " : %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr " : %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr " : %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr " "
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10444,14 +10503,14 @@ msgstr ""
" : %s\n"
"%s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10460,7 +10519,7 @@ msgstr ""
" : %s\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10469,49 +10528,28 @@ msgstr ""
" .\n"
" ;"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-" .\n"
-"\n"
-" ;"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr ": "
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr " "
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr " "
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (' )"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr " "
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10519,7 +10557,7 @@ msgstr ""
" :\n"
" ."
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10527,7 +10565,7 @@ msgstr ""
" :\n"
" HTML."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10593,7 +10631,7 @@ msgstr " "
msgid "Subject does not contain"
msgstr " "
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10622,92 +10660,92 @@ msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%d/%m/%Y %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr ""
@@ -10819,33 +10857,33 @@ msgid ""
"%s"
msgstr ""
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr ""
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr ""
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
#, fuzzy
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr ""
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr ""
@@ -11115,7 +11153,7 @@ msgstr " "
msgid "is not Flagged"
msgstr ""
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr "_"
@@ -11182,7 +11220,7 @@ msgstr " "
msgid "Score"
msgstr ""
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr ""
@@ -11219,7 +11257,7 @@ msgstr " "
msgid "Stop Processing"
msgstr " "
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr ""
@@ -11286,7 +11324,7 @@ msgstr " %s"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr ""
@@ -11352,7 +11390,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr " Evolution Netscape"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr ""
@@ -11428,67 +11466,71 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr " Evolution."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr " Evolution."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr ""
+" "
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr " Evolution ."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr " Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr " ."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr " Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr " Evolution ."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr " Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr " ."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "_ "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr " "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr " "
@@ -11513,7 +11555,7 @@ msgstr "..."
msgid "Change this folder's properties"
msgstr " "
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11521,261 +11563,261 @@ msgstr ""
" "
", ."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr " "
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr ": "
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr " "
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_ "
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr " "
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr " "
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr " "
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr " "
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr ""
" Evolution."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
" "
"Evolution."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr ""
" "
"Evolution."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr " ..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr " "
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr " \"%s\""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr ""
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr " : %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d "
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d "
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d "
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d "
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d "
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d "
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr " "
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr " _"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr " _"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr " "
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr " _"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr " "
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr " "
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr " "
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr " "
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "_ ..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "_ "
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr " _"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr " _"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr ""
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr ""
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr " _ "
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr " _ "
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr " _ "
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr " _ "
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_ "
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "_ ..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr " ..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr " "
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr " "
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr " "
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr " "
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr " (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr " (%s)"
@@ -11849,20 +11891,20 @@ msgstr " ."
msgid "Evolution Account Editor"
msgstr " Evolution"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr ""
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "_ :"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr " ."
@@ -11891,7 +11933,7 @@ msgid "Enable"
msgstr ""
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr ""
@@ -11945,7 +11987,7 @@ msgstr ""
" '%s'\n"
" ."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11957,7 +11999,7 @@ msgstr ""
" \n"
" ;"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11965,7 +12007,7 @@ msgstr ""
" \n"
" "
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11974,7 +12016,7 @@ msgstr ""
" "
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11982,11 +12024,11 @@ msgstr ""
" HTML, "
" HTML:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr " ;"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11994,7 +12036,7 @@ msgstr ""
" .\n"
" ;"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -12003,12 +12045,12 @@ msgstr ""
", "
"(Bcc)."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr ""
" Bcc)."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -12018,11 +12060,11 @@ msgstr ""
" .\n"
" ;"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr " ."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -12031,28 +12073,28 @@ msgstr ""
".\n"
" ' ;"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr " "
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr " %d/%b/%Y, %A %H:%M, / %%s :"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr " () "
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr " () "
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr " %d ;"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -12060,7 +12102,7 @@ msgstr ""
" \n"
" ."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -12068,39 +12110,39 @@ msgstr ""
" \n"
" ."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr " %d ;"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr " "
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr " ;"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr " ..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr " ..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr " "
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -12112,7 +12154,7 @@ msgstr ""
"\n"
" ;"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -12121,28 +12163,28 @@ msgstr ""
" :\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr ""
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr " %d %d"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr " "
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr " US-Letter"
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr " "
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -12164,7 +12206,7 @@ msgstr " "
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr " "
@@ -12237,20 +12279,20 @@ msgstr ""
" ."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr " Evolution"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr ""
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr " "
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr " ..."
@@ -12430,319 +12472,323 @@ msgstr " ..."
msgid "Do not quote original message"
msgstr " "
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr ""
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr " _:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "_"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr ""
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr " Email "
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr " Email:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr " _ "
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr " "
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr " "
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr ""
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr " "
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr " ..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "_ "
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr ""
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr " "
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr " "
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr " _"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr " "
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr " Mailbox"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr " "
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "_ "
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr ""
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr " "
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr " "
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "_:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
#, fuzzy
msgid "PGP/GPG _Key ID:"
msgstr "PGP _Key ID:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr " "
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr ""
" "
" _ (Bcc)"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
#, fuzzy
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr " "
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr ""
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr " "
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr " "
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr "_ "
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr " :"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr " "
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr " "
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr " "
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr " "
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "' "
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr ""
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr " MIME"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr " PGP"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr " "
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr " _ :"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr " "
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr " _ "
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr " "
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr " _: "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr ""
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr " "
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr " "
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr " :"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr ""
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr ""
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12752,200 +12798,200 @@ msgstr ""
"\n"
" \"\" . "
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr ""
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_ HTML:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr " _ "
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr " _ "
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr " _: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr " _: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr "_ "
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "_ "
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr "_ :"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr " "
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "_ HTML:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "' "
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr ""
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr " "
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "_ :"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr " HTML"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr ""
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "_ "
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr " _' "
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "_ "
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "_ "
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr " _PGP:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr " HTML "
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr " _ "
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr " "
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr " "
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "_"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr " "
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr " "
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_ HTML:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr " (SSL)"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr ""
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " "
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr ""
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -13014,129 +13060,134 @@ msgstr " _"
msgid "Loading message content"
msgstr " "
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr " :"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%b %d %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr " "
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr " "
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr ""
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr " ..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr " %s"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr " %s "
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr " MIME. ."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr ""
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr " "
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr ""
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr " "
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr ""
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr ":"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr " "
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr ""
"\n"
" : "
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
" . "
" ."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr " PGP."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
" ."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
" "
"."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr " FTP (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr " (%s) \"%s\""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr " (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr " (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr " ( \"%s\")"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr " ."
@@ -13262,59 +13313,59 @@ msgstr " %s"
msgid "Copying messages to %s"
msgstr " %s"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr " \"%s\""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr " "
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr " %s"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr " %s"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr " %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr " '%s'"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr " "
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr " "
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr " %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr " %d ()"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr " %d ()"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13323,7 +13374,7 @@ msgstr ""
" : %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13332,11 +13383,11 @@ msgstr ""
" %s:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr " "
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13345,22 +13396,22 @@ msgstr ""
" : %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr " :%s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr " %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr " %s"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_"
@@ -13431,26 +13482,26 @@ msgstr "..."
msgid "Waiting..."
msgstr "..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr " ."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "_ "
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
#, fuzzy
msgid "_Remember this password for the remainder of this session"
msgstr ""
" "
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr " %s"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr " "
@@ -13473,41 +13524,24 @@ msgstr ""
"\n"
" ;"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr ":"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr " "
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr " HTML:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr " - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr " "
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr " "
@@ -13564,67 +13598,67 @@ msgstr "( )"
msgid "%s - Message"
msgstr "%s - "
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr ""
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr ""
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr ""
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr ""
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr " "
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr ""
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr ""
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr ""
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr ""
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr " %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr " %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%l:%M %p %a"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%d %b %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr " "
@@ -13703,68 +13737,94 @@ msgstr ""
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr " %s \"%s\""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr " \"%s\""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr " \"%s\""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr " \"%s\""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr ""
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr " ..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr " "
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr " ."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr " _ "
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr " "
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr " "
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr ""
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr ""
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr " "
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr " :"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr " "
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr " _ : "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr " "
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr " "
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr " "
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "_ "
@@ -13775,28 +13835,29 @@ msgstr " Evolution"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr " Evolution"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr " Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr " Evolution"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr " ."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr " "
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
#, fuzzy
msgid "Aarhus"
@@ -24703,23 +24764,23 @@ msgstr "/"
msgid "Folder containing the Evolution Summary"
msgstr " Evolution"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr ""
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr " "
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr "%k:%M %d %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l:%M %d %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
msgid "No description"
msgstr " "
@@ -24781,11 +24842,11 @@ msgstr "_"
msgid "Shown"
msgstr ""
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr " "
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "( )"
@@ -24818,7 +24879,7 @@ msgstr " "
msgid "Printing of Summary failed"
msgstr " "
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr ""
" Bonobo.\n"
@@ -26101,18 +26162,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr " Evolution."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr " "
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr " Evolution."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr " "
@@ -26139,7 +26200,7 @@ msgstr " "
msgid "Drafts"
msgstr ""
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr ""
@@ -26583,27 +26644,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution "
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr " %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr " %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr " %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr " : %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -26689,31 +26750,31 @@ msgstr " _ "
msgid "Work Offline"
msgstr " "
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "( )"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "()"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
" Ximian Evolution . "
" ."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr " Ximian Evolution ."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -26737,7 +26798,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr " -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -26748,19 +26809,19 @@ msgstr ""
" . Evolution \n"
" ."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr " "
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr " OAF"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr " "
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr " "
@@ -26964,7 +27025,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%d%% )"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "< >"
@@ -27005,63 +27066,63 @@ msgstr ""
" :\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr " CORBA"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr " "
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr " "
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr " "
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr " "
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr " "
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr " "
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr " "
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr " "
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr ""
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr " URI"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr " "
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr " "
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr " "
@@ -27121,29 +27182,21 @@ msgid "Specify where to create the folder:"
msgstr " :"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr " _ .."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr " :"
+msgid "_Account:"
+msgstr ""
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr " _:"
+msgid "_Folder Name:"
+msgstr " :"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "_ :"
@@ -27247,15 +27300,15 @@ msgid "Evolution can import data from the following files:"
msgstr ""
" Evolution :"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr " Evolution ..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -27265,7 +27318,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -27275,55 +27328,59 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr " "
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr " Ximian Evolution."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr ""
" Ximian Evolution: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr " "
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr " "
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr " "
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
" ."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr " Bonobo"
@@ -27536,14 +27593,6 @@ msgstr " "
msgid "Week"
msgstr ""
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr ""
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr " "
@@ -28492,10 +28541,6 @@ msgstr " "
msgid "F_older"
msgstr "_"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr " "
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr " "
@@ -29059,21 +29104,21 @@ msgstr ""
msgid "Don't show this message again."
msgstr " "
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr " "
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr ""
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr ""
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr " "
@@ -29099,6 +29144,81 @@ msgstr "init_corba(): GNOME"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): Bonobo"
+#~ msgid "Error in search expression."
+#~ msgstr " ."
+
+#~ msgid "Restarting search."
+#~ msgstr " ."
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr " : %s"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "Email 2"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr " "
+
+#~ msgid "Meeting begins: <b>"
+#~ msgstr " : <b>"
+
+#~ msgid "Task begins: <b>"
+#~ msgstr " : <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr " / : <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr " :<b>"
+
+#~ msgid "Meeting ends: <b>"
+#~ msgstr " : <b>"
+
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr " : <b>"
+
+#~ msgid "Task Completed: <b>"
+#~ msgstr " : <b>"
+
+#~ msgid "Task Due: <b>"
+#~ msgstr " : <b>"
+
+#~ msgid "Non-Participants"
+#~ msgstr "-"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ " .\n"
+#~ "\n"
+#~ " ;"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (' )"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr " HTML:"
+
+#~ msgid " _Refresh List "
+#~ msgstr " _ "
+
+#~ msgid "Show _folders from server: "
+#~ msgstr " _ : "
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr " _:"
+
#~ msgid "Welcome response error: %s: possibly non-fatal"
#~ msgstr " :%s: -"
@@ -29671,9 +29791,6 @@ msgstr "init_bonobo(): Bonobo"
#~ "\n"
#~ " : "
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr " LDAP..."
-
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr " LDAP..."
@@ -29879,10 +29996,6 @@ msgstr "init_bonobo(): Bonobo"
#~ "Evolution."
#, fuzzy
-#~ msgid "Select a service"
-#~ msgstr " "
-
-#, fuzzy
#~ msgid "Send an email to %s"
#~ msgstr " e-mail"
@@ -30083,11 +30196,6 @@ msgstr "init_bonobo(): Bonobo"
#~ msgid "_Task..."
#~ msgstr "_..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr ""
-#~ " "
-#~ ""
-
#~ msgid "_Mail Settings..."
#~ msgstr "_ ..."
diff --git a/po/en_AU.po b/po/en_AU.po
index f1c55d076e..7f741c4961 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 0.6\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2000-10-22 16:19+0100\n"
"Last-Translator: Michael Zucchi <notzed@ximian.com>\n"
"Language-Team: \n"
@@ -30,22 +30,22 @@ msgid "Imports VCard files into Evolution."
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr ""
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr ""
@@ -55,16 +55,16 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr ""
@@ -74,12 +74,12 @@ msgid "Bus"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr ""
@@ -90,13 +90,13 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organisation"
@@ -106,19 +106,19 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr ""
@@ -127,13 +127,13 @@ msgid "Bus Fax"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr ""
@@ -142,68 +142,68 @@ msgid "Bus 2"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr ""
@@ -212,7 +212,7 @@ msgid "Url"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr ""
@@ -221,7 +221,7 @@ msgid "Dep"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr ""
@@ -230,12 +230,12 @@ msgid "Off"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr ""
@@ -244,7 +244,7 @@ msgid "Prof"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr ""
@@ -257,7 +257,7 @@ msgid "Ass"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr ""
@@ -266,12 +266,12 @@ msgid "Nick"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr ""
@@ -284,7 +284,7 @@ msgid "CALUri"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr ""
@@ -335,7 +335,7 @@ msgstr ""
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -343,7 +343,7 @@ msgid "Could not initialize Bonobo"
msgstr "Could not initialise Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr ""
@@ -351,39 +351,31 @@ msgstr ""
msgid "Loading..."
msgstr ""
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+msgid "Reconnecting to LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr ""
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
msgid "Error performing search"
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-msgid "Could not parse query string"
-msgstr ""
-
#: addressbook/conduit/address-conduit.c:293
msgid "Default Sync Address:"
msgstr ""
@@ -430,47 +422,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
-msgid "Control that displays an Evolution addressbook minicard."
+msgid "Configure access to LDAP directory servers here"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
-msgid "Directory Servers"
+msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
-msgid "Evolution Addressbook minicard viewer"
+msgid "Directory Servers"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
-msgid "Evolution component for handling contacts."
+msgid "Evolution Addressbook minicard viewer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
-msgid "Factory for the Addressbook Minicard control"
+msgid "Evolution component for handling contacts."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
-msgid "Factory for the Addressbook's address displayer"
+msgid "Factory for the Addressbook Minicard control"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
-msgid "Factory for the Addressbook's address popup"
+msgid "Factory for the Addressbook's address displayer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
-msgid "Factory for the configuration controls for the Evolution Addressbook."
+msgid "Factory for the Addressbook's address popup"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
-msgid "Factory for the sample Addressbook control"
+msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
+msgid "Factory for the sample Addressbook control"
msgstr ""
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -490,27 +482,27 @@ msgstr ""
msgid "LDAP server containing contact information"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
msgid "Create a new contact"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
msgid "Create a new contact list"
msgstr ""
@@ -530,24 +522,24 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
msgid "This server does not support LDAPv3 schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
msgid "Error retrieving schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
msgid "Server did not respond with valid schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr ""
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "Could not initialise gnome-vfs"
@@ -556,18 +548,24 @@ msgstr "Could not initialise gnome-vfs"
msgid "Other Contacts"
msgstr "_Other Organiser"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr ""
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:487
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -575,48 +573,77 @@ msgid ""
"retrieving OpenLDAP from the link below.\n"
msgstr ""
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr ""
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
msgid "Name begins with"
msgstr ""
-#: addressbook/gui/component/addressbook.c:729
-msgid "Email is"
+#: addressbook/gui/component/addressbook.c:742
+msgid "Email begins with"
msgstr ""
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr ""
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr ""
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr ""
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr ""
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr ""
@@ -631,7 +658,7 @@ msgstr ""
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr ""
@@ -682,47 +709,47 @@ msgid " S_how Supported Bases "
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:2
-msgid "1234"
+msgid "&lt;&lt; Fewer Options"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:3
-msgid "1:00"
+msgid "&lt;- _Remove"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:4
-msgid "2:30"
+msgid "1234"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:5
-msgid "3268"
+msgid "1:00"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:6
-msgid "380"
+msgid "2:30"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:7
-msgid "389"
+msgid "3268"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:8
-msgid "5:00"
+msgid "380"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:9
-msgid "636"
+msgid "389"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:10
-msgid "666"
+msgid "5:00"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:11
-msgid "<- _Remove"
+msgid "636"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:12
-msgid "<< Fewer Options"
+msgid "666"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:13
@@ -818,7 +845,7 @@ msgid "Mappings"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
msgid "Never"
msgstr ""
@@ -868,8 +895,8 @@ msgstr ""
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr ""
@@ -1051,7 +1078,7 @@ msgid "Using email address"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1059,12 +1086,12 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:105
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1100,7 +1127,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1134,7 +1161,7 @@ msgid "_Log in method:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1207,7 +1234,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1239,11 +1266,11 @@ msgstr ""
msgid "Unnamed Contact"
msgstr ""
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr ""
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
msgid "Find contact in"
msgstr ""
@@ -1305,7 +1332,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr ""
@@ -1372,9 +1399,9 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2436,23 +2463,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr ""
@@ -2466,7 +2493,7 @@ msgid "Edit Full"
msgstr ""
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr ""
@@ -2616,11 +2643,11 @@ msgid "contact-list-editor"
msgstr ""
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr ""
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr ""
@@ -2675,20 +2702,20 @@ msgstr ""
msgid "Search"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
msgid "Error getting book view"
msgstr ""
@@ -2699,15 +2726,15 @@ msgid "Error modifying card"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr ""
@@ -2716,7 +2743,7 @@ msgid "Repository offline"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr ""
@@ -2733,7 +2760,7 @@ msgid "Protocol not supported"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2785,7 +2812,7 @@ msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr ""
@@ -2821,151 +2848,151 @@ msgstr ""
msgid "Copy cards to"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
msgid "New Contact..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
msgid "New Contact List..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
msgid "Go to Folder..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
msgid "Import..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
msgid "Search for Contacts..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
msgid "Addressbook Sources..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
msgid "Pilot Settings..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
msgid "Copy to folder..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
msgid "Move to folder..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -2973,8 +3000,8 @@ msgstr ""
msgid "Delete"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
msgid "Current View"
msgstr ""
@@ -2982,7 +3009,7 @@ msgstr ""
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
@@ -2990,10 +3017,18 @@ msgstr ""
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3110,7 +3145,7 @@ msgid "Include:"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr ""
@@ -3130,12 +3165,12 @@ msgstr ""
msgid "Number of columns:"
msgstr ""
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr ""
@@ -3158,7 +3193,7 @@ msgstr ""
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr ""
@@ -3214,26 +3249,26 @@ msgstr ""
msgid "_Font..."
msgstr ""
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr ""
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr ""
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr ""
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr ""
@@ -3280,36 +3315,36 @@ msgid "Configuration control for the Evolution Calendar."
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
-msgid "Evolution calendar iTip/iMip viewer"
+msgid "Configure your timezone, Calendar and Task List here "
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
-msgid "Evolution component for handling the calendar."
+msgid "Evolution calendar iTip/iMip viewer"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+msgid "Evolution component for handling the calendar."
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
#, fuzzy
msgid "Factory for the Evolution Tasks control"
msgstr "Cannot initialise Evolution's mail component."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
-msgid "Factory for the calendar iTip view control"
-msgstr ""
-
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
-msgid "Factory for the sample Calendar control"
+msgid "Factory for the calendar iTip view control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
-msgid "Factory to centralize calendar component editor dialogs"
+msgid "Factory for the sample Calendar control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
-msgid "Factory to create a component editor factory"
+msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
+msgid "Factory to create a component editor factory"
msgstr ""
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
@@ -3372,7 +3407,7 @@ msgid ""
msgstr ""
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr ""
@@ -3392,15 +3427,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr ""
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Could not initialise GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr ""
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr ""
@@ -3416,7 +3447,7 @@ msgstr ""
msgid "Comment contains"
msgstr ""
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr ""
@@ -3427,7 +3458,7 @@ msgstr ""
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr ""
@@ -3484,37 +3515,37 @@ msgstr ""
msgid "W"
msgstr ""
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr ""
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr ""
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr ""
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr ""
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr ""
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3522,33 +3553,33 @@ msgid ""
msgstr ""
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr ""
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr ""
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr ""
@@ -3568,7 +3599,7 @@ msgstr ""
msgid "Month View"
msgstr ""
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3579,10 +3610,10 @@ msgid "Folder containing appointments and events"
msgstr ""
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr ""
@@ -3591,51 +3622,51 @@ msgstr ""
msgid "Folder containing to-do items"
msgstr ""
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr ""
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr ""
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr ""
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr ""
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
msgid "Create a new meeting request"
msgstr ""
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr ""
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr ""
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr ""
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "New All Day Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "All _Day Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
msgid "Create a new all-day appointment"
msgstr ""
@@ -3845,7 +3876,7 @@ msgstr ""
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr ""
@@ -3874,7 +3905,7 @@ msgstr ""
msgid "hour(s)"
msgstr ""
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr ""
@@ -4048,7 +4079,7 @@ msgid "_Fri"
msgstr ""
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr ""
@@ -4182,61 +4213,61 @@ msgstr ""
msgid "Due "
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Could not initialise Bonobo"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Could not initialise Bonobo"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr ""
@@ -4308,13 +4339,13 @@ msgstr ""
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr ""
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr ""
@@ -4435,7 +4466,7 @@ msgid "Member"
msgstr ""
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr ""
@@ -4649,7 +4680,7 @@ msgstr ""
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr ""
@@ -4676,11 +4707,11 @@ msgstr ""
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr ""
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4749,13 +4780,13 @@ msgstr ""
msgid "100%"
msgstr ""
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr ""
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr ""
@@ -4764,30 +4795,30 @@ msgstr ""
msgid "_Save as..."
msgstr ""
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr ""
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr ""
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr ""
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4813,8 +4844,8 @@ msgstr ""
msgid "_Delete Selected Tasks"
msgstr ""
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -4871,14 +4902,14 @@ msgid "URL"
msgstr ""
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
@@ -4897,480 +4928,460 @@ msgstr ""
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr ""
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr ""
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr ""
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr ""
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr ""
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr ""
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
msgid "New Meeting"
msgstr ""
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr ""
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr ""
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr ""
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr ""
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr ""
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
msgid "_Configure..."
msgstr ""
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
msgid "_Configure Pilot..."
msgstr ""
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr ""
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
msgid "_Schedule Meeting..."
msgstr ""
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
msgid "_Forward as iCalendar..."
msgstr ""
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr ""
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr ""
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr ""
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr ""
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
msgstr ""
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
+#: calendar/gui/e-itip-control.c:593
+msgid "<b>Ends:</b> "
msgstr ""
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
+#: calendar/gui/e-itip-control.c:606
+msgid "<b>Completed:</b> "
msgstr ""
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
msgstr ""
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr ""
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr ""
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr ""
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr ""
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "Organisation"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
msgid "Status:"
msgstr ""
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
msgid "Tentatively Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr ""
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr ""
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr ""
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr ""
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr ""
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr ""
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr ""
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr ""
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr ""
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr ""
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr ""
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr ""
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr ""
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr ""
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr ""
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr ""
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr ""
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr ""
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr ""
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr ""
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
msgid "The message does not appear to be properly formed"
msgstr ""
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr ""
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
msgid "Object could not be found\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr ""
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
msgid "Select Calendar Folder"
msgstr ""
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
msgid "Select Tasks Folder"
msgstr ""
@@ -5415,7 +5426,7 @@ msgstr ""
msgid "Chair Persons"
msgstr ""
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr ""
@@ -5424,56 +5435,56 @@ msgid "Optional Participants"
msgstr ""
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
+msgid "Resources"
msgstr ""
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr ""
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr ""
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr ""
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr ""
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr ""
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr ""
@@ -5484,22 +5495,22 @@ msgstr ""
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr ""
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -5563,8 +5574,8 @@ msgstr ""
msgid "Meeting _end time:"
msgstr ""
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr ""
@@ -5579,7 +5590,7 @@ msgstr ""
msgid "The method required to load `%s' is not supported"
msgstr ""
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Could not close temporary folder: %s"
@@ -5596,26 +5607,42 @@ msgstr ""
msgid "Expunging"
msgstr ""
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr ""
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr ""
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr ""
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr ""
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Synchronising folder"
@@ -5676,47 +5703,47 @@ msgstr ""
msgid "September"
msgstr ""
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr ""
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr ""
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr ""
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr ""
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr ""
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr ""
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr ""
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
msgid "Updated"
msgstr ""
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
msgid "Refresh"
msgstr ""
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -5952,7 +5979,7 @@ msgid "Print Calendar"
msgstr ""
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr ""
@@ -5974,7 +6001,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr ""
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -5982,12 +6009,12 @@ msgid ""
"Really erase these tasks?"
msgstr ""
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr ""
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
msgid "Print Tasks"
msgstr ""
@@ -7879,7 +7906,7 @@ msgstr ""
msgid "Copying messages"
msgstr "Can not open message"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -7887,46 +7914,46 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr ""
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr ""
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
msgid "No data provided"
msgstr ""
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "Can not encrypt this message: no recipients specified"
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -7934,17 +7961,23 @@ msgid ""
"%.*s"
msgstr ""
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr ""
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Could not close temporary folder: %s"
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
msgid "Failed to execute gpg."
msgstr ""
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "Can not verify this message: could not create temporary file: %s"
@@ -8172,7 +8205,7 @@ msgid ""
msgstr ""
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr ""
@@ -8287,7 +8320,7 @@ msgstr ""
msgid "No provider available for protocol `%s'"
msgstr ""
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8331,11 +8364,11 @@ msgstr ""
msgid "Failed to verify certificates."
msgstr ""
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr "Can not get folder: Invalid operation on this store"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr "Can not create folder: Invalid operation on this store"
@@ -8536,77 +8569,107 @@ msgstr "Can not rename folder: %s: Invalid operation"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Can not rename folder: %s: No such folder"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr ""
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr ""
+"Can not get message: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Can not get message: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr ""
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr ""
@@ -8631,7 +8694,7 @@ msgstr ""
msgid "Check for new messages in all folders"
msgstr ""
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr ""
@@ -8661,7 +8724,7 @@ msgstr ""
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr ""
@@ -8669,73 +8732,73 @@ msgstr ""
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, c-format
msgid "IMAP server %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, c-format
msgid "IMAP service for %s on %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr "Could not close temporary folder: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
msgid "SSL/TLS extension not supported."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
msgid "SSL negotiations failed"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, c-format
msgid "The folder %s no longer exists"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -8743,19 +8806,24 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Can not get folder: %s: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -8893,27 +8961,6 @@ msgstr ""
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Can not append message to maildir folder: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Can not get message: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr ""
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -8997,18 +9044,18 @@ msgstr "Can not create folder lock on %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Can not open mailbox: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "Can not append message to mbox file: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9017,11 +9064,11 @@ msgstr ""
"Can not get message: %s from folder %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr ""
@@ -9120,12 +9167,13 @@ msgstr ""
msgid "Could not store folder: %s"
msgstr "Could not close temporary folder: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Error writing to temporary mailbox: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Writing to temporary mailbox failed: %s: %s"
@@ -9330,7 +9378,7 @@ msgstr ""
msgid "Delete after %s day(s)"
msgstr ""
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr ""
@@ -9410,7 +9458,7 @@ msgid "No such folder `%s'."
msgstr ""
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr ""
@@ -9462,7 +9510,7 @@ msgstr ""
msgid "Mail delivery via the sendmail program"
msgstr ""
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr ""
@@ -9574,36 +9622,36 @@ msgstr ""
msgid "Welcome response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
msgid "server does not appear to support SSL"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, c-format
msgid "STARTTLS request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
msgid "STARTTLS response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9611,88 +9659,88 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "Can not encrypt this message: no recipients specified"
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, c-format
msgid "HELO request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
msgid "HELO response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr ""
@@ -9700,35 +9748,35 @@ msgstr ""
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, c-format
msgid "QUIT request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr ""
@@ -9801,7 +9849,7 @@ msgstr ""
msgid "Suggest automatic display of attachment"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr ""
@@ -9812,45 +9860,45 @@ msgstr ""
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr ""
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr ""
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -9859,10 +9907,14 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
msgid "Post To:"
msgstr ""
+#: composer/e-msg-composer-hdrs.c:431
+msgid "Posting destination"
+msgstr ""
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -9880,110 +9932,93 @@ msgid ""
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr ""
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr ""
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr ""
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
" %s"
msgstr ""
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
msgstr ""
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr ""
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr ""
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
msgid "Signature:"
msgstr ""
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-msgid "Set as default"
-msgstr ""
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr ""
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
msgstr ""
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10048,7 +10083,7 @@ msgstr ""
msgid "Subject does not contain"
msgstr ""
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10073,92 +10108,92 @@ msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr ""
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr ""
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr ""
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr ""
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr ""
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr ""
@@ -10266,30 +10301,30 @@ msgid ""
"%s"
msgstr ""
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr ""
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
msgid "Work"
msgstr ""
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
msgid "To Do"
msgstr ""
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
msgid "Later"
msgstr ""
@@ -10540,7 +10575,7 @@ msgstr ""
msgid "is not Flagged"
msgstr ""
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr ""
@@ -10601,7 +10636,7 @@ msgstr ""
msgid "Score"
msgstr ""
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr ""
@@ -10637,7 +10672,7 @@ msgstr ""
msgid "Stop Processing"
msgstr ""
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr ""
@@ -10703,7 +10738,7 @@ msgstr ""
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr ""
@@ -10765,7 +10800,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr ""
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr ""
@@ -10834,63 +10869,64 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
-msgid "Evolution component for handling mail."
+msgid ""
+"Configure mail preferences, including security and message display, here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:7
-msgid "Evolution mail composer."
+msgid "Configure spell-checking, signatures, and the message composer here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:8
-msgid "Evolution mail executive summary component."
+msgid "Configure the fonts used by Evolution here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:9
-msgid "Evolution mail folder display component."
+msgid "Configure your email accounts here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:10
-msgid "Evolution mail folder factory component."
+msgid "Evolution component for handling mail."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:11
-msgid "Factory for the Evolution composer."
+msgid "Evolution mail composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:12
-msgid "Factory for the Mail Summary component."
+msgid "Evolution mail executive summary component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:13
-msgid "Font Preferences"
+msgid "Evolution mail folder display component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:14
-msgid "Mail Accounts"
+msgid "Evolution mail folder factory component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
-msgid "Mail Preferences"
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
+msgid "Factory for the Evolution composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:16
-msgid "Mail configuration interface"
+msgid "Factory for the Mail Summary component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
+msgid "Font Preferences"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
+msgid "Mail Accounts"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
+msgid "Mail Preferences"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
+msgid "Mail configuration interface"
msgstr ""
#: mail/component-factory.c:102
@@ -10917,247 +10953,247 @@ msgstr ""
msgid "Change this folder's properties"
msgstr ""
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr ""
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Can not open message"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr ""
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr ""
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
msgid "Compose a new mail message"
msgstr ""
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
msgid "New Message Post"
msgstr ""
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
msgid "_Post Message"
msgstr ""
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Can not open message"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Cannot initialise Evolution's mail component."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr "Cannot initialise Evolution's mail config component."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr "Cannot initialise Evolution's folder info component."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
msgid "Connecting..."
msgstr ""
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr ""
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr ""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr ""
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr ""
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr ""
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ""
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr ""
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr ""
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr ""
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr ""
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr ""
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
msgid "Create _Virtual Folder From Search..."
msgstr ""
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr ""
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr ""
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr ""
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr ""
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr ""
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr ""
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr ""
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr ""
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr ""
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr ""
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr ""
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr ""
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr ""
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr ""
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
msgid "Fla_g Completed"
msgstr ""
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
msgid "Cl_ear Flag"
msgstr ""
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr ""
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
msgid "Mark as _Unread"
msgstr ""
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr ""
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
msgid "_Mark as Unimportant"
msgstr ""
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
msgid "U_ndelete"
msgstr ""
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
msgid "Mo_ve to Folder..."
msgstr ""
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr ""
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
msgid "Add Sender to Address_book"
msgstr ""
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
msgid "Appl_y Filters"
msgstr ""
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
msgid "Crea_te Rule From Message"
msgstr ""
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
msgid "VFolder on M_ailing List"
msgstr ""
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, c-format
msgid "Filter on _Mailing List (%s)"
msgstr ""
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr ""
@@ -11226,19 +11262,19 @@ msgstr ""
msgid "Evolution Account Editor"
msgstr ""
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr ""
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
msgid "User_name:"
msgstr ""
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr ""
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr ""
@@ -11267,7 +11303,7 @@ msgid "Enable"
msgstr ""
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr ""
@@ -11315,7 +11351,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11323,127 +11359,127 @@ msgid ""
"Would you like to configure it now?"
msgstr ""
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
msgstr ""
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
msgstr ""
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
msgstr ""
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr ""
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
msgstr ""
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr ""
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr ""
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
msgstr ""
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
msgstr ""
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr ""
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr ""
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr ""
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr ""
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
msgid "Go to next folder with unread messages?"
msgstr ""
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11451,35 +11487,35 @@ msgid ""
"Really erase these messages?"
msgstr ""
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
"%s"
msgstr ""
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr ""
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, c-format
msgid "Page %d of %d"
msgstr ""
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr ""
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr ""
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -11499,7 +11535,7 @@ msgstr ""
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
msgid "Unnamed"
msgstr ""
@@ -11548,20 +11584,20 @@ msgid ""
msgstr ""
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr ""
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, c-format
msgid "Account %d"
msgstr ""
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr ""
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr ""
@@ -11718,461 +11754,465 @@ msgstr ""
msgid "Do not quote original message"
msgstr "Can not open message"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr ""
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
msgid "Drafts _folder:"
msgstr ""
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr ""
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
msgid "Emacs"
msgstr ""
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
msgid "Email Accounts"
msgstr ""
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
msgid "Email _address:"
msgstr ""
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
msgid "Empty _trash folders on exit"
msgstr ""
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
msgid "Execute Command..."
msgstr ""
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
msgid "Fi_xed -width:"
msgstr ""
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
msgid "Font Properties"
msgstr ""
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
msgid "Format messages in _HTML"
msgstr ""
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr ""
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
msgid "Highlight _quotations with"
msgstr ""
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr ""
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr ""
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr ""
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr ""
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
msgid "Labels and Colors"
msgstr ""
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
msgid "Loading Images"
msgstr ""
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr ""
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr ""
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
msgid "Message Composer"
msgstr ""
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
msgid "Message Display"
msgstr ""
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
msgid "Microsoft"
msgstr ""
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
msgid "New Mail Notification"
msgstr ""
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr ""
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "Organi_sation:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
msgid "PGP/GPG _Key ID:"
msgstr ""
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Pick a colour"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr ""
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr ""
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
msgid "Printed Fonts"
msgstr ""
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr ""
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "Can not open message"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr ""
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr ""
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
msgid "Re_ply-To:"
msgstr ""
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr ""
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
msgid "Receiving _Options"
msgstr ""
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
msgid "Remember this _password"
msgstr ""
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr ""
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
msgid "Restore Defaults"
msgstr ""
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
msgid "S_ecurity"
msgstr ""
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
msgid "Secure MIME (S/MIME)"
msgstr ""
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
msgid "Select PGP program"
msgstr ""
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr ""
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr ""
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr ""
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr ""
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr ""
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr ""
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
msgid "Shortcuts _type:"
msgstr ""
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
msgid "Signature #1"
msgstr ""
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
msgid "Signature #2"
msgstr ""
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
msgid "Specify _filename:"
msgstr ""
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr ""
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
msgid "V_ariable-width:"
msgstr ""
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
"Click \"Next\" to begin. "
msgstr ""
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
msgid "XEmacs"
msgstr ""
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
msgid "_Add Signature"
msgstr ""
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr ""
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr ""
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
msgid "_Authentication type: "
msgstr ""
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr ""
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
msgid "_Automatically insert smiley images"
msgstr ""
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr ""
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
msgid "_Confirm when expunging a folder"
msgstr ""
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
msgid "_Default signature:"
msgstr ""
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
msgid "_Defaults"
msgstr ""
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
msgid "_Enable"
msgstr ""
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
msgid "_Forward style:"
msgstr ""
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
msgid "_Full name:"
msgstr ""
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
msgid "_HTML Mail"
msgstr ""
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
msgid "_Identity"
msgstr ""
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr ""
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
msgid "_Make this my default account"
msgstr ""
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
msgid "_Mark messages as read after"
msgstr ""
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr ""
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr ""
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr ""
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
msgid "_Prompt when sending messages with an empty subject line"
msgstr ""
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
msgid "_Receiving Mail"
msgstr ""
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
msgid "_Reply style:"
msgstr ""
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
msgid "_Script:"
msgstr ""
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr ""
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
msgid "_Sending Mail"
msgstr ""
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
msgid "_Show animated images"
msgstr ""
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
msgid "_Signatures"
msgstr ""
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
msgid "_Use secure connection (SSL):"
msgstr ""
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
msgid "_Variable-width:"
msgstr ""
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr ""
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr "Colours"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr ""
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12239,120 +12279,125 @@ msgstr ""
msgid "Loading message content"
msgstr ""
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
msgid "Overdue:"
msgstr ""
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%a %d/%m/%Y %I:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr ""
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr ""
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr ""
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr ""
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, c-format
+msgid "Pinging %s"
+msgstr ""
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr ""
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr ""
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr ""
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr ""
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr ""
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr ""
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr ""
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr ""
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
msgid "Mailer"
msgstr ""
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Could not close temporary folder: %s"
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr ""
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr ""
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr ""
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr ""
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -12470,99 +12515,99 @@ msgstr ""
msgid "Copying messages to %s"
msgstr ""
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr ""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr ""
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr ""
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr ""
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr ""
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "Synchronising \"%s\""
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr ""
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr ""
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr ""
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr ""
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr ""
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr ""
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr ""
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr ""
@@ -12633,24 +12678,24 @@ msgstr ""
msgid "Waiting..."
msgstr ""
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr ""
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr ""
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr ""
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr ""
@@ -12670,39 +12715,24 @@ msgid ""
"Do you wish to save your changes?"
msgstr ""
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr ""
-#: mail/mail-signature-editor.c:397
-msgid "Signature hint"
-msgstr ""
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-msgid "Hide signature hint"
-msgstr ""
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr ""
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr ""
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr ""
@@ -12755,67 +12785,67 @@ msgstr ""
msgid "%s - Message"
msgstr ""
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr ""
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr ""
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr ""
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr ""
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr ""
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr ""
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr ""
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr ""
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr ""
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr ""
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr ""
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr ""
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr ""
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr ""
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr ""
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr ""
@@ -12888,68 +12918,91 @@ msgstr ""
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr ""
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Synchronising folders"
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr ""
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr ""
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
+msgid "All folders"
msgstr ""
#: mail/subscribe-dialog.glade.h:2
-msgid "All folders"
-msgstr ""
+#, fuzzy
+msgid "Apri file"
+msgstr "Synchronising folder"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
msgstr ""
#: mail/subscribe-dialog.glade.h:4
-msgid "Folders whose names begin with:"
+msgid "Display Options"
msgstr ""
#: mail/subscribe-dialog.glade.h:5
-msgid "Manage Subscriptions"
+msgid "Folders whose names begin with:"
msgstr ""
#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
+msgid "Manage Subscriptions"
msgstr ""
-#: mail/subscribe-dialog.glade.h:7
-msgid "_Subscribe"
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
msgstr ""
#: mail/subscribe-dialog.glade.h:8
+msgid "S_elect server: "
+msgstr ""
+
+#: mail/subscribe-dialog.glade.h:9
+msgid "Salve file"
+msgstr ""
+
+#: mail/subscribe-dialog.glade.h:10
+msgid "_Subscribe"
+msgstr ""
+
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr ""
@@ -12958,26 +13011,26 @@ msgid "Configuration control for the Evolution Summary."
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr ""
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
#, fuzzy
msgid "Evolution Summary component."
msgstr "Cannot initialise Evolution's mail component."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Cannot initialise Evolution's mail component."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Cannot initialise Evolution's mail component."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
-msgid "Summary Preferences"
-msgstr ""
-
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
+msgid "Summary Preferences"
msgstr ""
#: my-evolution/Locations.h:1
@@ -22796,23 +22849,23 @@ msgstr ""
msgid "Folder containing the Evolution Summary"
msgstr ""
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr ""
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr ""
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr ""
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr ""
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
msgid "No description"
msgstr ""
@@ -22872,11 +22925,11 @@ msgstr ""
msgid "Shown"
msgstr ""
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr ""
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr ""
@@ -22908,7 +22961,7 @@ msgstr ""
msgid "Printing of Summary failed"
msgstr ""
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "Could not initialise Bonobo.\n"
@@ -24185,15 +24238,15 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Cannot initialise Evolution's mail component."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
-msgid "Folder Settings"
+msgid "Configure special folders and offline folder behavior here"
msgstr ""
#: shell/GNOME_Evolution_Shell.oaf.in.h:3
-msgid "The Evolution shell."
+msgid "Folder Settings"
msgstr ""
#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
+msgid "The Evolution shell."
msgstr ""
#: shell/e-activity-handler.c:162
@@ -24219,7 +24272,7 @@ msgstr ""
msgid "Drafts"
msgstr ""
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr ""
@@ -24597,27 +24650,27 @@ msgstr "Synchronising folder"
msgid "Evolution Settings"
msgstr ""
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Synchronising folder"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Synchronising folders"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, c-format
msgid "in \"%s\" ..."
msgstr ""
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Could not close temporary folder: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -24696,29 +24749,29 @@ msgstr ""
msgid "Work Offline"
msgstr ""
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr ""
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr ""
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr ""
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr ""
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -24736,7 +24789,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr ""
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -24744,19 +24797,19 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr ""
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr ""
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr ""
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr ""
@@ -24954,7 +25007,7 @@ msgstr ""
msgid "%s (%d%% complete)"
msgstr ""
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr ""
@@ -24984,63 +25037,63 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr ""
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr ""
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr ""
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr ""
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr ""
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr ""
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr ""
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr ""
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr ""
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr ""
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr ""
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr ""
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -25094,26 +25147,18 @@ msgid "Specify where to create the folder:"
msgstr ""
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
+msgid "Open Other User's Folder"
msgstr ""
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
+msgid "_Account:"
msgstr ""
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
-msgid "Open Other User's Folder"
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
msgid "_Folder Name:"
msgstr ""
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
-msgid "_Server:"
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
msgid "_User:"
msgstr ""
@@ -25201,15 +25246,15 @@ msgstr ""
msgid "Evolution can import data from the following files:"
msgstr ""
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr ""
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr ""
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25219,7 +25264,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25229,50 +25274,54 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Can not initialise the Ximian Evolution shell."
-#: shell/main.c:255
+#: shell/main.c:259
msgid "Don't tell me again"
msgstr ""
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "Can not initialise the Ximian Evolution shell."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Can not initialise the Ximian Evolution shell."
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr ""
-#: shell/main.c:439
+#: shell/main.c:487
msgid "Start in offline mode"
msgstr ""
-#: shell/main.c:440
+#: shell/main.c:489
msgid "Start in online mode"
msgstr ""
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Can not initialise the Bonobo component system."
@@ -25479,14 +25528,6 @@ msgstr ""
msgid "Week"
msgstr ""
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr ""
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr ""
@@ -26396,10 +26437,6 @@ msgstr ""
msgid "F_older"
msgstr ""
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr ""
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr ""
@@ -26932,19 +26969,19 @@ msgstr ""
msgid "Don't show this message again."
msgstr ""
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
msgid "_Find Now"
msgstr ""
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
msgid "_Clear"
msgstr ""
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr ""
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr ""
diff --git a/po/en_GB.po b/po/en_GB.po
index 1e42132130..08ff5403b4 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 0.6\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2000-10-22 16:19+0100\n"
"Last-Translator: Robert Brady <rwb197@zepler.org>\n"
"Language-Team: \n"
@@ -31,22 +31,22 @@ msgid "Imports VCard files into Evolution."
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr ""
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr ""
@@ -56,16 +56,16 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr ""
@@ -75,12 +75,12 @@ msgid "Bus"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr ""
@@ -92,13 +92,13 @@ msgstr "Colours"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organisation"
@@ -108,19 +108,19 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr ""
@@ -129,13 +129,13 @@ msgid "Bus Fax"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr ""
@@ -144,68 +144,68 @@ msgid "Bus 2"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr ""
@@ -214,7 +214,7 @@ msgid "Url"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr ""
@@ -223,7 +223,7 @@ msgid "Dep"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr ""
@@ -232,12 +232,12 @@ msgid "Off"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr ""
@@ -246,7 +246,7 @@ msgid "Prof"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr ""
@@ -259,7 +259,7 @@ msgid "Ass"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr ""
@@ -268,12 +268,12 @@ msgid "Nick"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr ""
@@ -286,7 +286,7 @@ msgid "CALUri"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr ""
@@ -337,7 +337,7 @@ msgstr ""
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -345,7 +345,7 @@ msgid "Could not initialize Bonobo"
msgstr "Could not initialise Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr ""
@@ -353,39 +353,32 @@ msgstr ""
msgid "Loading..."
msgstr ""
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr ""
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "Synchronise \"%s\""
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr ""
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
msgid "Error performing search"
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-msgid "Could not parse query string"
-msgstr ""
-
#: addressbook/conduit/address-conduit.c:293
msgid "Default Sync Address:"
msgstr ""
@@ -433,49 +426,49 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr "Cannot initialise Evolution's mail component."
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
-msgid "Control that displays an Evolution addressbook minicard."
+msgid "Configure access to LDAP directory servers here"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
-msgid "Directory Servers"
+msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
-msgid "Evolution Addressbook minicard viewer"
+msgid "Directory Servers"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
-msgid "Evolution component for handling contacts."
+msgid "Evolution Addressbook minicard viewer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+msgid "Evolution component for handling contacts."
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
#, fuzzy
msgid "Factory for the Addressbook Minicard control"
msgstr "Cannot initialise Evolution's mail component."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
#, fuzzy
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr "Cannot initialise Evolution's mail component."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
-msgid "Factory for the sample Addressbook control"
-msgstr ""
-
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
+msgid "Factory for the sample Addressbook control"
msgstr ""
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -495,27 +488,27 @@ msgstr ""
msgid "LDAP server containing contact information"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
msgid "Create a new contact"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
msgid "Create a new contact list"
msgstr ""
@@ -535,24 +528,24 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
msgid "This server does not support LDAPv3 schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
msgid "Error retrieving schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
msgid "Server did not respond with valid schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr ""
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
#, fuzzy
msgid "Could not initialize gnome-vfs"
msgstr "Could not initialise Bonobo"
@@ -562,18 +555,24 @@ msgstr "Could not initialise Bonobo"
msgid "Other Contacts"
msgstr "Organisation:"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr ""
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:487
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -581,48 +580,77 @@ msgid ""
"retrieving OpenLDAP from the link below.\n"
msgstr ""
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr ""
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
msgid "Name begins with"
msgstr ""
-#: addressbook/gui/component/addressbook.c:729
-msgid "Email is"
+#: addressbook/gui/component/addressbook.c:742
+msgid "Email begins with"
msgstr ""
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr ""
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr ""
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr ""
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr ""
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr ""
@@ -637,7 +665,7 @@ msgstr ""
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr ""
@@ -688,47 +716,47 @@ msgid " S_how Supported Bases "
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:2
-msgid "1234"
+msgid "&lt;&lt; Fewer Options"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:3
-msgid "1:00"
+msgid "&lt;- _Remove"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:4
-msgid "2:30"
+msgid "1234"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:5
-msgid "3268"
+msgid "1:00"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:6
-msgid "380"
+msgid "2:30"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:7
-msgid "389"
+msgid "3268"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:8
-msgid "5:00"
+msgid "380"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:9
-msgid "636"
+msgid "389"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:10
-msgid "666"
+msgid "5:00"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:11
-msgid "<- _Remove"
+msgid "636"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:12
-msgid "<< Fewer Options"
+msgid "666"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:13
@@ -827,7 +855,7 @@ msgid "Mappings"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
msgid "Never"
msgstr ""
@@ -877,8 +905,8 @@ msgstr ""
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr ""
@@ -1063,7 +1091,7 @@ msgid "Using email address"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1071,12 +1099,12 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:105
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1113,7 +1141,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1148,7 +1176,7 @@ msgid "_Log in method:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1222,7 +1250,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1254,11 +1282,11 @@ msgstr ""
msgid "Unnamed Contact"
msgstr ""
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr ""
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
msgid "Find contact in"
msgstr ""
@@ -1320,7 +1348,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr ""
@@ -1388,9 +1416,9 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2455,23 +2483,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr ""
@@ -2485,7 +2513,7 @@ msgid "Edit Full"
msgstr ""
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr ""
@@ -2635,11 +2663,11 @@ msgid "contact-list-editor"
msgstr ""
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr ""
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr ""
@@ -2694,20 +2722,20 @@ msgstr ""
msgid "Search"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
msgid "Error getting book view"
msgstr ""
@@ -2718,15 +2746,15 @@ msgid "Error modifying card"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr ""
@@ -2735,7 +2763,7 @@ msgid "Repository offline"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr ""
@@ -2752,7 +2780,7 @@ msgid "Protocol not supported"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2804,7 +2832,7 @@ msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr ""
@@ -2842,153 +2870,153 @@ msgstr ""
msgid "Copy cards to"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
msgid "New Contact..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
msgid "New Contact List..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
msgid "Go to Folder..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
msgid "Import..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
msgid "Search for Contacts..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
msgid "Addressbook Sources..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
msgid "Pilot Settings..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "Synchronising \"%s\""
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "Synchronising \"%s\""
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -2996,8 +3024,8 @@ msgstr ""
msgid "Delete"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
msgid "Current View"
msgstr ""
@@ -3005,7 +3033,7 @@ msgstr ""
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
@@ -3013,10 +3041,18 @@ msgstr ""
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3133,7 +3169,7 @@ msgid "Include:"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr ""
@@ -3153,12 +3189,12 @@ msgstr ""
msgid "Number of columns:"
msgstr ""
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
#, fuzzy
msgid "Orientation"
msgstr "Organisation"
@@ -3182,7 +3218,7 @@ msgstr ""
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr ""
@@ -3238,26 +3274,26 @@ msgstr ""
msgid "_Font..."
msgstr ""
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr ""
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr ""
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr ""
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr ""
@@ -3305,42 +3341,42 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Cannot initialise Evolution's mail component."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
-msgid "Evolution calendar iTip/iMip viewer"
+msgid "Configure your timezone, Calendar and Task List here "
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
-msgid "Evolution component for handling the calendar."
+msgid "Evolution calendar iTip/iMip viewer"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+msgid "Evolution component for handling the calendar."
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
#, fuzzy
msgid "Factory for the Evolution Tasks control"
msgstr "Cannot initialise Evolution's mail component."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
#, fuzzy
msgid "Factory for the calendar iTip view control"
msgstr "Cannot initialise Evolution's mail component."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
#, fuzzy
msgid "Factory for the sample Calendar control"
msgstr "Cannot initialise Evolution's mail component."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
#, fuzzy
msgid "Factory to centralize calendar component editor dialogs"
msgstr "Cannot initialise Evolution's mail component."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
#, fuzzy
msgid "Factory to create a component editor factory"
msgstr "Cannot initialise Evolution's mail component."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr ""
@@ -3403,7 +3439,7 @@ msgid ""
msgstr ""
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr ""
@@ -3423,17 +3459,12 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr ""
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
#, fuzzy
msgid "Could not initialize GNOME"
msgstr "Could not initialise Bonobo"
-#: calendar/gui/alarm-notify/notify-main.c:183
-#, fuzzy
-msgid "Could not create the alarm notify service"
-msgstr "Cannot initialise Evolution's mail component."
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr ""
@@ -3449,7 +3480,7 @@ msgstr ""
msgid "Comment contains"
msgstr ""
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr ""
@@ -3460,7 +3491,7 @@ msgstr ""
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr ""
@@ -3518,37 +3549,37 @@ msgstr ""
msgid "W"
msgstr ""
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr ""
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr ""
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr ""
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr ""
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr ""
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3556,33 +3587,33 @@ msgid ""
msgstr ""
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr ""
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr ""
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr ""
@@ -3602,7 +3633,7 @@ msgstr ""
msgid "Month View"
msgstr ""
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3613,10 +3644,10 @@ msgid "Folder containing appointments and events"
msgstr ""
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr ""
@@ -3625,51 +3656,51 @@ msgstr ""
msgid "Folder containing to-do items"
msgstr ""
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr ""
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr ""
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr ""
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr ""
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
msgid "Create a new meeting request"
msgstr ""
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr ""
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr ""
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr ""
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "New All Day Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "All _Day Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
msgid "Create a new all-day appointment"
msgstr ""
@@ -3879,7 +3910,7 @@ msgstr ""
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr ""
@@ -3908,7 +3939,7 @@ msgstr ""
msgid "hour(s)"
msgstr ""
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr ""
@@ -4083,7 +4114,7 @@ msgid "_Fri"
msgstr ""
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr ""
@@ -4217,61 +4248,61 @@ msgstr ""
msgid "Due "
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Could not initialise Bonobo"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Could not initialise Bonobo"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr ""
@@ -4343,13 +4374,13 @@ msgstr ""
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr ""
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr ""
@@ -4470,7 +4501,7 @@ msgid "Member"
msgstr ""
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr ""
@@ -4686,7 +4717,7 @@ msgstr ""
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr ""
@@ -4713,11 +4744,11 @@ msgstr ""
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr ""
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4786,13 +4817,13 @@ msgstr ""
msgid "100%"
msgstr ""
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr ""
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr ""
@@ -4801,30 +4832,30 @@ msgstr ""
msgid "_Save as..."
msgstr ""
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr ""
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr ""
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr ""
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4850,8 +4881,8 @@ msgstr ""
msgid "_Delete Selected Tasks"
msgstr ""
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -4908,14 +4939,14 @@ msgid "URL"
msgstr ""
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
@@ -4934,481 +4965,461 @@ msgstr ""
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr ""
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr ""
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr ""
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr ""
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr ""
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr ""
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
msgid "New Meeting"
msgstr ""
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr ""
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr ""
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr ""
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr ""
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr ""
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
msgid "_Configure..."
msgstr ""
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
msgid "_Configure Pilot..."
msgstr ""
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr ""
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
msgid "_Schedule Meeting..."
msgstr ""
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
msgid "_Forward as iCalendar..."
msgstr ""
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr ""
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr ""
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr ""
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr ""
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
msgstr ""
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
+#: calendar/gui/e-itip-control.c:593
+msgid "<b>Ends:</b> "
msgstr ""
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
+#: calendar/gui/e-itip-control.c:606
+msgid "<b>Completed:</b> "
msgstr ""
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
msgstr ""
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr ""
-
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr ""
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr ""
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr ""
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr ""
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "Organisation"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
msgid "Status:"
msgstr ""
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
msgid "Tentatively Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr ""
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr ""
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr ""
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr ""
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr ""
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr ""
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr ""
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr ""
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr ""
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr ""
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr ""
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr ""
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr ""
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr ""
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr ""
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr ""
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr ""
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr ""
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr ""
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr ""
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
msgid "The message does not appear to be properly formed"
msgstr ""
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr ""
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
msgid "Object could not be found\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr ""
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Synchronising \"%s\""
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Synchronising \"%s\""
@@ -5454,7 +5465,7 @@ msgstr ""
msgid "Chair Persons"
msgstr ""
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr ""
@@ -5463,56 +5474,56 @@ msgid "Optional Participants"
msgstr ""
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
+msgid "Resources"
msgstr ""
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr ""
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr ""
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr ""
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr ""
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr ""
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr ""
@@ -5523,22 +5534,22 @@ msgstr ""
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr ""
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -5602,8 +5613,8 @@ msgstr ""
msgid "Meeting _end time:"
msgstr ""
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr ""
@@ -5618,7 +5629,7 @@ msgstr ""
msgid "The method required to load `%s' is not supported"
msgstr ""
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Synchronising \"%s\""
@@ -5635,26 +5646,42 @@ msgstr ""
msgid "Expunging"
msgstr ""
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr ""
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr ""
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr ""
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr ""
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Synchronising \"%s\""
@@ -5715,47 +5742,47 @@ msgstr ""
msgid "September"
msgstr ""
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr ""
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr ""
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr ""
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr ""
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr ""
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr ""
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr ""
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
msgid "Updated"
msgstr ""
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
msgid "Refresh"
msgstr ""
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -5992,7 +6019,7 @@ msgid "Print Calendar"
msgstr ""
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr ""
@@ -6014,7 +6041,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr ""
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -6022,12 +6049,12 @@ msgid ""
"Really erase these tasks?"
msgstr ""
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr ""
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
msgid "Print Tasks"
msgstr ""
@@ -7919,7 +7946,7 @@ msgstr ""
msgid "Copying messages"
msgstr ""
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -7927,45 +7954,45 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr ""
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr ""
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
msgid "No data provided"
msgstr ""
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
msgid "Failed to encrypt: No valid recipients specified."
msgstr ""
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -7973,17 +8000,23 @@ msgid ""
"%.*s"
msgstr ""
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr ""
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Synchronising \"%s\""
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
msgid "Failed to execute gpg."
msgstr ""
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr ""
@@ -8211,7 +8244,7 @@ msgid ""
msgstr ""
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr ""
@@ -8327,7 +8360,7 @@ msgstr ""
msgid "No provider available for protocol `%s'"
msgstr ""
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8371,12 +8404,12 @@ msgstr ""
msgid "Failed to verify certificates."
msgstr ""
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
#, fuzzy
msgid "Cannot get folder: Invalid operation on this store"
msgstr "Synchronising \"%s\""
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr ""
@@ -8575,77 +8608,103 @@ msgstr "Synchronising \"%s\""
msgid "Cannot rename folder: %s: No such folder"
msgstr "Synchronising \"%s\""
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr ""
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Synchronising \"%s\""
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr ""
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr ""
@@ -8670,7 +8729,7 @@ msgstr ""
msgid "Check for new messages in all folders"
msgstr ""
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr ""
@@ -8700,7 +8759,7 @@ msgstr ""
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr ""
@@ -8708,73 +8767,73 @@ msgstr ""
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, c-format
msgid "IMAP server %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, c-format
msgid "IMAP service for %s on %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr "Synchronising \"%s\""
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
msgid "SSL/TLS extension not supported."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
msgid "SSL negotiations failed"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, c-format
msgid "The folder %s no longer exists"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -8782,19 +8841,24 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Synchronising \"%s\""
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -8932,25 +8996,6 @@ msgstr ""
msgid "Cannot append message to maildir folder: %s: %s"
msgstr ""
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr ""
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9035,29 +9080,29 @@ msgstr ""
msgid "Cannot open mailbox: %s: %s\n"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
" %s"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr ""
@@ -9156,12 +9201,13 @@ msgstr ""
msgid "Could not store folder: %s"
msgstr "Synchronising \"%s\""
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr ""
@@ -9364,7 +9410,7 @@ msgstr ""
msgid "Delete after %s day(s)"
msgstr ""
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr ""
@@ -9444,7 +9490,7 @@ msgid "No such folder `%s'."
msgstr ""
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr ""
@@ -9496,7 +9542,7 @@ msgstr ""
msgid "Mail delivery via the sendmail program"
msgstr ""
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr ""
@@ -9608,36 +9654,36 @@ msgstr ""
msgid "Welcome response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
msgid "server does not appear to support SSL"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, c-format
msgid "STARTTLS request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
msgid "STARTTLS response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9645,87 +9691,87 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
msgid "Cannot send message: one or more invalid recipients"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, c-format
msgid "HELO request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
msgid "HELO response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr ""
@@ -9733,35 +9779,35 @@ msgstr ""
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, c-format
msgid "QUIT request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr ""
@@ -9834,7 +9880,7 @@ msgstr ""
msgid "Suggest automatic display of attachment"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr ""
@@ -9845,45 +9891,45 @@ msgstr ""
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr ""
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr ""
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -9892,10 +9938,14 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
msgid "Post To:"
msgstr ""
+#: composer/e-msg-composer-hdrs.c:431
+msgid "Posting destination"
+msgstr ""
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -9913,110 +9963,93 @@ msgid ""
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr ""
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr ""
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr ""
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
" %s"
msgstr ""
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
msgstr ""
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr ""
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr ""
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
msgid "Signature:"
msgstr ""
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-msgid "Set as default"
-msgstr ""
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr ""
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
msgstr ""
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10082,7 +10115,7 @@ msgstr ""
msgid "Subject does not contain"
msgstr ""
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10107,100 +10140,100 @@ msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
#, fuzzy
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
#, fuzzy
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
#, fuzzy
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
#, fuzzy
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
#, fuzzy
msgid "%m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
#, fuzzy
msgid "%m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
#, fuzzy
msgid "%m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
#, fuzzy
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr ""
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr ""
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr ""
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr ""
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr ""
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr ""
@@ -10308,30 +10341,30 @@ msgid ""
"%s"
msgstr ""
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr ""
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
msgid "Work"
msgstr ""
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
msgid "To Do"
msgstr ""
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
msgid "Later"
msgstr ""
@@ -10582,7 +10615,7 @@ msgstr ""
msgid "is not Flagged"
msgstr ""
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr ""
@@ -10643,7 +10676,7 @@ msgstr ""
msgid "Score"
msgstr ""
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr ""
@@ -10680,7 +10713,7 @@ msgstr ""
msgid "Stop Processing"
msgstr ""
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr ""
@@ -10747,7 +10780,7 @@ msgstr "Synchronise \"%s\""
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr ""
@@ -10809,7 +10842,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr ""
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr ""
@@ -10881,69 +10914,71 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Cannot initialise Evolution's mail component."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
-msgid "Evolution component for handling mail."
+msgid ""
+"Configure mail preferences, including security and message display, here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Cannot initialise Evolution's mail component."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+msgid "Configure your email accounts here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+msgid "Evolution component for handling mail."
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
#, fuzzy
msgid "Evolution mail composer."
msgstr "Cannot initialise Evolution's mail component."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
#, fuzzy
msgid "Evolution mail executive summary component."
msgstr "Cannot initialise Evolution's mail summary component."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
#, fuzzy
msgid "Evolution mail folder display component."
msgstr "Cannot initialise Evolution's mail summary component."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
#, fuzzy
msgid "Evolution mail folder factory component."
msgstr "Cannot initialise Evolution's mail summary component."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
#, fuzzy
msgid "Factory for the Evolution composer."
msgstr "Cannot initialise Evolution's mail component."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
#, fuzzy
msgid "Factory for the Mail Summary component."
msgstr "Cannot initialise Evolution's mail component."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
msgid "Font Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
msgid "Mail Accounts"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
-msgid "Mail configuration interface"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
+msgid "Mail configuration interface"
msgstr ""
#: mail/component-factory.c:102
@@ -10970,249 +11005,249 @@ msgstr ""
msgid "Change this folder's properties"
msgstr ""
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr ""
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
msgid "Warning: Unsent Messages"
msgstr ""
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr ""
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr ""
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
msgid "Compose a new mail message"
msgstr ""
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Colours"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
msgid "_Post Message"
msgstr ""
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
msgid "Post a new mail message"
msgstr ""
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Cannot initialise Evolution's mail component."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
#, fuzzy
msgid "Cannot initialize Evolution's mail config component."
msgstr "Cannot initialise Evolution's mail component."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
#, fuzzy
msgid "Cannot initialize Evolution's folder info component."
msgstr "Cannot initialise Evolution's mail component."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
msgid "Connecting..."
msgstr ""
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr ""
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr ""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr ""
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr ""
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr ""
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ""
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr ""
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr ""
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr ""
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr ""
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr ""
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
msgid "Create _Virtual Folder From Search..."
msgstr ""
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr ""
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr ""
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr ""
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr ""
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr ""
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr ""
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr ""
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr ""
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr ""
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr ""
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr ""
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr ""
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr ""
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr ""
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
msgid "Fla_g Completed"
msgstr ""
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Colours"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr ""
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
msgid "Mark as _Unread"
msgstr ""
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr ""
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
msgid "_Mark as Unimportant"
msgstr ""
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
msgid "U_ndelete"
msgstr ""
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
msgid "Mo_ve to Folder..."
msgstr ""
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr ""
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
msgid "Add Sender to Address_book"
msgstr ""
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
msgid "Appl_y Filters"
msgstr ""
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
msgid "Crea_te Rule From Message"
msgstr ""
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
msgid "VFolder on M_ailing List"
msgstr ""
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, c-format
msgid "Filter on _Mailing List (%s)"
msgstr ""
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr ""
@@ -11283,19 +11318,19 @@ msgstr ""
msgid "Evolution Account Editor"
msgstr ""
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr ""
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
msgid "User_name:"
msgstr ""
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr ""
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr ""
@@ -11324,7 +11359,7 @@ msgid "Enable"
msgstr ""
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr ""
@@ -11372,7 +11407,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11380,127 +11415,127 @@ msgid ""
"Would you like to configure it now?"
msgstr ""
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
msgstr ""
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
msgstr ""
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
msgstr ""
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr ""
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
msgstr ""
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr ""
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr ""
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
msgstr ""
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
msgstr ""
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr ""
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr ""
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr ""
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr ""
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
msgid "Go to next folder with unread messages?"
msgstr ""
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11508,35 +11543,35 @@ msgid ""
"Really erase these messages?"
msgstr ""
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
"%s"
msgstr ""
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr ""
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, c-format
msgid "Page %d of %d"
msgstr ""
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr ""
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr ""
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -11556,7 +11591,7 @@ msgstr ""
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
msgid "Unnamed"
msgstr ""
@@ -11606,20 +11641,20 @@ msgid ""
msgstr ""
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr ""
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, c-format
msgid "Account %d"
msgstr ""
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr ""
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr ""
@@ -11775,465 +11810,469 @@ msgstr ""
msgid "Do not quote original message"
msgstr ""
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr ""
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "Synchronising \"%s\""
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr ""
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
msgid "Emacs"
msgstr ""
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
msgid "Email Accounts"
msgstr ""
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
msgid "Email _address:"
msgstr ""
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
msgid "Empty _trash folders on exit"
msgstr ""
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
msgid "Execute Command..."
msgstr ""
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
msgid "Fi_xed -width:"
msgstr ""
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
msgid "Font Properties"
msgstr ""
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
msgid "Format messages in _HTML"
msgstr ""
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr ""
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
msgid "Highlight _quotations with"
msgstr ""
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr ""
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr ""
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr ""
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr ""
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
msgid "Labels and Colors"
msgstr ""
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
msgid "Loading Images"
msgstr ""
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr ""
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr ""
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Colours"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
msgid "Message Display"
msgstr ""
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
msgid "Microsoft"
msgstr ""
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
msgid "New Mail Notification"
msgstr ""
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr ""
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "Organisation:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
msgid "PGP/GPG _Key ID:"
msgstr ""
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Pick a colour"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr ""
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr ""
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
msgid "Printed Fonts"
msgstr ""
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr ""
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
msgid "Quote original message"
msgstr ""
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr ""
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr ""
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
msgid "Re_ply-To:"
msgstr ""
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr ""
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Synchronise \"%s\""
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
msgid "Remember this _password"
msgstr ""
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr ""
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Synchronising \"%s\""
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
msgid "S_ecurity"
msgstr ""
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
msgid "Secure MIME (S/MIME)"
msgstr ""
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
msgid "Select PGP program"
msgstr ""
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr ""
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
#, fuzzy
msgid "Sent _messages folder:"
msgstr "Synchronising \"%s\""
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr ""
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr ""
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr ""
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr ""
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
msgid "Shortcuts _type:"
msgstr ""
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
msgid "Signature #1"
msgstr ""
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
msgid "Signature #2"
msgstr ""
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
msgid "Specify _filename:"
msgstr ""
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr ""
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
msgid "V_ariable-width:"
msgstr ""
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
"Click \"Next\" to begin. "
msgstr ""
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
msgid "XEmacs"
msgstr ""
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
msgid "_Add Signature"
msgstr ""
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr ""
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr ""
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
msgid "_Authentication type: "
msgstr ""
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr ""
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
msgid "_Automatically insert smiley images"
msgstr ""
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr ""
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
msgid "_Confirm when expunging a folder"
msgstr ""
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
msgid "_Default signature:"
msgstr ""
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
msgid "_Defaults"
msgstr ""
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
msgid "_Enable"
msgstr ""
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
msgid "_Forward style:"
msgstr ""
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
msgid "_Full name:"
msgstr ""
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
msgid "_HTML Mail"
msgstr ""
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
msgid "_Identity"
msgstr ""
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr ""
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
msgid "_Make this my default account"
msgstr ""
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
msgid "_Mark messages as read after"
msgstr ""
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr ""
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr ""
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr ""
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
msgid "_Prompt when sending messages with an empty subject line"
msgstr ""
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
msgid "_Receiving Mail"
msgstr ""
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
msgid "_Reply style:"
msgstr ""
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
msgid "_Script:"
msgstr ""
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr ""
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
msgid "_Sending Mail"
msgstr ""
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
msgid "_Show animated images"
msgstr ""
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
msgid "_Signatures"
msgstr ""
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
msgid "_Use secure connection (SSL):"
msgstr ""
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
msgid "_Variable-width:"
msgstr ""
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr ""
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr "Colours"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr ""
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12300,120 +12339,125 @@ msgstr ""
msgid "Loading message content"
msgstr ""
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
msgid "Overdue:"
msgstr ""
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%a %d/%m/%Y %I:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr ""
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr ""
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr ""
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr ""
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Synchronise \"%s\""
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr ""
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr ""
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr ""
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr ""
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr ""
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr ""
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr ""
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr ""
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
msgid "Mailer"
msgstr ""
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Synchronising \"%s\""
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr ""
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr ""
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr ""
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr ""
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -12533,100 +12577,100 @@ msgstr ""
msgid "Copying messages to %s"
msgstr ""
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr ""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr ""
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr ""
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr ""
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, fuzzy, c-format
msgid "Removing folder %s"
msgstr "Synchronising \"%s\""
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, fuzzy, c-format
msgid "Storing folder '%s'"
msgstr "Synchronising \"%s\""
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
#, fuzzy
msgid "Refreshing folder"
msgstr "Synchronising \"%s\""
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr ""
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr ""
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr ""
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr ""
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr ""
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, fuzzy, c-format
msgid "Reconnecting to %s"
msgstr "Synchronise \"%s\""
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr ""
@@ -12697,24 +12741,24 @@ msgstr ""
msgid "Waiting..."
msgstr ""
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr ""
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr ""
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr ""
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr ""
@@ -12734,39 +12778,24 @@ msgid ""
"Do you wish to save your changes?"
msgstr ""
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr ""
-#: mail/mail-signature-editor.c:397
-msgid "Signature hint"
-msgstr ""
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-msgid "Hide signature hint"
-msgstr ""
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr ""
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr ""
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr ""
@@ -12821,67 +12850,67 @@ msgstr ""
msgid "%s - Message"
msgstr ""
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr ""
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr ""
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr ""
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr ""
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr ""
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr ""
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr ""
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr ""
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr ""
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr ""
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr ""
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr ""
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr ""
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr ""
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr ""
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr ""
@@ -12954,69 +12983,96 @@ msgstr ""
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr ""
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Synchronising \"%s\""
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr ""
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr ""
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr ""
+#, fuzzy
+msgid "All folders"
+msgstr "Synchronising \"%s\""
#: mail/subscribe-dialog.glade.h:2
#, fuzzy
-msgid "All folders"
+msgid "Apri file"
msgstr "Synchronising \"%s\""
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr ""
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+#, fuzzy
+msgid "Close"
+msgstr "Colours"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Synchronising \"%s\""
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr ""
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr ""
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
msgstr ""
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Synchronising \"%s\""
+
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Synchronising \"%s\""
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr ""
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr ""
@@ -13027,25 +13083,26 @@ msgstr "Cannot initialise Evolution's mail summary component."
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
-msgid "Evolution Summary component."
-msgstr "Cannot initialise Evolution's mail component."
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Cannot initialise Evolution's mail summary component."
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
#, fuzzy
-msgid "Factory for Evolution Summary's configuration control."
+msgid "Evolution Summary component."
msgstr "Cannot initialise Evolution's mail component."
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
-msgid "Factory for the Evolution Summary component."
+msgid "Factory for Evolution Summary's configuration control."
msgstr "Cannot initialise Evolution's mail component."
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
-msgid "Summary Preferences"
-msgstr ""
+#, fuzzy
+msgid "Factory for the Evolution Summary component."
+msgstr "Cannot initialise Evolution's mail component."
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
+msgid "Summary Preferences"
msgstr ""
#: my-evolution/Locations.h:1
@@ -22894,23 +22951,23 @@ msgstr ""
msgid "Folder containing the Evolution Summary"
msgstr ""
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr ""
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr ""
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr ""
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr ""
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
msgid "No description"
msgstr ""
@@ -22970,11 +23027,11 @@ msgstr ""
msgid "Shown"
msgstr ""
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr ""
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr ""
@@ -23006,7 +23063,7 @@ msgstr ""
msgid "Printing of Summary failed"
msgstr ""
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
#, fuzzy
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "Could not initialise Bonobo"
@@ -24285,19 +24342,19 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Cannot initialise Evolution's mail component."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Synchronising \"%s\""
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
#, fuzzy
msgid "The Evolution shell."
msgstr "Cannot initialise the Evolution shell."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr ""
@@ -24322,7 +24379,7 @@ msgstr "Synchronising \"%s\""
msgid "Drafts"
msgstr ""
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr ""
@@ -24712,27 +24769,27 @@ msgstr "Synchronising \"%s\""
msgid "Evolution Settings"
msgstr "Cannot initialise the Evolution shell."
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Synchronising \"%s\""
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Synchronising \"%s\""
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, c-format
msgid "in \"%s\" ..."
msgstr ""
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Synchronising \"%s\""
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -24811,29 +24868,29 @@ msgstr ""
msgid "Work Offline"
msgstr ""
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr ""
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr ""
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr ""
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr ""
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -24851,7 +24908,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr ""
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -24859,19 +24916,19 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr ""
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr ""
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr ""
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr ""
@@ -25069,7 +25126,7 @@ msgstr ""
msgid "%s (%d%% complete)"
msgstr ""
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr ""
@@ -25099,64 +25156,64 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr ""
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr ""
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr ""
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr ""
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr ""
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr ""
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr ""
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr ""
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr ""
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr ""
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
#, fuzzy
msgid "Has subfolders"
msgstr "Synchronising \"%s\""
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr ""
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -25211,26 +25268,18 @@ msgid "Specify where to create the folder:"
msgstr ""
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
+msgid "Open Other User's Folder"
msgstr ""
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
+msgid "_Account:"
msgstr ""
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
-msgid "Open Other User's Folder"
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
msgid "_Folder Name:"
msgstr ""
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
-msgid "_Server:"
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
msgid "_User:"
msgstr ""
@@ -25319,15 +25368,15 @@ msgstr ""
msgid "Evolution can import data from the following files:"
msgstr ""
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr ""
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr ""
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25337,7 +25386,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25347,51 +25396,55 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Cannot initialise the Evolution shell."
-#: shell/main.c:255
+#: shell/main.c:259
msgid "Don't tell me again"
msgstr ""
-#: shell/main.c:348
+#: shell/main.c:394
#, fuzzy
msgid "Cannot access the Ximian Evolution shell."
msgstr "Cannot initialise the Evolution shell."
-#: shell/main.c:357
+#: shell/main.c:403
#, fuzzy, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Cannot initialise the Evolution shell."
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr ""
-#: shell/main.c:439
+#: shell/main.c:487
msgid "Start in offline mode"
msgstr ""
-#: shell/main.c:440
+#: shell/main.c:489
msgid "Start in online mode"
msgstr ""
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Cannot initialise the Bonobo component system."
@@ -25599,15 +25652,6 @@ msgstr ""
msgid "Week"
msgstr ""
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-#, fuzzy
-msgid "Close"
-msgstr "Colours"
-
#: ui/evolution-comp-editor.xml.h:3
#, fuzzy
msgid "Close this item"
@@ -26517,10 +26561,6 @@ msgstr ""
msgid "F_older"
msgstr ""
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr ""
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr ""
@@ -27060,21 +27100,21 @@ msgstr ""
msgid "Don't show this message again."
msgstr ""
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
msgid "_Find Now"
msgstr ""
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Colours"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
#, fuzzy
msgid "Clear"
msgstr "Colours"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr ""
@@ -27104,6 +27144,10 @@ msgid "init_bonobo(): could not initialize Bonobo"
msgstr "Could not initialise Bonobo"
#, fuzzy
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Cannot initialise Evolution's mail component."
+
+#, fuzzy
#~ msgid "Configuration control for the Evolution Addressbook."
#~ msgstr "Cannot initialise Evolution's mail component."
diff --git a/po/es.po b/po/es.po
index 0c80de301e..be569f005a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 1.1\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-07-30 13:47+0200\n"
"Last-Translator: Hctor Garca lvarez <hector@scouts-es.org>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n"
@@ -32,7 +32,7 @@ msgid "Imports VCard files into Evolution."
msgstr "Importa archivos VCard a Evolution."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Archivar como"
@@ -42,18 +42,18 @@ msgstr "Archivar como"
# src/file-manager/fm-list-view.c:1581
# src/file-manager/fm-search-list-view.c:140
# src/nautilus-bookmarks-window.c:172
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Nombre"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Correo electrnico"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Principal"
@@ -63,16 +63,16 @@ msgstr "Ppal"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Asistente"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Trabajo"
@@ -82,12 +82,12 @@ msgid "Bus"
msgstr "Bus"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Rellamada"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Compaa"
@@ -98,13 +98,13 @@ msgstr "Comp"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Casa"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organizacin"
@@ -114,19 +114,19 @@ msgstr "Org"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mvil"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Coche"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Fax del trabajo"
@@ -135,13 +135,13 @@ msgid "Bus Fax"
msgstr "Fax de Trab"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Fax de casa"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Trabajo 2"
@@ -150,13 +150,13 @@ msgid "Bus 2"
msgstr "Trab 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Casa 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "RDSI"
@@ -164,56 +164,56 @@ msgstr "RDSI"
# src/file-manager/fm-properties-window.c:1560
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Otro"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Otro fax"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Buscapersonas"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Radio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "Correo electrnico 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "Correo electrnico 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Sitio Web"
@@ -222,7 +222,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Departamento"
@@ -231,7 +231,7 @@ msgid "Dep"
msgstr "Dep"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Oficina"
@@ -242,12 +242,12 @@ msgstr "Off"
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# components/music/nautilus-music-view.c:198
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Ttulo"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Profesin"
@@ -256,7 +256,7 @@ msgid "Prof"
msgstr "Prof"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Gestor"
@@ -269,7 +269,7 @@ msgid "Ass"
msgstr "Asist"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Nick"
@@ -278,12 +278,12 @@ msgid "Nick"
msgstr "Nick"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Cnyuge"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Nota"
@@ -296,7 +296,7 @@ msgid "CALUri"
msgstr "CALUri"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "URL de disponibilidad"
@@ -347,7 +347,7 @@ msgstr "VCard para %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -355,7 +355,7 @@ msgid "Could not initialize Bonobo"
msgstr "No se puede inicializar Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Buscando..."
@@ -363,41 +363,33 @@ msgstr "Buscando..."
msgid "Loading..."
msgstr "Cargando..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr "Error buscando la expresin."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "Conectando al servidor LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "Aadiendo tarjeta al servidor LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "Eliminando tarjeta del servidor LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "Modificando tarjeta del servidor LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr "Reiniciando bsqueda."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "Recibiendo los resultados de la bsqueda LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Error eliminando tarjeta"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "No pude analizar la URL `%s'"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -445,47 +437,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Control que muestra minitarjetas de direcciones en Evolution."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Visor de Minitarjetas de Direcciones de Evolution"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Componente de Evolution para manejar contactos."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Factora para el control de Minitarjetas de Direcciones"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Factora para el visualizador de direcciones de la Agenda"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Factora para la ventana de direcciones de la Agenda"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Factora para el control de ejemplo de la Agenda"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -505,28 +497,28 @@ msgstr "Servidor LDAP"
msgid "LDAP server containing contact information"
msgstr "El servidor LDAP contiene informacin de contacto"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Nuevo contacto"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Contacto"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Crear nuevo contacto"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Nueva lista de contactos"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr "_Lista de contactos"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Crear nueva lista de contactos"
@@ -552,30 +544,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "La respuesta del servidor IMAP no contena informacin de %s"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Error cargando la informacin del filtro:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "La respuesta del servidor IMAP no contena informacin de %s"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "(SSL no est implementado en esta compilacin de evolution)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "No se puede inicializar gnome-vfs"
@@ -583,21 +575,30 @@ msgstr "No se puede inicializar gnome-vfs"
msgid "Other Contacts"
msgstr "Otros contactos"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "No es posible abrir la agenda de direcciones"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"No pudimos abrir esta agenda de direcciones. Por favor compruebe\n"
+"que existe la ruta y que tiene permisos para acceder a ella."
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"No podemos abrir este agenda de direcciones. Esto significa\n"
"que ha introducido una URI errnea, o que el servidor LDAP est\n"
"cado"
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -609,52 +610,83 @@ msgstr ""
"de las fuentes del CVS una vez que haya obtenido LDAP del\n"
"siguiente enlace.\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"No pudimos abrir esta agenda de direcciones. Por favor compruebe\n"
-"que existe la ruta y que tiene permisos para acceder a ella."
+"No podemos abrir este agenda de direcciones. Esto significa\n"
+"que ha introducido una URI errnea, o que el servidor LDAP est\n"
+"cado"
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Introduzca la contrasea para %s (usuario %s)"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "finaliza con"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "Correo electrnico 2"
+msgid "Email begins with"
+msgstr "finaliza con"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "Categora es"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Cualquier campo contiene"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Avanzado..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Cualquier categora"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "La URI que mostrar el visor de carpetas"
@@ -671,7 +703,7 @@ msgstr "(ninguno)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Correo electrnico principal"
@@ -722,49 +754,51 @@ msgid " S_how Supported Bases "
msgstr "Mo_strar bases soportadas "
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "<< Menos Opciones"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "<- _Quitar"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
msgid "1:00"
msgstr "1:00"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
msgid "380"
msgstr "380"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-msgid "<- _Remove"
-msgstr "<- _Quitar"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-msgid "<< Fewer Options"
-msgstr "<< Menos Opciones"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -870,7 +904,7 @@ msgid "Mappings"
msgstr "Mrgenes"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "_cada"
@@ -924,8 +958,8 @@ msgstr "Rango de b_squeda: "
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Buscando"
@@ -1125,7 +1159,7 @@ msgid "Using email address"
msgstr "Usando direccin de correo"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1133,12 +1167,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Aadir"
#: addressbook/gui/component/ldap-config.glade.h:105
-msgid "_Add ->"
+#, fuzzy
+msgid "_Add -&gt;"
msgstr "_Aadir ->"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1182,7 +1217,7 @@ msgstr "Lmite de _descarga:"
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# libnautilus-private/nautilus-undo-signal-handlers.c:174
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1218,7 +1253,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Opciones"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1300,7 +1335,7 @@ msgstr "Factora para la interfaz de seleccin de nombre de la Agenda"
# src/nautilus-bookmarks-window.c:198 src/nautilus-window-menus.c:588
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1332,11 +1367,11 @@ msgstr "(%d no mostrado)"
msgid "Unnamed Contact"
msgstr "Contactos sin nombre"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Seleccionas contactos de la agenda"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "El remitente contiene"
@@ -1400,7 +1435,7 @@ msgstr "Colaboracin"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Editor de contactos"
@@ -1470,9 +1505,9 @@ msgstr "Prefiere recibir el correo como _HTML"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2538,23 +2573,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Borrar contacto?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "No hay un editor de categoras disponible."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Este contacto est en estas categoras:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Guardar contacto como VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "No pude encontrar el widget para el campo: `%s'"
@@ -2568,7 +2603,7 @@ msgid "Edit Full"
msgstr "Editar Todo"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Nombre Completo"
@@ -2720,11 +2755,11 @@ msgid "contact-list-editor"
msgstr "editor-de-listas-de-contactos"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Editor de listas de contactos"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Guardar lista como VCard"
@@ -2787,20 +2822,20 @@ msgstr "Bsqueda avanzada"
msgid "Search"
msgstr "Buscar"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Sin tarjetas"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 tarjeta"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d tarjetas"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Error al configurar el propietario"
@@ -2812,15 +2847,15 @@ msgid "Error modifying card"
msgstr "Error modificando tarjeta"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "xito"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Error desconocido"
@@ -2829,7 +2864,7 @@ msgid "Repository offline"
msgstr "Repositorio desconectado"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Permiso denegado"
@@ -2846,7 +2881,7 @@ msgid "Protocol not supported"
msgstr "Protocolo no implementado"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2899,7 +2934,7 @@ msgstr "Error eliminando lista"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Error eliminando tarjeta"
@@ -2941,161 +2976,161 @@ msgstr "Mover tarjetas a"
msgid "Copy cards to"
msgstr "Copiar tarjetas a"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Pulse aqu para aadir un contacto *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Telfono principal"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Telfono del asistente"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Telfono del trabajo"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Telfono para rellamadas"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Telfono de la compaa"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Telfono de casa"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Direccin del trabajo"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Direccin de su casa"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Telfono mvil"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Telfono del coche"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Telfono del trabajo 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Telfono de casa 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Otro telfono"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Otra direccin"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Agenda de direcciones"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Guardar como VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Nuevo contacto"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Nueva lista de contactos"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Ir a la carpeta..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_Importar..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "Bu_scar contactos"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
msgid "Addressbook Sources..."
msgstr "Fuentes de la Agenda..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "_Configuracin del pilot..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Reenviar contacto"
#
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Enviar un mensaje al contacto"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Imprimir"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Imprimir cabecera"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
msgid "Copy to folder..."
msgstr "Copiar a la carpeta..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "_Mover a la carpeta..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Cortar"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Copiar"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Pegar"
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# src/file-manager/fm-directory-view.c:1865
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3103,8 +3138,8 @@ msgstr "Pegar"
msgid "Delete"
msgstr "Suprimir"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "_Vista actual"
@@ -3113,7 +3148,7 @@ msgstr "_Vista actual"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,,o,p,q,r,s,t,u,v,w,x,y,z"
@@ -3121,10 +3156,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,,o,p,q,r,s,t,u,v,w,x,y,z"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,,o,p,q,r,s,t,u,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3251,7 +3294,7 @@ msgid "Include:"
msgstr "Incluye:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Horizontal"
@@ -3271,12 +3314,12 @@ msgstr "Mrgenes"
msgid "Number of columns:"
msgstr "Nmero de columnas:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Opciones"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Orientacin"
@@ -3299,7 +3342,7 @@ msgstr "Fuente del papel:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Vertical"
@@ -3359,26 +3402,26 @@ msgstr "Ancho:"
msgid "_Font..."
msgstr "_Tipo de letra..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr "Cita sin ttulo"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Alta"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Normal"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Baja"
@@ -3426,38 +3469,38 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Factora para el compositor de correo de Evolution."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Visor del calendario iTip/iMip de Evolution"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Componente de Evolution para manejar el calendario."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr "Factora para el control de tareas de Evolution."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Factora para el control de vista de calendario iTip"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Factora para el control del Calendario de ejemplo"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
"Factora para centralizar el componente del editor de dilogos del calendario"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Factora para crear el componente del editor"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Servicio de notificacin de alarmas"
@@ -3522,7 +3565,7 @@ msgstr ""
"Evolution mostrar un dilogo de recordatorio normal."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Advertencia"
@@ -3548,15 +3591,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "No me preguntes otra vez sobre este programa."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "No se puede inicializar GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "No pude crear el servicio de la alarma de notificacin"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "No pude crear la factora del servicio de la alarma de notificacin"
@@ -3572,7 +3611,7 @@ msgstr "La descripcin contiene"
msgid "Comment contains"
msgstr "El comentario contiene"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "No coincidente"
@@ -3583,7 +3622,7 @@ msgstr "%A %d %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a, %d de %b de %Y"
@@ -3640,37 +3679,37 @@ msgstr "E"
msgid "W"
msgstr "W"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Libre"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Ocupado"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Sin comenzar"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "En proceso"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Completado"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3681,33 +3720,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Ninguno"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Recurriendo"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Asignado"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Si"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "No"
@@ -3727,7 +3766,7 @@ msgstr "Vista Semanal"
msgid "Month View"
msgstr "Vista Mensual"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3738,10 +3777,10 @@ msgid "Folder containing appointments and events"
msgstr "Carpeta conteniendo citas y eventos"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Tareas"
@@ -3750,53 +3789,53 @@ msgstr "Tareas"
msgid "Folder containing to-do items"
msgstr "Carpeta que contiene elementos por hacer"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr "Nueva cita"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr "Cit_a"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Crear una nueva cita"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr "Nueva reunin"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr "_Reunin"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Crear una nueva tarea"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr "Nueva tarea"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Tarea"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Crear una nueva tarea"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Nueva cita"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "All _Day Appointment"
msgstr "Cita de todo el _da"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Crear una nueva cita"
@@ -4011,7 +4050,7 @@ msgstr "Recordatorios"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Resumen:"
@@ -4040,7 +4079,7 @@ msgstr "fin de la cita"
msgid "hour(s)"
msgstr "hora(s)"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "minuto(s)"
@@ -4215,7 +4254,7 @@ msgid "_Fri"
msgstr "_Vier"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_General"
@@ -4356,61 +4395,61 @@ msgstr " (Falta "
msgid "Due "
msgstr "Falta "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "No pude actualizar el objeto!"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "No pude actualizar el objeto!"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Editar Cita"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Cita - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Tarea - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Entrada del diario - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Sin resumen"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Guardar como..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Imposible obtener versin actual!"
@@ -4482,13 +4521,13 @@ msgstr "Repeticin"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Planificacin"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Reunin"
@@ -4609,7 +4648,7 @@ msgid "Member"
msgstr "Miembro"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4833,7 +4872,7 @@ msgstr "Fecha Completada:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Necesita accin"
@@ -4862,11 +4901,11 @@ msgstr "Bsico"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Asignacin"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4935,15 +4974,15 @@ msgstr "90%"
msgid "100%"
msgstr "100%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Borrando los objetos seleccionados"
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# src/file-manager/fm-directory-view.c:2114
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Abrir"
@@ -4952,30 +4991,30 @@ msgstr "_Abrir"
msgid "_Save as..."
msgstr "_Guardar como..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "Im_primir..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "C_ortar"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Copiar"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -5004,8 +5043,8 @@ msgstr "_Marcar tareas como completas"
msgid "_Delete Selected Tasks"
msgstr "_Borrar las tareas seleccionadas"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Actualizando objetos"
@@ -5062,14 +5101,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %m/%d/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %m/%d/%Y %I:%M:%S %p"
@@ -5091,164 +5130,146 @@ msgstr "%02i divisiones por minuto"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d de %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d de %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Nueva cit_a"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Nuevo _evento para todo el da"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Nueva reunin"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
#, fuzzy
msgid "New Task"
msgstr "Nueva tarea"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Imprimir..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "Ir a _hoy"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_Ir a una fecha..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_Publicar la informacin de disponibilidad"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
msgid "_Configure..."
msgstr "_Configurar..."
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Configurar"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "Guardar _como..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "Concertar un _encuentro"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "Reenviar como i_Calendar"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Hacer esta ocurrencia _movible"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Borrar esta _Ocurrencia"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Borrar tod_as las ocurrencias"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr "Las utilidades GNOME Pilot no aparecen instaladas en este sistema."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr "Error ejecutando %s."
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
-msgstr "La reunin empieza: <b>"
-
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
-msgstr "La tarea empieza: <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr "La informacin de disponibilidad comienza: <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr "Empieza: <b>"
-
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr "La reunin termina: <b>"
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr "La informacin de disponibilidad finaliza: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
+#: calendar/gui/e-itip-control.c:593
+#, fuzzy
+msgid "<b>Ends:</b> "
msgstr "Termina: <b>"
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr "Tarea completada: <b>"
+#: calendar/gui/e-itip-control.c:606
+#, fuzzy
+msgid "<b>Completed:</b> "
+msgstr "Completado "
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr "Plazo para la tarea: <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr "Informacin del calendario"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr "Error de calendario"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr "Una persona desconocida"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
@@ -5256,335 +5277,335 @@ msgstr ""
"<br> Por favor revise la siguiente informacin, y seleccione una accin del "
"men de abajo."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Ninguna<i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "L_ocalizacin:"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "E_stado:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr "Aceptado"
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr "Aceptar tentativamente"
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "Rechazado"
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# libnautilus-private/nautilus-file.c:2936
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Desconocido"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr "Elija una accin:"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr "Actualizar"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "Aceptar"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr "Aceptar"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr "Aceptar tentativamente"
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr "Rechazar"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr "Enviar informacin de disponibilidad"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr "Actualizar el estado del remitente"
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr "Enviar ltima informacin"
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# libnautilus-private/nautilus-program-chooser.c:1262
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Cancelar"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> ha publicado informacin de reuniones."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "Informacin de reuniones"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> solicita su presencia en una reunin."
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Propuesta de reunin"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> desea apuntarse a una reunin existente."
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Actualizacin de la reunin"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> desea recibir la ltima actualizacin de la reunin."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "Peticin de actualizacin de la reunin"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> ha contestado a la peticin de reunin."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Respuesta de reunin"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> ha cancelado una reunin."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Cancelacin de reunin"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> ha enviado un mensaje ininteligible."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "Mensaje de reunin errneo"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> ha publicado la informacin de la tarea."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "Informacin de la tarea"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> te pide que realices una tarea."
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr "Propuesta de tarea"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> desea aadir a una tarea existente."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "Actualizacin de tarea"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> quiere recibir la ltima informacin de la tarea."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "Peticin de actualizacin de tarea"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> ha contestado a una asignacin de tarea."
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "Respuesta a una tarea"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> ha cancelado una tarea."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "Cancelacin de tarea"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "Mensaje de tarea errneo"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> ha publicado la informacin de disponibilidad."
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "Informacin de disponibilidad"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> pide su informacin de disponibilidad."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "Peticin de disponibilidad"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b> ha contestado a una peticin de disponibilidad."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "Respuesta sobre disponibilidad"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr "Mensaje de disponibilidad errneo"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr "La carpeta parece estar corrompida e irrecuperable."
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr "Este mensaje solo contiene peticiones no soportadas."
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr "El adjunto no contiene un calendario de mensaje vlido"
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr "El adjunto no tiene elementos de calendario visibles"
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
#, fuzzy
msgid "There was an error on the CORBA system\n"
msgstr "Lo siento, pero hubo un error al leer %s."
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "El elemento no puedo ser enviado!\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "Actualizacin completada\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr "El archivo del calendario no pudo ser actualizado!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
"El estado de asistencia no puede ser actualizado porque no existe el elemento"
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
"El estado de asistencia no pudo ser actualizado a causa de un estado "
"invlido!\n"
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr "Estado de asistencia actualizado\n"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr "El estado de asistencia no pudo ser actualizado!\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "Borrado completo"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "Elemento enviado!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr "El elemento no puedo ser enviado!\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Seleccionar carpeta"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Seleccionar carpeta"
@@ -5630,7 +5651,7 @@ msgstr "fecha de inicio"
msgid "Chair Persons"
msgstr "Presidentes"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "Participantes requeridos"
@@ -5639,56 +5660,57 @@ msgid "Optional Participants"
msgstr "Participantes opcionales"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "No participan"
+#, fuzzy
+msgid "Resources"
+msgstr "Recurso"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Individual"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Grupo"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Recurso"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Habitacin"
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Silla"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "Participantes requeridos"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Participantes opcional"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "No participan"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Tentativa"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Delegado"
@@ -5699,22 +5721,22 @@ msgstr "En proceso"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %d de %B de %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -5778,8 +5800,8 @@ msgstr "Hora de _inicio de la reunin:"
msgid "Meeting _end time:"
msgstr "Hora de _fin de la reunin:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "Abriendo tarea en %s"
@@ -5794,7 +5816,7 @@ msgstr "No puedo cargar las tareas en `%s'"
msgid "The method required to load `%s' is not supported"
msgstr "El mtodo necesario para cargar `%s' no est implementado"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "No puedo abrir la carpeta en `%s'"
@@ -5813,26 +5835,42 @@ msgstr "Borrando los objetos seleccionados"
msgid "Expunging"
msgstr "Comprimiendo carpeta"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Nueva cit_a..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "No puedo abrir la carpeta en `%s'"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "El mtodo necesario para abrir `%s' no est implementado"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "Abriendo calendario en %s"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Abriendo carpeta %s"
@@ -5893,48 +5931,48 @@ msgstr "Octubre"
msgid "September"
msgstr "Septiembre"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr "Es necesario por lo menos un asistente"
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr "Debe especificar un organizador."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr "Informacin del evento"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr "Informacin de la tarea"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr "Informacin de la entrada de diario"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr "Informacin de disponibilidad"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr "Informacin del calendario"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
msgid "Updated"
msgstr "Actualizado"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Regenerar la lista"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Debes participar en el evento."
@@ -6170,7 +6208,7 @@ msgid "Print Calendar"
msgstr "Imprimir calendario"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Vista previa"
@@ -6193,7 +6231,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "La URI que mostrar la carpeta de tareas"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
#, fuzzy
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
@@ -6206,12 +6244,12 @@ msgstr ""
"\n"
"Borrar realmente esos mensajes?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "No me preguntes otra vez."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Imprimir tarjetas"
@@ -8137,7 +8175,7 @@ msgstr "Moviendo mensajes"
msgid "Copying messages"
msgstr "Copiando mensajes"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8145,47 +8183,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Cancelado"
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Respuesta inesperada del servidor IMAP: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "No ha especificado un nombre de archivo."
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "No puedo cifrar este mensaje: no hay destinatarios."
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8193,18 +8231,24 @@ msgid ""
"%.*s"
msgstr "Error al cachear el mensaje %s: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Error al cachear el mensaje %s: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Error al decodificar el mensaje."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Error al decodificar el mensaje."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "No puedo verificar este mensaje: no pude crear archivo temporal: %s"
@@ -8448,7 +8492,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Respuesta de autenticacin errnea desde el servidor."
@@ -8567,7 +8611,7 @@ msgstr "Para leer correo como una bsqueda de otras carpetas"
msgid "No provider available for protocol `%s'"
msgstr "No hay proveedor para el protocolo `%s'"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8613,11 +8657,11 @@ msgstr "Error al decodificar el mensaje."
msgid "Failed to verify certificates."
msgstr "Error al verificar el certificado."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr "No puedo obtener la carpeta: Operacin no vlida"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr "No puedo crear la carpeta: Operacin no vlida"
@@ -8838,77 +8882,105 @@ msgstr "No puedo renombrar la carpeta: %s: Operacin no vlida"
msgid "Cannot rename folder: %s: No such folder"
msgstr "No pude cambiarle el nombre a la carpeta: %s: No existe"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Operacin cancelada"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "El servidor se desconect inesperadamente: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Respuesta inesperada del servidor IMAP: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "El comando IMAP ha fallado: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "La respuesta del servidor termin demasiado pronto."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "La respuesta del servidor IMAP no contena informacin de %s"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "El servidor IMAP inesperadamente ha respondido OK: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "No puedo crear el directorio %s: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "No puedo cargar el resumen de %s"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "La carpeta fue destruida y recreada en el servidor."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Buscando mensajes modificados"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Error al decodificar el mensaje."
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"No puedo obtener el mensaje; %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "No existe ese mensaje"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Este mensaje no est disponible actualmente"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "Obteniendo informacin de los nuevos mensajes"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Buscando mensajes nuevos"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "No pude encontrar el cuerpo del mensaje en la respuesta de FETCH"
@@ -8933,7 +9005,7 @@ msgstr "Comprobando si hay correo nuevo"
msgid "Check for new messages in all folders"
msgstr "Comprobar si hay mensajes nuevos en todas las carpetas"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Carpetas"
@@ -8964,7 +9036,7 @@ msgstr "Para leer y guardar correo en los servidores IMAP."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Contrasea"
@@ -8972,78 +9044,78 @@ msgstr "Contrasea"
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr "Conectar con el servidor IMAP usando una contrasea de texto plano"
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "Servidor SMTP %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s servicio para %s en %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Conexin cancelada"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "No pude conectar con %s (puerto %d): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"No pude conectar con el servidor POP.\n"
"Error al enviar la contrasea: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "Operacin no implementada"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Fallo en la autenticacin."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "Esta carpeta no est vaca"
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
"El servidor IMAP %s no implementa el mtodo de autenticacin requerido %s"
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "El tipo de autenticacin %s no est implementado"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sPor favor escriba la contrasea IMAP para %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "No escribi una clave."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9054,20 +9126,25 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "No existe la carpeta %s"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
"El nombre de la carpeta no puede contener el carcter de retorno de carro."
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Error desconocido: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "No est permitido que la carpeta raz contenga subcarpetas"
@@ -9208,27 +9285,6 @@ msgstr "Mensaje aadido al Maildir cancelado"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "No pude aadir el mensaje a la carpeta tipo maildir: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"No puedo obtener el mensaje; %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "No existe ese mensaje"
-
#
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
@@ -9317,18 +9373,18 @@ msgstr "No puedo crear un bloqueo de carpetas en %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "No puedo abrir el buzn: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr "Adicin de mensaje cancelada"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "No puedo aadir el mensaje al archivo mbox: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9337,11 +9393,11 @@ msgstr ""
"No puedo obtener el mensaje; %s de la carpeta %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "La carpeta parece estar corrompida e irrecuperable."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "Fallo la construccin del mensaje: Buzn corrompido?"
@@ -9446,12 +9502,13 @@ msgstr "Error desconocido: %s"
msgid "Could not store folder: %s"
msgstr "No pude cambiar el nombre a la carpeta: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Error la escribir al archivo de correo temporal: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Error la escribir al archivo temporal: %s: %s"
@@ -9660,7 +9717,7 @@ msgstr "Dejar mensajes en el servidor"
msgid "Delete after %s day(s)"
msgstr "Borrar tras %s da(s)"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9754,7 +9811,7 @@ msgid "No such folder `%s'."
msgstr "No existe la carpeta `%s'."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9808,7 +9865,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Envo de correo va el programa sendmail"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -9923,41 +9980,41 @@ msgstr "Autenticacin requerida"
msgid "Welcome response error"
msgstr "Respuesta de error a RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"No pude conectar con el servidor POP.\n"
"Error al enviar la contrasea: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr "Parece que el mensaje no est bien construido"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "Expir el tiempo para AUTH: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "Respuesta de error a RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr ""
"El servidor SMTP %s no implementa el mtodo de autenticacin requerido %s"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sPor favor escriba la contrasea SMTP para %s@%s"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9968,90 +10025,90 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "Servidor SMTP %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "Envo de correo SMTP va %s"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "No puedo enviar el mensaje: direccin del remitente no vlida."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Enviando mensaje"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "No puedo enviar el mensaje: no hay destinatarios."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "No puedo enviar el mensaje: no hay destinatarios."
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "Saludo del SMTP"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "Expir el tiempo para RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "Respuesta de error a RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "Autenticacin SMTP"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "Error al crear el objeto de autenticacin SASL."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "Expir el tiempo para AUTH: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "Error en la peticin de AUTH."
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Respuesta de autenticacin errnea desde el servidor.\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "Expir el tiempo para MAIL FROM: %s: correo no enviado"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr "Respuesta de error a MAIL FROM: %s: correo no enviado"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "Expir el tiempo para RCPT TO: %s: correo no enviado"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "Expir el tiempo para DATA: %s: correo no enviado"
@@ -10059,40 +10116,40 @@ msgstr "Expir el tiempo para DATA: %s: correo no enviado"
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr "Respuesta de error a RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
"Expir el tiempo para el envo de DATA: terminacin del mensaje: %s: correo "
"no enviado"
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr "Respuesta de autenticacin errnea desde el servidor."
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "Expir el tiempo para RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr "Respuesta de error a RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "Expir el tiempo para AUTH: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr "Respuesta de error a RSET: %s"
@@ -10166,7 +10223,7 @@ msgstr "Tipo MIME:"
msgid "Suggest automatic display of attachment"
msgstr "Sugerir mostrar adjuntos automticamente"
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Presione aqu para acceder a la agenda"
@@ -10177,7 +10234,7 @@ msgstr "Presione aqu para acceder a la agenda"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Responder a:"
@@ -10186,40 +10243,40 @@ msgstr "Responder a:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "De:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Asunto:"
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# src/file-manager/dfos-xfer.c:188
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "A:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "Escriba los destinatarios del mensaje"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Escriba las direcciones que recibirn una copia del mensaje"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10230,11 +10287,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "Porto"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "Sin descripcin"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10254,34 +10316,34 @@ msgstr ""
"Error cargando el archivo: %s:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Aviso!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "El archivo existe, Sobreescribir?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Error guardando el archivo: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Error cargando el archivo: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "Error accediendo al archivo: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "No pude obtener los mensajes del editor"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10290,7 +10352,7 @@ msgstr ""
"No pude buscar en el archivo: %s\n"
"%s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10299,7 +10361,7 @@ msgstr ""
"No pude truncar el archivo: %s\n"
"%s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10308,7 +10370,7 @@ msgstr ""
"Error auto guardando el mensaje: %s\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10316,48 +10378,27 @@ msgstr ""
"Ximian Evolution ha encontrado archivos no guardados de una sesin previa.\n"
"Quiere tratar de recuperarlos?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Este mensaje no ha sido enviado.\n"
-"\n"
-"Quiere guardar los cambios?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "Aviso: Mensaje modificado"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Abrir archivo"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
msgid "Signature:"
msgstr "Firma"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (predeterminada)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Nuevo mensaje"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10365,7 +10406,7 @@ msgstr ""
"No puedo crear una ventana de composicin:\n"
"No puedo activar el control de seleccin de direcciones."
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10373,7 +10414,7 @@ msgstr ""
"No pude crear una ventana de composicin:\n"
"No puedo activar el componente del editor HTML."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10439,7 +10480,7 @@ msgstr "El asunto contiene"
msgid "Subject does not contain"
msgstr "El asunto no contiene"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10466,92 +10507,92 @@ msgstr "Sincronizando categoras:"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%d/%m/%Y %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "segundos"
@@ -10664,32 +10705,32 @@ msgstr ""
"Error en la expresin regular '%s':\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Importante"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
msgid "Work"
msgstr "Trabajo"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
#, fuzzy
msgid "Personal"
msgstr "Pownal"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Togo"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "despus de"
@@ -10958,7 +10999,7 @@ msgstr "no es"
msgid "is not Flagged"
msgstr "Marcado"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr "Laurel"
@@ -11025,7 +11066,7 @@ msgstr "es menor que"
msgid "Score"
msgstr "Puntuacin"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Remitente"
@@ -11061,7 +11102,7 @@ msgstr "comienza por"
msgid "Stop Processing"
msgstr "Parar el proceso"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Asunto"
@@ -11127,7 +11168,7 @@ msgstr "Guardando %s"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Correo"
@@ -11193,7 +11234,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution est importando su vieja informacin de Netscape"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Papelera"
@@ -11268,67 +11309,70 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Factora para el compositor de correo de Evolution."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Factora para el compositor de correo de Evolution."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "Crear o editar cuentas de correo y otras preferencias"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Componente Evolution para manejar el correo."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Compositor de correo de Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Componente de correo del resumen de trabajo de Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Componente para mostrar carpetas de correo de Evolution"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Componente para factora de carpetas de correo de Evolution"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Factora para el compositor de correo de Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Factora para el componente de Resumen de Correo."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "Si_n recurrencia"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr "Cuentas"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Interfaz de configuracin del correo"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Carpeta conteniendo correo"
@@ -11353,7 +11397,7 @@ msgstr "Propiedades..."
msgid "Change this folder's properties"
msgstr "Cambiar las propiedades de esta carpeta"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11361,255 +11405,255 @@ msgstr ""
"Algunas de tus opciones de correo parece que estn corruptas, por favor "
"comprueba que todo est en orden."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "No ha definido un sistema para enviar el correo"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
msgid "Warning: Unsent Messages"
msgstr "Aviso: Mensajes no enviados"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Nuevo mensaje de correo"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_Mensaje de correo"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Nuevo mensaje"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Siguiente mensaje"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Mensaje previo"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Nuevo mensaje"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "No puedo inicializar el componente de correo de Evolution."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
"No puedo inicializar el componente de configuracin de correo de Evolution."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr ""
"No puedo inicializar el componente de informacin sobre carpetas de "
"Evolution."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
msgid "Connecting..."
msgstr "Conectando..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "No puedo registrar un sistema de guardado con la shell"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "Propiedades para %s"
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Propiedades"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "No puedo crear el directorio temporal: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d nuevos"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d ocultos"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d seleccionado"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d sin enviar"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d enviar"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d total"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "Crear una Carpeta _Virtual segn el mensaje"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "Carpeta virtual segn el a_sunto"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "Carpeta virtual segn el _remitente"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "Carpeta virtual segn los _destinatarios"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "Carpeta virtual segn la _Lista de Correo"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Filtrar segn el As_unto"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Filtrar segn el Re_mitente"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Filtrar segn los Des_tinatarios"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Filtrar segn la Lista de _Correo"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "_Editar como un mensaje nuevo..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "Im_primir"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "_Resp. al Remitente"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Resp. a la _Lista"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Re: _Todos"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Reenviar"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
#, fuzzy
msgid "Follo_w Up..."
msgstr "_Nombre completo..."
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Completado"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
msgid "Cl_ear Flag"
msgstr "Li_mpiar marca"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Mar_car como ledo"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Marcar como _no ledo"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Marcar como _Importante"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "Marcar como No Im_portante"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Recuperar"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "_Mover a la carpeta..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "_Copiar a la carpeta..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
msgid "Add Sender to Address_book"
msgstr "Aadir Remitente a la Agen_da"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
msgid "Appl_y Filters"
msgstr "Apl_icar filtros"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "Crear una Reg_la con el Mensaje"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "Carpeta virtual segn la Lista de Correo"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filtrar segn la lista de correo (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "Carpeta virtual segn la Lista de Correo (%s)"
@@ -11685,19 +11729,19 @@ msgstr "No ha rellenado toda la informacin requerida."
msgid "Evolution Account Editor"
msgstr "Editor de cuentas de Evolution"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Servidor:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
msgid "User_name:"
msgstr "_Nombre de usuario:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "R_uta:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "No puedes crear dos cuentas con el mismo nombre."
@@ -11726,7 +11770,7 @@ msgid "Enable"
msgstr "Habilitar"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Habilitada"
@@ -11779,7 +11823,7 @@ msgstr ""
" '%s'\n"
"Y han sido actualizadas."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11791,7 +11835,7 @@ msgstr ""
"recibir o escribir mensajes.\n"
"Querra configurarlo ahora?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11799,7 +11843,7 @@ msgstr ""
"Necesita configurar una identidad para\n"
"poder escribir mensajes de correo."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11808,7 +11852,7 @@ msgstr ""
"correo para poder enviarlo."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11816,11 +11860,11 @@ msgstr ""
"Estas enviando un mensaje formateado en HTML, pero los siguientes "
"destinatarios no indica que quieran recibir mensajes formateados en HTML:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Enviar de todos modos?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11828,7 +11872,7 @@ msgstr ""
"Este mensaje no tiene asunto.\n"
"Quiere enviarlo?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -11837,11 +11881,11 @@ msgstr ""
"esconder la lista de direcciones, este mensaje solo contendr destinatarios "
"Bcc."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Este mensaje solo contiene destinatarios Bcc."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -11851,11 +11895,11 @@ msgstr ""
"cabecera Apparently-To.\n"
"Enviar de todos modos?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Debes especificar destinatarios para poder enviar el mensaje."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11863,28 +11907,28 @@ msgstr ""
"No pude abrir la carpeta de borradores para esta cuenta.\n"
"Quiere usar la carpeta de borradores predeterminada?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "un remitente desconocido"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "El %a, %d-%m-%Y a las %H:%M, %%s escribi:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Mover Mensaje(s) a"
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Copiar mensaje(s) a"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Esta seguro que quiere editar los %d mensajes?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11892,7 +11936,7 @@ msgstr ""
"Solo puede editar mensajes guardados\n"
"en la carpeta Borradores."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11900,39 +11944,39 @@ msgstr ""
"Solo puede reenviar mensajes\n"
"de la carpeta Enviados."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Esta seguro que quiere reenviar los %d mensajes?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Se hay mensajes seleccionados"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Sobreescribir archivo?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Guardar mensaje como..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Guardar mensajes como..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Mostrar el siguiente mensaje no ledo"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11944,7 +11988,7 @@ msgstr ""
"\n"
"Borrar realmente esos mensajes?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11953,28 +11997,28 @@ msgstr ""
"Error cargando la informacin del filtro:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Filtros"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "%ld de %ld"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Imprimir mensaje"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "US-Letter"
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Ha fallado la impresin del mensaje"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr "Esta seguro que quiere abrir %d mensajes en ventanas separadas?"
@@ -11994,7 +12038,7 @@ msgstr " [script]"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
msgid "Unnamed"
msgstr "Sin nombre"
@@ -12063,20 +12107,20 @@ msgstr ""
"Este nombre solo se usar para mostrar informacin."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Asistente de cuentas de Evolution"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, c-format
msgid "Account %d"
msgstr "Cuenta %d"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Comprobando el servicio"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Conectando al servidor..."
@@ -12241,318 +12285,322 @@ msgstr "ID digitales..."
msgid "Do not quote original message"
msgstr "No puedo abrir el mensaje"
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# libnautilus-private/nautilus-program-chooser.c:1262
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Hecho"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "Carpeta de _borradores:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "_Habilitar"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "Este"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "El mensaje contiene"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "Dir_eccin de correo:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "Vaciar pap_elera al salir"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr "Ejecutar comando de shell"
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "finaliza con"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Propiedades"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Mensaje reenviados"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "Obtener ID digital..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "_Resaltar citas con"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Identidad"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "Incluido en lnea"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Guardar y cerrar"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "Cargar _Imgenes"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "Configuracin del correo"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "Localizacin del Mailbox"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Cabecera del mensaje"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "_Mostrar Mensaje"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "Micronesia"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr "Notificacin"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Informacin opcional"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "Organi_zacin:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
#, fuzzy
msgid "PGP/GPG _Key ID:"
msgstr "ID de la _clave PGP:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Elije un color"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Preguntar al mandar mensajes que tan solo tengan definido el _Bcc"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
#, fuzzy
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Imprimir los contactos seleccionados"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr "Maildir estilo Qmail"
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "No puedo abrir el mensaje"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr "Citado"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr "Re_cuerda esta contrasea"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Responder a:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "Recibiendo mensajes"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Opciones de recepcin"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Recuerda esta contrasea"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "Informacin requerida"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Predeterminados"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Seguridad"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr "MIME seguro"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr "Selecciona letra de anchura fija para HTML"
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr "Selecciona letra de anchura fija en HTML para imprimir"
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr "Selecciona letra de anchura variable en HTML"
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr "Selecciona letra de anchura variable en HTML para imprimir"
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Seleccione el binario de PGP"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "Enviando correo"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr "Carpeta de _mensajes enviados:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Mensajes Enviados y Borradores"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr "El ser_vidor requiere autenticacin"
# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
# components/help/hyperbola-filefmt.c:397
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Configuracin del servidor"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr "_Tipo de servidor:"
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Atajos"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
msgid "Signature #1"
msgstr "Firma #1"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
msgid "Signature #2"
msgstr "Firma #2"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
msgid "Specify _filename:"
msgstr "Especificar nombre de archivo:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "Mailbox estndar de Unix"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Variable"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12562,190 +12610,190 @@ msgstr ""
"\n"
"Pulse Siguiente para comenzar. "
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
msgid "XEmacs"
msgstr "XEmacs"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
msgid "_Add Signature"
msgstr "_Aadir firma"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "C_argar imgenes fuera de la red"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr "Firm_ar siempre el correo saliente al usar esta cuenta"
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr "Tipo de _autenticacin: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "Tipo de _autenticacin: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr "Comprobar el correo _automticamente"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "Comprobar el correo _automticamente"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr "ID del _certificado:"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "Confirmar antes de comprimir una carpeta"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "Firma en _HTML:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
msgid "_Defaults"
msgstr "Pre_determinados"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
msgid "_Enable"
msgstr "_Habilitar"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
msgid "_Forward style:"
msgstr "_Estilo de reenvio:"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
msgid "_Full name:"
msgstr "Nombre _completo:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
msgid "_HTML Mail"
msgstr "Correo en _HTML"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
msgid "_Identity"
msgstr "_Identidad"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "Cargar imgenes si e_l remitente esta el la agenda de direcciones"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "Hacer de esta mi cuenta pre_determinada"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "_Marcar mensajes como Ledo tras"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Nombre:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "_No cargar nunca imgenes desde la red"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "Localizacin del binario de _PGP:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr "Preguntar al mandar mensajes en HTML a contactos que no los quieren"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "Pr_eguntar al mandar mensajes con el asunto vaco"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
msgid "_Receiving Mail"
msgstr "_Recibiendo correo"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Re: Todos"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "_Seguridad"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_Seguridad"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Enviando Correo"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Mostrar tiempo como"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_Archivo de firma:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "U_se conexiones seguras (SSL)"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Variable"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_cada"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
msgid "color"
msgstr "color"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr "descripcin"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12814,126 +12862,131 @@ msgstr "Cargar _Imgenes"
msgid "Loading message content"
msgstr "Cargando el contenido del mensaje"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "Tareas fuera de pla_zo:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%b %d %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Abrir enlace en el Navegador"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Copiar Direccin del enlace"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Guardar enlace como (ARRGLAME)"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Guardar imagen como..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Guardando %s"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s adjunto"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr "No puede analizar el mensaje MIME. Mostrando la fuente."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Fecha"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Direccin errnea"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "De"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Responder a"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "A"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr "Correo"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"Este mensaje est firmado digitalmente. Pulsa en el icono del candado para "
"ms informacin."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "No pude crear un contexto de verificacin PGP."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Este mensaje est firmado digitalmente y es autntico."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
"Este mensaje est firmado digitalmente pero no se puede verificar su "
"autenticidad."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Puntero a sitio FTP (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Puntero a archivo local (%s) valido en %s"
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Puntero a archivo local (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Puntero a sitio FTP (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Puntero a datos externos desconocidos (tipo %s)"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Parte externa al cuerpo del mensaje mal escrita."
@@ -13059,59 +13112,59 @@ msgstr "Moviendo mensajes a %s"
msgid "Copying messages to %s"
msgstr "Copiando mensajes a %s"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "Analizando carpetas en %s"
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Mensaje reenviados"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "Abriendo carpeta %s"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "Abriendo sitio %s"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Eliminando carpeta %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "Guardando carpeta '%s'"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Actualizando carpeta"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Comprimiendo carpeta"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "Obteniendo mensaje %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "Obteniendo %d mensajes(s)"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "Guardando %d mensaje(s)"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13120,7 +13173,7 @@ msgstr ""
"No pude crear el archivo de salida: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13129,11 +13182,11 @@ msgstr ""
"Error guardando mensajes en: %s:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Guardando adjunto"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13142,22 +13195,22 @@ msgstr ""
"No pude crear el archivo de salida: %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "No pude escribir datos: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "Desconectar de %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "Reconectar a %s"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Buscar"
@@ -13230,25 +13283,25 @@ msgstr "Actualizando..."
msgid "Waiting..."
msgstr "Esperando..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "Operacin cancelada por el usuario."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "_Recuerda esta contrasea"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
#, fuzzy
msgid "_Remember this password for the remainder of this session"
msgstr "Recordar esta clave durante el resto de esta sesin"
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "Introduzca su contrasea para %s"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "Introduzca contrasea"
@@ -13271,41 +13324,24 @@ msgstr ""
"\n"
"Quiere guardar los cambios?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Nombre:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Guardar firma"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "Archivo de firma en HTML:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Reenviado mensaje - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Mensaje reenviado"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Mensaje reenviado"
@@ -13362,67 +13398,67 @@ msgstr "(Sin asunto)"
msgid "%s - Message"
msgstr "%s - Mensaje"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Sin leer"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Visto"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Contestado"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "Mltiples mensajes sin leer"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "Mltiples mensajes"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "La ms baja"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Ms baja"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Ms alta"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "La ms alta"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Hoy %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Ayer %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %l:%M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%d %b %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "Generando la lista de mensajes"
@@ -13512,68 +13548,96 @@ msgstr "Previsualizacin"
msgid "Flag to Follow Up"
msgstr "_Nombre completo..."
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "Analizando carpetas bajo %s en %s"
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "Analizando carpetas de nivel superior en %s"
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "Suscribiendo a carpeta %s"
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "De-suscribiendo la carpeta %s"
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Carpeta"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Guardar en carpeta..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "No se ha seleccionado ningn servidor"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Por favor seleccione un servidor."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr "_Regenerar la lista "
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "Todas las carpetas"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "Mostrar opciones"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "Abril"
+
+# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
+# src/nautilus-window.c:1267
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Cerrar"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Mostrar opciones"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "Carpetas cuyo nombre comience por:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "Administrar Suscripciones"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "Mostrar _carpetas del servidor:"
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Regenerar la lista"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Elija un archivo"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Elija un archivo"
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_Suscribir"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "De-s_uscribir"
@@ -13584,28 +13648,29 @@ msgstr "La carpeta contiene el Resumen de Evolution"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "La carpeta contiene el Resumen de Evolution"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Compositor de correo de Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Factora para el control de tareas de Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Componente de correo del resumen de trabajo de Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Configuracin del resumen"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr "Aarhus"
@@ -23410,23 +23475,23 @@ msgstr "Zurich"
msgid "Folder containing the Evolution Summary"
msgstr "La carpeta contiene el Resumen de Evolution"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Citas"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Sin citas"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr "%k:%M %d %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l:%M %d %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
msgid "No description"
msgstr "Sin descripcin"
@@ -23487,11 +23552,11 @@ msgstr "Aadir"
msgid "Shown"
msgstr "Shannon"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "No hay tareas"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(Sin descripcin)"
@@ -23524,7 +23589,7 @@ msgstr "Imprimir resumen"
msgid "Printing of Summary failed"
msgstr "Ha fallado la impresin del resumen"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "El componente de resumen de trabajo no pudo inicializar Bonobo.\n"
@@ -24802,18 +24867,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Factora para el compositor de correo de Evolution."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Configuracin del correo"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "La shell de Evolution."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Mostrar detalles"
@@ -24839,7 +24904,7 @@ msgstr "Aadir una carpeta"
msgid "Drafts"
msgstr "Borradores"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Entrada"
@@ -25280,27 +25345,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution "
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Abriendo carpeta %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Abriendo carpeta %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "Abrir en %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "No pude cambiar el nombre a la carpeta: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -25384,31 +25449,31 @@ msgstr "_Trabajar Desconectado"
msgid "Work Offline"
msgstr "Trabajar desconectado"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(No hay carpetas mostrndose)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(nada)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution est conectado. Pulse este botn para trabajar "
"desconectado."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evolution est en proceso de desconectarse."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -25432,7 +25497,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "No puedo configurar una carpeta local -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -25443,19 +25508,19 @@ msgstr ""
"%s ha fallado inesperadamente. Deber salir de Evolution y volver\n"
"a entrar para poder acceder otra vez a esa informacin."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Argumentos invlidos"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "No puedo registrarme en OAF"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "No se encontr la base de datos de configuracin"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Error genrico"
@@ -25659,7 +25724,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%d%% completado)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<pinche aqu para seleccionar una carpeta>"
@@ -25700,63 +25765,63 @@ msgstr ""
"El error del sistema de activacin es:\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "Error CORBA"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Interrumpido"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "Argumento invlido"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "Ya tiene un dueo"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Sin dueo"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "No encontrado"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Tipo no soportado"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Schema no soportado"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Operacin no soportada"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Error interno"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Salir"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "URI no vlida"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Tiene subcarpetas"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "No queda sitio"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "El antiguo dueo a muerto"
@@ -25810,28 +25875,20 @@ msgid "Specify where to create the folder:"
msgstr "Especifique donde crear la carpeta:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Crear una _Nueva Carpeta..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
+#, fuzzy
+msgid "_Account:"
+msgstr "Cuenta %d"
+
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
msgid "_Folder Name:"
msgstr "_Nombre de la carpeta:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
-#, fuzzy
-msgid "_Server:"
-msgstr "Nombre del _servidor:"
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "Nombre de _usuario:"
@@ -25932,15 +25989,15 @@ msgstr "No me preguntes ms veces"
msgid "Evolution can import data from the following files:"
msgstr "Evolution puede importar datos de los siguiente s archivos:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution est terminando ..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25950,7 +26007,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25960,53 +26017,57 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "No me preguntes ms veces"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "No puedo acceder a la shell de Ximian Evolution."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "No puedo inicializar la shell de Ximian Evolution: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Deshabilitar pantalla de entrada"
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "Comenzando a importar"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Comenzando importadores inteligentes"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Enviar la salida de depurado de todos los componente a un archivo."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "No puedo inicializar el sistema de componentes Bonobo."
@@ -26226,16 +26287,6 @@ msgstr "Mostrar un semana laboral"
msgid "Week"
msgstr "Semana"
-# #-#-#-#-# nautilus-es.po (Nautilus) #-#-#-#-#
-# src/nautilus-window.c:1267
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Cerrar"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "Cerrar este elemento"
@@ -27186,10 +27237,6 @@ msgstr "Aadir carpeta a su lista de carpetas suscritas"
msgid "F_older"
msgstr "_Carpetas"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Regenerar la lista"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Regenerar la lista de carpetas"
@@ -27756,20 +27803,20 @@ msgstr "Mensaje"
msgid "Don't show this message again."
msgstr "No mostrar otra vez este mensaje."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "Buscar ahora"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
msgid "_Clear"
msgstr "_Limpiar"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Limpiar"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Buscar ahora"
@@ -27795,6 +27842,81 @@ msgstr "init_corba(): no pude inicializar GNOME"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonob(): no pude inicializar Bonobo"
+#~ msgid "Error in search expression."
+#~ msgstr "Error buscando la expresin."
+
+#~ msgid "Restarting search."
+#~ msgstr "Reiniciando bsqueda."
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "No pude analizar la URL `%s'"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "Correo electrnico 2"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "No pude crear el servicio de la alarma de notificacin"
+
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "La reunin empieza: <b>"
+
+#~ msgid "Task begins: <b>"
+#~ msgstr "La tarea empieza: <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "La informacin de disponibilidad comienza: <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr "Empieza: <b>"
+
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "La reunin termina: <b>"
+
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "La informacin de disponibilidad finaliza: <b>"
+
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Tarea completada: <b>"
+
+#~ msgid "Task Due: <b>"
+#~ msgstr "Plazo para la tarea: <b>"
+
+#~ msgid "Non-Participants"
+#~ msgstr "No participan"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Este mensaje no ha sido enviado.\n"
+#~ "\n"
+#~ "Quiere guardar los cambios?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (predeterminada)"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Guardar firma"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "Archivo de firma en HTML:"
+
+#~ msgid " _Refresh List "
+#~ msgstr "_Regenerar la lista "
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "Mostrar _carpetas del servidor:"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "Nombre del _servidor:"
+
#~ msgid ""
#~ "Issuer: %s\n"
#~ "Subject: %s"
@@ -28158,9 +28280,6 @@ msgstr "init_bonob(): no pude inicializar Bonobo"
#~ msgid "Are you sure you want to remove the \"%s\" folder?"
#~ msgstr "Esta seguro que quiere borrar la carpeta %s?"
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "Conectando al servidor LDAP..."
-
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "Esperando la conexin al servidor LDAP..."
@@ -28327,10 +28446,6 @@ msgstr "init_bonob(): no pude inicializar Bonobo"
#~ msgstr "No puedo inicializar el componente de resumen de Evolution."
#, fuzzy
-#~ msgid "Select a service"
-#~ msgstr "Elija un archivo"
-
-#, fuzzy
#~ msgid "Send an email to %s"
#~ msgstr "Enviar un correo"
@@ -28530,9 +28645,6 @@ msgstr "init_bonob(): no pude inicializar Bonobo"
#~ msgid "_Task..."
#~ msgstr "_Tarea..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "Crear o editar cuentas de correo y otras preferencias"
-
#~ msgid "_Mail Settings..."
#~ msgstr "_Configuracin del correo..."
diff --git a/po/et.po b/po/et.po
index 8db8c724bc..88d796a0e4 100644
--- a/po/et.po
+++ b/po/et.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Evolution 1.0.2\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-03-08 19:58+0200\n"
"Last-Translator: Tivo Leedjrv <toivo@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
@@ -37,22 +37,22 @@ msgid "Imports VCard files into Evolution."
msgstr "Impordib VKaardi-vormingus failid Evolution'i."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Fail kui"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Nimi"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "E-post"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Esmane"
@@ -62,16 +62,16 @@ msgstr "Esm"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Assistent"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "ri"
@@ -81,12 +81,12 @@ msgid "Bus"
msgstr "T"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Tagasihelistamine"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Firma"
@@ -97,13 +97,13 @@ msgstr "Firma"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Kodu"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organisatsioon"
@@ -113,19 +113,19 @@ msgstr "Org"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mobiil"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Auto"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Fax tl"
@@ -134,13 +134,13 @@ msgid "Bus Fax"
msgstr "Fax tl"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Kodune faks"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "ri 2"
@@ -149,68 +149,68 @@ msgid "Bus 2"
msgstr "ri 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Kodu 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Muu"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Muu faks"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Piipar"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Raadio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "E-post 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "E-post 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Koduleht"
@@ -219,7 +219,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Osakond"
@@ -228,7 +228,7 @@ msgid "Dep"
msgstr "Osak"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Kontor"
@@ -237,12 +237,12 @@ msgid "Off"
msgstr "Kont"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Tiitel"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Elukutse"
@@ -251,7 +251,7 @@ msgid "Prof"
msgstr "Ala"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Juht"
@@ -264,7 +264,7 @@ msgid "Ass"
msgstr "Abil"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Hdnimi"
@@ -273,12 +273,12 @@ msgid "Nick"
msgstr "Hdnimi"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Abikaasa"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Mrkus"
@@ -291,7 +291,7 @@ msgid "CALUri"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "Vaba-kinni URL"
@@ -342,7 +342,7 @@ msgstr "VKaart %s jaoks"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -350,7 +350,7 @@ msgid "Could not initialize Bonobo"
msgstr "Ei saa laadida Bonobot"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Otsin..."
@@ -358,41 +358,33 @@ msgstr "Otsin..."
msgid "Loading..."
msgstr "Laen..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr "Viga otsingu avaldises."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "hendan LDAP serveriga..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "Lisan kaardi LDAP serverisse..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "Eemaldan kaardi LDAP serverist..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "Muudan kaarti LDAP serveris..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr "Alustan otsingut uuesti."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "Vtan vastu LDAP otsingu tulemused..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Viga kaardi eemaldamisel"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "Ei saa salvestada kokkuvtet: %s: %s"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -440,47 +432,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Control that displays an Evolution addressbook minicard."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Evolution Addressbook minicard viewer"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Evolution component for handling contacts."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Factory for the Addressbook Minicard control"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Factory for the Addressbook's address displayer"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Factory for the Addressbook's address popup"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Factory for the sample Addressbook control"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -500,29 +492,29 @@ msgstr "LDAP server"
msgid "LDAP server containing contact information"
msgstr "Kontaktide infot sisaldav LDAP server"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Uus kontakt"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Kontakt"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Loob uue kontakti"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Uus kontaktide nimekiri"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "Kontaktide _nimekiri"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Loob uue kontaktide nimekirja"
@@ -548,29 +540,29 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "IMAP serveri vastus ei sisaldanud %s infot"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Viga filtriinfo laadimisel:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "IMAP serveri vastus ei sisaldanud %s infot"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr ""
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "Ei saa gnome-vfs initsialiseerida"
@@ -578,21 +570,30 @@ msgstr "Ei saa gnome-vfs initsialiseerida"
msgid "Other Contacts"
msgstr "Teised kontaktid"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Aadressiraamatu avamine ebannestus"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"Aadressiraamatu avamine nurjus. Palun kontrolli, kas otsingutee\n"
+"on ige ja kas sul on sellele vajalikud ligipsuigused."
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"Aadressiraamatu avamine ebannestus. Phjuseks vib\n"
"olla see, et sisestasid vale URI vi kasutatav LDAP server\n"
"on maas"
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -604,52 +605,83 @@ msgstr ""
"ise Evolution'i lhtetekstidest kokku kompileerima.\n"
"Eelnevalt laadi OpenLDAP alljrgneva viida abil.\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"Aadressiraamatu avamine nurjus. Palun kontrolli, kas otsingutee\n"
-"on ige ja kas sul on sellele vajalikud ligipsuigused."
+"Aadressiraamatu avamine ebannestus. Phjuseks vib\n"
+"olla see, et sisestasid vale URI vi kasutatav LDAP server\n"
+"on maas"
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Palun sisesta %s parool (kasutaja %s)"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "lppeb"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "E-post 2"
+msgid "Email begins with"
+msgstr "lppeb"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "Kategooria on"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Suvaline vli sisaldab"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Edasijudnutele..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Suvaline kategooria"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "URI, mida kaustalehitseja nitab"
@@ -664,7 +696,7 @@ msgstr "(puudub)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Peamine e-post"
@@ -716,53 +748,53 @@ msgid " S_how Supported Bases "
msgstr "_Tuvasta toetatavad tbid"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Hlestus"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr " _Eemalda"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr " _Eemalda"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Hlestus"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -866,7 +898,7 @@ msgid "Mappings"
msgstr "Veerised"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "_intervalliga:"
@@ -918,8 +950,8 @@ msgstr "Otsi _kehtivuspiirkonnast:"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Otsin"
@@ -1110,7 +1142,7 @@ msgid "Using email address"
msgstr "See on e-_postiaadress"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1118,13 +1150,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Lisa"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_Lisa"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1165,7 +1197,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1202,7 +1234,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Hlestus"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1284,7 +1316,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1316,11 +1348,11 @@ msgstr "(%d nitamata)"
msgid "Unnamed Contact"
msgstr "Nimetu kontakt"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Kontaktide valimine aadressiraamatust"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "Saatja sisaldab"
@@ -1385,7 +1417,7 @@ msgstr "Koost"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Kontaktiredaktor"
@@ -1455,9 +1487,9 @@ msgstr "Soovib saada _HTML snumeid"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2526,23 +2558,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Kustutada kontakt?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "Kategooriaredaktor pole saadaval."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Antud kontakt kuulub jrgnevatesse kategooriatesse:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Kontakti salvestamine VKaardina"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Ei leidnud vidinat vljale: `%s'"
@@ -2556,7 +2588,7 @@ msgid "Edit Full"
msgstr "Redigeeri kike"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Tisnimi"
@@ -2708,11 +2740,11 @@ msgid "contact-list-editor"
msgstr "kontaktide-nimekirja-redaktor"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Kontaktiloendi redaktor"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Salvesta nimekiri VKaardina"
@@ -2771,20 +2803,20 @@ msgstr "Eriotsing"
msgid "Search"
msgstr "Otsi"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Kaardid puuduvad"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 kaart"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d kaarti"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Viga %s kivitamisel"
@@ -2796,15 +2828,15 @@ msgid "Error modifying card"
msgstr "Viga kaardi muutmisel"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "nnestus"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Tundmatu viga"
@@ -2813,7 +2845,7 @@ msgid "Repository offline"
msgstr "Hoidla offlain"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Juurdeps keelatud"
@@ -2830,7 +2862,7 @@ msgid "Protocol not supported"
msgstr "Mitte toetatud protokoll"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2885,7 +2917,7 @@ msgstr "Viga listi eemaldamisel"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Viga kaardi eemaldamisel"
@@ -2927,160 +2959,160 @@ msgstr "Kaardid puuduvad"
msgid "Copy cards to"
msgstr "Kaardid puuduvad"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Kontakti lisamiseks vajuta siia *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Assistendi telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Telefon tl"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Tagasihelistamise telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Firma telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Kodune telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Aadress tl"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Kodune aadress"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Mobiiltelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Autotelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Telefon tl 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Kodune telefon 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Muu telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Muu aadress"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Aadressiraamat"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Salvesta VKaardina"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Uus kontakt"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Uus kontaktide nimekiri"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Mine kausta"
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_Impordi..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Otsi kontakte"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "_Aadressiraamatu allikad..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "_Pilot'i stted"
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Saada kontakt edasi"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Saada kontaktile snum"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Trki"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Trki mbrik"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "Ko_peeri kausta..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "_Tsta kausta..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Lika"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Kopeeri"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Aseta"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3088,8 +3120,8 @@ msgstr "Aseta"
msgid "Delete"
msgstr "Kustuta"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "Ke_solev vaade"
@@ -3098,7 +3130,7 @@ msgstr "Ke_solev vaade"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,,z,t,u,v,w,,,,,x,y"
@@ -3106,10 +3138,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,,z,t,u,v,w,,,,,x,y"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,,z,t,u,v,w,,,,,x,y"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3238,7 +3278,7 @@ msgid "Include:"
msgstr "Lisa:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Rhtpaigutus"
@@ -3258,12 +3298,12 @@ msgstr "Veerised"
msgid "Number of columns:"
msgstr "Tulpade arv:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Hlestus"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Suund"
@@ -3286,7 +3326,7 @@ msgstr "Paberiallikas:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Pstpaigutus"
@@ -3342,26 +3382,26 @@ msgstr "Laius:"
msgid "_Font..."
msgstr "_Kirjatp..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr "Nimetu sndmus"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Krge"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Keskmine"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Madal"
@@ -3410,37 +3450,37 @@ msgstr "Kalendri ja lesannete stted"
msgid "Configuration control for the Evolution Calendar."
msgstr "Evolution'i kalendrihaldamise komponent."
-# !PARANDA!
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+# !PARANDA!
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Evolution'i kalendri iTip/iMip vaataja"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Evolution'i kalendrihaldamise komponent."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
-msgid "Factory for the Evolution Tasks control"
-msgstr ""
-
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
-msgid "Factory for the calendar iTip view control"
+msgid "Factory for the Evolution Tasks control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
-msgid "Factory for the sample Calendar control"
+msgid "Factory for the calendar iTip view control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
-msgid "Factory to centralize calendar component editor dialogs"
+msgid "Factory for the sample Calendar control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
-msgid "Factory to create a component editor factory"
+msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
+msgid "Factory to create a component editor factory"
msgstr ""
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
@@ -3507,7 +3547,7 @@ msgstr ""
"meeldetuletusdialoogi."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Hoiatus"
@@ -3534,15 +3574,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Seda ksimust rohkem mitte esitada."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "GNOME lhtestamine nurjus"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Ei saa tekitada alarmiga mrguande teenust"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr ""
@@ -3558,7 +3594,7 @@ msgstr "Kirjeldus sisaldab"
msgid "Comment contains"
msgstr "Kommentaar sisaldab"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Puudub"
@@ -3569,7 +3605,7 @@ msgstr "%A, %d. %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a, %d. %b"
@@ -3626,37 +3662,37 @@ msgstr "Ida"
msgid "W"
msgstr "L"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Vaba"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Kinni"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Pole alanud"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "Ts"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Lpetatud"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3667,33 +3703,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Puudub"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Korduv"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Mratud"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Jah"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Ei"
@@ -3713,7 +3749,7 @@ msgstr "Ndala vaade"
msgid "Month View"
msgstr "Kuu vaade"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3724,10 +3760,10 @@ msgid "Folder containing appointments and events"
msgstr "Kohtumisi ja sndmusi sisaldav kaust"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "lesanded"
@@ -3736,59 +3772,59 @@ msgstr "lesanded"
msgid "Folder containing to-do items"
msgstr "lesandeid sisaldav kaust"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr "Uus sndmus"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr "Sndmus"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Lisab uue sndmuse"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr "Uudistekanalite seadistused"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr "Kohtumine"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Lisab uue lesande"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr "Uus lesanne"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_lesanne"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Lisab uue lesande"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Uus sndmus"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "Uus _sndmus"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Lisab uue sndmuse"
@@ -4001,7 +4037,7 @@ msgstr "Meeldetuletajad"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Kokkuvte:"
@@ -4030,7 +4066,7 @@ msgstr "sndmuse lppu"
msgid "hour(s)"
msgstr "tund(i)"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "minuti(t)"
@@ -4208,7 +4244,7 @@ msgid "_Fri"
msgstr "_R"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_ldine"
@@ -4350,61 +4386,61 @@ msgstr " (Thtaeg "
msgid "Due "
msgstr "Thtaeg "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Ei saanud uuendada objekti!"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Ei saanud uuendada objekti!"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Muuda sndmust"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Sndmus - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "lesanne - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Peviku sissekanne - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Kokkuvte puudub"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Salvesta kui..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr ""
@@ -4476,13 +4512,13 @@ msgstr "Kordumine"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Planeering"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Kohtumine"
@@ -4603,7 +4639,7 @@ msgid "Member"
msgstr "Liige"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4827,7 +4863,7 @@ msgstr "Lpetamise pev:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Vajab tegevust"
@@ -4854,11 +4890,11 @@ msgstr "Philine"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Kellele mratud"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4927,13 +4963,13 @@ msgstr "90%"
msgid "100%"
msgstr "10%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Kustutan valitud objektid"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "A_va"
@@ -4943,30 +4979,30 @@ msgstr "A_va"
msgid "_Save as..."
msgstr "Salvesta kui..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Trki..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "_Lika"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Kopeeri"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4995,8 +5031,8 @@ msgstr "_Mrgi lesanded lpetatuks"
msgid "_Delete Selected Tasks"
msgstr "_Kustuta valitud lesanded"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Objektide uuendamine"
@@ -5053,14 +5089,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a, %d.%m.%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a, %d.%m.%Y %I:%M:%S %p"
@@ -5082,164 +5118,146 @@ msgstr ""
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A, %d. %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d. %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "el"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pl"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Uus _sndmus"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Uus kogu peva _sndmus"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Kohtumine"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Uus lesanne"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Trki"
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "Mine tnasele _pevale"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_Mine kuupevale..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_Publitseeri vaba/hivatud infot"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "Hlestus"
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Hlestus"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "_Salvesta kui..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "_Ajasta kohtumine"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "Edasta i_Kalendrina"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Mrgi see sndmus _nihutatavaks"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Ku_stuta see sndmus"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Kustuta k_ik sndmused"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr "GNOME Pilot vahendid ei paista sellesse ssteemi paigaldatud olevat."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr "Viga %s kivitamisel."
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
-msgstr "Kohtumise algus: <b>"
-
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
-msgstr "lesande algus: <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr "Hivatuse informatsioon algab: <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr "Algus: <b>"
-
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr "Kohtumise lpp: <b>"
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr "Hivatuse informatsioon lpeb: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
+#: calendar/gui/e-itip-control.c:593
+#, fuzzy
+msgid "<b>Ends:</b> "
msgstr "Lpp: <b>"
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr "Valmis: <b>"
+#: calendar/gui/e-itip-control.c:606
+#, fuzzy
+msgid "<b>Completed:</b> "
+msgstr "Lpetatud "
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr "lesande thtaeg: <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr "iKalendri informatsioon"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr "iKalendri viga"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr "Tundmatu isik"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
@@ -5247,333 +5265,333 @@ msgstr ""
"<br> Palun vaata jrgnev info le ja vali allpool olevast menst endale "
"sobilik tegevus."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Puudub</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "As_ukoht:"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "_Olek:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr "Vastu vetud"
# !PARANDA!
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr "Proovinusolek"
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "Tagasi lkatud"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Tundmatu"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr "Vali tegevus"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr "Uuenda"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "Olgu"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr "Nustu"
# !PARANDA!
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr "Proovinusolek"
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr "Lkka tagasi"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr "Vaba/hivatud info saatmine"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr "Saadab vrskeima informatsiooni"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Thista"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> publitseeris kohtumise info."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "Kohtumise info"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> soovib saada sinu kohalolekut kohtumisel."
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Ettepanek kohtumiseks"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, fuzzy, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> soovib saada vrskeimat infot kohtumise kohta."
# !PARANDA!
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Kohtumise info uuendus"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> soovib saada vrskeimat infot kohtumise kohta."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "Soov muuta kohtumist"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> vastas kohtumise pringule."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Kohtumise vastus"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> thistas kohtumise."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Kokkusaamise thistamine"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, fuzzy, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> thistas kohtumise."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "Vigane kohtmise snum"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> avalikustas lesande info."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "lesande info"
# !PARANDA!
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> soovib, et sa tidaksid lesande."
# !PARANDA!
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr "Ettepanek lesandeks"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, fuzzy, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> soovib saada vrskeimat infot lesande kohta."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "lesande uuendus"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> soovib saada vrskeimat infot lesande kohta."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "Soov muuta lesannet"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> vastas lesande mramisele."
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "lesande vastus"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> katkestas lesande."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "lesande thistamine"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "Vigane lesande snum"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> avalikustas vaba/hivatud info."
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "Vaba/hivatud info"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> soovib saada sinu vaba/hivatud infot."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "Soov saada vaba/hivatud infot"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b> vastas vaba/hivatud pringule."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "Vaba/hivatud vastus"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr "Vigane vaba/hivatud snum"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr "Snum ei tundu olevalt igesti vormistatud"
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr "Snum sisaldab ainult toetamata pringuid."
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr "Manus ei sisalda arusaadavat kalendriteadet"
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr "Manus ei sisalda vaadeldavaid kalendri elemente"
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "Kirje saatmine ebannestus!\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "Uuendamine lpetatud\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr "Kalendrifaili ei saa uuendada!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
"Osavtja olekut ei olnud vimailk uuendada, kuna objekti enam ei eksisteeri"
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr "Osavtja olekut ei ole vimailk uuendada, kuna selle olek on vigane!\n"
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr "Osavtja olek uuendatud\n"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr "Osavtja olekut ei ole vimailk uuendada!\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "Eemaldamine lpetatud"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "Kirje saadetud!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr "Kirje saatmine ebannestus!\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Vali kaust"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Vali kaust"
@@ -5619,7 +5637,7 @@ msgstr "alguskuup."
msgid "Chair Persons"
msgstr "Juhid"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "Vajalikud osalejad"
@@ -5628,56 +5646,57 @@ msgid "Optional Participants"
msgstr "Vimalikud osalejad"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "Mitteosalejad"
+#, fuzzy
+msgid "Resources"
+msgstr "Ressurss"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Individuaalne"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Grupp"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Ressurss"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Ruum"
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Juht"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "Nutav osaleja"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Vimalik osavtja"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "Mitteosaleja"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Katseline"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Delegeeritud"
@@ -5688,22 +5707,22 @@ msgstr "Ts"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %d. %B %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a, %d.%m.%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d.%m.%Y"
@@ -5768,8 +5787,8 @@ msgstr "Kohtumise _algus:"
msgid "Meeting _end time:"
msgstr "Kohtumise l_pp:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "Avan %s lesanded"
@@ -5784,7 +5803,7 @@ msgstr "Ei saa laadida '%s' lesandeid"
msgid "The method required to load `%s' is not supported"
msgstr "`%s' laadimiseks vajalik meetod ei ole toetatud."
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Ei saa avada '%s' kausta"
@@ -5804,26 +5823,42 @@ msgstr "Kustutan valitud objektid"
msgid "Expunging"
msgstr "Thjendan kausta"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Uus _sndmus..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Ei saa avada '%s' kausta"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "`%s' avamiseks vajalik meetod on toetamata"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "Avan %s kalendri"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Avan kausta %s"
@@ -5884,51 +5919,51 @@ msgstr "Oktoober"
msgid "September"
msgstr "September"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr "Vaja on vhemalt hte osavtjat"
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr "Organiseerija peab olema mrtud."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr "Teave sndmuse kohta"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr "Teave lesande kohta"
# !PARANDA! - siia peaks leidma sna, mis ei oleks eitav
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
#, fuzzy
msgid "Journal information"
msgstr "Mittekohustuslik info"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr "Vaba/Hivatud informatsioon"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr "Kalendri info"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "Uuenda"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Vrskenda nimekirja"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Sa pead ise olema sndmusest osavtja."
@@ -6164,7 +6199,7 @@ msgid "Print Calendar"
msgstr "Trki kalender"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Trkkimise eelvaade"
@@ -6188,7 +6223,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "Kuvatava lesannete kausta URI"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
#, fuzzy
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
@@ -6201,12 +6236,12 @@ msgstr ""
"\n"
"Kas testi eemaldame kustutatud snumid?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Seda ksimust rohkem mitte esitada."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Trki kaardid"
@@ -8137,7 +8172,7 @@ msgstr "Snumite liigutamine"
msgid "Copying messages"
msgstr "Snumite liigutamine"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8145,46 +8180,46 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Katkestatud."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Ootamatu vastus POP serverilt: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
msgid "No data provided"
msgstr ""
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "Ei saa krptida snumit: saajate aadressid on mramata."
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8192,18 +8227,24 @@ msgid ""
"%.*s"
msgstr "Snumi %s puhverdamine ebannestus: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Snumi %s puhverdamine ebannestus: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Snumi lahtikrptimine ebannestus."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Snumi lahtikrptimine ebannestus."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "Ei saa kontrollida snumit: Ajutise faili loomine ebannestus: %s"
@@ -8442,7 +8483,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Serverilt saadi vigane autentimise vastus."
@@ -8562,7 +8603,7 @@ msgstr ""
msgid "No provider available for protocol `%s'"
msgstr ""
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8608,11 +8649,11 @@ msgstr "Snumi lahtikrptimine ebannestus."
msgid "Failed to verify certificates."
msgstr "Sertifikaatide kontroll ebannestus."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr ""
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr ""
@@ -8823,77 +8864,105 @@ msgstr "Kausta mbernimetamine nurjus: %s: vigane operatsioon"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Ei saa muuta kausta nime: %s: kausta ei ole olemas"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Operatsioon katekstatud"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "Server katkestas ootamatult: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Ootamatu vastus IMAP serverilt: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAPi ksk ebannestus: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "Serveri vastus lppes liiga vara."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "IMAP serveri vastus ei sisaldanud %s infot"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Ootamatu OK vastus IMAP serverilt: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Ei saa luua kataloogi %s: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "Ei saa laadida %s kokkuvtet"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "Kaust hvitati ja taasloodi serveris."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Kontrollin muudetud snumite olemasolu"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Snumi lahtikrptimine ebannestus."
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Ei saa ktte snumit: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Snumit ei leitud"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "See snum ei ole hetkel kttesaadav"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "Vtan kokkuvtvat infot uute snumite kohta"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Kontrollin uute snumite olemasolu"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "Ei leia snumi sisu FETCH vastuses."
@@ -8918,7 +8987,7 @@ msgstr "Kontrollin uusi snumeid"
msgid "Check for new messages in all folders"
msgstr "Kontrolli uusi snumeid kikides kaustades"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Kaustad"
@@ -8948,7 +9017,7 @@ msgstr "E-posti loetakse ja hoitakse IMAP serveris."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Parool"
@@ -8956,77 +9025,77 @@ msgstr "Parool"
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP server %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s teenus %s jaoks %s peal"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "hendus katkestatud"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Ei saa henduda %s (port: %d): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"Ei saa luua hendust POP serveriga.\n"
"Viga kasutajanime saatmisel: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "Operatsioon ei ole toetatud"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Autentimine ebannestus."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "Kaust ei ole thi"
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "IMAP server %s ei toeta ksitud autentimistpi %s"
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "Autentimistbi %s tugi puudub"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sPalun sisesta IMAP parool %s@%s jaoks"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Sa ei sisestanud parooli."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9034,19 +9103,24 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "Kausta %s ei leitud"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "Kausta nimi ei tohi sisaldada Return smbolit"
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Tundmatu viga: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -9190,27 +9264,6 @@ msgstr ""
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Snumi lisamine maildir kausta nurjus: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Ei saa ktte snumit: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Snumit ei leitud"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9300,18 +9353,18 @@ msgstr "%s lukustamine nurjus: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9320,11 +9373,11 @@ msgstr ""
"Ei saa ktte snumit %s kaustast %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr ""
@@ -9429,12 +9482,13 @@ msgstr "Tundmatu viga: %s"
msgid "Could not store folder: %s"
msgstr "Kausta mbernimetamine ebannestus: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Viga ajutise kirjakasti kirjutamisel: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Ajutisse kirjakasti kirjutamine ebannestus: %s: %s"
@@ -9642,7 +9696,7 @@ msgstr "Jta snumid serverisse"
msgid "Delete after %s day(s)"
msgstr "Kustuta %s peva mdumisel"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9729,7 +9783,7 @@ msgid "No such folder `%s'."
msgstr "Kausta '%s' ei ole olemas."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9783,7 +9837,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Snumite trantsport sendmail programmiga"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -9896,40 +9950,40 @@ msgstr "Autentimine on vajalik"
msgid "Welcome response error"
msgstr "RSET vastuse viga: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"Ei saa luua hendust POP serveriga.\n"
"Viga kasutajanime saatmisel: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr "Snum ei tundu olevalt igesti vormistatud"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "AUTH pring letas ajalimiidi: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "RSET vastuse viga: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "SMTP server %s ei toeta ksitud autentimistpi %s"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sPalun sisesta %s@%s SMTP parool"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9940,90 +9994,90 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP server %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "SMTP posti saatmine %s kaudu"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "Ei saa saata snumit: saatja aadress on vigane"
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Snumi saatmine"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "Ei saa saata snumit: saajate aadressid on mramata."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "Ei saa saata snumit: saajate aadressid on mramata."
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "SMTP tervitus"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "RSET pring letas ajalimiidi: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "RSET vastuse viga: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP autentimine"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "Viga SASL autentimisobjekti loomise."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "AUTH pring letas ajalimiidi: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "AUTH pring nurjus"
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Halb autentimisvastus serverilt.\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "MAIL FROM pring letas ajalimiidi: %s: snum ji saatmata"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr "MAIL FROM vastuse viga: %s: snum ji saatmata"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "RCPT TO pring letas ajalimiidi: %s: snum ji saatmata"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "DATA pring letas ajalimiidi: %s: snum ji saatmata"
@@ -10031,39 +10085,39 @@ msgstr "DATA pring letas ajalimiidi: %s: snum ji saatmata"
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr "RSET vastuse viga: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
"DATA saatmine letas ajalimiidi: snumi thistamine: %s: snum ji saatmata"
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr "Serverilt saadi vigane autentimise vastus."
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "RSET pring letas ajalimiidi: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr "RSET vastuse viga: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "AUTH pring letas ajalimiidi: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr "RSET vastuse viga: %s"
@@ -10137,7 +10191,7 @@ msgstr "MIME tp:"
msgid "Suggest automatic display of attachment"
msgstr "Soovita manuse automaatset kuvamist"
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Aadressiraamatu vaatamiseks kliki siia"
@@ -10148,45 +10202,45 @@ msgstr "Aadressiraamatu vaatamiseks kliki siia"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Vastus:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "Saatja:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Teema:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "Adressaat:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "Sisesta snumi adressaadid"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Koopia:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Sisesta aadressid, milledele saadetakse snumi koopiad"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Pimekoopia:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10195,11 +10249,16 @@ msgstr "Sisesta aadressid, millele saadetakse snumi pimekoopiad."
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "Porto"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "Kirjeldus puudub"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10219,48 +10278,48 @@ msgstr ""
"Viga faili %s lugemisel:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Hoiatus!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "Fail on juba olemas. Kirjutada le?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Viga faili salvestamisel: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Viga faili laadimisel: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr ""
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10269,7 +10328,7 @@ msgstr ""
"Viga kirja automaatsel salvestamisel: %s\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10277,55 +10336,34 @@ msgstr ""
"Ximian Evolution leidis eelmisest sessioonist salvestamata faile.\n"
"Kas sa soovid ritada nende taastamist?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Snum on saatmata.\n"
-"\n"
-"Kas sa soovid muudatused salvestada?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "Hoiatus: salvestamata snum"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Ava fail"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Allkirja salvestamine"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (vaikimisi)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Snumi koostamine"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10333,7 +10371,7 @@ msgstr ""
"Ei saa luua snumiredaktori akent:\n"
"Ei saa aktiveerida HTML redaktori komponenti."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10397,7 +10435,7 @@ msgstr "Teema sisaldab"
msgid "Subject does not contain"
msgstr "Teema ei sisalda"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10425,92 +10463,92 @@ msgstr "Kategooriad"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a, %d.%m.%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a, %d.%m.%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a, %d.%m.%Y %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a, %d.%m.%Y %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%d.%m.%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%d.%m.%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%d.%m.%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%d.%m.%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%d.%m.%Y %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%d.%m.%Y %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "sekundit"
@@ -10625,33 +10663,33 @@ msgstr ""
"Viga regulaaravaldises '%s':\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Thtis"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "Cork"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
#, fuzzy
msgid "Personal"
msgstr "Pownal"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Togo"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "prast"
@@ -10922,7 +10960,7 @@ msgstr "ei ole"
msgid "is not Flagged"
msgstr "Thistatud"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr "Laurel"
@@ -10989,7 +11027,7 @@ msgstr "on viksem kui"
msgid "Score"
msgstr "Skoor"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Saatja"
@@ -11026,7 +11064,7 @@ msgstr "algab"
msgid "Stop Processing"
msgstr "Peata ttlemine"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Teema"
@@ -11093,7 +11131,7 @@ msgstr "Kontrollin %s"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Post"
@@ -11159,7 +11197,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution impordib sinu Netscape andmeid"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Prgi"
@@ -11231,67 +11269,70 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
-msgid "Evolution component for handling mail."
+msgid ""
+"Configure mail preferences, including security and message display, here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Evolution'i kalendrihaldamise komponent."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "Loob vi muudab mailikontosid ja muid stteid"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+msgid "Evolution component for handling mail."
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Evolution'i snumiredaktor."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Evolution'i snumikausta kuvamise komponent."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "E_i kordu"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr "Kontod"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "E-posti seadistamisliides"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr ""
@@ -11316,262 +11357,262 @@ msgstr "Omadused..."
msgid "Change this folder's properties"
msgstr "Muudab selle kataloogi omadusi"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr ""
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Hoiatus: salvestamata snum"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Uus snum"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_Saada snum"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Snumi koostamine"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Uus snum"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Eelmisele snumile"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Uus snum"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr ""
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr ""
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "hendun serverisse..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr ""
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "\"%s\" omadused"
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Omadused"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Ajutise kataloogi loomine nurjus: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "uued: %d"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "peidetud: %d"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "valitud: %d"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "saatmata: %d"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "saadetud: %d"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "kokku: %d"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "Loo snumi baasil _Virtuaalne Kaust"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "VKaust _teema jrgi"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "VKaust _saatja jrgi"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "VKaust _adressaatide jrgi"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "VKaust _postiloendi jrgi"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Filter t_eema jrgi"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Filter saat_ja jrgi"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Filter a_dressaatide jrgi"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Filter p_ostiloendi jrgi"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "_Redigeeri kui uut snumit..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Trki"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "_Vasta saatjale"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Vasta postiloendisse"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Vasta kigile"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Saada edasi"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Lpetatud"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Puhasta"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "_Mrgi loetuks"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Mrgi kui l_ugemata"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Mrgi t_htsaks"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "Mrgi vhet_htsaks"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Taasta"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "_Tsta kausta..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "Ko_peeri kausta..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Lisa saatja aadressiraamatusse"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "Rakenda filtrid"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "Loo snumi baasil _reegel"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "VKaust _postiloendi jrgi"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filter p_ostiloendi jrgi"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "VKaust _postiloendi jrgi"
@@ -11642,20 +11683,20 @@ msgstr ""
msgid "Evolution Account Editor"
msgstr "Evolution'i kontoredaktor"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Host:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "_Konto nimi:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_Kataloog:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Sa ei saa luua he nimega kahte kontot."
@@ -11684,7 +11725,7 @@ msgid "Enable"
msgstr "Luba"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Lubatud"
@@ -11734,7 +11775,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11742,30 +11783,30 @@ msgid ""
"Would you like to configure it now?"
msgstr ""
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
msgstr ""
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
msgstr ""
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Saata sellegipoolest?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11773,99 +11814,99 @@ msgstr ""
"Sellel snumil on teema vli thi.\n"
"Kas saadame ilma teemata?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr ""
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
msgstr ""
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "tundmatu saatja"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "%%s kirjutas %a, %d.%m.%Y kell %H:%M:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Tsta snum(id) kausta..."
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Kopeeri snum(id) kausta..."
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
msgstr ""
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
msgstr ""
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "htegi snumit ei ole valitud"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Kirjutada fail le?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Snumi salvestamine teise nimega..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Snumite salvestamine teise nimega..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Kuvab jrgmise lugemata snumi"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11877,7 +11918,7 @@ msgstr ""
"\n"
"Kas testi eemaldame kustutatud snumid?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11886,28 +11927,28 @@ msgstr ""
"Viga filtriinfo laadimisel:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Filtrid"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "Tmban %d. snumit %dst"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Snumi trkkimine"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "US-Letter"
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Snumi trkkimine nurjus"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -11928,7 +11969,7 @@ msgstr "Kirjeldus puudub"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "Nimetu kontakt"
@@ -11996,20 +12037,20 @@ msgid ""
msgstr ""
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Evolution'i kontoassistent"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Konto"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Teenuse kontrollimine"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "hendun serverisse..."
@@ -12184,320 +12225,324 @@ msgstr "Diditaalsed ID'd..."
msgid "Do not quote original message"
msgstr "Snumi avamine ebannestus"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Valmis"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "_Mustandite kaust:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "_Luba"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "Idast"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "E-posti aadress sisaldab"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "E-posti aadress:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "Programmist vljumisel _puhasta prgikaust"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr "Kivita tegevused"
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "lppeb"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Omadused"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Edasi saadetud snumid"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "Hangi Digitaalne ID..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "_Rhuta tsitaate"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Identiteet"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "Snumi sees"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Salvesta ja sulge"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "_Lae pildid"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "E-posti seadistamine"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr ""
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Kirja pis"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "Snumi _kuvamine"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "Mikroneesia"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr "E-posti seadistamine"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
# !PARANDA! - siia peaks leidma sna, mis ei oleks eitav
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Mittekohustuslik info"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "T_koht:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
#, fuzzy
msgid "PGP/GPG _Key ID:"
msgstr "PGP _Vtme ID:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Vali vrvus"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr ""
"Tpsustus, kui ptakse saata snumit, millel on kirjeldatud ainult "
"pimekoopia adressaadid"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
#, fuzzy
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Trkib valitud kontaktid"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr ""
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "Snumi avamine ebannestus"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr "Tsitaadina"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr "_Jta see parool meelde"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Vastus:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "E-posti vastuvtmine"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Vastuvtmise valikud"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Jta see parool meelde"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "Kohustuslik info"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Vaikimisi"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Turvalisus"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr "Secure MIME"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Vali PGP programm"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "E-posti saatmine"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr "Saadetud _snumite kaust:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Saadetud snumid ja mustandid"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr "Server vajab _autentimist"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Serveri seadistused"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr "Serveri _tp: "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Kiirvalikud"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Allkirja salvestamine"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Allkirja salvestamine"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Stiili nimi:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "Standardne Unix'i mbox"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Muutlik"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12507,200 +12552,200 @@ msgstr ""
"\n"
"Jtkamiseks vajuta \"Jrgmine\". "
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr "Idast"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_HTML allkiri:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "L_ae pildid alati vrgust"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr "Vljuvad snumid _allkirjastatakse alati selle konto abil"
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr "_Autentimise tp: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "_Autentimise tp: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr "_Kontrolli uusi snumeid automaatselt"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "_Kontrolli uusi snumeid automaatselt"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr "_Sertifikaadi ID:"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "Kausta puhastamisel ksi kinnitust"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "_HTML allkiri:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "Vaikimisi"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Luba"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "Saada edasi mratud kujul"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "_Tisnimi"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "HTML snumis"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr "Identiteet"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "_Lae pildid ainult, kui saatja on aadressiraamatus"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "See konto on minu _vaikimisi konto"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "_Mrgi snum loetuks peale"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Nimi:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "_ra lae htegi pilti vrgust"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "_PGP programmi asukoht:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr "Tpsustus, kui ptakse saata HTML snumit isikule, kes seda ei soovi"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "Tpsustus, kui ptakse saata snumit ilma teemata"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "Posti vastuvtmine"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Vasta kigile"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "_Turvalisus"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_Turvalisus"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Posti saatmine"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Nita aega kui"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_HTML allkiri:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "Kasuta turvalist hendust (_SSL)"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Muutlik"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_intervalliga:"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " vrvusega"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr "kirjeldus"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12769,127 +12814,132 @@ msgstr "_Lae pildid"
msgid "Loading message content"
msgstr ""
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "_Hilinenud lesanded:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%d. %b %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr ""
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Kopeeri viida asukoht"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr ""
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Salvesta pilt kui..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Kontrollin %s"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "\"%s\" tpi manus"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Kuupev"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr ""
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Kellelt"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr ""
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Kellele"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Koopia"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Pimekoopia"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr ""
"\n"
"Postiprogramm:"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"See snum on digitaalselt allkirjastatud. Lisainfo jaoks kliki lukuikoonil."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "henduse loomine POP serveriga nurjus: %s"
# !PARANDA! - kas on ikka tpne tlge?
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "See snum on digitaalselt allkirjastatud ja autentne."
# !PARANDA! - kas on ikka tpne tlge?
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr "See snum on digitaalselt allkirjastatud kuid ei ole autentne."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Viide FTP saidile (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Viide kohalikule failile (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr ""
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr ""
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -13011,59 +13061,59 @@ msgstr "Tstan snumid %s"
msgid "Copying messages to %s"
msgstr ""
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "Kontrollin kaustu \"%s\""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Edasi saadetud snumid"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "Avan kausta %s"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr ""
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Eemaldan kausta %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "Silitan Kausta '%s'"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Vrskendan kausta"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Thjendan kausta"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "Vtan vastu snumit %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "Vtan vastu %d teadet"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "Salvestan %d snumit"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13072,40 +13122,40 @@ msgstr ""
"Vljundfaili loomine nurjus: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Manuse salvestamine"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "hendun lahti: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "Taastan henduse: %s"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Otsi"
@@ -13176,24 +13226,24 @@ msgstr "Uuendan..."
msgid "Waiting..."
msgstr "Ootan..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "Kasutaja katkestas t."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "_Jta see parool meelde"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "Palun sisesta %s parool"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "Sisesta parool"
@@ -13216,41 +13266,24 @@ msgstr ""
"\n"
"Kas sa soovid muudatused salvestada?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Nimi:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Allkirja salvestamine"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "HTML allkirjafail:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Edasi saadetud snum - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Edasi saadetud snum"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Edasi saadetud snum"
@@ -13303,67 +13336,67 @@ msgstr "(Teema puudub)"
msgid "%s - Message"
msgstr "%s - snum"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Ngemata"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Nhtud"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Vastatud"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "Mitu ngemata snumit"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "Mitu snumit"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "Madalaim"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Madal"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Krge"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "Krgeim"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Tna %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Eile %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a, %l:%M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%d. %b %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%d. %b %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "Snumite nimekirja koostamine"
@@ -13442,68 +13475,94 @@ msgstr "Eelvaade"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "Kontrollin %s all olevaid kaustu serveris \"%s\""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "Kontrollin juurtaseme kaustu servers \"%s\""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "Kausta \"%s\" tellimine"
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "Kausta \"%s\" tellimuse lpetamine"
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Kaust"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Salvesta kausta..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "htegi serverit ei ole valitud"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Palun vali server."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr "_Vrskenda nimekiri"
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "Kik kaustad"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "Nita hlestusi"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "Aprill"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Sulge"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Nita hlestusi"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "Kaustad, mille nimi algab stringiga:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "Tellimuste haldamine"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "Nita _kaustu serverist:"
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Vrskenda nimekirja"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Vali kaust"
+
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Vali fail"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_Telli"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "_Lpeta tellimus"
@@ -13513,26 +13572,27 @@ msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Evolution'i kalendrihaldamise komponent."
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Evolution'i snumiredaktor."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
msgid "Factory for Evolution Summary's configuration control."
msgstr ""
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
msgid "Factory for the Evolution Summary component."
msgstr ""
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Kokkuvtte stted"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr "rhus"
@@ -23333,23 +23393,23 @@ msgstr "Zrich"
msgid "Folder containing the Evolution Summary"
msgstr ""
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Sndmused"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Sndmused puuduvad"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr "%k:%M %d. %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l:%M %d. %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
msgid "No description"
msgstr "Kirjeldus puudub"
@@ -23412,11 +23472,11 @@ msgstr "_Lisa"
msgid "Shown"
msgstr "Vihmavalingud"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "lesanded puuduvad"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(Kirjeldus puudub)"
@@ -23448,7 +23508,7 @@ msgstr "Kokkuvtte trkkimine"
msgid "Printing of Summary failed"
msgstr "Kokkuvtte trkkimine ebannestus"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "Bonobo laadimine ebannestus.\n"
@@ -24726,19 +24786,19 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Evolution'i kalendrihaldamise komponent."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Snumite stted"
# !PARANDA!
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Evolution'i shell"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Nita detaile"
@@ -24765,7 +24825,7 @@ msgstr "Vali kaust"
msgid "Drafts"
msgstr "Mustandid"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Sisendkast"
@@ -25182,27 +25242,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution "
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Avan kausta %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Avan kausta %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "Ava programmiga %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Kausta mbernimetamine ebannestus: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -25283,31 +25343,31 @@ msgstr "Siirdu aut_onoomsesse olekusse"
msgid "Work Offline"
msgstr "Siirdu autonoomsesse olekusse"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Kausta ei nidata)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(Puudub)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution on hetkel vrku hendatud. Autonoomsesse olekusse "
"siirdumiseks vajuta seda nuppu."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evolution siirdub autonoomsesse olekusse."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -25327,7 +25387,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr ""
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -25338,19 +25398,19 @@ msgstr ""
"lpetas ootamatult. Et nendele andmetele uuesti ligi pseda, pead\n"
"sa Evolution'i sulgema ja seejrel taaskivitama."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Vigased argumendid"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr ""
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "Ei leia hlestusandmebaasi"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "ldine viga"
@@ -25552,7 +25612,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%d%% valmis)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<kausta valimiseks kliki siia>"
@@ -25585,63 +25645,63 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "CORBA viga"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Katkestatud"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "Vigane parameeter"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Omanik puudub"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Ei leitud"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Toetamata tp"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Toetamata skeem"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Toetamata tegevus"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Sisemine viga"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Olemas"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "Vigane URI"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Sisaldab alamkaustu"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Vaba ruum on otsas"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -25699,29 +25759,21 @@ msgid "Specify where to create the folder:"
msgstr "Kirjelda, kuhu tuleb kaust luua:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Loo _uus kaust..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Kausta nimi:"
+msgid "_Account:"
+msgstr "Konto"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "_Serveri nimi:"
+msgid "_Folder Name:"
+msgstr "Kausta nimi:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "_Konto nimi:"
@@ -25815,15 +25867,15 @@ msgstr "Seda ksimust mitte rohkem esitada"
msgid "Evolution can import data from the following files:"
msgstr "Evolution suudab importida andmeid jrgnevatest failidest:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution lpetab t ..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25833,7 +25885,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25843,53 +25895,57 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Seda ksimust mitte rohkem esitada"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr ""
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr ""
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Keela tiitelkuva"
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "Impordi alustamine"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Impordi alustamine"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Bonobo komponentide ssteemi lhtestamine nurjus"
@@ -26103,14 +26159,6 @@ msgstr "Nitab hte tndalat"
msgid "Week"
msgstr "Ndal"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Sulge"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "Sulgeb elemendi"
@@ -27050,10 +27098,6 @@ msgstr "Lisab kausta sinu tellitud kaustade nimekirja"
msgid "F_older"
msgstr "_Kaust"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Vrskenda nimekirja"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Vrskenda kaustade nimekirja"
@@ -27617,21 +27661,21 @@ msgstr "Snum"
msgid "Don't show this message again."
msgstr "Seda teadet enam mitte nidata."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "Otsi nd"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Puhasta"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Puhasta"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Otsi nd"
@@ -27657,6 +27701,81 @@ msgstr "init_corba(): GNOME lhtestamine nurjus"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): Bonobo lhtestamine nurjus"
+#~ msgid "Error in search expression."
+#~ msgstr "Viga otsingu avaldises."
+
+#~ msgid "Restarting search."
+#~ msgstr "Alustan otsingut uuesti."
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "Ei saa salvestada kokkuvtet: %s: %s"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "E-post 2"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Ei saa tekitada alarmiga mrguande teenust"
+
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Kohtumise algus: <b>"
+
+#~ msgid "Task begins: <b>"
+#~ msgstr "lesande algus: <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Hivatuse informatsioon algab: <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr "Algus: <b>"
+
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Kohtumise lpp: <b>"
+
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Hivatuse informatsioon lpeb: <b>"
+
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Valmis: <b>"
+
+#~ msgid "Task Due: <b>"
+#~ msgstr "lesande thtaeg: <b>"
+
+#~ msgid "Non-Participants"
+#~ msgstr "Mitteosalejad"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Snum on saatmata.\n"
+#~ "\n"
+#~ "Kas sa soovid muudatused salvestada?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (vaikimisi)"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Allkirja salvestamine"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "HTML allkirjafail:"
+
+#~ msgid " _Refresh List "
+#~ msgstr "_Vrskenda nimekiri"
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "Nita _kaustu serverist:"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "_Serveri nimi:"
+
#, fuzzy
#~ msgid "_Browse..."
#~ msgstr "_Tsta mujale..."
@@ -28150,9 +28269,6 @@ msgstr "init_bonobo(): Bonobo lhtestamine nurjus"
#~ "\n"
#~ "Avalik vti: "
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "hendan LDAP serveriga..."
-
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "Ootan hendust LDAP serveriga..."
@@ -28471,9 +28587,6 @@ msgstr "init_bonobo(): Bonobo lhtestamine nurjus"
#~ msgid "_Task..."
#~ msgstr "_lesanne"
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "Loob vi muudab mailikontosid ja muid stteid"
-
#~ msgid "_Mail Settings..."
#~ msgstr "_Snumite stted..."
diff --git a/po/eu.po b/po/eu.po
index 42ff99141e..ab51aa12ed 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 1.1.0\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2001-05-25 13:35+0200\n"
"Last-Translator: Josu Walio <josu@elhuyar.com>\n"
"Language-Team: Euskara\n"
@@ -30,22 +30,22 @@ msgid "Imports VCard files into Evolution."
msgstr "VCard fitxategiak Evolution-era inportatzen ditu."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Jaso honela"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Izena"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Helb. el."
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Nagusia"
@@ -55,16 +55,16 @@ msgstr "Nag"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Laguntzailea"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Lanekoa"
@@ -74,12 +74,12 @@ msgid "Bus"
msgstr "Lan"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Atzeradeia"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Enpresakoa"
@@ -90,13 +90,13 @@ msgstr "Enp"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Etxekoa"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Erakundea"
@@ -106,19 +106,19 @@ msgstr "Erak"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mugikorra"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Autokoa"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Laneko faxa"
@@ -127,13 +127,13 @@ msgid "Bus Fax"
msgstr "Lan fax"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Etxeko faxa"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Laneko 2.a"
@@ -142,68 +142,68 @@ msgid "Bus 2"
msgstr "Lan 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Etxeko 2.a"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Bestelakoa"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Beste fax bat"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Bilagailua"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Irrati-telefonoa"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex-a"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "Teletipoa"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "2. helb. el."
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "3. helb. el."
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Web gunea"
@@ -212,7 +212,7 @@ msgid "Url"
msgstr "URLa"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Saila"
@@ -221,7 +221,7 @@ msgid "Dep"
msgstr "Sai"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Bulegoa"
@@ -230,12 +230,12 @@ msgid "Off"
msgstr "Bul"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Kargua"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Lanbidea"
@@ -244,7 +244,7 @@ msgid "Prof"
msgstr "Lanb"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Zuzendaria"
@@ -257,7 +257,7 @@ msgid "Ass"
msgstr "Lag"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Goitizena"
@@ -266,12 +266,12 @@ msgid "Nick"
msgstr "Goit"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Ezkontidea"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Oharra"
@@ -284,7 +284,7 @@ msgid "CALUri"
msgstr "EguURI"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "Libre-okupatuta URLa"
@@ -335,7 +335,7 @@ msgstr "%s(r)en VCard-a"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -343,7 +343,7 @@ msgid "Could not initialize Bonobo"
msgstr "Ezin izan da Bonobo hasieratu"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Bilatzen..."
@@ -351,41 +351,33 @@ msgstr "Bilatzen..."
msgid "Loading..."
msgstr "Kargatzen..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr "Errorea bilaketa-adierazpenean."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "LDAP zerbitzariarekin konektatzen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "LDAP zerbitzarian txartela gehitzen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "LDAP zerbitzaritik txartela kentzen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "LDAP zerbitzariko txartela aldatzen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr "Bilaketa berrabiarazten."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "LDAP bilaketaren emaitzak jasotzen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Errorea txartela kentzean"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "Ezin izan da `%s' URLa analizatu"
-
#: addressbook/conduit/address-conduit.c:293
msgid "Default Sync Address:"
msgstr "Sinkronizazio-helbide lehenetsia:"
@@ -432,47 +424,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Evolution-en helbide-liburuko minitxartela erakusten duen kontrola."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Evolution-en helbide-liburuko minitxartelen ikustailea"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Kontaktuak maneiatzeko Evolution-en osagaia"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Helbide-liburuko minitxartelak kontrolatzeko fabrika"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Helbide-liburuko helbideen bistaratzailearen fabrika"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Helbide-liburuko helbideen pop-up-erako fabrika"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Mostrako helbide-liburuaren kontrolerako fabrika"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -492,28 +484,28 @@ msgstr "LDAP zerbitzaria"
msgid "LDAP server containing contact information"
msgstr "Kontaktuen informazioa duen LDAP zerbitzaria"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Kontaktu berria"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Kontaktua"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Sortu kontaktu berria"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Kontaktuen zerrenda berria"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr "_Kontaktuen zerrenda"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Sortu kontaktu-zerrenda berria"
@@ -539,30 +531,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "IMAP zerbitzariaren erantzunak ez zeukan %s informaziorik"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Errorea iragazki-informazioa kargatzean:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "IMAP zerbitzariaren erantzunak ez zeukan %s informaziorik"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "(SSL ez da onartzen Evolution-en bertsio honetan)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "Ezin izan da gnome-vfs hasieratu"
@@ -570,21 +562,30 @@ msgstr "Ezin izan da gnome-vfs hasieratu"
msgid "Other Contacts"
msgstr "Beste kontaktu batzuk"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Ezin da helbide-liburua ireki"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"Ezin izan dugu helbide-liburu hori ireki. Egiaztatu bide-izena\n"
+"badagoela eta atzitzeko baimena baduzula. "
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"Ezin izan dugu helbide-liburu hori ireki. Horrek esan nahi du\n"
"okerreko URIa idatzi duzula, edo LDAP zerbitzaria\n"
"ez dabilela"
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -596,52 +597,83 @@ msgstr ""
"programa konpilatu behar duzu CVS iturburuetatik\n"
"beheko estekatik OpenLDAP eskuratuz.\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"Ezin izan dugu helbide-liburu hori ireki. Egiaztatu bide-izena\n"
-"badagoela eta atzitzeko baimena baduzula. "
+"Ezin izan dugu helbide-liburu hori ireki. Horrek esan nahi du\n"
+"okerreko URIa idatzi duzula, edo LDAP zerbitzaria\n"
+"ez dabilela"
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Idatzi %s(r)en pasahitza (%s erabiltzailea)"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "honela amaitzen da"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "2. helb. el."
+msgid "Email begins with"
+msgstr "honela amaitzen da"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "Kategoria da"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Edozein eremuk hau dauka"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Aurreratua..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Edozein kategoria"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "Karpeta-arakatzaileak bistaratuko duen URIa"
@@ -656,7 +688,7 @@ msgstr "(bat ere ez)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Helb el. nagusia"
@@ -708,53 +740,53 @@ msgid " S_how Supported Bases "
msgstr "_Begiratu zein mota onartzen diren"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Aukerak"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "_Kendu"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr "_Kendu"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Aukerak"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -864,7 +896,7 @@ msgid "Mappings"
msgstr "Marjinak"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "_dagoen, maiztasun honekin"
@@ -918,8 +950,8 @@ msgstr "Bilaketa _barrutia: "
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Bilaketa"
@@ -1117,7 +1149,7 @@ msgid "Using email address"
msgstr "Helbide elektronikoa"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1125,13 +1157,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Gehitu"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_Gehitu"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1174,7 +1206,7 @@ msgid "_Download limit:"
msgstr "_Deskarga-muga"
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1211,7 +1243,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "Au_kerak"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1294,7 +1326,7 @@ msgstr "Helbide-liburuko izen-hautaketaren interfazerako fabrika"
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1326,11 +1358,11 @@ msgstr "(%d ez da erakusten)"
msgid "Unnamed Contact"
msgstr "Kontaktu izengabea"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Hautatu kontaktuak helbide-liburutik"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "bidaltzaileak hau dauka"
@@ -1395,7 +1427,7 @@ msgstr "Lankidetza"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Kontaktu-editorea"
@@ -1465,9 +1497,9 @@ msgstr "HT_ML mezuak jaso nahi ditu"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2530,23 +2562,23 @@ msgstr "Ziur zaude kontu hau ezabatu nahi duzula?"
msgid "Delete Contact?"
msgstr "Kontaktua ezabatu?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "Kategoria-editorea ez dago erabilgarri."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Kontaktu hau kategoria hauetakoa da:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Gorde kontaktua VCard gisa"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "Teletipoa"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Ezin izan da eremu baten trepeta aurkitu: `%s'"
@@ -2560,7 +2592,7 @@ msgid "Edit Full"
msgstr "Editatu osorik"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Izen osoa"
@@ -2712,11 +2744,11 @@ msgid "contact-list-editor"
msgstr "contact-list-editor"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Kontaktu-zerrendaren editorea"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Gorde zerrenda VCard gisa"
@@ -2775,20 +2807,20 @@ msgstr "Bilaketa aurreratua"
msgid "Search"
msgstr "Bilatu"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Txartelik ez"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "txartel bat"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d txartel"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Errorea %s abiaraztean"
@@ -2800,15 +2832,15 @@ msgid "Error modifying card"
msgstr "Errorea txartela aldatzean"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "Behar bezala egin da"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Errore ezezaguna"
@@ -2817,7 +2849,7 @@ msgid "Repository offline"
msgstr "Biltegia deskonektatuta"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Baimena ukatuta"
@@ -2834,7 +2866,7 @@ msgid "Protocol not supported"
msgstr "Protokoloa ez da onartzen"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2889,7 +2921,7 @@ msgstr "Errorea zerrenda kentzean"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Errorea txartela kentzean"
@@ -2927,158 +2959,158 @@ msgstr "Eraman txartelak hona"
msgid "Copy cards to"
msgstr "Kopiatu txartelak hemen"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Egin klik hemen kontaktua gehitzeko *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Telefono nagusia"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Laguntzailearen telefonoa"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Laneko telefonoa"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Atzera deitzeko telefonoa"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Enpresako telefonoa"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Etxeko telefonoa"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Laneko helbidea"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Etxeko helbidea"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Telefono mugikorra"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Autoko telefonoa"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Laneko 2. telefonoa"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Etxeko 2.telefonoa"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Beste telefono bat"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Beste helbide bat"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Helbide-liburua"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Gorde VCard gisa"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Kontaktu berria"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Kontaktuen zerrenda berria"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Joan karpeta honetara..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_Inportatu..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Bilatu kontaktuak"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "_Helbide-liburuaren iturburuak..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "_Pilot-en ezarpenak..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Birbidali kontaktua"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Bidali mezua kontaktuari"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Inprimatu"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Inprimatu gutun-azala"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
msgid "Copy to folder..."
msgstr "Kopiatu karpeta honetan..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
msgid "Move to folder..."
msgstr "Eraman karpeta honetara..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Ebaki"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Kopiatu"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Itsatsi"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3086,8 +3118,8 @@ msgstr "Itsatsi"
msgid "Delete"
msgstr "Ezabatu"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "_Uneko ikuspegia"
@@ -3096,7 +3128,7 @@ msgstr "_Uneko ikuspegia"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
@@ -3104,10 +3136,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3232,7 +3272,7 @@ msgid "Include:"
msgstr "Sartu:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Horizontala"
@@ -3252,12 +3292,12 @@ msgstr "Marjinak"
msgid "Number of columns:"
msgstr "Zutabe-kopurua:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Aukerak"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Orientazioa"
@@ -3280,7 +3320,7 @@ msgstr "Paper-iturria:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Bertikala"
@@ -3336,26 +3376,26 @@ msgstr "Zabalera:"
msgid "_Font..."
msgstr "_Letra-tipoa..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr "Hitzordu izengabea"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Handia"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Normala"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Txikia"
@@ -3404,37 +3444,37 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Evolution-en mezu-prestatzailerako fabrika."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Evolution-en egutegiaren iTip/iMip ikustailea"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Egutegia maneiatzeko Evolution-en osagaia."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr "Evolution-en Zereginen kontrolerako fabrika."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Egutegiaren iTip ikuspegiaren kontrolerako fabrika"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Mostrako egutegi-kontrolerako fabrika"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr "Egutegi-osagaien editorearen elkarrizketak zentralizatzeko fabrika"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Osagaien editorearen fabrika sortzeko fabrika"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Alarma bidezko jakinarazpen-zerbitzua"
@@ -3499,7 +3539,7 @@ msgstr ""
"dago. Oroigarri normala bistaratuko da."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Abisua"
@@ -3525,15 +3565,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Ez galdetu programa horri buruz berriro."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Ezin izan da GNOME hasieratu"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Ezin izan da sortu alarma bidezko jakinarazpen-zerbitzua"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "Ezin izan da sortu alarma bidezko jakinarazpen-zerbitzuaren fabrika"
@@ -3549,7 +3585,7 @@ msgstr "Azalpenak hau dauka"
msgid "Comment contains"
msgstr "Iruzkinak hau dauka"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Ez dator bat"
@@ -3560,7 +3596,7 @@ msgstr "%A, %Y %B %d"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a, %b %d"
@@ -3619,37 +3655,37 @@ msgstr "E"
msgid "W"
msgstr "M"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Libre"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Okupatuta"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Ez da hasi"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "Egiten ari da"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Eginda"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3660,33 +3696,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Bat ere ez"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Errepikatua"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Esleitua"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Bai"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Ez"
@@ -3706,7 +3742,7 @@ msgstr "Astearen ikuspegia"
msgid "Month View"
msgstr "Hilabetearen ikuspegia"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3717,10 +3753,10 @@ msgid "Folder containing appointments and events"
msgstr "Hitzorduak eta gertaerak dituen karpeta"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Zereginak"
@@ -3729,53 +3765,53 @@ msgstr "Zereginak"
msgid "Folder containing to-do items"
msgstr "Egiteko elementuak dauzkan karpeta"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr "Hitzordu berria"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr "_Hitzordua"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Sortu hitzordu berria"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr "Bilera berria"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr "_Bilera"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
msgid "Create a new meeting request"
msgstr "Sortu bilera-eskaera berria."
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr "Zeregin berria"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Zeregina"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Sortu zeregin berria"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Hitzordu berria"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "_Hitzordua"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Sortu hitzordu berria"
@@ -3989,7 +4025,7 @@ msgstr "Oroigarriak"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Laburpena:"
@@ -4018,7 +4054,7 @@ msgstr "hitzordu-amaiera baino"
msgid "hour(s)"
msgstr "ordu"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "minutu"
@@ -4196,7 +4232,7 @@ msgid "_Fri"
msgstr "_Or."
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_Orokorra"
@@ -4337,61 +4373,61 @@ msgstr "(Falta: "
msgid "Due "
msgstr "Falta: "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Ezin izan da objektua eguneratu!"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Ezin izan da objektua eguneratu!"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Editatu hitzordua"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Hitzordua - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Zeregina - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Egunkariko sarrera - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Laburpenik ez"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Gorde honela..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Ezin da uneko bertsioa lortu!"
@@ -4463,13 +4499,13 @@ msgstr "Errepikapena"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Antolaketa"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Bilera"
@@ -4591,7 +4627,7 @@ msgid "Member"
msgstr "Kidea"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4814,7 +4850,7 @@ msgstr "Osatze-data:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Ekintza behar du"
@@ -4841,11 +4877,11 @@ msgstr "Oinarrizkoa"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Esleipena"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4914,13 +4950,13 @@ msgstr "%90"
msgid "100%"
msgstr "%100"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Hautatutako objektuak ezabatzen"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Ireki"
@@ -4930,30 +4966,30 @@ msgstr "_Ireki"
msgid "_Save as..."
msgstr "Gorde honela..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Inprimatu..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "E_baki"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "Ko_piatu"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4982,8 +5018,8 @@ msgstr "Ma_rkatu zereginak 'Osatuta' gisa"
msgid "_Delete Selected Tasks"
msgstr "_Ezabatu hautatutako zereginak"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Objektuak eguneratzen"
@@ -5040,14 +5076,14 @@ msgid "URL"
msgstr "URLa"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %Y/%m/%d %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %Y/%m/%d %I:%M:%S %p"
@@ -5069,490 +5105,472 @@ msgstr "%02i minutu-zatiketa"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A, %B %d"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%b %d"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Hitz_ordu berria"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Egun osoko gertaera _berria"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Bilera berria"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Zeregin berria"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Inprimatu..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "_Joan gaurko egunera"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_Joan data jakin batera..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_Argitaratu libre/okupatuta informazioa"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "Konfiguratu %s"
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Konfiguratu %s"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "_Gorde honela..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "Antolatu _bilera"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "Birbidali _iCalendar gisa"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Egin _agerraldi hau aldagarri"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Ezabatu _agerraldi hau"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Ezabatu agerraldi _guztiak"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr "Ez dirudi GNOME Pilot tresnak instalatuta dauzkazunik sisteman."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr "Errorea %s exekutatzean."
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
-msgstr "Bileraren hasiera: <b>"
-
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
-msgstr "Zereginaren hasiera: <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr "Libre/okupatura informazioaren hasiera: <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr "Hasiera: <b>"
-
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr "Bileraren amaiera: <b>"
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr "Libre/okupatura informazioaren amaiera: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
+#: calendar/gui/e-itip-control.c:593
+#, fuzzy
+msgid "<b>Ends:</b> "
msgstr "Amaiera: <b>"
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr "Zeregina eginda: <b>"
+#: calendar/gui/e-itip-control.c:606
+#, fuzzy
+msgid "<b>Completed:</b> "
+msgstr "Eginda "
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr "Zeregina egiteko: <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr "iCalendar informazioa"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr "iCalendar errorea"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr "Pertsona ezezaguna"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
"<br> Aztertu ondorengo informazioa, eta hautatu ekintza bat beheko menuan."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Bat ere ez</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "K_okalekua:"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
msgid "Status:"
msgstr "Egoera:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr "Onartua"
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
msgid "Tentatively Accepted"
msgstr "Oraingoz onartua"
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "Ukatua"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Ezezaguna"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr "Aukeratu ekintza bat:"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr "Eguneratu"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "Ados"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr "Onartu"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr "Onartu oraingoz"
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr "Ukatu"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr "Bidali libre/okupatuta informazioa"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr "Eguneratu erantzun-emailearen egoera"
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr "Bidali azken orduko informazioa"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Utzi"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b>(e)k bilera-informazioa argitaratu du."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "Bileraren informazioa"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b>(e)k bilerarako deia egiten dizu."
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Bilera-proposamena"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b>(e)k bilera batean sartu nahi du."
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Bilera-eguneratzea"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b>(e)k bilera-informazio berria jaso nahi du."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "Bilera-eguneratzearen eskaera"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b>(e)k bilera-eskaerari erantzun dio."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Bilera-erantzuna"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b>(e)k bilera bertan behera utzi du."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Bilera bertan behera uztea"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b>(e)k mezu ulertezina bidali du."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "Bilera-mezu txarra"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b>(e)k zeregin-informazioa argitaratu du."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "Zereginaren informazioa"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b>(e)k zeregin bat egiteko eskatzen dizu."
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr "Zeregin-proposamena"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b>(e)k zeregin batean sartu nahi du."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "Zeregin-eguneratzea"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b>(e)k zereginaren informazio berria jaso nahi du."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "Zeregin-eguneratzearen eskaera"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b>(e)k zeregin-esleipenari erantzun dio."
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "Zereginaren erantzuna"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b>(e)k zeregina bertan behera utzi du."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "Zeregina bertan behera uztea"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "Zeregin-mezu txarra"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b>(e)k libre/okupatuta informazioa argitaratu du."
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "Libre/okupatuta informazioa"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b>(e)k libre/okupatuta informazioa eskatzen dizu."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "Libre/okupatuta eskaera"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b>(e)k libre/okupatuta eskaerari erantzun dio."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "Libre/okupatuta erantzuna"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr "Libre/okupatuta mezu txarra"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr "Badirudi fitxategia hondatuta dagoela eta ezin dela berreskuratu."
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr "Mezu honek onartzen ez diren eskaerak bakarrik ditu."
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr "Eranskinak ez du baliozko egutegi-mezurik"
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr "Eranskinak ez du ikusteko moduko egutegi-elementurik"
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
#, fuzzy
msgid "There was an error on the CORBA system\n"
msgstr "Errorea izan da datuak deskargatzean"
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "Elementua ezin izan da bidali!\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "Eguneratzea osatu da\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr "Ezin izan da egutegi-fitxategia eguneratu!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr "Partaidearen egoera ezin da eguneratu elementua ez dagoelako"
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr "Partaidearen egoera ezin da eguneratu egoera baliogabea dagoelako!\n"
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr "Partaidearen egoera eguneratu da\n"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr "Partaidearen egoera ezin izan da eguneratu\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "Kentzea osatu da"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "Elementua bidali da!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr "Elementua ezin izan da bidali!\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Hautatu karpeta"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Hautatu karpeta"
@@ -5598,7 +5616,7 @@ msgstr "data-hasiera"
msgid "Chair Persons"
msgstr "Mahaiburuak"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "Beharrezko partaideak"
@@ -5607,56 +5625,57 @@ msgid "Optional Participants"
msgstr "Aukerako partaideak"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "Ez-partaideak"
+#, fuzzy
+msgid "Resources"
+msgstr "Baliabidea"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Indibiduala"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Taldea"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Baliabidea"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Gela"
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Mahaiburua"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "Beharrezko partaidea"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Aukerako partaidea"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "Ez-partaidea"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Behin-behinekoa"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Delegatua"
@@ -5667,22 +5686,22 @@ msgstr "Egiten ari da"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %B %d, %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a, %Y/%m/%d"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%Y/%m/%d"
@@ -5746,8 +5765,8 @@ msgstr "Bilera _hasteko ordua:"
msgid "Meeting _end time:"
msgstr "Bilera amai_tzeko ordua:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "%s - zereginak irekitzen"
@@ -5762,7 +5781,7 @@ msgstr "Ezin izan dira zereginak kargatu`%s'(e)n"
msgid "The method required to load `%s' is not supported"
msgstr "`%s'kargatzeko behar den metodoa ez da onartzen"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Ezin izan da karpeta ireki`%s'(e)n"
@@ -5781,26 +5800,42 @@ msgstr "Hautatutako objektuak ezabatzen"
msgid "Expunging"
msgstr "Betiko borratzen"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Hitz_ordu berria..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Ezin izan da karpeta ireki`%s'(e)n"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "`%s'irekitzeko behar den metodoa ez da onartzen"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "%s - egutegia irekitzen"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "%s karpeta irekitzen"
@@ -5861,49 +5896,49 @@ msgstr "urria"
msgid "September"
msgstr "iraila"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr "Partaide bat behar da gutxienez"
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr "Antolatzailea ezarri behar da."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr "Gertaera-informazioa"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr "Zereginaren informazioa"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr "Egunkari-informazioa"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr "Libre/okupatuta informazioa"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr "Egutegi-informazioa"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "Eguneratu"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Freskatu zerrenda"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Gertaerako partaidea izan behar duzu."
@@ -6139,7 +6174,7 @@ msgid "Print Calendar"
msgstr "Inprimatu egutegia"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Inprimatzeko aurrebista"
@@ -6163,7 +6198,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "Bistaratu beharreko zeregin-karpetaren URIa"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -6175,12 +6210,12 @@ msgstr ""
"\n"
"Benetan borratu nahi dituzu?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Ez galdetu berriro."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Inprimatu txartelak"
@@ -8106,7 +8141,7 @@ msgstr "Mezuak eramaten"
msgid "Copying messages"
msgstr "Mezuak %s(e)n kopiatzen"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8114,47 +8149,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Bertan behera utzita."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Ustekabeko erantzuna POP zerbitzaritik: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "Ez da fitxategi-izenik eman."
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "Ezin da mezua enkriptatu: ez da hartzailerik zehaztu"
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8162,18 +8197,24 @@ msgid ""
"%.*s"
msgstr "Huts egin du %s mezua cache-an gordetzean: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Huts egin du %s mezua cache-an gordetzean: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Huts egin du mezua deskodetzean."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Huts egin du mezua deskodetzean."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr ""
@@ -8424,7 +8465,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Zerbitzariak autentifikazio-erantzun txarra eman du."
@@ -8546,7 +8587,7 @@ msgstr "Mezuak beste karpeta-multzo bateko kontsulta gisa irakurtzeko"
msgid "No provider available for protocol `%s'"
msgstr "Ez dago hornitzailerik `%s' protokolorako"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8592,11 +8633,11 @@ msgstr "Huts egin du mezua deskodetzean."
msgid "Failed to verify certificates."
msgstr "Huts egin du ziurtagiriak egiaztatzean."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr "Ezin da karpeta hartu: eragiketa baliogabea biltegi honetarako"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr "Ezin da karpeta sortu: eragiketa baliogabea biltegi honetarako"
@@ -8822,77 +8863,105 @@ msgid "Cannot rename folder: %s: No such folder"
msgstr ""
"Ezin izan zaio izena aldatu karpetari: %s: ez dago horrelako karpetarik"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Eragiketa bertan behera utzi da"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "Zerbitzaria deskonektatu egin da ustekabean: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Ustekabeko erantzuna IMAP zerbitzaritik: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP komandoak huts egin du: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "Zerbitzariaren erantzuna lasterregi amaitu da."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "IMAP zerbitzariaren erantzunak ez zeukan %s informaziorik"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Ustekabeko baiezko erantzuna IMAP zerbitzaritik: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Ezin izan da %s direktorioa sortu: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "Ezin izan da %s(r)en laburpena kargatu"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "Karpeta deuseztatu egin da eta berriro sortu zerbitzarian."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Aldatutako mezuen bila eskaneatzen"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Huts egin du mezua berreskuratzean"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Ezin da mezua hartu: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Ez dago horrelako mezurik"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Mezu hau orain ez dago erabilgarri "
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "Mezu berrien laburpen-informazioa bilatzen"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Mezu berrien bila eskaneatzen"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "Ezin izan da mezuaren gorputza aurkitu FETCH erantzunean."
@@ -8917,7 +8986,7 @@ msgstr "Mezu berririk dagoen begiratzen"
msgid "Check for new messages in all folders"
msgstr "Karpeta guztietan begiratu mezurik dagoen"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Karpetak"
@@ -8947,7 +9016,7 @@ msgstr "IMAP zerbitzarietan posta irakurri eta gordetzeko."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Pasahitza"
@@ -8957,78 +9026,78 @@ msgstr ""
"Aukera honek IMAP zerbitzariarekin konektatuko zaitu testu arrunteko "
"pasahitzaren bidez."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "%s SMTP zerbitzaria"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s zerbitzua %s(e)rako %s(e)n"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Konexioa etenda"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Ezin da %s(r)ekin konektatu (%d ataka): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"Ezin da POP zerbitzariarekin konektatu.\n"
"Errorea erabiltzaile-izena bidaltzean: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "Eragiketa ez da onartzen"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Autentifikazioak huts egin du."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "Karpeta ez dago hutsik"
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
"%s IMAP zerbitzariak ez du onartzen eskatutako %s motako autentifikazioa"
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "%s motako autentifikazioa ez da onartzen"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sIdatzi %s@%s(r)en IMAP pasahitza"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Ez duzu idatzi pasahitza."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9039,19 +9108,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "%s karpeta ez dago"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "Karpeta-izenak ezin du Itzulera karaktererik eduki."
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Errore ezezaguna: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "Karpeta gurasoak ez du azpikarpetak edukitzeko baimenik"
@@ -9193,27 +9267,6 @@ msgstr "Maildir mezua eranstea bertan behera utzi da"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Ezin zaio mezua erantsi maildir karpetari: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Ezin da mezua hartu: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Ez dago horrelako mezurik"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9303,18 +9356,18 @@ msgstr "Ezin da karpeta-blokeoa sortu %s(e)n: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Ezin da postontzia ireki: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr "Posta eranstea bertan behera utzi da"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "Ezin zaio mezua erantsi mbox fitxategiari: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9323,11 +9376,11 @@ msgstr ""
"Ezin da mezua hartu: %s %s karpetatik\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "Badirudi fitxategia hondatuta dagoela eta ezin dela berreskuratu."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "Mezu-eraikuntzak huts egin du: Postontzia hondatuta?"
@@ -9434,12 +9487,13 @@ msgstr "Errore ezezaguna: %s"
msgid "Could not store folder: %s"
msgstr "Ezin izan da karpetaren izena aldatu: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Errorea aldi baterako postontzian idaztean: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Huts egin du aldi baterako postontzian idaztean: %s: %s"
@@ -9647,7 +9701,7 @@ msgstr "Utzi mezuak zerbitzarian"
msgid "Delete after %s day(s)"
msgstr "Ezabatu %s egunen ondoren"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9739,7 +9793,7 @@ msgid "No such folder `%s'."
msgstr "`%s' karpeta ez dago."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9792,7 +9846,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Posta-banaketa sendmail programaren bidez"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -9906,41 +9960,41 @@ msgstr "Autentifikazioa behar da"
msgid "Welcome response error"
msgstr "QUIT erantzunaren errorea"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"Ezin da POP zerbitzariarekin konektatu.\n"
"Errorea erabiltzaile-izena bidaltzean: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr "Ez dirudi mezua behar bezala osatuta dagoenik"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "AUTH eskaera denboraz kanpo: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "DATA erantzunaren errorea"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr ""
"%s SMTP zerbitzariak ez du onartzen eskatutako %s motako autentifikazioa"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sIdatzi %s@%s(r)en SMTP pasahitza"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9951,88 +10005,88 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "%s SMTP zerbitzaria"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "SMTP posta-banaketa %s bidez"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "Ezin da mezua bidali: bidaltzailearen helbidea ez da baliozkoa."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Mezua bidaltzen"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "Ezin da mezua bidali: ez da hartzailerik definitu."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
msgid "Cannot send message: one or more invalid recipients"
msgstr "Ezin da mezua bidali: erabiltzaile bat edo gehiago baliogabeak dira"
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "SMTP Agurra"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "RSET eskaera denboraz kanpo: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "RSET erantzunaren errorea"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP Autentifikazioa"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "Errorea SASL autentifikazio-objektua sortzean."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "AUTH eskaera denboraz kanpo: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "AUTH eskaerak huts egin du."
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Zerbitzariak autentifikazio-erantzun txarra eman du.\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "MAIL FROM eskaera denboraz kanpo: %s: posta ez da bidali"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr "MAIL FROM erantzunaren errorea"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "RCTP TO eskaera denboraz kanpo: %s: posta ez da bidali"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr "RCPT TO <%s> huts egin du"
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "DATA eskaera denboraz kanpo: %s: posta ez da bidali"
@@ -10040,36 +10094,36 @@ msgstr "DATA eskaera denboraz kanpo: %s: posta ez da bidali"
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr "DATA erantzunaren errorea"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
"DATA bidalketa denboraz kanpo: mezuaren amaiera: %s: posta ez da bidali"
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr "DATA amaitze-erantzunaren errorea"
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "RSET eskaera denboraz kanpo: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr "RSET erantzunaren errorea"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "AUTH eskaera denboraz kanpo: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr "QUIT erantzunaren errorea"
@@ -10142,7 +10196,7 @@ msgstr "MIME mota:"
msgid "Suggest automatic display of attachment"
msgstr "Proposatu eranskina automatikoki bistaratzea"
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Egin klik hemen helbide-liburura joateko"
@@ -10153,45 +10207,45 @@ msgstr "Egin klik hemen helbide-liburura joateko"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Erantzun honi:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "Nork:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Gaia:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "Nori: "
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "Idatzi mezuaren hartzaileak"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Idatzi mezuaren kopia jasoko dutenen helbideak"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10202,11 +10256,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "Porto"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "Azalpenik ez"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10226,34 +10285,34 @@ msgstr ""
"Errorea %s fitxategia irakurtzean:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Kontuz!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "Fitxategia badago; gainidatzi?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Errorea fitxategia gordetzean: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Errorea fitxategia kargatzean: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "Errorea fitxategia atzitzean: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "Ezin da mezua editoretik berreskuratu"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10262,7 +10321,7 @@ msgstr ""
"Ezin da fitxategian bilatu: %s\n"
"%s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10271,7 +10330,7 @@ msgstr ""
"Ezin da fitxategia trunkatu: %s\n"
"%s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10280,7 +10339,7 @@ msgstr ""
"Errorea mezua automatikoki gordetzean: %s\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10288,49 +10347,28 @@ msgstr ""
"Aurreko saioko fitxategi gorde gabeak aurkitu ditu Ximian Evolution-ek.\n"
"Berreskuratzen saiatu nahi duzu?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Mezu hau ez da bidali.\n"
-"\n"
-"Aldaketak gorde nahi dituzu?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "Kontuz: mezua aldatu egin da"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Ireki fitxategia"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Gorde sinadura"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr "(lehenetsia)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Prestatu mezua"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10338,7 +10376,7 @@ msgstr ""
"Ezin izan da mezua prestatzeko leihoa sortu:\n"
"Ezin da helbidea hautatzeko kontrola aktibatu."
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10346,7 +10384,7 @@ msgstr ""
"Ezin izan da mezua prestatzeko leihoa sortu:\n"
"Ezin da HTML editorearen osagaia aktibatu."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10412,7 +10450,7 @@ msgstr "gaiak hau dauka"
msgid "Subject does not contain"
msgstr "gaiak ez dauka hau"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10439,92 +10477,92 @@ msgstr "Sinkronizatu kategoriak:"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a, %Y/%m/%d %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a, %Y/%m/%d %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a, %Y/%m/%d %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a, %Y/%m/%d %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%Y/%m/%d %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%Y/%m/%d %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%Y/%m/%d %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%Y/%m/%d %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%Y/%m/%d %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%Y/%m/%d %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "segundo "
@@ -10638,33 +10676,33 @@ msgstr ""
"Errorea '%s' adierazpen erregularrean:\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Garrantzitsua"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "Cork"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
#, fuzzy
msgid "Personal"
msgstr "Pownal"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Togo"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "geroago"
@@ -10931,7 +10969,7 @@ msgstr "ez da"
msgid "is not Flagged"
msgstr "ez da Banderaduna"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr "Laurel"
@@ -10998,7 +11036,7 @@ msgstr "hau baino txikiagoa da"
msgid "Score"
msgstr "Puntuazioa"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Bidaltzailea"
@@ -11035,7 +11073,7 @@ msgstr "honela hasten da"
msgid "Stop Processing"
msgstr "Gelditu prozesatzea"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Gaia"
@@ -11102,7 +11140,7 @@ msgstr "%s eskaneatzen"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Posta"
@@ -11168,7 +11206,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Netscape-ko datu zaharrak inportatzen ari da Evolution"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Zakarrontzia"
@@ -11245,68 +11283,71 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Evolution-en mezu-prestatzailerako fabrika."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Evolution-en mezu-prestatzailerako fabrika."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "Sortu edo editatu posta-kontuak eta bestelako hobespenak"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Posta maneiatzeko Evolution-en osagaia."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Evolution-en mezu-prestatzailea."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Evolution-en postaren laneko laburpenaren osagaia."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Posta-karpetak bistaratzeko Evolution-en osagaia."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Posta-karpeten fabrikarako Evolution-en osagaia."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Evolution-en mezu-prestatzailerako fabrika."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Posta-laburpenaren osagairako fabrika."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "Egutegi-hobespenak"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr "Kontuak"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
#, fuzzy
msgid "Mail Preferences"
msgstr "Egutegi-hobespenak"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Posta konfiguratzeko interfazea"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Posta duen karpeta"
@@ -11331,7 +11372,7 @@ msgstr "Propietateak..."
msgid "Change this folder's properties"
msgstr "Aldatu karpeta honen propietateak"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11339,257 +11380,257 @@ msgstr ""
"Posta-ezarpen batzuk hondatuta daudela ematen du, begira ezazu dena ondo "
"dagoen."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "Ez duzu ezarri posta garraiatzeko metodorik"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Kontuz: mezua aldatu egin da"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Posta-mezu berria"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_Posta-mezua"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Prestatu mezua"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Mezu berria"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Aurreko mezua"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Posta-mezu berria"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Ezin da Evolution-en posta-osagaia hasieratu."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr "Ezin da Evolution-en posta konfiguratzeko osagaia hasieratu."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr "Ezin da Evolution-en karpeta-informazioaren osagaia hasieratu."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Zerbitzariarekin konektatzen..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "Ezin da biltegia shell-arekin erregistratu"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "\"%s\" - propietateak"
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Propietateak"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Ezin izan da aldi baterako direktorioa sortu: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d berri"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d ezkutu"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr "%d ikusgarri"
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d hautatuta"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d bidali gabe"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d bidali"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d guztira"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "Sortu _karpeta birtuala mezutik"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "_Gaiaren araberako karpeta birtuala"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "_Bidaltzailearen araberako karpeta birtuala"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "_Hartzailearen araberako karpeta birtuala"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "Po_sta-zerrendaren araberako karpeta birtuala"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "G_aiaren araberako iragazkia"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Bi_daltzailearen araberako iragazkia"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Hart_zailearen araberako iragazkia"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Po_sta-zerrendaren araberako iragazkia"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "_Editatu mezu berri gisa..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Inprimatu"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "Erantzun bidal_tzaileari"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Erantzun zerre_ndari"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Erantzun g_uztiei"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Birbidali"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
#, fuzzy
msgid "Follo_w Up..."
msgstr "Jarrait_u..."
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Bandera o_satuta"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Garbitu ban_dera"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Mar_katu irakurritako gisa"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Markatu i_rakurri gabeko gisa"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Markatu garrantz_itsu gisa"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "Markatu ez-garra_ntzitsu gisa"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Desezabatu"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "Eraman karpeta honetara..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "K_opiatu karpeta honetan..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Gehitu bidaltzailea _helbide-liburuan"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "Aplikatu iragazkiak"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "Sortu _araua mezutik"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "Posta-zerrendaren araberako karpeta birtuala"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Posta-zerrendaren araberako iragazkia (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "Posta-zerrendaren araberako karpeta birtuala (%s)"
@@ -11662,20 +11703,20 @@ msgstr "Ez duzu eman eskatu zaizun informazio guztia."
msgid "Evolution Account Editor"
msgstr "Evolution-en kontu-editorea"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Ostalaria:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "_Erabiltzaile-izena:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_Bide-izena:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Ezin dituzu izen bereko bi kontu izan."
@@ -11704,7 +11745,7 @@ msgid "Enable"
msgstr "Gaitu"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Gaituta"
@@ -11758,7 +11799,7 @@ msgstr ""
" '%s'\n"
"Eta eguneratu egin dira."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11770,7 +11811,7 @@ msgstr ""
"jaso edo prestatu ahal izateko.\n"
"Orain konfiguratu nahi duzu?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11778,7 +11819,7 @@ msgstr ""
"Identitatea konfiguratu behar duzu\n"
"mezua idatzi ahal izateko."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11787,7 +11828,7 @@ msgstr ""
"mezua idatzi ahal izateko."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11795,11 +11836,11 @@ msgstr ""
"HTML formatuko mezua bidaltzera zoaz, baina hartzaile hauek ez dute HTML "
"formatuko mezurik jaso nahi:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Hala ere bidali nahi duzu?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11807,7 +11848,7 @@ msgstr ""
"Mezu honek ez du gairik.\n"
"Ziur zaude bidali nahi duzula?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -11815,11 +11856,11 @@ msgstr ""
"Mezua bidali behar diozun kontaktu-zerrenda helbidea ezkutuan edukitzeko "
"konfiguratuta dagoenez, Bcc hartzaileak bakarrik izango ditu mezuak."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Mezu honek Bcc hartzaileak bakarrik ditu."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -11829,11 +11870,11 @@ msgstr ""
"goiburukoa gehituz.\n"
"Hala ere bidali nahi duzu?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Hartzaileak zehaztu behar dituzu mezua bidaltzeko."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11841,30 +11882,30 @@ msgstr ""
"Ezin da kontu honetako zirriborroen karpeta ireki.\n"
"Zirriborroen karpeta lehenetsia erabili nahi duzu?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "bidaltzaile ezezaguna"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr ""
"Jatorrizko mezua:\n"
"data: %a, %Y-%m-%d %H:%M, egilea: %%s"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Eraman mezua(k) hona"
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Kopiatu mezua(k) hemen"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Ziur zaude %d mezuak editatu nahi dituzula?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11872,7 +11913,7 @@ msgstr ""
"Zirriborroen karpetan gordetako mezuak bakarrik\n"
"edita ditzakezu."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11880,32 +11921,32 @@ msgstr ""
"Bidalitako mezuen karpetako mezuak bakarrik\n"
"bidal ditzakezu berriro."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Ziur zaude %d mezuak berriro bidali nahi dituzula?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Ez duzu mezurik hautatu"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Fitxategia gainidatzi?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Gorde mezua honela..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Gorde mezuak honela..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
msgid "Go to next folder with unread messages?"
msgstr "Irakurri gabeko mezuak dituen hurrengo karpetara joan?"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
@@ -11913,7 +11954,7 @@ msgstr ""
"Karpeta honetan ez dago mezu gehiago.\n"
"Hurrengo karpetara joan nahi duzu?"
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11925,7 +11966,7 @@ msgstr ""
"\n"
"Benetan borratu nahi dituzu?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11934,28 +11975,28 @@ msgstr ""
"Errorea iragazki-informazioa kargatzean:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Iragazkiak"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, c-format
msgid "Page %d of %d"
msgstr "%d/%d orria"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Inprimatu mezua"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "US-Letter"
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Huts egin du mezua inprimatzean"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr "Ziur zaude %d mezuak leiho banatan ireki nahi dituzula?"
@@ -11976,7 +12017,7 @@ msgstr "Azalpenik ez"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "Kontaktu izengabea"
@@ -12049,20 +12090,20 @@ msgstr ""
"bakarrik erabiliko da kontu-izen hori."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Evolution-eko kontuaren morroia"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Kontua"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Zerbitzua egiaztatzen"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Zerbitzariarekin konektatzen..."
@@ -12237,312 +12278,316 @@ msgstr "ID digitalak..."
msgid "Do not quote original message"
msgstr "Ezin da mezua ireki"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Eginda"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "Z_irriborroen karpeta:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "_Gaitu"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "Ekialdea"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "Helb. el.ak hau dauka"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "_Helbide elektronikoa:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "_Hustu zakarrontziko karpetak irtetean"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
msgid "Execute Command..."
msgstr "Exekutatu komandoa..."
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "honela amaitzen da"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Propietateak"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Birbidalitako mezuak"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "Hartu ID digitala..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "_Aipuak nabarmentzeko erabili "
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Identitatea"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "Barnean"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Gorde eta itxi"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "Kargatu iru_diak"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "Posta-konfigurazioa"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "Postontziaren kokalekua"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Mezuaren goiburukoa"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "_Mezu-bistaratzea"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "Mikronesia"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
msgid "New Mail Notification"
msgstr "Mezu berrien jakinarazpena"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Aukerako informazioa"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "E_rakundea:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
msgid "PGP/GPG _Key ID:"
msgstr "PGP/_GPG gakoaren IDa:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Aukeratu kolorea"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Abisatu B_cc hartzaileak bakarrik dituzten mezuak bidali aurretik"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy (PGP/GPG)"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Inprimatu hautatutako kontaktuak"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr "Qmail maildir "
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "Ezin da mezua ireki"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr "Aipamen gisa"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr "_Gogoratu pasahitz hau"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Erantzun honi:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "Mezuak jaso"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Jasotzeko aukerak"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Gogoratu pasahitz hau"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "Beharrezko informazioa"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Lehenespenak"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Segurtasuna"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
msgid "Secure MIME (S/MIME)"
msgstr "MIME segurua (S/MIME)"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Hautatu PGP bitarra"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "Mezuak bidali"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr "_Bidalitako mezuen karpeta:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Bidalitako mezuak eta zirriborroak"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr "Zerbitzariak _autentifikazioa behar du"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Zerbitzariaren konfigurazioa"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr "_Zerbitzari-mota: "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Lasterbideak"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Gorde sinadura"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Gorde sinadura"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Zehaztu fitxategi-izena:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "Unix mbox estandarra"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Aldakorra"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12552,201 +12597,201 @@ msgstr ""
"\n"
"Hasteko, egin klik \"Hurrengoa\"n."
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr "Ekialdea"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_Sinadura-fitxategia:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "_Kargatu beti irudiak saretik kanpo"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr "_Beti sinatu kontu honetatik bidalitako mezuak"
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr "_Autentifikazio-mota: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
msgid "_Authentication type: "
msgstr "_Autentifikazio-mota: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr "_Automatikoki begiratu mezu berririk"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "_Automatikoki begiratu mezu berririk"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
#, fuzzy
msgid "_Beep when new mail arrives"
msgstr "Egin bip mezu berriak iristen direnean"
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr "_Ziurtagiri-IDa:"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "Berretsi karpeta betiko borratzean"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "_HTML sinadura:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "Lehenespenak"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
#, fuzzy
msgid "_Do not notify me when new mail arrives"
msgstr "Ez jakinarazi mezu berriak iristen direnean"
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Gaitu"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "Birbidali honela"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
msgid "_Full name:"
msgstr "_Izen osoa:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "HTML postan"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr "Identitatea"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "_Kargatu irudiak bidaltzailea helbide-liburuan badago"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "Lehenetsi _kontu hau"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "_Markatu mezuak irakurritako gisa"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Izena:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "_Inoiz ez kargatu irudirik saretik kanpo"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "_PGP bide-izen bitarra:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
#, fuzzy
msgid "_Play sound file when new mail arrives"
msgstr "Jo soinua mezu berriak iristean"
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr "Abisatu HTML formaturik nahi ez dutenei HTML mezuak bidali aurretik"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "Abisatu mezuak gairik _gabe bidali aurretik"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "Mezuak jaso"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Erantzun denei"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "Se_gurtasuna"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "Se_gurtasuna"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Mezuak bidali"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Erakutsi ordua honela"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_Sinadura-fitxategia:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "Erabili konexio segurua (_SSL)"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Aldakorra"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_dagoen, maiztasun honekin"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr "kolorea"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr "azalpena"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12815,125 +12860,130 @@ msgstr "Kargatu iru_diak"
msgid "Loading message content"
msgstr "Mezuaren edukia kargatzen"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "A_tzeratutako zereginak:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%b %d %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Ireki esteka arakatzailean"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Kopiatu estekaren helbidea"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Gorde esteka honela (FIXME) "
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Gorde irudia honela..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "%s eskaneatzen"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s eranskina"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr "Ezin izan da MIME mezua analizatu. Iturburu gisa bistaratzen."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Data"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Helbide okerra"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Nork"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Erantzun honi"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Nori"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr "Posta"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"Mezu honek sinadura digitala du.Informazio gehiago ikusteko, egin klik "
"giltzarrapoaren ikonoan."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Ezin izan da PGP egiaztapen-testuingurua sortu."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Mezu honek sinadura digitala du eta egiazkoa da."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
"Mezu honek sinadura digitala dauka, baina ezin izan da frogatu egiazkoa dela."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "FTP gunerako erakuslea (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Fitxategi lokalerako (%s) baliozko erakuslea \"%s\" gunean"
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "(%s) fitxategi lokalerako erakuslea"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "(%s)urruneko datuetarako erakuslea"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Kanpoko datu ezezagunetarako erakuslea (\"%s\" mota)"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Kanpoko goputz-zatia gaizki osatuta dago."
@@ -13059,59 +13109,59 @@ msgstr "Mezuak %s(e)ra eramaten"
msgid "Copying messages to %s"
msgstr "Mezuak %s(e)n kopiatzen"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "\"%s\": karpetak eskaneatzen"
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Birbidalitako mezuak"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "%s karpeta irekitzen"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "%s biltegia irekitzen"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "%s karpeta kentzen"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "%s karpeta biltegiratzen"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Karpeta freskatzen"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Karpeta betiko borratzen"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "%s mezua berreskuratzen"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "%d mezu berreskuratzen"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "%d mezu gordetzen"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13120,7 +13170,7 @@ msgstr ""
"Ezin da sortu irteerako fitxategia: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13129,11 +13179,11 @@ msgstr ""
"Errorea mezuak hemen gordetzean: %s:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Eranskina gordetzen"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13142,22 +13192,22 @@ msgstr ""
"Ezin da irteerako fitxategia sortu: %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Ezin izan da daturik idatzi: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "%s(e)tik deskonektatzen"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "%s(r)ekin berriro konektatzen"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Bilatu"
@@ -13228,25 +13278,25 @@ msgstr "Eguneratzen..."
msgid "Waiting..."
msgstr "Zain..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "Erabiltzaileak bertan behera utzi du eragiketa."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "Gogora_tu pasahitz hau"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
#, fuzzy
msgid "_Remember this password for the remainder of this session"
msgstr "Gogoratu pasahitz hau saio hau amaitu arte"
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "Idatzi %s(r)en pasahitza"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "Idatzi pasahitza"
@@ -13269,41 +13319,24 @@ msgstr ""
"\n"
"Aldaketak gorde nahi dituzu?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Izena:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Gorde sinadura"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "HTML sinaduraren fitxategia:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Birbidalitako mezua - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Birbidalitako mezua"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Birbidalitako mezua"
@@ -13360,67 +13393,67 @@ msgstr "(Gairik ez)"
msgid "%s - Message"
msgstr "%s - Mezua"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Ikusi gabe"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Ikusita"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Erantzunda"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "Ikusi gabeko hainbat mezu"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "Hainbat mezu"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "Txikiena"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Txikia"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Handia"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "Handiena"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Gaur %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Atzo %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %l:%M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%Y %b %d"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "Mezuen zerrenda sortzen"
@@ -13499,68 +13532,94 @@ msgstr "Aurrebista"
msgid "Flag to Follow Up"
msgstr "Jarraitzeko bandera"
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "\"%2$s\"(e)ko %1$s(r)en azpian dauden karpetak eskaneatzen"
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "\"%s\"(e)ko erro-mailako karpetan eskaneatzen"
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "\"%s\" karpetan harpidetzen"
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "\"%s\" karpetaren harpidetza kentzen"
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Karpeta"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Gorde karpetan..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "Ez da zerbitzaririk hautatu"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Hautatu zerbitzari bat."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr "_Freskatu zerrenda"
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "Karpeta guztiak"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "Bistaratzeko aukerak"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "apirila"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Itxi"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Bistaratzeko aukerak"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "Honela hasten diren karpetak:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "Kudeatu harpidetzak:"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "_Zerbitzari honetako karpetak: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Freskatu zerrenda"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Hautatu zerbitzua"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Hautatu fitxategia"
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_Harpidetu"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "Harpidetza _kendu"
@@ -13571,28 +13630,29 @@ msgstr "Evolution-en laburpena daukan karpeta"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Evolution-en laburpena daukan karpeta"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Evolution-en mezu-prestatzailea."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Evolution-en Zereginen kontrolerako fabrika."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Evolution-en laneko laburpena egiteko osagaiaren fabrika."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Egutegi-hobespenak"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr "Aarhus"
@@ -23389,23 +23449,23 @@ msgstr "Zurich"
msgid "Folder containing the Evolution Summary"
msgstr "Evolution-en laburpena daukan karpeta"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Hitzorduak"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Hitzordurik ez"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr "%k:%M %B %d"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l:%M %B %d"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
msgid "No description"
msgstr "Azalpenik ez"
@@ -23468,11 +23528,11 @@ msgstr "_Gehitu"
msgid "Shown"
msgstr "Shannon"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Zereginik ez"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(Azalpenik ez)"
@@ -23504,7 +23564,7 @@ msgstr "Inprimatu laburpena"
msgid "Printing of Summary failed"
msgstr "Huts egin du laburpena inprimatzean"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "Laneko laburpena egiteko osagaiak ezin izan du Bonobo hasieratu.\n"
@@ -24782,18 +24842,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Evolution-en mezu-prestatzailerako fabrika."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Postaren ezarpenak"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Evolution-en shell-a."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Erakutsi xehetasunak"
@@ -24820,7 +24880,7 @@ msgstr "Bidalitakoen karpeta gisa"
msgid "Drafts"
msgstr "Zirriborroak"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Sarrerako ontzia"
@@ -25261,27 +25321,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution "
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "%s karpeta irekitzen"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "%s karpeta irekitzen"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "Ireki honekin: %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Ezin izan da karpetaren izena aldatu: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -25364,31 +25424,31 @@ msgstr "_Lan egin lineaz kanpo"
msgid "Work Offline"
msgstr "Lan egin lineaz kanpo"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Ez dago karpetarik bistaratuta)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(bat ere ez)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution linean dago. Egin klik botoi honetan lineaz kanpo lan "
"egiteko."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evolution lineaz kanpo jartzeko prozesuan dago."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -25412,7 +25472,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "Ezin da biltegi lokala ezarri -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -25423,19 +25483,19 @@ msgstr ""
"ustekabean itxi da. Evolution-etik irten eta berriro sartu beharko \n"
"duzu datu horiek berriro atzitzeko."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Argumentu baliogabeak"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "Ezin da OAFen erregistratu"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "Ez da aurkitu konfigurazioko datu-basea"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Errore generikoa"
@@ -25637,7 +25697,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%%%d osatuta)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<egin klik hemen karpeta hautatzeko>"
@@ -25678,63 +25738,63 @@ msgstr ""
"Aktibazio-sistemak eman duen errorea:\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "CORBA errorea"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Etenda"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "Argumentu baliogabea"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "Badu jabea"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Jaberik ez"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Ez da aurkitu"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Onartzen ez den mota"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Onartzen ez den eskema"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Onartzen ez den eragiketa"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Barne-errorea"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Badago"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "URI baliogabea"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Azpikarpetak ditu"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Ez dago lekurik"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "Jabe zaharra hil egin da"
@@ -25791,29 +25851,21 @@ msgid "Specify where to create the folder:"
msgstr "Adierazi karpeta non sortu behar den:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Sortu _karpeta berria...."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Karpeta-izena:"
+msgid "_Account:"
+msgstr "Kontua"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "Zer_bitzariaren izena:"
+msgid "_Folder Name:"
+msgstr "Karpeta-izena:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "_Erabiltzaile-izena:"
@@ -25914,15 +25966,15 @@ msgstr "Ez galdetu berriro"
msgid "Evolution can import data from the following files:"
msgstr "Evolution-ek datu-iturburu hauek aurkitu ditu:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution "
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution ixten ari da..."
-#: shell/main.c:223
+#: shell/main.c:227
#, fuzzy, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25932,7 +25984,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25955,7 +26007,7 @@ msgstr ""
"Espero dugu gogokoa izango duzula gure lan gogorraren emaitza,\n"
"eta atsegin handiz gauzkazu zure ekarpenen zain!\n"
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
@@ -25964,37 +26016,41 @@ msgstr ""
"Eskerrik asko\n"
"Evolution Taldea\n"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Ez galdetu berriro"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "Ezin da Ximian Evolution-en shell-a atzitu."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Ezin da Ximian Evolution-en shell-a abiarazi: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Desgaitu splash pantaila"
-#: shell/main.c:439
+#: shell/main.c:487
msgid "Start in offline mode"
msgstr "Hasi lineaz kanpo"
-#: shell/main.c:440
+#: shell/main.c:489
msgid "Start in online mode"
msgstr "Hasi linean"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Bidali osagai guztien arazketa-irteera fitxategi batera."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
@@ -26003,7 +26059,7 @@ msgstr ""
"%s: --online eta --offline ezin dira batera erabili.\n"
" Erabili %s --help informazio gehiago lortzeko.\n"
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Ezin da Bonobo osagaiaren sistema hasieratu."
@@ -26210,14 +26266,6 @@ msgstr "Erakutsi lan-astea"
msgid "Week"
msgstr "Astea"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Itxi"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "Itxi elementu hau"
@@ -27145,10 +27193,6 @@ msgstr "Gehitu karpeta harpidetutako karpeten zerrendan"
msgid "F_older"
msgstr "Kar_peta"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Freskatu zerrenda"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Freskatu karpeten zerrenda"
@@ -27707,21 +27751,21 @@ msgstr "Mezua"
msgid "Don't show this message again."
msgstr "Ez erakutsi mezu hau berriro."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "Bilatu orain"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Garbitu"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Garbitu"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Bilatu orain"
@@ -27747,6 +27791,81 @@ msgstr "init_corba(): ezin izan da GNOME hasieratu"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): ezin izan da Bonobo hasieratu"
+#~ msgid "Error in search expression."
+#~ msgstr "Errorea bilaketa-adierazpenean."
+
+#~ msgid "Restarting search."
+#~ msgstr "Bilaketa berrabiarazten."
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "Ezin izan da `%s' URLa analizatu"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "2. helb. el."
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Ezin izan da sortu alarma bidezko jakinarazpen-zerbitzua"
+
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Bileraren hasiera: <b>"
+
+#~ msgid "Task begins: <b>"
+#~ msgstr "Zereginaren hasiera: <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Libre/okupatura informazioaren hasiera: <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr "Hasiera: <b>"
+
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Bileraren amaiera: <b>"
+
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Libre/okupatura informazioaren amaiera: <b>"
+
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Zeregina eginda: <b>"
+
+#~ msgid "Task Due: <b>"
+#~ msgstr "Zeregina egiteko: <b>"
+
+#~ msgid "Non-Participants"
+#~ msgstr "Ez-partaideak"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Mezu hau ez da bidali.\n"
+#~ "\n"
+#~ "Aldaketak gorde nahi dituzu?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr "(lehenetsia)"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Gorde sinadura"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "HTML sinaduraren fitxategia:"
+
+#~ msgid " _Refresh List "
+#~ msgstr "_Freskatu zerrenda"
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "_Zerbitzari honetako karpetak: "
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "Zer_bitzariaren izena:"
+
#~ msgid ""
#~ "Evolution is unable to get the addressbook local storage.\n"
#~ "This may have been caused by the evolution-addressbook component "
@@ -28112,9 +28231,6 @@ msgstr "init_bonobo(): ezin izan da Bonobo hasieratu"
#~ msgid "Are you sure you want to remove the \"%s\" folder?"
#~ msgstr "Ziur zaude \"%s\" karpeta kendu nahi duzula?"
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "LDAP zerbitzariarekin konektatzen..."
-
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "LDAP zerbitzariarekin konektatu zain..."
@@ -28272,9 +28388,6 @@ msgstr "init_bonobo(): ezin izan da Bonobo hasieratu"
#~ msgid "Cannot initialize Evolution's Executive Summary component."
#~ msgstr "Ezin da hasieratu Evolution-en laneko laburpena egiteko osagaia."
-#~ msgid "Select a service"
-#~ msgstr "Hautatu zerbitzua"
-
#~ msgid ""
#~ "You can select a different HTML page for the background of the Executive "
#~ "Summary.\n"
@@ -28492,9 +28605,6 @@ msgstr "init_bonobo(): ezin izan da Bonobo hasieratu"
#~ msgid "_Task..."
#~ msgstr "_Zeregina..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "Sortu edo editatu posta-kontuak eta bestelako hobespenak"
-
#~ msgid "_Mail Settings..."
#~ msgstr "_Postaren ezarpenak..."
diff --git a/po/fi.po b/po/fi.po
index fc37ad6d06..b494a8d28b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2001-11-06 15:00+0300\n"
"Last-Translator: Jarkko Ranta <jjranta@cc.joensuu.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
@@ -30,22 +30,22 @@ msgid "Imports VCard files into Evolution."
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr ""
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Nimi"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Shkposti"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Ensisijainen"
@@ -55,16 +55,16 @@ msgstr "Ensisij"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Ty"
@@ -74,12 +74,12 @@ msgid "Bus"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Yritys"
@@ -90,13 +90,13 @@ msgstr "Yrit"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Koti"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organisaatio"
@@ -106,19 +106,19 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Matkapuhelin"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Auto"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Ty/faksi"
@@ -127,13 +127,13 @@ msgid "Bus Fax"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Koti/faksi"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Ty 2"
@@ -142,68 +142,68 @@ msgid "Bus 2"
msgstr "Ty 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Koti 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Muut"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Muu faksi"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "Shkposti 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "Shkposti 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr ""
@@ -212,7 +212,7 @@ msgid "Url"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Osasto"
@@ -221,7 +221,7 @@ msgid "Dep"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Asema"
@@ -230,12 +230,12 @@ msgid "Off"
msgstr "Asm"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Ammatti"
@@ -244,7 +244,7 @@ msgid "Prof"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr ""
@@ -257,7 +257,7 @@ msgid "Ass"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Kutsumanimi"
@@ -266,12 +266,12 @@ msgid "Nick"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Puoliso"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr ""
@@ -284,7 +284,7 @@ msgid "CALUri"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr ""
@@ -335,7 +335,7 @@ msgstr ""
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -343,7 +343,7 @@ msgid "Could not initialize Bonobo"
msgstr "Bonobon alustus ei onnistunut"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Etsitn..."
@@ -351,41 +351,33 @@ msgstr "Etsitn..."
msgid "Loading..."
msgstr "Ladataan..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr ""
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "Odotetaan yhteytt LDAP-palvelimeen..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr ""
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Virhe kortin poistossa"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "URL:n `%s' jsentminen eponnistui"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -433,47 +425,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
-msgid "Control that displays an Evolution addressbook minicard."
+msgid "Configure access to LDAP directory servers here"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
-msgid "Directory Servers"
+msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
-msgid "Evolution Addressbook minicard viewer"
+msgid "Directory Servers"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
-msgid "Evolution component for handling contacts."
+msgid "Evolution Addressbook minicard viewer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
-msgid "Factory for the Addressbook Minicard control"
+msgid "Evolution component for handling contacts."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
-msgid "Factory for the Addressbook's address displayer"
+msgid "Factory for the Addressbook Minicard control"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
-msgid "Factory for the Addressbook's address popup"
+msgid "Factory for the Addressbook's address displayer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
-msgid "Factory for the configuration controls for the Evolution Addressbook."
+msgid "Factory for the Addressbook's address popup"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
-msgid "Factory for the sample Addressbook control"
+msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
+msgid "Factory for the sample Addressbook control"
msgstr ""
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -493,29 +485,29 @@ msgstr "LDAP-palvelin"
msgid "LDAP server containing contact information"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Uusi kontakti"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Kontakti"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Luo uusi kontakti"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Uusi kontaktiluettelo"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "_Kontaktiluettelo"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Luo uusi kontaktiluettelo"
@@ -538,24 +530,24 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
msgid "This server does not support LDAPv3 schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
msgid "Error retrieving schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
msgid "Server did not respond with valid schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr ""
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "gnome-vfs:n alustus ei onnistunut"
@@ -563,18 +555,24 @@ msgstr "gnome-vfs:n alustus ei onnistunut"
msgid "Other Contacts"
msgstr "Muut kontaktit"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Osoitekirjaa ei voitu avata"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:487
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -582,50 +580,79 @@ msgid ""
"retrieving OpenLDAP from the link below.\n"
msgstr ""
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr ""
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "loppuu merkkijonoon"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "Shkposti 2"
+msgid "Email begins with"
+msgstr "loppuu merkkijonoon"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr ""
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Mik tahansa kentt sislt"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Edistyneet..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr ""
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr ""
@@ -641,7 +668,7 @@ msgstr "(Ei nime)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Ensisijainen shkposti"
@@ -693,53 +720,53 @@ msgid " S_how Supported Bases "
msgstr "Tar_kista tuetut tavat"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Asetukset"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "Poista"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr "Poista"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Asetukset"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -839,7 +866,7 @@ msgid "Mappings"
msgstr "Reunukset"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "Joka"
@@ -891,8 +918,8 @@ msgstr "_Etsi viesti"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
#, fuzzy
msgid "Searching"
msgstr "Etsitn..."
@@ -1082,7 +1109,7 @@ msgid "Using email address"
msgstr "_Tm on postitusosoite"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1090,13 +1117,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Lis"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_Lis"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1136,7 +1163,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1173,7 +1200,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Asetukset"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1254,7 +1281,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1286,11 +1313,11 @@ msgstr ""
msgid "Unnamed Contact"
msgstr "Nimetn kontakti"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr ""
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "Lhettjkentt sislt"
@@ -1358,7 +1385,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Kontaktinhallinta"
@@ -1430,9 +1457,9 @@ msgstr "Haluaa shkpostit HTML-muodossa"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2499,23 +2526,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Poista kontakti?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Tm kontakti kuuluu nihin ryhmiin:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr ""
@@ -2529,7 +2556,7 @@ msgid "Edit Full"
msgstr ""
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Koko nimi"
@@ -2679,11 +2706,11 @@ msgid "contact-list-editor"
msgstr "kontaktinhallinta"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Kontaktinhallinta"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr ""
@@ -2738,20 +2765,20 @@ msgstr "Edistynyt haku"
msgid "Search"
msgstr "Etsi"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Ei kortteja"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 kortti"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d korttia"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Virhe %s:n kynnistyksess"
@@ -2763,15 +2790,15 @@ msgid "Error modifying card"
msgstr "Virhe muutettaessa korttia"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Tuntematon virhe"
@@ -2780,7 +2807,7 @@ msgid "Repository offline"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr ""
@@ -2797,7 +2824,7 @@ msgid "Protocol not supported"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2852,7 +2879,7 @@ msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Virhe kortin poistossa"
@@ -2894,160 +2921,160 @@ msgstr "Ei kortteja"
msgid "Copy cards to"
msgstr "Ei kortteja"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Ensisijainen puhelin"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Typuhelin"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Yrityksen puhelin"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Kotipuhelin"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Tyosoite"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Kotiosoite"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Matkapuhelin"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Autopuhelin"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Typuhelin 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Kotipuhelin 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Muu puhelin"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Muu osoite"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Osoitekirja"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Uusi kontakti"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Uusi kontaktiluettelo"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Siirry kansioon..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_Siirry kansioon..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Etsi kontakteja"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "_Osoitekirjan lhteet..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "_Shkpostiasetukset..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Lhet viesti kontaktille"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Tulosta"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "_Kopioi kansioon..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "_Siirr kansioon..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Leikkaa"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Kopioi"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Liit"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3055,8 +3082,8 @@ msgstr "Liit"
msgid "Delete"
msgstr "Poista"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "_Nykyinen nkym"
@@ -3065,7 +3092,7 @@ msgstr "_Nykyinen nkym"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
@@ -3073,10 +3100,18 @@ msgstr ""
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3193,7 +3228,7 @@ msgid "Include:"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Vaaka"
@@ -3213,12 +3248,12 @@ msgstr "Reunukset"
msgid "Number of columns:"
msgstr "Sarakkeiden mr:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Asetukset"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Suunta"
@@ -3241,7 +3276,7 @@ msgstr "Paperilhde:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Pysty"
@@ -3297,26 +3332,26 @@ msgstr "Leveys:"
msgid "_Font..."
msgstr "_Kirjasin..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr ""
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Korkea"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Tavallinen"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Matala"
@@ -3365,35 +3400,35 @@ msgid "Configuration control for the Evolution Calendar."
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
-msgid "Evolution calendar iTip/iMip viewer"
+msgid "Configure your timezone, Calendar and Task List here "
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
-msgid "Evolution component for handling the calendar."
+msgid "Evolution calendar iTip/iMip viewer"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
-msgid "Factory for the Evolution Tasks control"
+msgid "Evolution component for handling the calendar."
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
-msgid "Factory for the calendar iTip view control"
+msgid "Factory for the Evolution Tasks control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
-msgid "Factory for the sample Calendar control"
+msgid "Factory for the calendar iTip view control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
-msgid "Factory to centralize calendar component editor dialogs"
+msgid "Factory for the sample Calendar control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
-msgid "Factory to create a component editor factory"
+msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
+msgid "Factory to create a component editor factory"
msgstr ""
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
@@ -3458,7 +3493,7 @@ msgid ""
msgstr ""
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Varoitus"
@@ -3479,15 +3514,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "l kysy tt en uudelleen"
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "GNOMEn alustus ei onnistunut"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr ""
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr ""
@@ -3504,7 +3535,7 @@ msgstr "Kuvaus:"
msgid "Comment contains"
msgstr "Kommentti sislt"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr ""
@@ -3516,7 +3547,7 @@ msgstr "%A, %e %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a %d %b"
@@ -3575,7 +3606,7 @@ msgstr "I"
msgid "W"
msgstr "L"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
#, fuzzy
msgid "Free"
@@ -3583,30 +3614,30 @@ msgstr "Pe"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr ""
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr ""
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr ""
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr ""
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3614,33 +3645,33 @@ msgid ""
msgstr ""
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Mrittelemtn"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr ""
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Kyll"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Ei"
@@ -3664,7 +3695,7 @@ msgstr "Viikko"
msgid "Month View"
msgstr "Kuukausi"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3675,10 +3706,10 @@ msgid "Folder containing appointments and events"
msgstr ""
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Tehtvt"
@@ -3687,59 +3718,59 @@ msgstr "Tehtvt"
msgid "Folder containing to-do items"
msgstr ""
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr "Uusi tapaaminen"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr "Tapaaminen"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Luo uusi tapaaminen"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr "Peruuta tapaaminen"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr "Peruuta tapaaminen"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Luo uusi tehtv"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr "Uusi tehtv"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Tehtv"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Luo uusi tehtv"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Uusi tapaaminen"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "Uusi t_apaaminen"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Luo uusi tapaaminen"
@@ -3964,7 +3995,7 @@ msgstr "Muistutukset"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Kuvaus:"
@@ -3994,7 +4025,7 @@ msgstr ""
msgid "hour(s)"
msgstr "tunti(a)"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "minuutti"
@@ -4186,7 +4217,7 @@ msgid "_Fri"
msgstr "Pe"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
#, fuzzy
msgid "_General"
msgstr "Yleiset"
@@ -4334,61 +4365,61 @@ msgstr ""
msgid "Due "
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Tiedostojen pivitys ei onnistunut"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Tiedostojen pivitys ei onnistunut"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Muokkaa tapaamista"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Tapaaminen - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Tehtv - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Ei kuvausta"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Tallenna nimell..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr ""
@@ -4463,14 +4494,14 @@ msgstr ""
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
#, fuzzy
msgid "Scheduling"
msgstr "Varjostus"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
#, fuzzy
msgid "Meeting"
msgstr "Peruuta tapaaminen"
@@ -4602,7 +4633,7 @@ msgid "Member"
msgstr "Joulukuu"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr ""
@@ -4826,7 +4857,7 @@ msgstr ""
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
#, fuzzy
msgid "Needs Action"
msgstr "Lis toiminto"
@@ -4854,12 +4885,12 @@ msgstr ""
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
#, fuzzy
msgid "Assignment"
msgstr "Tapaaminen"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4928,14 +4959,14 @@ msgstr "90%"
msgid "100%"
msgstr "10%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
#, fuzzy
msgid "Deleting selected objects"
msgstr "Poista valitut kontaktit"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Avaa"
@@ -4945,30 +4976,30 @@ msgstr "_Avaa"
msgid "_Save as..."
msgstr "Tallenna nimell..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "T_ulosta..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "L_eikkaa"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Kopioi"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4998,8 +5029,8 @@ msgstr "Valmis"
msgid "_Delete Selected Tasks"
msgstr "Poista tehtv"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -5056,14 +5087,14 @@ msgid "URL"
msgstr "URL:"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
@@ -5085,534 +5116,507 @@ msgstr ""
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Uusi t_apaaminen"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Uusi koko p_ivn tapahtuma"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Peruuta tapaaminen"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Uusi tehtv"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Tulosta..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr ""
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "Siirry _pivn..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
#, fuzzy
msgid "_Publish Free/Busy Information"
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "Palvelimen asetukset"
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Palvelimen asetukset"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "Tallenna _nimell..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "Varjostus"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "_Kontaktit..."
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr ""
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr ""
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr ""
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, fuzzy, c-format
msgid "Error executing %s."
msgstr "Virhe suoritettaessa suodatinta: %s: %s"
-#: calendar/gui/e-itip-control.c:678
-#, fuzzy
-msgid "Meeting begins: <b>"
-msgstr "Lhteen tiedot"
-
-#: calendar/gui/e-itip-control.c:683
-#, fuzzy
-msgid "Task begins: <b>"
-msgstr "Valmis"
-
-#: calendar/gui/e-itip-control.c:688
-#, fuzzy
-msgid "Free/Busy info begins: <b>"
-msgstr "Lhteen tiedot"
-
-#: calendar/gui/e-itip-control.c:692
-#, fuzzy
-msgid "Begins: <b>"
-msgstr "Lhteen tiedot"
-
-#: calendar/gui/e-itip-control.c:704
-#, fuzzy
-msgid "Meeting ends: <b>"
-msgstr "Lhteen tiedot"
-
-#: calendar/gui/e-itip-control.c:707
-#, fuzzy
-msgid "Free/Busy info ends: <b>"
-msgstr "Lhteen tiedot"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
+#: calendar/gui/e-itip-control.c:593
#, fuzzy
-msgid "Ends: <b>"
+msgid "<b>Ends:</b> "
msgstr "Lhteen tiedot"
-#: calendar/gui/e-itip-control.c:725
+#: calendar/gui/e-itip-control.c:606
#, fuzzy
-msgid "Task Completed: <b>"
+msgid "<b>Completed:</b> "
msgstr "Valmis"
-#: calendar/gui/e-itip-control.c:735
-#, fuzzy
-msgid "Task Due: <b>"
-msgstr "Valmis"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
#, fuzzy
msgid "iCalendar Information"
msgstr "Pakolliset tiedot"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
#, fuzzy
msgid "iCalendar Error"
msgstr "Kalenteri"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
#, fuzzy
msgid "An unknown person"
msgstr "Tuntematon virhe"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr ""
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr ""
"\n"
"Maant. sijainti: "
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "_Tila:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
#, fuzzy
msgid "Accepted"
msgstr "Hyvksy "
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
msgid "Tentatively Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
#, fuzzy
msgid "Declined"
msgstr "Poistettu"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Tuntematon"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
#, fuzzy
msgid "Choose an action:"
msgstr "Valitse toiminto"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
#, fuzzy
msgid "Update"
msgstr "Tehtvt"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "OK"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
#, fuzzy
msgid "Accept"
msgstr "Hyvksy "
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
#, fuzzy
msgid "Decline"
msgstr "Poistettu"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
#, fuzzy
msgid "Send Free/Busy Information"
msgstr "Lhteen tiedot"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
#, fuzzy
msgid "Send Latest Information"
msgstr "Tiedoksi"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Peruuta"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, fuzzy, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
#, fuzzy
msgid "Meeting Information"
msgstr "Valinnaiset tiedot"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
#, fuzzy
msgid "Meeting Proposal"
msgstr "Peruuta tapaaminen"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
#, fuzzy
msgid "Meeting Update"
msgstr "Peruuta tapaaminen"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, fuzzy, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
#, fuzzy
msgid "Meeting Update Request"
msgstr "Peruuta tapaaminen"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
#, fuzzy
msgid "Meeting Reply"
msgstr "Peruuta tapaaminen"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, fuzzy, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
#, fuzzy
msgid "Meeting Cancellation"
msgstr "Valitse toiminto"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr ""
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
#, fuzzy
msgid "Bad Meeting Message"
msgstr "Hae viestist"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, fuzzy, c-format
msgid "<b>%s</b> has published task information."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
#, fuzzy
msgid "Task Information"
msgstr "Tiedoksi"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
#, fuzzy
msgid "Task Proposal"
msgstr "Peruuta tapaaminen"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
#, fuzzy
msgid "Task Update"
msgstr "Tehtvt"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, fuzzy, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
#, fuzzy
msgid "Task Update Request"
msgstr "Tehtvt"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
#, fuzzy
msgid "Task Reply"
msgstr "Vastaa"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
#, fuzzy
msgid "Task Cancellation"
msgstr "Peruuta operaatio"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
#, fuzzy
msgid "Bad Task Message"
msgstr "Hae viestist"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, fuzzy, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
#, fuzzy
msgid "Free/Busy Information"
msgstr "Lhteen tiedot"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, fuzzy, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
#, fuzzy
msgid "Free/Busy Request"
msgstr "Edellinen viesti"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "Pakolliset tiedot"
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
#, fuzzy
msgid "Free/Busy Reply"
msgstr "Edellinen viesti"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
#, fuzzy
msgid "Bad Free/Busy Message"
msgstr "Edellinen viesti"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
msgid "The message does not appear to be properly formed"
msgstr ""
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr ""
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "Bug buddya ei voitu ajaa."
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
#, fuzzy
msgid "Update complete\n"
msgstr "Valmis"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
#, fuzzy
msgid "Calendar file could not be updated!\n"
msgstr "Kohdistimen lataaminen eponnistui\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
#, fuzzy
msgid "Attendee status could not be updated!\n"
msgstr "Kohdistimen lataaminen eponnistui\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
#, fuzzy
msgid "Removal Complete"
msgstr "Valmis"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
#, fuzzy
msgid "Item sent!\n"
msgstr "Lhetetty"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Valitse kansio"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Valitse kansio"
@@ -5659,7 +5663,7 @@ msgstr ""
msgid "Chair Persons"
msgstr "Autopuhelin"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
#, fuzzy
msgid "Required Participants"
msgstr "Pakolliset tiedot"
@@ -5670,58 +5674,59 @@ msgid "Optional Participants"
msgstr "Valinnaiset tiedot"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr ""
+#, fuzzy
+msgid "Resources"
+msgstr "Paperilhde:"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr ""
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
#, fuzzy
msgid "Group"
msgstr "Ryhmn nimi:"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
#, fuzzy
msgid "Resource"
msgstr "Paperilhde:"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr ""
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr ""
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
#, fuzzy
msgid "Delegated"
msgstr "Poistettu"
@@ -5734,22 +5739,22 @@ msgstr "Ammatti"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %B %d, %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -5813,8 +5818,8 @@ msgstr ""
msgid "Meeting _end time:"
msgstr ""
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr ""
@@ -5829,7 +5834,7 @@ msgstr ""
msgid "The method required to load `%s' is not supported"
msgstr ""
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr ""
@@ -5849,26 +5854,42 @@ msgstr "Poista valitut kontaktit"
msgid "Expunging"
msgstr ""
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Uusi t_apaaminen..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr ""
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr ""
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr ""
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Synkronoidaan kansiota"
@@ -5929,54 +5950,54 @@ msgstr "Lokakuu"
msgid "September"
msgstr "Syyskuu"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr ""
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr ""
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
#, fuzzy
msgid "Event information"
msgstr "Valinnaiset tiedot"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
#, fuzzy
msgid "Task information"
msgstr "Tiedoksi"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
#, fuzzy
msgid "Journal information"
msgstr "Valinnaiset tiedot"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
#, fuzzy
msgid "Free/Busy information"
msgstr "Lhteen tiedot"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
#, fuzzy
msgid "Calendar information"
msgstr "Pakolliset tiedot"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "Tehtvt"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "vuotta"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -6217,7 +6238,7 @@ msgid "Print Calendar"
msgstr "Tulosta kalenteri"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Tulostuksen esikatselu"
@@ -6239,7 +6260,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr ""
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -6247,13 +6268,13 @@ msgid ""
"Really erase these tasks?"
msgstr ""
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
#, fuzzy
msgid "Do not ask me again."
msgstr "l kysy tt en uudelleen"
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Tulosta kortti"
@@ -8194,7 +8215,7 @@ msgstr "Lhetetn viesti"
msgid "Copying messages"
msgstr "Lhetetn viesti"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8202,47 +8223,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Peruutettu."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Odottamaton vastaus POP-palvelimelta: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "Vastaanottajia ei ole mritelty"
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "Viesti ei voida lhett: vastaanottajia ei ole mritelty."
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8250,18 +8271,24 @@ msgid ""
"%.*s"
msgstr "Viestin salauksen purkaminen eponnistui."
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Viestin salauksen purkaminen eponnistui."
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Viestin salauksen purkaminen eponnistui."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Viestin salauksen purkaminen eponnistui."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "Vliaikaistiedostoa ei voitu luoda: %s"
@@ -8492,7 +8519,7 @@ msgid ""
msgstr ""
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr ""
@@ -8611,7 +8638,7 @@ msgstr ""
msgid "No provider available for protocol `%s'"
msgstr ""
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8657,12 +8684,12 @@ msgstr "Viestin salauksen purkaminen eponnistui."
msgid "Failed to verify certificates."
msgstr ""
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
#, fuzzy
msgid "Cannot get folder: Invalid operation on this store"
msgstr "Kansion hakeminen ei onnistu: %s: %s"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
#, fuzzy
msgid "Cannot create folder: Invalid operation on this store"
msgstr "Kansion hakeminen ei onnistu: %s: %s"
@@ -8865,77 +8892,103 @@ msgstr "Kansion hakeminen ei onnistu: %s: %s"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Kansion hakeminen ei onnistu: %s: %s"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Odottamaton vastaus IMAP-palvelimelta: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP-komento eponnistui: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Odottamaton OK-vastaus IMAP-palvelimelta: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Hakemistoa %s ei voitu luoda: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr ""
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Etsitn muuttuneita viestej"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Viestin salauksen purkaminen eponnistui."
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr ""
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Tt viesti ei ole juuri nyt saatavilla"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Etsitn uusia viestej"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr ""
@@ -8960,7 +9013,7 @@ msgstr "Tarkastetaan onko uutta shkpostia"
msgid "Check for new messages in all folders"
msgstr "Etsi uusia viestej kaikista kansioista"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Kansiot"
@@ -8991,7 +9044,7 @@ msgstr ""
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Salasana"
@@ -8999,74 +9052,74 @@ msgstr "Salasana"
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr "Ota yhteys IMAP-palvelimeen tekstimuotoista salasanaa kytten."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP-palvelin %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "SMTP-palvelin %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Yhteys peruutettu"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr "Yhdistminen palvelimeen eponnistui: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
msgid "SSL/TLS extension not supported."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Todennus eponnistui."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "Kansiota `%s' ei ole olemassa."
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Et antanut salasanaa."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9074,19 +9127,24 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Tuntematon virhe: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -9230,25 +9288,6 @@ msgstr "Virhe viestin %d kohdalla"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr ""
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr ""
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9335,18 +9374,18 @@ msgstr ""
msgid "Cannot open mailbox: %s: %s\n"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9355,11 +9394,11 @@ msgstr ""
"Viestin %s hakeminen kansiosta %s eponnistui\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr ""
@@ -9464,12 +9503,13 @@ msgstr ""
"Tiedoston %s poistaminen eponnistui:\n"
"%s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr ""
@@ -9676,7 +9716,7 @@ msgstr "Jt viestit palvelimelle"
msgid "Delete after %s day(s)"
msgstr "Poista %s:n pivn kuluttua"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9756,7 +9796,7 @@ msgid "No such folder `%s'."
msgstr ""
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9809,7 +9849,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr ""
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -9921,36 +9961,36 @@ msgstr "Todennus vaaditaan"
msgid "Welcome response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr "Yhdistminen palvelimeen eponnistui: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
msgid "server does not appear to support SSL"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, c-format
msgid "STARTTLS request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
msgid "STARTTLS response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "Palveli_meni vaati todennuksen"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9958,89 +9998,89 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP-palvelin %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "Viesti ei voida lhett: lhettjn osoite on epkelpo."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Lhetetn viesti"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "Viesti ei voida lhett: vastaanottajia ei ole mritelty."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "Viesti ei voida lhett: vastaanottajia ei ole mritelty."
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, c-format
msgid "HELO request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "Muu virhe"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP-todennus"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr ""
@@ -10048,35 +10088,35 @@ msgstr ""
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, c-format
msgid "QUIT request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr ""
@@ -10149,7 +10189,7 @@ msgstr "MIME-tyyppi:"
msgid "Suggest automatic display of attachment"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr ""
@@ -10160,45 +10200,45 @@ msgstr ""
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Vastausosoite:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "Lhettj:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Aihe:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "Vastaanottaja:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Kopiot:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Anna osoitteet joihin lhetetn kopio viestist (Cc)"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Piilokopiot:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10209,11 +10249,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "_Portti:"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "Kuvaus:"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10233,48 +10278,48 @@ msgstr ""
"Tiedoston %s lukeminen eponnistui:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Varoitus!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "Tiedosto on jo olemassa, kirjoitetaanko yli?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Virhe tallennettaessa tiedostoa: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Virhe avattaessa tiedostoa: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr ""
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10283,7 +10328,7 @@ msgstr ""
"Virhe tallennettaessa tiedostoa automaattisesti: %s\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10291,55 +10336,34 @@ msgstr ""
"Ximian Evolution on lytnyt tallentamattomia tiedostoja edelliselt \n"
"istunnolta. Haluatko koettaa niiden palauttamista?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Tt viesti ei ole lhetetty.\n"
-"\n"
-"Haluatko tallentaa muutokset?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "Varoitus: Muutettu viesti"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Avaa tiedosto"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Tallenna allekirjoitus"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (oletus)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Kirjoita viesti"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10347,7 +10371,7 @@ msgstr ""
"Viestimuokkain -ikkunan luominen eponnistui:\n"
"HTML-muokkainkomponentin kynnistys ei onnistunut."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10412,7 +10436,7 @@ msgstr "Otsikko sislt"
msgid "Subject does not contain"
msgstr "Otsikko ei sisll"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10440,92 +10464,92 @@ msgstr "Ryhmt"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr ""
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr ""
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr ""
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr ""
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr ""
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr ""
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr ""
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr ""
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "sekuntia"
@@ -10635,32 +10659,32 @@ msgid ""
"%s"
msgstr ""
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr ""
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "Tyviikk_o"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Togo"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "jlkeen"
@@ -10919,7 +10943,7 @@ msgstr "ei ole"
msgid "is not Flagged"
msgstr "ei ole"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr ""
@@ -10985,7 +11009,7 @@ msgstr "on pienempi kuin"
msgid "Score"
msgstr ""
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Lhettj"
@@ -11022,7 +11046,7 @@ msgstr "alkaa merkkijonolla"
msgid "Stop Processing"
msgstr ""
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Aihe"
@@ -11090,7 +11114,7 @@ msgstr ""
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr ""
@@ -11156,7 +11180,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr ""
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Roskakori"
@@ -11229,64 +11253,65 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
-msgid "Evolution component for handling mail."
+msgid ""
+"Configure mail preferences, including security and message display, here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:7
-msgid "Evolution mail composer."
+msgid "Configure spell-checking, signatures, and the message composer here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:8
-msgid "Evolution mail executive summary component."
+msgid "Configure the fonts used by Evolution here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:9
-msgid "Evolution mail folder display component."
+msgid "Configure your email accounts here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:10
-msgid "Evolution mail folder factory component."
+msgid "Evolution component for handling mail."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:11
-msgid "Factory for the Evolution composer."
+msgid "Evolution mail composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:12
-msgid "Factory for the Mail Summary component."
+msgid "Evolution mail executive summary component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:13
-msgid "Font Preferences"
+msgid "Evolution mail folder display component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:14
-#, fuzzy
-msgid "Mail Accounts"
-msgstr "Tilit"
+msgid "Evolution mail folder factory component."
+msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
-msgid "Mail Preferences"
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
+msgid "Factory for the Evolution composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:16
-msgid "Mail configuration interface"
+msgid "Factory for the Mail Summary component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
+msgid "Font Preferences"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
+#, fuzzy
+msgid "Mail Accounts"
+msgstr "Tilit"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
+msgid "Mail Preferences"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
+msgid "Mail configuration interface"
msgstr ""
#: mail/component-factory.c:102
@@ -11314,266 +11339,266 @@ msgstr "Ominaisuudet..."
msgid "Change this folder's properties"
msgstr "Muuta tmn kansion ominaisuuksia"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr ""
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Varoitus: Muutettu viesti"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
#, fuzzy
msgid "New Mail Message"
msgstr "Seuraava viesti"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr ""
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Kirjoita viesti"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Seuraava viesti"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Edellinen viesti"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Seuraava viesti"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Evolutionin shkpostikomponentin alustus eponnistui."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
#, fuzzy
msgid "Cannot initialize Evolution's mail config component."
msgstr "Evolutionin shkpostikomponentin alustus eponnistui."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
#, fuzzy
msgid "Cannot initialize Evolution's folder info component."
msgstr "Evolutionin shkpostikomponentin alustus eponnistui."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Peruutetaan..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr ""
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "Kansion \"%s\" ominaisuudet"
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Ominaisuudet"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Vliaikaishakemistoa ei voitu luoda: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr ""
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ""
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr ""
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, fuzzy, c-format
msgid "%d selected"
msgstr "Poistettu"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d lhettmtnt"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, fuzzy, c-format
msgid "%d sent"
msgstr "%d lhettmtnt"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d yhteens"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "_Luo viestist suodatin"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr ""
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr ""
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr ""
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr ""
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Suodata a_iheen mukaan"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Suodata _lhettjn mukaan"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Suodata _vastaanottajien mukaan"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Suodata _postituslistan mukaan"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
#, fuzzy
msgid "_Edit as New Message..."
msgstr "Tulosta viesti..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Tulosta"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "_Vastaa lhettjlle"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Vastaa _listalle"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Vastaa k_aikille"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Vlit"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Valmis"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Kalenteri"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Merkitse _luetuksi"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Merkitse luke_mattomaksi"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Merkitse trkeks_i"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "Merkitse trkeks_i"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Palauta"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "_Siirr kansioon..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "_Kopioi kansioon..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Lis lhettj osoitekirjaan"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "Toteuta suodattimet"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "_Luo viestist snt"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "Suodata postituslistan mukaan"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Suodata postituslistan mukaan (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "Suodata postituslistan mukaan (%s)"
@@ -11645,20 +11670,20 @@ msgstr "Et ole tyttnyt kaikkia tarvittavia kohtia."
msgid "Evolution Account Editor"
msgstr "Evolutionin tilimuokkain"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Isntpalvelin:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "Kyttjt_unnus:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_Polku:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr ""
@@ -11687,7 +11712,7 @@ msgid "Enable"
msgstr "Kyt"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Kyt"
@@ -11736,7 +11761,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11748,31 +11773,31 @@ msgstr ""
"vastaanottaa tai kirjoittaa viestej.\n"
"Haluatko tehd asetukset nyt?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
msgstr ""
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
msgstr ""
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
#, fuzzy
msgid "Send anyway?"
msgstr "Lhet shkpostia"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11780,57 +11805,57 @@ msgstr ""
"Viestill ei ole aihetta.\n"
"Lhetetnk toedella?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr ""
"Sinuun tulee mritell vastaanottajat ennen tmn viestin lhettmist."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
msgstr ""
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
#, fuzzy
msgid "an unknown sender"
msgstr "Tuntematon virhe"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr ""
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Siirr viesti(t) kansioon"
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Kopioi viesti(t) kansioon"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11838,7 +11863,7 @@ msgstr ""
"Voit muokata vain Luonnokset\n"
"-kansiossa olevia viestej."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11846,39 +11871,39 @@ msgstr ""
"Voit lhett uudelleen vain\n"
"\"Lhetetyt\"-kansiossa olevia viestej."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Haluatko todella lhett kaikki %d viesti uudelleen?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Ei viestej valittuna"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Kirjoita tiedoston yli?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Tallenna viesti nimell..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Tallenna viestit nimell..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Nyt seuraava lukematon viesti"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11886,35 +11911,35 @@ msgid ""
"Really erase these messages?"
msgstr ""
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
"%s"
msgstr ""
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Suodattimet"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "Haetaan viesti %d / %d"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Tulosta viesti"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Viestin tulostus eponnistui"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -11935,7 +11960,7 @@ msgstr "Kuvaus:"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "Nimetn kontakti"
@@ -11988,21 +12013,21 @@ msgid ""
msgstr ""
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
#, fuzzy
msgid "Evolution Account Assistant"
msgstr "Evolutionin tilimuokkain"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Tili"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr ""
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr ""
@@ -12169,513 +12194,517 @@ msgstr ""
msgid "Do not quote original message"
msgstr "Viesti ei voida avata"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Valmis"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "Luonnoskansio:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "K_yt"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "Shkposti"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "Shkposti sislt"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "Shkpostiosoite:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "Tyhj_enn roskakorit lopetettaessa"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr "Suorita toiminnot"
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "loppuu merkkijonoon"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Ominaisuudet"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Vlitetyt viestit"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr ""
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "_Korosta lainaukset vrill"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr ""
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr ""
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos"
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Tallenna ja sulje"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "Lataa k_uvat"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr ""
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr ""
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Viestin otsikko"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "Viestit"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
msgid "Microsoft"
msgstr ""
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
msgid "New Mail Notification"
msgstr ""
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Valinnaiset tiedot"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "Organi_saatio:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
msgid "PGP/GPG _Key ID:"
msgstr ""
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Valitse vri"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Viesti ei voida lhett: vastaanottajia ei ole mritelty."
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr ""
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Tulosta valitut kontaktit"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr ""
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "Viesti ei voida avata"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr ""
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
#, fuzzy
msgid "Re_member this password"
msgstr "Muista tm salasana"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Vastausosoite:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "Otetaan vastaan shkpostia"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Hakuasetukset"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Muista tm salasana"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "Pakolliset tiedot"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "_Oletukset"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Turvallisuus"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
msgid "Secure MIME (S/MIME)"
msgstr ""
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Valitse PGP-ohjelma"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "Lhetetn shkpostia"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
#, fuzzy
msgid "Sent _messages folder:"
msgstr "Lhetettyjen kansio:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Lhetetyt viestit ja luonnokset"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
#, fuzzy
msgid "Ser_ver requires authentication"
msgstr "P_alvelin vaati todennuksen"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Palvelimen asetukset"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
#, fuzzy
msgid "Server _Type: "
msgstr "Palvelintyyppi: "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Oikotiet"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Tallenna allekirjoitus"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Tallenna allekirjoitus"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Tyylin nimi:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr ""
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
msgid "V_ariable-width:"
msgstr ""
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
"Click \"Next\" to begin. "
msgstr ""
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
msgid "XEmacs"
msgstr ""
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_HTML-allekirjoitus:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr ""
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
#, fuzzy
msgid "_Authentication Type: "
msgstr "Todennustapa:"
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "Todennustapa:"
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
#, fuzzy
msgid "_Automatically check for new mail"
msgstr "T_arkasta onko uutta postia joka"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "T_arkasta onko uutta postia joka"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr ""
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
msgid "_Confirm when expunging a folder"
msgstr ""
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "_HTML-allekirjoitus:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "_Oletukset"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Kyt"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "_Vlitet viesti"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "_Koko nimi:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "Lhet HTML-postia?"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
msgid "_Identity"
msgstr ""
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr ""
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "Tee tst _oletustilini"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "_Merkitse viestit luetuiksi kun on kulunut"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Nimi:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "_PGP-ohjelman polku:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr ""
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
msgid "_Prompt when sending messages with an empty subject line"
msgstr ""
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "Tuleva posti"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Vastaa kaikille"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "Turvalli_suus"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "Turvalli_suus"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Lhtev posti"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Nyt"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_HTML-allekirjoitus:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "Kyt salattua yhteytt (_SSL)"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
msgid "_Variable-width:"
msgstr ""
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
#, fuzzy
msgid "_every"
msgstr "Joka"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " "
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
#, fuzzy
msgid "description"
msgstr "Kuvaus:"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12744,122 +12773,127 @@ msgstr "Lataa k_uvat"
msgid "Loading message content"
msgstr "Ladataan viestin sislt"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
msgid "Overdue:"
msgstr ""
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%b %d %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Avaa linkki selaimessa"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Kopioi linkin sijainti"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Tallenna linkki nimell"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Tallenna kuva nimell..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Lhetetn \"%s\""
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr ""
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Pivys"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Epkelpo osoite"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Lhettj"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Vastausosoite:"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Vastaanottaja"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Kopiot:"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
#, fuzzy
msgid "Bcc"
msgstr "Piilokopiot:"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr "_Matkapuhelin"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Yhdistminen palvelimeen eponnistui: %s"
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr ""
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr ""
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr ""
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr ""
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -12978,99 +13012,99 @@ msgstr ""
msgid "Copying messages to %s"
msgstr ""
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr ""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Vlitetyt viestit"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr ""
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr ""
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Poistetaan kansiota %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, fuzzy, c-format
msgid "Storing folder '%s'"
msgstr "Poistetaan kansiota %s"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr ""
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr ""
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "Haetaan viesti %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "Haetaan %d viesti()"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "Tallennetaan %d viesti()"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Tallennetaan liite"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, fuzzy, c-format
msgid "Reconnecting to %s"
msgstr "Hakuasetukset"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Etsi"
@@ -13143,24 +13177,24 @@ msgstr "Pivitetn..."
msgid "Waiting..."
msgstr "Odotetaan..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr ""
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "_Muista tm salasana"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr ""
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
#, fuzzy
msgid "Enter Password"
msgstr "Salasana"
@@ -13184,41 +13218,24 @@ msgstr ""
"\n"
"Haluatko tallentaa muutokset?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Nimi:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Tallenna allekirjoitus"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "HTML-allekirjoitustiedosto:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Vlitetty viesti - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Vlitetty viesti"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Vlitetty viesti"
@@ -13274,67 +13291,67 @@ msgstr "(Ei aihetta)"
msgid "%s - Message"
msgstr "%s - Viesti"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Nhty"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Nkemtt"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Vastattu"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr ""
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr ""
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "Matalin"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Matalampi"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Korkeampi"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "Korkein"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Tnn %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Eilen %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %l:%M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%b %d %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "Luodaan viestiluetteloa"
@@ -13412,72 +13429,97 @@ msgstr "Esikatselu:"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Kansio"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Tallenna kansioon..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "Ei palvelinta valittuna"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Valitse palvelin."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr ""
-
-#: mail/subscribe-dialog.glade.h:2
#, fuzzy
msgid "All folders"
msgstr "Paikalliset kansiot"
-#: mail/subscribe-dialog.glade.h:3
+#: mail/subscribe-dialog.glade.h:2
#, fuzzy
-msgid "Display options"
-msgstr "Nyt toinen kansio"
+msgid "Apri file"
+msgstr "Huhtikuu"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Sulje"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Nyt toinen kansio"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr ""
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
#, fuzzy
msgid "Manage Subscriptions"
msgstr "Kuvaus:"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
msgstr ""
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Valitse kansio"
+
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Valitse tiedosto"
+
+#: mail/subscribe-dialog.glade.h:10
#, fuzzy
msgid "_Subscribe"
msgstr "Tilaa"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
#, fuzzy
msgid "_Unsubscribe"
msgstr "Poista tilaus"
@@ -13487,28 +13529,28 @@ msgid "Configuration control for the Evolution Summary."
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr ""
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
#, fuzzy
msgid "Evolution Summary component."
msgstr "Evolutionin shkpostikomponentin alustus eponnistui."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
msgid "Factory for Evolution Summary's configuration control."
msgstr ""
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Evolutionin shkpostikomponentin alustus eponnistui."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Yhteenveto sislt"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
#, fuzzy
msgid "Aarhus"
@@ -24170,25 +24212,25 @@ msgstr "Turkkilainen"
msgid "Folder containing the Evolution Summary"
msgstr ""
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Tapaamiset"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Ei tapaamisia"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
#, fuzzy
msgid "%k:%M %d %B"
msgstr "%A %d %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
#, fuzzy
msgid "%l:%M %d %B"
msgstr "%A %d %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
#, fuzzy
msgid "No description"
msgstr "Kuvaus:"
@@ -24252,11 +24294,11 @@ msgstr "Lis"
msgid "Shown"
msgstr "Nyt kaikki"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Ei tehtvi"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
#, fuzzy
msgid "(No Description)"
msgstr "Kuvaus:"
@@ -24294,7 +24336,7 @@ msgstr "Kuvaus"
msgid "Printing of Summary failed"
msgstr "Viestin tulostus eponnistui"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr ""
@@ -25586,18 +25628,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr ""
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Asetukset"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Evolution-kuori."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Nyt yksityiskohdat"
@@ -25623,7 +25665,7 @@ msgstr "Valitse kansio"
msgid "Drafts"
msgstr "Luonnos"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Saapuneet"
@@ -26020,29 +26062,29 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution"
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Synkronoidaan kansiota"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Poistetaan kansiota %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "Lhetetn \"%s\""
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr ""
"Tiedoston %s poistaminen eponnistui:\n"
"%s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -26125,30 +26167,30 @@ msgstr ""
msgid "Work Offline"
msgstr "Tyskentele poissa linjoilta"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr ""
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr ""
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
#, fuzzy
msgid "(None)"
msgstr "(Ei nime)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr ""
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -26166,7 +26208,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr ""
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -26174,19 +26216,19 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr ""
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr ""
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr ""
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Yleinen virhe"
@@ -26388,7 +26430,7 @@ msgstr ""
msgid "%s (%d%% complete)"
msgstr ""
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr ""
@@ -26418,70 +26460,70 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
#, fuzzy
msgid "CORBA error"
msgstr "I/O-virhe"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr ""
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr ""
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
#, fuzzy
msgid "No owner"
msgstr "Mrittelemtn"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr ""
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
#, fuzzy
msgid "Unsupported type"
msgstr "Tar_kista tuetut tavat"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr ""
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
#, fuzzy
msgid "Internal error"
msgstr "I/O-virhe"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
#, fuzzy
msgid "Exists"
msgstr "_Poistu"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr ""
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
#, fuzzy
msgid "Has subfolders"
msgstr "Luonnoskansio:"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
#, fuzzy
msgid "No space left"
msgstr "Ei viestej valittuna"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -26539,29 +26581,21 @@ msgid "Specify where to create the folder:"
msgstr ""
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Luo _uusi kansio"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Kansion nimi:"
+msgid "_Account:"
+msgstr "Tili"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "Palvelimen _nimi: "
+msgid "_Folder Name:"
+msgstr "Kansion nimi:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "Kyttjt_unnus:"
@@ -26660,16 +26694,16 @@ msgstr "l kysy tt en uudelleen"
msgid "Evolution can import data from the following files:"
msgstr ""
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
#, fuzzy
msgid "Evolution is now exiting ..."
msgstr "Evolutionin aseukseni"
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -26679,7 +26713,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -26689,7 +26723,7 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
@@ -26698,46 +26732,50 @@ msgstr ""
"Kiitos\n"
"The Evolution Team\n"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "l kysy tt en uudelleen"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr ""
-#: shell/main.c:357
+#: shell/main.c:403
#, fuzzy, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Evolutionin shkpostikomponentin alustus eponnistui."
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr ""
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "Aloita uudelta sivulta"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Aloita uudelta sivulta"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Bonobon komponenttijrjestelmn alustus eponnistui"
@@ -26966,14 +27004,6 @@ msgstr "Nyt tyviikko"
msgid "Week"
msgstr "_Viikko"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Sulje"
-
#: ui/evolution-comp-editor.xml.h:3
#, fuzzy
msgid "Close this item"
@@ -27920,10 +27950,6 @@ msgstr ""
msgid "F_older"
msgstr "_Kansio"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr ""
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr ""
@@ -28496,22 +28522,22 @@ msgstr "Viesti"
msgid "Don't show this message again."
msgstr "l nyt tt viesti uudelleen."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "Etsi nyt"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Kalenteri"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
#, fuzzy
msgid "Clear"
msgstr "Kalenteri"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Etsi nyt"
@@ -28538,6 +28564,71 @@ msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): Bonobon alustus eponnistui"
#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "URL:n `%s' jsentminen eponnistui"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "Shkposti 2"
+
+#, fuzzy
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Lhteen tiedot"
+
+#, fuzzy
+#~ msgid "Task begins: <b>"
+#~ msgstr "Valmis"
+
+#, fuzzy
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Lhteen tiedot"
+
+#, fuzzy
+#~ msgid "Begins: <b>"
+#~ msgstr "Lhteen tiedot"
+
+#, fuzzy
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Lhteen tiedot"
+
+#, fuzzy
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Lhteen tiedot"
+
+#, fuzzy
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Valmis"
+
+#, fuzzy
+#~ msgid "Task Due: <b>"
+#~ msgstr "Valmis"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Tt viesti ei ole lhetetty.\n"
+#~ "\n"
+#~ "Haluatko tallentaa muutokset?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (oletus)"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Tallenna allekirjoitus"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "HTML-allekirjoitustiedosto:"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "Palvelimen _nimi: "
+
+#, fuzzy
#~ msgid "_Browse..."
#~ msgstr "_Siirr..."
@@ -28896,9 +28987,6 @@ msgstr "init_bonobo(): Bonobon alustus eponnistui"
#~ "\n"
#~ "Julkinen avain: "
-#~ msgid "Waiting for connection to LDAP server..."
-#~ msgstr "Odotetaan yhteytt LDAP-palvelimeen..."
-
#~ msgid "New _Contact"
#~ msgstr "_Uusi kontakti"
diff --git a/po/fr.po b/po/fr.po
index 97e4facfb0..ecb59f1b27 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 1.1.0.99\n"
-"POT-Creation-Date: 2002-08-25 22:51+0200\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-08-25 22:14+0200\n"
"Last-Translator: Christophe Merlet (RedFox) <christophe@merlet.net>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -33,7 +33,7 @@ msgid "Imports VCard files into Evolution."
msgstr "Importation fichiers VCard dans Evolution"
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Classer comme"
@@ -43,12 +43,12 @@ msgid "Name"
msgstr "Nom"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "E-mail"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Principal"
@@ -58,16 +58,16 @@ msgstr "Prin."
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:384
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Adjoint"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Profession"
@@ -77,12 +77,12 @@ msgid "Bus"
msgstr "Prof."
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Répondeur"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Société"
@@ -93,13 +93,13 @@ msgstr "Soc."
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Maison"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organisation"
@@ -109,19 +109,19 @@ msgstr "Org"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mobile"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Voiture"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Fax professionnel"
@@ -130,13 +130,13 @@ msgid "Bus Fax"
msgstr "Fax prof."
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Fax maison"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Travail 2"
@@ -145,68 +145,68 @@ msgid "Bus 2"
msgstr "Prof. 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Maison 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "RNIS"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Autre"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Fax Autre"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Pager"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Radio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:374
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:376
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "E-mail 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:377
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "E-mail 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:378
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Site Web"
@@ -215,7 +215,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:379
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Service"
@@ -224,7 +224,7 @@ msgid "Dep"
msgstr "Serv"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:380
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Bureau"
@@ -233,12 +233,12 @@ msgid "Off"
msgstr "Bur."
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:381
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Titre"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:382
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Profession"
@@ -247,7 +247,7 @@ msgid "Prof"
msgstr "Prof"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:383
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Directeur"
@@ -260,7 +260,7 @@ msgid "Ass"
msgstr "Ass"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:385
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Surnom"
@@ -269,12 +269,12 @@ msgid "Nick"
msgstr "Snom"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:386
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Conjoint(e)"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:387
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Note"
@@ -287,7 +287,7 @@ msgid "CALUri"
msgstr "CalURI"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:388
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "URL Libre-Occupé"
@@ -338,7 +338,7 @@ msgstr "VCard pour %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -346,7 +346,7 @@ msgid "Could not initialize Bonobo"
msgstr "Ne peut initialiser Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2823
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Recherche..."
@@ -354,36 +354,32 @@ msgstr "Recherche..."
msgid "Loading..."
msgstr "Chargement"
-#: addressbook/backend/pas/pas-backend-ldap.c:655
+#: addressbook/backend/pas/pas-backend-ldap.c:677
#, fuzzy
msgid "Reconnecting to LDAP server..."
msgstr "Connexion au serveur"
-#: addressbook/backend/pas/pas-backend-ldap.c:1188
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "Ajout de la carte sur le serveur LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1290
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "Suppression de la carte du serveur LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1523
-#: addressbook/backend/pas/pas-backend-ldap.c:1526
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "Modification de la carte du serveur LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2744
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "Récupération des résultats de recherche LDAP..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2843
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
msgid "Error performing search"
msgstr "Erreur lors de la recherche"
-#: addressbook/backend/pas/pas-backend-ldap.c:2867
-msgid "Could not parse query string"
-msgstr "Ne peut analyser la chaîne de recherche"
-
#: addressbook/conduit/address-conduit.c:293
msgid "Default Sync Address:"
msgstr "Adresse de synchronisation par défaut :"
@@ -431,52 +427,52 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr "Contrôle de configuration pour le carnet d'adresse d'Evolution."
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+#, fuzzy
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+"Cette page peut être utilisée pour configurer l'accès à des serveurs "
+"d'annuaire avec le protocole LDAP"
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Contrôle qui affiche une mini-Card du carnet d'adresses."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr "Serveurs de répertoire"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Visualisateur de minicard du carnet d'adresses"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Composant pour le traitement des contacts."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Utilitaire de contrôle Minicard du carnet d'adresses"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Utilitaire d'affichage des adresses du carnet"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Usine à composants pour les popups d'adresse du carnet d'adresse"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
#, fuzzy
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
"Usine pour le composant de configuration du carnet d'adresses d'Evolution."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Usine à composants pour l'exemple de composant Carnet d'adresses"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-#, fuzzy
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-"Cette page peut être utilisée pour configurer l'accès à des serveurs "
-"d'annuaire avec le protocole LDAP"
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -496,28 +492,28 @@ msgstr "Serveur LDAP"
msgid "LDAP server containing contact information"
msgstr "Serveur LDAP contenant les inforamtions des contacts"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Nouveau contact"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Contacts"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Créer un nouveau contact"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Nouvelle liste de contacts"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr "_Liste de Contacts"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Créer une nouvelle liste de contacts"
@@ -544,30 +540,30 @@ msgstr "Ne peut analyser la chaîne de recherche"
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "La réponse du serveur IMAP ne contient pas l'information %s"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Erreur de chargement des information du filtre :\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "La réponse du serveur IMAP ne contient pas l'information %s"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "(SSL n'est pas supporté dans cette compilation d'évolution)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "Ne peut initialiser gnome-vfs"
@@ -575,11 +571,11 @@ msgstr "Ne peut initialiser gnome-vfs"
msgid "Other Contacts"
msgstr "Autres contacts"
-#: addressbook/gui/component/addressbook.c:469
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Impossible d'ouvrir le carnet d'adresses"
-#: addressbook/gui/component/addressbook.c:475
+#: addressbook/gui/component/addressbook.c:477
msgid ""
"We were unable to open this addressbook. Please check that the\n"
"path exists and that you have permission to access it."
@@ -587,7 +583,7 @@ msgstr ""
"Nous n'avons pas pu ouvrir ce carnet d'adresse. Veuillez vérifiez\n"
"que le chemin existe et que vous avez la permission d'accès."
-#: addressbook/gui/component/addressbook.c:485
+#: addressbook/gui/component/addressbook.c:487
#, fuzzy
msgid ""
"We were unable to open this addressbook. This either\n"
@@ -597,7 +593,7 @@ msgstr ""
"Nous n'avons pu ouvrir ce carnet d'adresses.\n"
"Vous avez saisi un URI incorrect ou le serveur LDAP est stoppé"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -609,7 +605,7 @@ msgstr ""
"devez compiler le programme à partir des sources CVS\n"
"après voir récupéré OpenLDAP à l'adresse indiquée ci-dessous.\n"
-#: addressbook/gui/component/addressbook.c:499
+#: addressbook/gui/component/addressbook.c:501
#, fuzzy
msgid ""
"We were unable to open this addressbook. This either\n"
@@ -619,36 +615,37 @@ msgstr ""
"Nous n'avons pu ouvrir ce carnet d'adresses.\n"
"Vous avez saisi un URI incorrect ou le serveur LDAP est stoppé"
-#: addressbook/gui/component/addressbook.c:611
-#: addressbook/gui/component/addressbook.c:614
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Saisissez le mot de passe pour %s (utilisateur %s)"
-#: addressbook/gui/component/addressbook.c:739
+#: addressbook/gui/component/addressbook.c:741
msgid "Name begins with"
msgstr "Nom commence par"
-#: addressbook/gui/component/addressbook.c:740
-msgid "Email is"
-msgstr "Adresse est"
+#: addressbook/gui/component/addressbook.c:742
+#, fuzzy
+msgid "Email begins with"
+msgstr "Nom commence par"
-#: addressbook/gui/component/addressbook.c:741
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "La catégorie est"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:742
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "N'importe quel champ contient"
-#: addressbook/gui/component/addressbook.c:743
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Avancée..."
-#: addressbook/gui/component/addressbook.c:913
+#: addressbook/gui/component/addressbook.c:915
msgid ""
"More cards matched this query than either the server is \n"
"configured to return or Evolution is configured to display.\n"
@@ -656,7 +653,7 @@ msgid ""
"the directory server preferences for this addressbook."
msgstr ""
-#: addressbook/gui/component/addressbook.c:919
+#: addressbook/gui/component/addressbook.c:921
msgid ""
"The time to execute this query exceeded the server limit or the limit\n"
"you have configured for this addressbook. Please make your search\n"
@@ -664,21 +661,25 @@ msgid ""
"preferences for this addressbook."
msgstr ""
-#: addressbook/gui/component/addressbook.c:925
+#: addressbook/gui/component/addressbook.c:927
msgid "The backend for this addressbook was unable to parse this query."
msgstr ""
-#: addressbook/gui/component/addressbook.c:929
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
msgid "This query did not complete successfully."
msgstr ""
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:1004
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Toute catégorie"
-#: addressbook/gui/component/addressbook.c:1086
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "L'URI que le navigateur de dossier affichera"
@@ -693,7 +694,7 @@ msgstr "(Inconnu)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "E-mail principal"
@@ -745,51 +746,51 @@ msgid " S_how Supported Bases "
msgstr "_Vérifier les types supportés"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Options"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "<- Supprimer"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr "1234"
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
msgid "1:00"
msgstr "1:00"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr "2:30"
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr "3268"
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
msgid "380"
msgstr "380"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr "5:00"
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr "636"
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr "666"
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr "<- Supprimer"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Options"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -949,8 +950,8 @@ msgstr "_Domaine de recherche :"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Recherche"
@@ -1161,9 +1162,8 @@ msgid "_Add"
msgstr "_Ajouter"
#: addressbook/gui/component/ldap-config.glade.h:105
-#, fuzzy
-msgid "_Add ->"
-msgstr "Ajouter ->"
+msgid "_Add -&gt;"
+msgstr "_Ajouter -&gt;"
#: addressbook/gui/component/ldap-config.glade.h:106
#, fuzzy
@@ -1241,7 +1241,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Options"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1325,7 +1325,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1357,11 +1357,11 @@ msgstr "(%d cachés)"
msgid "Unnamed Contact"
msgstr "Contact sans nom"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Sélectionnez les contacts dans le carnet d'adresses"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "L'expéditeur contient"
@@ -1426,7 +1426,7 @@ msgstr "Collaboration"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Éditeur de contacts"
@@ -1495,9 +1495,9 @@ msgstr "Veut recevoir des messages _HTML"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:151
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2561,23 +2561,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Supprimer le contact ?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "Editeur de catégorie non disponible."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Ce contact appartient à ces catégories : "
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Enregistrer comme VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Ne peut trouver un widget pour un champ : « %s »"
@@ -2591,7 +2591,7 @@ msgid "Edit Full"
msgstr "Éditer entièrement"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Nom complet"
@@ -2745,11 +2745,11 @@ msgid "contact-list-editor"
msgstr "Éditeur de liste de contacts"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Éditeur de liste de contacts"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Enregistrer la liste comme VCard"
@@ -2808,20 +2808,20 @@ msgstr "Recherche avancée"
msgid "Search"
msgstr "Rechercher"
-#: addressbook/gui/widgets/e-addressbook-model.c:138
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Pas de cartes"
-#: addressbook/gui/widgets/e-addressbook-model.c:141
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 carte"
-#: addressbook/gui/widgets/e-addressbook-model.c:144
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d cartes"
-#: addressbook/gui/widgets/e-addressbook-model.c:383
+#: addressbook/gui/widgets/e-addressbook-model.c:402
msgid "Error getting book view"
msgstr "Erreur d'obtention de la vue livre"
@@ -2832,15 +2832,15 @@ msgid "Error modifying card"
msgstr "Erreur lors de la modification de la carte"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "Succès"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Erreur inconnue"
@@ -2849,7 +2849,7 @@ msgid "Repository offline"
msgstr "Repository Hors ligne"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Permission refusée"
@@ -2921,7 +2921,7 @@ msgstr "Suppression de liste : Erreur"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1653
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Suppression de carte : Erreur"
@@ -2960,156 +2960,156 @@ msgstr "Déplacer les cartes vers"
msgid "Copy cards to"
msgstr "Copier les cartes vers"
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Cliquez ici pour ajouter un contact *"
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Téléphone Principal"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Téléphone Adjoint"
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Téléphone Travail"
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Répondeur"
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Téléphone Société"
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Téléphone Maison"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Adresse Travail"
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Adresse Maison"
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Téléphone Mobile"
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Téléphone Voiture"
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Téléphone Travail 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Téléphone Maison 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Autre Téléphone"
-#: addressbook/gui/widgets/e-addressbook-view.c:375
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Autre adresse"
-#: addressbook/gui/widgets/e-addressbook-view.c:455
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Carnet d'adresses"
-#: addressbook/gui/widgets/e-addressbook-view.c:716
-#: addressbook/gui/widgets/e-addressbook-view.c:905
-#: addressbook/gui/widgets/e-addressbook-view.c:1855
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Enregistrer comme VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:898
msgid "New Contact..."
msgstr "Nouveau contact..."
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:899
msgid "New Contact List..."
msgstr "Nouvelle liste de contacts..."
-#: addressbook/gui/widgets/e-addressbook-view.c:896
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Aller au dossier..."
-#: addressbook/gui/widgets/e-addressbook-view.c:897
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_Importer..."
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Rechercher des contacts"
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "Sources du carnet d'adresses"
-#: addressbook/gui/widgets/e-addressbook-view.c:902
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "Paramétrage du Pilot..."
-#: addressbook/gui/widgets/e-addressbook-view.c:906
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Faire suivre au contact"
-#: addressbook/gui/widgets/e-addressbook-view.c:907
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Envoyer un _message au contact"
-#: addressbook/gui/widgets/e-addressbook-view.c:908
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Imprimer"
-#: addressbook/gui/widgets/e-addressbook-view.c:910
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Imprimer En_veloppe..."
-#: addressbook/gui/widgets/e-addressbook-view.c:914
+#: addressbook/gui/widgets/e-addressbook-view.c:920
msgid "Copy to folder..."
msgstr "Copier vers le dossier..."
-#: addressbook/gui/widgets/e-addressbook-view.c:915
+#: addressbook/gui/widgets/e-addressbook-view.c:921
msgid "Move to folder..."
msgstr "Déplacer vers le dossier..."
-#: addressbook/gui/widgets/e-addressbook-view.c:918
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Couper"
-#: addressbook/gui/widgets/e-addressbook-view.c:919
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Copier"
-#: addressbook/gui/widgets/e-addressbook-view.c:920
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Coller"
-#: addressbook/gui/widgets/e-addressbook-view.c:921 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3117,8 +3117,8 @@ msgstr "Coller"
msgid "Delete"
msgstr "Supprimer"
-#: addressbook/gui/widgets/e-addressbook-view.c:924
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
msgid "Current View"
msgstr "Vue courante"
@@ -3126,7 +3126,7 @@ msgstr "Vue courante"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:957
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
@@ -3134,10 +3134,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:962
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3432,39 +3440,38 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Contrôle de configuration du calendrier d'Evolution"
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Afficheur Calendrier iTip/iMip"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Composant pour le traitement du calendrier"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr "Utilitaire pour le composant tâches d'Evolution."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Utilitaire de contrôle de la vue iTip du Calendrier"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Utilitaire de contrôle du Calendrier"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
"Usine à composants pour centraliser les éditeurs de composants du calendrier"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Usine à composants pour créer les usines à éditeurs de composant"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-"Cette page peut être utilisée pour configurer le Calendrier et les Tâches"
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Service de notification d'alarme"
@@ -3530,7 +3537,7 @@ msgstr ""
"d'avertissement classique à la place."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2868
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Avertissement"
@@ -3556,15 +3563,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Ne plus me demander à propos de ce programme."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Ne peut initialiser GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Impossible de créer le service de notification d'alarme"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "Impossible de créer l'usine à services de notification d'alarme"
@@ -3580,7 +3583,7 @@ msgstr "La description contient"
msgid "Comment contains"
msgstr "Le commentaire contient"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Différent"
@@ -3591,7 +3594,7 @@ msgstr "%A %d %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a %d %b"
@@ -3657,7 +3660,7 @@ msgstr "Libre"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Occupé"
@@ -3692,8 +3695,8 @@ msgstr ""
#. An empty string is the same as 'None'.
#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2012
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
@@ -3737,7 +3740,7 @@ msgstr "Vue hebdomadaire"
msgid "Month View"
msgstr "Vue mensuelle"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3760,54 +3763,54 @@ msgstr "Tâches"
msgid "Folder containing to-do items"
msgstr "Dossier contenant des éléments « À Faire »"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr "Nouveau RDV"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr "_Rendez-vous"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
#, fuzzy
msgid "Create a new appointment"
msgstr "Supprimer le rendez-vous"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr "Nouvelle réunion"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr "Ré_union"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Créer un nouveau raccourci"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr "Nouvelle tâche"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Tâche"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
#, fuzzy
msgid "Create a new task"
msgstr "Créer un nouveau contact « %s »"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "New All Day Appointment"
msgstr "Nouveau rendez-vous quotidien"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "All _Day Appointment"
msgstr "Rendez-vous _journée entière"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Nouveau rendez-vous quotidien"
@@ -4370,61 +4373,61 @@ msgstr " (Date d'échéance "
msgid "Due "
msgstr "Date d'échéance "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Impossible de mettre à jour l'objet !"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Impossible de mettre à jour l'objet !"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Éditer le rendez-vous"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Rendez-vous - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Tâche - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Entrée de journal - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Aucun résumé"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1146
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Enregistrer sous..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Récupération de la version courante impossible !"
@@ -4496,13 +4499,13 @@ msgstr "Récurrence"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Programme"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Réunion"
@@ -4865,7 +4868,7 @@ msgstr "Basique"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Tâche"
@@ -4884,56 +4887,67 @@ msgid "_Due Date:"
msgstr "Date d'_échéance :"
#: calendar/gui/e-calendar-table.c:440
+#, c-format
msgid "0%"
msgstr "0%"
#: calendar/gui/e-calendar-table.c:441
+#, c-format
msgid "10%"
msgstr "10%"
#: calendar/gui/e-calendar-table.c:442
+#, c-format
msgid "20%"
msgstr "20%"
#: calendar/gui/e-calendar-table.c:443
+#, c-format
msgid "30%"
msgstr "30%"
#: calendar/gui/e-calendar-table.c:444
+#, c-format
msgid "40%"
msgstr "40%"
#: calendar/gui/e-calendar-table.c:445
+#, c-format
msgid "50%"
msgstr "50%"
#: calendar/gui/e-calendar-table.c:446
+#, c-format
msgid "60%"
msgstr "60%"
#: calendar/gui/e-calendar-table.c:447
+#, c-format
msgid "70%"
msgstr "70%"
#: calendar/gui/e-calendar-table.c:448
+#, c-format
msgid "80%"
msgstr "80%"
#: calendar/gui/e-calendar-table.c:449
+#, c-format
msgid "90%"
msgstr "90%"
#: calendar/gui/e-calendar-table.c:450
+#, c-format
msgid "100%"
msgstr "100%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Supprimer les objets sélectionnés"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "Ouvrir"
@@ -4942,30 +4956,30 @@ msgstr "Ouvrir"
msgid "_Save as..."
msgstr "Enregistrer _sous..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Imprimer..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "Co_uper"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Copier"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4991,8 +5005,8 @@ msgstr "_Marquer les tâches comme terminées"
msgid "_Delete Selected Tasks"
msgstr "Supprimer les tâches sélectionnées"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Mise à jour des objets"
@@ -5049,14 +5063,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:376
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:385
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
@@ -5078,103 +5092,103 @@ msgstr "%02i divisions par minute"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Nouveau _rendez-vous"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Nouvel évènement de journée complète"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
msgid "New Meeting"
msgstr "Nouvelle réunion"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Nouvelle tâche"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Imprimer..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "Aller à _aujourd'hui"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "Aller à la date"
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_Publier l'information Libre/Occupé"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
msgid "_Configure..."
msgstr "_Configurer..."
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
msgid "_Configure Pilot..."
msgstr "_Configurer le Pilot..."
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "Enregistrer _sous..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
msgid "_Schedule Meeting..."
msgstr "Planifier une _réunion..."
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
msgid "_Forward as iCalendar..."
msgstr "_Faire suivre comme iCalendar"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Rendre cette occurence déplaçable"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Supprimer cette occurence"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Supprimer toutes les occurences"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr "Les utilitaires Gnome Pilot ne semblent pas installés sur ce système."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
@@ -5255,7 +5269,7 @@ msgstr "Refusé"
#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
@@ -5274,7 +5288,7 @@ msgstr "Mise à jour"
#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "OK"
@@ -5303,7 +5317,7 @@ msgid "Send Latest Information"
msgstr "Envoyer les dernières informations"
#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Annuler"
@@ -5666,15 +5680,15 @@ msgstr "%A %d %B %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:279 e-util/e-time-utils.c:367
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:282 widgets/misc/e-dateedit.c:1597
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -5738,8 +5752,8 @@ msgstr "Heure de _début de la réunion :"
msgid "Meeting _end time:"
msgstr "Heure de _fin de la réunion :"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1973
-#: calendar/gui/gnome-cal.c:1984
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "Ouverture des tâches à %s"
@@ -5754,7 +5768,7 @@ msgstr "Ne peut charger les tâches dans « %s »"
msgid "The method required to load `%s' is not supported"
msgstr "La méthode requise pour charger « %s » n'est pas supportée"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Ne peut ouvrir le dossier dans « %s »"
@@ -5773,21 +5787,21 @@ msgstr "Supprimer les objets sélectionnés"
msgid "Expunging"
msgstr "Nettoyage"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Nouveau _RDV..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Ne peut ouvrir le dossier dans « %s »"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "La méthode requise pour ouvrir « %s » n'est pas supportée"
-#: calendar/gui/gnome-cal.c:1732
+#: calendar/gui/gnome-cal.c:1734
#, c-format
msgid ""
"The calendar backend for\n"
@@ -5795,7 +5809,7 @@ msgid ""
" has crashed. You will have to restart Evolution in order to use it again"
msgstr ""
-#: calendar/gui/gnome-cal.c:1737
+#: calendar/gui/gnome-cal.c:1739
#, c-format
msgid ""
"The task backend for\n"
@@ -5803,12 +5817,12 @@ msgid ""
" has crashed. You will have to restart Evolution in order to use it again"
msgstr ""
-#: calendar/gui/gnome-cal.c:1956
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "Ouverture du calendrier à %s"
-#: calendar/gui/gnome-cal.c:1995
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Ouverture du dossier %s"
@@ -5909,7 +5923,7 @@ msgstr "Rafraîchir"
msgid "Counter-proposal"
msgstr "Contre-proposition"
-#: calendar/gui/itip-utils.c:670
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Vous devez être inscrit comme participant à l'événement."
@@ -6145,7 +6159,7 @@ msgid "Print Calendar"
msgstr "Imprimer le Calendrier"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3160
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Aperçu Avant Impression"
@@ -6181,8 +6195,8 @@ msgstr ""
"\n"
"Voulez-vous vraiment effacer les tâches ?"
-#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2640
-#: mail/mail-callbacks.c:2882
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Ne plus me demander."
@@ -8432,7 +8446,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1003
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Mauvaise réponse d'identification du serveur."
@@ -8829,77 +8843,105 @@ msgstr "Impossible de renommer le dossier : %s : Opération invalide"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Impossible de renommer le dossier : %s : Dossier inexistant"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2532
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Opération annulée"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2535
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "Serveur déconnecté de manière inattendue : %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Réponse inattendue du serveur IMAP : %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "Échec de la commande IMAP : %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "La réponse du serveur s'est terminée trop tot."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "La réponse du serveur IMAP ne contient pas l'information %s"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Réponse OK inattendue du serveur IMAP : %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Ne peut créer le répertoire %s : %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "Ne peut charger le résumé pour %s"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "Le dossier a été détruit et recréé sur le serveur"
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Examen des messages modifiés"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Échec de la récupération du message"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Impossible d'obtenir le message : %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Aucun message correspondant"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Ce message n'est pas disponible"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "Recherche des informations de résumé pour des nouveaux messages"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Examen des nouveaux messages"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "Ne peut trouver le corps du message dans la réponse FETCH."
@@ -8924,7 +8966,7 @@ msgstr "Vérification si nouveau courrier"
msgid "Check for new messages in all folders"
msgstr "Vérifie les nouveaux messages dans tous les dossiers"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Dossiers"
@@ -8964,74 +9006,74 @@ msgstr ""
"Cette option vous connectera au serveur IMAP en utilisant un mots de passe "
"en clair."
-#: camel/providers/imap/camel-imap-store.c:434
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "Serveur SMTP %s"
-#: camel/providers/imap/camel-imap-store.c:436
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s service pour %s sur %s"
-#: camel/providers/imap/camel-imap-store.c:555
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Connexion annulée"
-#: camel/providers/imap/camel-imap-store.c:558
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Ne peut se connecter à %s (port %d) : %s"
-#: camel/providers/imap/camel-imap-store.c:617
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr "Impossible de se connecter au serveur SMTP %s en mode sécurisé : %s"
-#: camel/providers/imap/camel-imap-store.c:618
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
msgid "SSL/TLS extension not supported."
msgstr "Extension SSL/TSL non supportée"
-#: camel/providers/imap/camel-imap-store.c:649
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
msgid "SSL negotiations failed"
msgstr " Échec des négociations SSL"
-#: camel/providers/imap/camel-imap-store.c:892
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "Le dossier n'est pas vide"
-#: camel/providers/imap/camel-imap-store.c:1026
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
"Le serveur IMAP %s ne supporte pas le mécanisme d'authetification de type %s"
-#: camel/providers/imap/camel-imap-store.c:1036
+#: camel/providers/imap/camel-imap-store.c:1084
#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "Pas de support pour les authentifications de type %s"
-#: camel/providers/imap/camel-imap-store.c:1060
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sVeuillez saisir le mot de passe IMAP pour %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1075
+#: camel/providers/imap/camel-imap-store.c:1123
#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Vous n'avez pas saisi de mot de passe."
-#: camel/providers/imap/camel-imap-store.c:1104
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9042,19 +9084,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1476
-#: camel/providers/imap/camel-imap-store.c:1613
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "Pas de tel dossier « %s »."
-#: camel/providers/imap/camel-imap-store.c:1800
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "Le nom de dossier ne peut contenir le caractère RC"
-#: camel/providers/imap/camel-imap-store.c:1838
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Erreur inconnue : %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "Le dossier parent n'est pas autorisé à contenir des sous-dossiers"
@@ -9200,27 +9247,6 @@ msgstr "Ajout du message annulé"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Impossible de joindre le message au dossier maildir : %s : %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Impossible d'obtenir le message : %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Aucun message correspondant"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9308,18 +9334,18 @@ msgstr "Impossible de créer le verrou sur le dossier %s : %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Ne peut ouvrir la boîte à lettres : %s : %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr "Ajout de courrier annulé"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "Impossible de joindre le message au fichier mbox : %s : %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9328,11 +9354,11 @@ msgstr ""
"Impossible d'obtenir le message : %s du dossier %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "Le dossier semble irrémédiablement corrompu"
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "Erreur construction message : Boîte à lettre corrompue ?"
@@ -9440,12 +9466,13 @@ msgstr "Erreur inconnue : %s"
msgid "Could not store folder: %s"
msgstr "Impossible de renommer le dossier : %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Erreur d'écriture dans la boite à lettres temporaire : %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Échec d'écriture dans la boite à lettres temporaire : %s : %s"
@@ -10306,31 +10333,20 @@ msgstr "Avertissement : Message modifié"
msgid "Open file"
msgstr "Ouvrir un fichier"
-#: composer/e-msg-composer.c:1935
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1972
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Signature"
-#: composer/e-msg-composer.c:2013 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2025
-#, fuzzy
-msgid "Set as default"
-msgstr "Restaurer les valeurs par défaut"
-
-#: composer/e-msg-composer.c:2202 composer/e-msg-composer.c:2810
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Composer un message"
-#: composer/e-msg-composer.c:2827
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10338,7 +10354,7 @@ msgstr ""
"Impossible de créer la fenête de composition:\n"
"Impossible d'activer le composant de sélection d'adresse."
-#: composer/e-msg-composer.c:2853 composer/e-msg-composer.c:2908
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10346,7 +10362,7 @@ msgstr ""
"Impossible de créer la fenêtre de composition :\n"
"Ne peut activer le composant « Editeur HTML »."
-#: composer/e-msg-composer.c:3871
+#: composer/e-msg-composer.c:3838
#, fuzzy
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
@@ -10415,7 +10431,7 @@ msgstr "Le sujet contient"
msgid "Subject does not contain"
msgstr "Le sujet ne contient pas"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2507
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10442,87 +10458,87 @@ msgstr "Synchroniser les catégories"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:381
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M:%p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:372
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%d/%m/%Y %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:322 e-util/e-time-utils.c:421
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:413
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:331 e-util/e-time-utils.c:418
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:410
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:339
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
@@ -10642,30 +10658,30 @@ msgstr ""
"Erreur dans l'expression régulière « %s » :\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Important"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
+#: filter/filter-label.c:137 mail/mail-config.c:77
#: mail/mail-config.glade.h:136
msgid "Work"
msgstr "Travail"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:86
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr "Personnel"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
+#: filter/filter-label.c:139 mail/mail-config.c:79
#: mail/mail-config.glade.h:127
msgid "To Do"
msgstr "À faire"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:67
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
msgid "Later"
msgstr "Plus tard"
@@ -10929,7 +10945,7 @@ msgstr "n'est pas"
msgid "is not Flagged"
msgstr "n'est pas Marqué"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr "Étiquette"
@@ -10994,7 +11010,7 @@ msgstr "est inférieur à"
msgid "Score"
msgstr "Score"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1798
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Expéditeur"
@@ -11031,7 +11047,7 @@ msgstr "Débute par"
msgid "Stop Processing"
msgstr "Arrête le traitement"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Sujet"
@@ -11098,7 +11114,7 @@ msgstr "Scrutation de %s"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Courrier"
@@ -11164,7 +11180,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution importe vos anciennes données Netscape"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Corbeille"
@@ -11237,70 +11253,68 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Contrôle de configuration pour l'éditeur de message d'Evolution."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Contrôle de configuration pour le courrier d'Evolution."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+msgid "Configure your email accounts here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Composant Evolution pour le traitement du courrier."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Composeur de messages d'Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Composant « Résumé » d'Evolution"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Composant d'affichage de dossier courrier."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Usine à composants pour les dossiers de courrier."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Utilitaire composeur de messagerie d'Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Utilitaire pour le composant de résumé de messagerie."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "Préférences du courrier"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
msgid "Mail Accounts"
msgstr "Comptes de courrier"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:70
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr "Préférences du courrier"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Interface de configuration de la messagerie"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-#, fuzzy
-msgid "This Page can be used to configure the Fonts"
-msgstr "Cette page peut être utilisée pour configurer l'éditeur"
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-"Cette page peut être utilisée pour configurer ses comptes de courrier "
-"électronique"
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-"Cette page peut être utilisée pour configurer les préférences du courrier"
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr "Cette page peut être utilisée pour configurer l'éditeur"
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Dossier contenant du courrier"
@@ -11325,7 +11339,7 @@ msgstr "Propriétés..."
msgid "Change this folder's properties"
msgstr "Modifier les propriétés de ce dossier"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11333,246 +11347,246 @@ msgstr ""
"Certains de vos règlages de messagerie semblent corrompus, vérifiez que tout "
"est en ordre."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "Vous n'avez pas défini de méthode de transport de courrier"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Avertissement : Message modifié"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Nouveau message électronique"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_Message électronique"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Composer un message"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Message _suivant"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Message _précédent"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Nouveau message électronique"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Ne peut initialiser le composant de messagerie d'Evolution."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
"Ne peut initialiser le composant de configuration de messagerie d'Evolution."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr ""
"Impossible d'initialiser le composant d'information des dossiers d'Evolution"
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
msgid "Connecting..."
msgstr "Connexion..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "Ne peut enregistrer le stockage avec le shell"
-#: mail/folder-browser-ui.c:445
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "Propriétés de « %s »"
-#: mail/folder-browser-ui.c:447
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Propriétés"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Ne peut créer de répertoire temporaire : %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d nouveaux"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d cachés"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr "%d visibles"
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d sélectionnés"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d non envoyés"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d envoyés"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d au total"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
msgid "Create _Virtual Folder From Search..."
msgstr "Créer un dossier _virtuel à partir d'une recherche..."
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "Dossier virtuel sur le sujet"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "Dossier virtuel sur l'e_xpéditeur"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "Dossier virtuel sur les de_stinataires"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "Dossier virtuel sur la liste de diffusion"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Filtre sur le sujet"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Filtre sur l'expéditeur"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Filtre sur les destinataires"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Filtre sur la liste de diffusion"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "_Editer comme nouveau message..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Imprimer"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "Répondre à l'expéditeur"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Répondre à la _liste"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Répondre à _tous"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Faire suivre"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr "_Donner suite..."
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
msgid "Fla_g Completed"
msgstr "Marquer _Achevé"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
msgid "Cl_ear Flag"
msgstr "_Effacer les marqueurs"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Marquer comme _lu"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
msgid "Mark as _Unread"
msgstr "Marquer comme _non lu"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Marquer comme _Important"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
msgid "_Mark as Unimportant"
msgstr "Marquer comme Non Im_portant"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
msgid "U_ndelete"
msgstr "_Récupérer"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
msgid "Mo_ve to Folder..."
msgstr "Déplacer _vers le dossier..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "_Copier vers le dossier..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
msgid "Add Sender to Address_book"
msgstr "Ajouter l'expéditeur au _carnet d'adresses"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
msgid "Appl_y Filters"
msgstr "Appliquer les _filtres"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
msgid "Crea_te Rule From Message"
msgstr "Créer une _règle à partir du message"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
msgid "VFolder on M_ailing List"
msgstr "Dossier virtuel sur la liste de _diffusion"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filtre sur la _liste de diffusion (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "Dossier virtuel sur la liste de _diffusion (%s)"
@@ -11658,7 +11672,7 @@ msgstr "Nom d'_utilisateur :"
msgid "_Path:"
msgstr "_Chemin :"
-#: mail/mail-account-gui.c:1847
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Vous ne devez pas créer deux comptes avec le même nom."
@@ -11739,7 +11753,7 @@ msgstr ""
" « %s »\n"
"Et ont été mis à jour."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11751,7 +11765,7 @@ msgstr ""
"recevoir ou composer des courriers.\n"
"Voulez-vous le configurer maintenant ?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11759,7 +11773,7 @@ msgstr ""
"Vous devez configurer une identité\n"
"avant de pouvoir composer un message."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11768,7 +11782,7 @@ msgstr ""
"avant de pouvoir composer un message."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11776,11 +11790,11 @@ msgstr ""
"Vous êtes sur le point d'envoyer un courrier au format HTML, mais les "
"déstinataires suivants ne veulent pas de ce format :\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Envoyer tout de même ?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11788,7 +11802,7 @@ msgstr ""
"Ce message n'a pas de sujet.\n"
"Voulez-vous vraiment l'envoyer ?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -11796,11 +11810,11 @@ msgstr ""
"Depuis que la liste de contacts que vous envoyez est configurée pour cacher "
"la liste d'adresses, ce message contiendra seulement des destinataires Bcc."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Le message contient seulement des destinataires Bcc"
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -11810,12 +11824,12 @@ msgstr ""
"en ajoutant un en-tête Apparently-To.\n"
"Envoyer quand même ?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr ""
"Vous devez spécifier des destinataires afin de pouvoir envoyer ce message."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11823,28 +11837,28 @@ msgstr ""
"Impossible d'ouvrir le dossier brouillons pour ce compte.\n"
"Voulez-vous utiliser le dossier brouillons générique ?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "Un expéditeur inconnu"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "Le %a %d/%m/%Y à %H:%M, %%s a écrit :"
-#: mail/mail-callbacks.c:1679 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Déplacez le(s) message(s) vers"
-#: mail/mail-callbacks.c:1681 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Copiez le(s) message(s) vers"
-#: mail/mail-callbacks.c:2351
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Êtes-vous sûr de vouloir éditer tous les %d messages  ?"
-#: mail/mail-callbacks.c:2376
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11852,7 +11866,7 @@ msgstr ""
"Vous ne pouvez éditer des messages que\n"
"lorsqu'ils sont dans le dossier Brouillons."
-#: mail/mail-callbacks.c:2415
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11860,32 +11874,32 @@ msgstr ""
"Vous ne pouvez renvoyer des messages que\n"
"lorsqu'ils sont dans le dossier Envoyés."
-#: mail/mail-callbacks.c:2429
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Êtes-vous sûr de vouloir renvoyer tous les %d messages ?"
-#: mail/mail-callbacks.c:2455
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Aucun message sélectionné"
-#: mail/mail-callbacks.c:2500 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Écraser le fichier ?"
-#: mail/mail-callbacks.c:2554
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Enregistrer le message sous..."
-#: mail/mail-callbacks.c:2556
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Enregistrer les messages sous..."
-#: mail/mail-callbacks.c:2625
+#: mail/mail-callbacks.c:2627
msgid "Go to next folder with unread messages?"
msgstr "Aller au dossier suivant conntenant des messages non lus ?"
-#: mail/mail-callbacks.c:2632
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
@@ -11893,7 +11907,7 @@ msgstr ""
"Il n'y a plus de nouveau messages dans ce dossier.\n"
"Voulez-vous aller au dossier suivant ?"
-#: mail/mail-callbacks.c:2875
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11905,7 +11919,7 @@ msgstr ""
"\n"
"Effacer réellement ces messages ?"
-#: mail/mail-callbacks.c:2988
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11914,28 +11928,28 @@ msgstr ""
"Erreur de chargement des information du filtre :\n"
"%s"
-#: mail/mail-callbacks.c:3000
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Filtres"
-#: mail/mail-callbacks.c:3044
+#: mail/mail-callbacks.c:3046
#, c-format
msgid "Page %d of %d"
msgstr "Page %d parmis %d"
-#: mail/mail-callbacks.c:3099
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Imprimer le message"
-#: mail/mail-callbacks.c:3126
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "US-Letter"
-#: mail/mail-callbacks.c:3167
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Échec de l'impression du message"
-#: mail/mail-callbacks.c:3336
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -11961,7 +11975,7 @@ msgstr "_Script"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2919
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
msgid "Unnamed"
msgstr "Sans nom"
@@ -12038,16 +12052,16 @@ msgstr ""
msgid "Evolution Account Assistant"
msgstr "Assistant de compte d'Evolution"
-#: mail/mail-config.c:633
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Compte"
-#: mail/mail-config.c:2639
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Service de vérification"
-#: mail/mail-config.c:2717 mail/mail-config.c:2721
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Connexion au serveur"
@@ -12795,33 +12809,33 @@ msgstr "Chargement des images"
msgid "Loading message content"
msgstr "Chargement contenu de message"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "Tâches en _retard :"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%d %b %H:%M"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Ouvrir un lien dans le Navigateur"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Copier l'emplacement du lien"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Enregistrer le lien sous (FIXME)"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Enregistrer l'image sous..."
@@ -12830,94 +12844,94 @@ msgstr "Enregistrer l'image sous..."
msgid "Pinging %s"
msgstr "Scrutation de %s"
-#: mail/mail-format.c:626
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "pièce-jointe %s"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr "Impossible d'analyser le message MIME. Afficher comme source"
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Date"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Mauvaise adresse"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "De"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Répondre-À :"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "À"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
msgid "Mailer"
msgstr "Logiciel de messagerie"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"Ce message est signé numériquement. Cliquez sur l'icône de verrou pour plus "
"d'information."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Ne peut créer un contexte de vérification PGP."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Ce message est signé numériquement et a été certifié authentique."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
"Ce message est signé numériquement mais ne peut être certifié authentique."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Pointeur sur le site FTP (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Pointeur sur le fichier local (%s) valide sur le site « %s »"
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Pointeur sur le fichier local (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Pointeur sur des données distantes (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Pointeur sur des données externes inconnues (« %s » type)"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Partie corps externe malformée"
@@ -13043,59 +13057,59 @@ msgstr "Déplacement des messages vers %s"
msgid "Copying messages to %s"
msgstr "Copie des messages vers %s"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "Scrutation des dossiers dans « %s »"
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Messages suivis"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "Ouverture du dossier %s"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "Ouverture du stockage %s"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Effacement du dossier %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "Ecriture du dossier « %s »"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Rafraichissement du dossier"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Nettoyage du dossier"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "Récupération du message %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "Récupération de %d message(s)"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "Enregistrement de %d message(s)"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13104,7 +13118,7 @@ msgstr ""
"Ne peut créer le fichier de sortie : %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13113,11 +13127,11 @@ msgstr ""
"Erreur lors de l'enregistrement des messages vers : %s :\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Enregistrement de la pièce-jointe"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13126,22 +13140,22 @@ msgstr ""
"Impossible de créer le fichier de sortie : %s\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Ne peut écrire les données : %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "Déconnexion de %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "Reconnexion à %s"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:512
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "Rechercher"
@@ -13253,34 +13267,17 @@ msgstr ""
"\n"
"Voulez-vous enregistrer vos changements ?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
#, fuzzy
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
"Saisissez le nom par lequel vous voulez désigner ce compte.\n"
"Par example : « Travail » ou « Personnel »"
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Nom :"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Signature"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "Ajouter une nouvelle signature"
-
#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
@@ -13576,26 +13573,26 @@ msgid "Configuration control for the Evolution Summary."
msgstr "Contrôle de configuration du Résumé d'Evolution."
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
+#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Contrôle de configuration du Résumé d'Evolution."
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
msgid "Evolution Summary component."
msgstr "Composant Résumé d'Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
msgid "Factory for Evolution Summary's configuration control."
msgstr "Usine pour le contrôle de configuration du Résumé Evolution"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
msgid "Factory for the Evolution Summary component."
msgstr "Usine pour le composant « Résumé » d'Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
msgid "Summary Preferences"
msgstr "Préférence du Résumé"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-"Cette page peut être utilisée pour personnaliser l'apparence du Résumé."
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr "Aarhus"
@@ -23506,7 +23503,7 @@ msgstr "Imprimer le résumé"
msgid "Printing of Summary failed"
msgstr "Échec de l'impression du résumé"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "Le composant « Résumé » n'a pas pu initialiser Bonobo.\n"
@@ -24784,19 +24781,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Contrôle de configuration pour les dossiers par défaut d'Evolution."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Paramétrage Messagerie..."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Le shell Evolution."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-#, fuzzy
-msgid "This page can be used to configure various folder settings"
-msgstr "Cette page peut être utilisée pour configurer les dossiers par défaut"
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Afficher les détails"
@@ -24823,7 +24819,7 @@ msgstr "Sélectionnez un Dossier"
msgid "Drafts"
msgstr "Brouillons"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Boîte de réception"
@@ -25369,31 +25365,31 @@ msgstr "Travail _Hors ligne"
msgid "Work Offline"
msgstr "Travail _Hors ligne"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Aucun dossier affiché)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(Aucun)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution est en ligne. Cliquez sur ce bouton pour travailler hors "
"ligne."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evloution va travailler hors ligne."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -25416,7 +25412,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "Ne peut paramétrer le stockage local -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -25427,19 +25423,19 @@ msgstr ""
"terminé de manière inattendue. Vous devrez relancer Evolution pour voir\n"
"ces données à nouveau."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Arguments invalides"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "Impossible enregistrer dans OAF"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "Base de données de configuration non trouvée"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Erreur générique"
@@ -25680,63 +25676,63 @@ msgstr ""
"L'erreur du système d'activation est :\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "Erreur CORBA"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Interrompu"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "Argument invalide"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "A déjà un propriétaire"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Pas de propriétaire"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Non trouvée"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Tyoe non-supporté"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Schéma non supporté"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Opération non-supportée"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Erreur interne"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Existe"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "URI invalide"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "A des sous-dossiers"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Pas de place restante"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "L'ancien propriétaire s'est terminé"
@@ -25794,29 +25790,21 @@ msgid "Specify where to create the folder:"
msgstr "Précisez où créer le dossier."
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "_Créer un nouveau dossier..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Nom du dossier : "
+msgid "_Account:"
+msgstr "Comptes"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "Nom du _serveur :"
+msgid "_Folder Name:"
+msgstr "Nom du dossier : "
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "Nom d'_utilisateur :"
@@ -25917,15 +25905,15 @@ msgstr "Ne plus me demander"
msgid "Evolution can import data from the following files:"
msgstr "Evolution ne peut importer de données depuis les fichiers suivants :"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution se ferme..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25935,7 +25923,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25945,44 +25933,48 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Ne plus me demander"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "Ne peut accéder au shell de Ximian Evolution."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Ne peut initialiser le shell de Ximian Evolution : %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Désactiver la fenêtre de démarrage"
-#: shell/main.c:439
+#: shell/main.c:487
msgid "Start in offline mode"
msgstr "Démarrer en mode déconnecté"
-#: shell/main.c:440
+#: shell/main.c:489
msgid "Start in online mode"
msgstr "Démarrer en mode connecté"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Envoyer la sortie de déboguage de tous les composants à un fichier."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
@@ -25991,7 +25983,7 @@ msgstr ""
"%s : --online et --offline ne peuvent pas être utilisés \n"
"ensemble. Utilisez %s --help pour plus d'informations.\n"
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Ne peut initialiser le composant Bonobo"
@@ -27662,19 +27654,19 @@ msgstr "Message"
msgid "Don't show this message again."
msgstr "Ne plus afficher ce message."
-#: widgets/misc/e-search-bar.c:518
+#: widgets/misc/e-search-bar.c:520
msgid "_Find Now"
msgstr "_Trouver maintenant"
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:521
msgid "_Clear"
msgstr "_Effacer"
-#: widgets/misc/e-search-bar.c:892
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Tous"
-#: widgets/misc/e-search-bar.c:894
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Trouver maintenant"
@@ -27700,6 +27692,69 @@ msgstr "init_corba() : Ne peut initialiser GNOME"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo() : Ne peut initialiser Bonobo"
+#~ msgid "Could not parse query string"
+#~ msgstr "Ne peut analyser la chaîne de recherche"
+
+#~ msgid "Email is"
+#~ msgstr "Adresse est"
+
+#, fuzzy
+#~ msgid "<- _Remove"
+#~ msgstr "<- Supprimer"
+
+#, fuzzy
+#~ msgid "_Add ->"
+#~ msgstr "Ajouter ->"
+
+#~ msgid "This page can be used to configure Calendar and Task preferences"
+#~ msgstr ""
+#~ "Cette page peut être utilisée pour configurer le Calendrier et les Tâches"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Impossible de créer le service de notification d'alarme"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr "Restaurer les valeurs par défaut"
+
+#, fuzzy
+#~ msgid "This Page can be used to configure the Fonts"
+#~ msgstr "Cette page peut être utilisée pour configurer l'éditeur"
+
+#~ msgid "This page can be used to configure E-Mail Accounts"
+#~ msgstr ""
+#~ "Cette page peut être utilisée pour configurer ses comptes de courrier "
+#~ "électronique"
+
+#~ msgid "This page can be used to configure Mailer preferences"
+#~ msgstr ""
+#~ "Cette page peut être utilisée pour configurer les préférences du courrier"
+
+#~ msgid "This page can be used to configure the Composer"
+#~ msgstr "Cette page peut être utilisée pour configurer l'éditeur"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Signature"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "Ajouter une nouvelle signature"
+
+#~ msgid ""
+#~ "This page can be used to customize the appearance of the Summary page."
+#~ msgstr ""
+#~ "Cette page peut être utilisée pour personnaliser l'apparence du Résumé."
+
+#, fuzzy
+#~ msgid "This page can be used to configure various folder settings"
+#~ msgstr ""
+#~ "Cette page peut être utilisée pour configurer les dossiers par défaut"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "Nom du _serveur :"
+
#~ msgid "Error in search expression."
#~ msgstr "Erreur dans l'expression de recherche."
@@ -27909,13 +27964,6 @@ msgstr "init_bonobo() : Ne peut initialiser Bonobo"
#~ msgid "This page can be used to configure Addressbook Settings"
#~ msgstr "Cette page peut être utilisée pour configurer l'éditeur"
-#, fuzzy
-#~ msgid "&lt;- _Remove"
-#~ msgstr "<- Supprimer"
-
-#~ msgid "_Add -&gt;"
-#~ msgstr "_Ajouter -&gt;"
-
#~ msgid "Evolution calendar executive summary component."
#~ msgstr "Composant « Résumé du calendrier » du Résumé d'Evolution"
@@ -28270,9 +28318,6 @@ msgstr "init_bonobo() : Ne peut initialiser Bonobo"
#~ msgid "/home/rodo/cvs/evolution/mail/"
#~ msgstr "/home/rodo/cvs/evolution/mail/"
-#~ msgid "Accounts"
-#~ msgstr "Comptes"
-
#~ msgid "Ad_vanced &gt;&gt;"
#~ msgstr "A_vancée &gt;&gt;"
diff --git a/po/ga.po b/po/ga.po
index 005c482dce..66fb4d53be 100755
--- a/po/ga.po
+++ b/po/ga.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: locales 0.01\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-01-25 14:00-0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <ga@li.org>\n"
@@ -30,23 +30,23 @@ msgid "Imports VCard files into Evolution."
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Sbhil Mar"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Ainm"
# ta
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Rpost"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Tosaocht"
@@ -56,16 +56,16 @@ msgstr "Tos."
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Gn"
@@ -75,12 +75,12 @@ msgid "Bus"
msgstr "GN"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Teoranta"
@@ -91,13 +91,13 @@ msgstr "Teor."
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Baile"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Eagr"
@@ -107,19 +107,19 @@ msgstr "Eag."
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Gthan Pca"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Car"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Facs Ghn"
@@ -128,13 +128,13 @@ msgid "Bus Fax"
msgstr "Facs Ghn"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Facs Bhaile"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Gn 2"
@@ -143,68 +143,68 @@ msgid "Bus 2"
msgstr "Gn 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Baile 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Eile"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Facs Eile"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Pager"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Raidio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "Rphost 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "Rphost 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Idirlon"
@@ -213,7 +213,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Roinn"
@@ -222,7 +222,7 @@ msgid "Dep"
msgstr "Ran."
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Oifig"
@@ -231,12 +231,12 @@ msgid "Off"
msgstr "Oif."
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Teideal"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Dearbh"
@@ -245,7 +245,7 @@ msgid "Prof"
msgstr "Dea."
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Bainisteoir"
@@ -258,7 +258,7 @@ msgid "Ass"
msgstr "Cnt."
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Leasainm"
@@ -267,12 +267,12 @@ msgid "Nick"
msgstr "L.ainm."
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Cile"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Nota"
@@ -285,7 +285,7 @@ msgid "CALUri"
msgstr "CALUri"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr ""
@@ -336,7 +336,7 @@ msgstr "VCard do %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -344,7 +344,7 @@ msgid "Could not initialize Bonobo"
msgstr ""
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Ag Cuardaigh..."
@@ -352,40 +352,32 @@ msgstr "Ag Cuardaigh..."
msgid "Loading..."
msgstr "Ag Ldil..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr ""
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "Cumraigh do %s"
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr ""
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
msgid "Error performing search"
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "Tep ag fork: %s"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -433,47 +425,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
-msgid "Control that displays an Evolution addressbook minicard."
+msgid "Configure access to LDAP directory servers here"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
-msgid "Directory Servers"
+msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
-msgid "Evolution Addressbook minicard viewer"
+msgid "Directory Servers"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
-msgid "Evolution component for handling contacts."
+msgid "Evolution Addressbook minicard viewer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
-msgid "Factory for the Addressbook Minicard control"
+msgid "Evolution component for handling contacts."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
-msgid "Factory for the Addressbook's address displayer"
+msgid "Factory for the Addressbook Minicard control"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
-msgid "Factory for the Addressbook's address popup"
+msgid "Factory for the Addressbook's address displayer"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
-msgid "Factory for the configuration controls for the Evolution Addressbook."
+msgid "Factory for the Addressbook's address popup"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
-msgid "Factory for the sample Addressbook control"
+msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
+msgid "Factory for the sample Addressbook control"
msgstr ""
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -493,29 +485,29 @@ msgstr "Freastala LDAP"
msgid "LDAP server containing contact information"
msgstr ""
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Tadhall Nua"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Tadhall"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Scros an sceal seo"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Losta Tadhall Nua"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "Liost Tadhall"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Scros an sceal seo"
@@ -536,24 +528,24 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
msgid "This server does not support LDAPv3 schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
msgid "Error retrieving schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
msgid "Server did not respond with valid schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr ""
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr ""
@@ -561,18 +553,24 @@ msgstr ""
msgid "Other Contacts"
msgstr "Tadhalla Eile"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr ""
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:487
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -580,49 +578,78 @@ msgid ""
"retrieving OpenLDAP from the link below.\n"
msgstr ""
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Pasfhocal do %s, le do thoil (sideoir %s)"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
msgid "Name begins with"
msgstr ""
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
+msgid "Email begins with"
msgstr "Rphost 2"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr ""
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr ""
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr ""
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr ""
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr ""
@@ -637,7 +664,7 @@ msgstr "(gan ainm)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr ""
@@ -689,53 +716,53 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:2
#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Roghanna"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "_Scros"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
+#, fuzzy
msgid "1234"
msgstr "123"
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr "_Scros"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Roghanna"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -844,7 +871,7 @@ msgid "Mappings"
msgstr "An tSn"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "_gach"
@@ -897,8 +924,8 @@ msgstr ""
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Cuardaigh"
@@ -1085,7 +1112,7 @@ msgid "Using email address"
msgstr "Seoladh Rpost:"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1093,13 +1120,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Suimigh"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_Suimigh"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1143,7 +1170,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1180,7 +1207,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Roghanna"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1261,7 +1288,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1293,11 +1320,11 @@ msgstr ""
msgid "Unnamed Contact"
msgstr ""
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Tg Tadhalla o Leabhar Seoladh"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
msgid "Find contact in"
msgstr ""
@@ -1366,7 +1393,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr ""
@@ -1437,9 +1464,9 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2714,24 +2741,24 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Dealaigh Tadhall?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
#, fuzzy
msgid "Save Contact as VCard"
msgstr "Sbhil mar VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr ""
@@ -2745,7 +2772,7 @@ msgid "Edit Full"
msgstr "Eagar Ainm Fhada"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Ainm Fhada"
@@ -2895,11 +2922,11 @@ msgid "contact-list-editor"
msgstr ""
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr ""
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
#, fuzzy
msgid "Save List as VCard"
msgstr "Sbhil mar VCard"
@@ -2955,21 +2982,21 @@ msgstr ""
msgid "Search"
msgstr "Cuardaigh"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Gan carta"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 card"
# FIXME : Grammar ?
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d carta"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
msgid "Error getting book view"
msgstr ""
@@ -2980,15 +3007,15 @@ msgid "Error modifying card"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "iEarraidh gan Aithne"
@@ -2997,7 +3024,7 @@ msgid "Repository offline"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr ""
@@ -3014,7 +3041,7 @@ msgid "Protocol not supported"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -3069,7 +3096,7 @@ msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr ""
@@ -3111,161 +3138,161 @@ msgstr "Gan carta"
msgid "Copy cards to"
msgstr "Gan carta"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Fn Thsaiocht"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Fn Chntir"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Fn Ghn"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Fn Ghn"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Fn sa Baile"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Seoladh sa GhN"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Seoladh Bhaile"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Fn Phca"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Fn Char"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Fn Ghn 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Fn Bhaile 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Fn Eile"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Seoladh Eile"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Leabhar Seoladh:"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Sbhil mar VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Tadhall Nua"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Losta Tadhall Nua"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Cip do Fillten..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "Chl_fhoireann..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Post scel do Tadhall..."
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "Leabhar Seoladh..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "Albachta Phoist"
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr ""
# fa
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Priontil"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "_Cip do Fillten..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "Sbhil 'san _fillten"
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Gearr"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Cip"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Greamaigh"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3273,8 +3300,8 @@ msgstr "Greamaigh"
msgid "Delete"
msgstr "Dealaigh"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "Radharc Carta"
@@ -3283,7 +3310,7 @@ msgstr "Radharc Carta"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,ij,k,l,m,Mc,o,p,qr,s,t,u,v,w,xyz"
@@ -3291,10 +3318,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,ij,k,l,m,Mc,o,p,qr,s,t,u,v,w,xyz"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,Mc,n,o,p,q,r,s,t,u,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3411,7 +3446,7 @@ msgid "Include:"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr ""
@@ -3431,12 +3466,12 @@ msgstr ""
msgid "Number of columns:"
msgstr ""
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Roghanna"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Treoshuomh"
@@ -3459,7 +3494,7 @@ msgstr ""
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Portrid"
@@ -3515,26 +3550,26 @@ msgstr "Leitheid:"
msgid "_Font..."
msgstr "Chl_fhoireann..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr ""
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Ard"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Gnth"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Bun"
@@ -3583,35 +3618,35 @@ msgid "Configuration control for the Evolution Calendar."
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
-msgid "Evolution calendar iTip/iMip viewer"
+msgid "Configure your timezone, Calendar and Task List here "
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
-msgid "Evolution component for handling the calendar."
+msgid "Evolution calendar iTip/iMip viewer"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
-msgid "Factory for the Evolution Tasks control"
+msgid "Evolution component for handling the calendar."
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
-msgid "Factory for the calendar iTip view control"
+msgid "Factory for the Evolution Tasks control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
-msgid "Factory for the sample Calendar control"
+msgid "Factory for the calendar iTip view control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
-msgid "Factory to centralize calendar component editor dialogs"
+msgid "Factory for the sample Calendar control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
-msgid "Factory to create a component editor factory"
+msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
+msgid "Factory to create a component editor factory"
msgstr ""
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
@@ -3681,7 +3716,7 @@ msgid ""
msgstr ""
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Rabhadh"
@@ -3701,15 +3736,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr ""
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Tip ag tosnaithe GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr ""
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr ""
@@ -3725,7 +3756,7 @@ msgstr ""
msgid "Comment contains"
msgstr ""
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr ""
@@ -3736,7 +3767,7 @@ msgstr "%A, %e %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "aa %d %b"
@@ -3793,37 +3824,37 @@ msgstr ""
msgid "W"
msgstr "I"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Saor"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr ""
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr ""
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr ""
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Crochnaithe"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3831,33 +3862,33 @@ msgid ""
msgstr ""
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Ar Bith"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr ""
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "T"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Nl"
@@ -3877,7 +3908,7 @@ msgstr "Radharc Seachtain"
msgid "Month View"
msgstr "Radharc M"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3889,10 +3920,10 @@ msgstr ""
# tg
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Teascanna"
@@ -3901,61 +3932,61 @@ msgstr "Teascanna"
msgid "Folder containing to-do items"
msgstr ""
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr "Coinne Nua"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr "Coinne"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
#, fuzzy
msgid "Create a new appointment"
msgstr "Cruthaigh Coinne _Nua"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr "Bealach Nuachtin"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr "lbachta"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Scros an sceal seo"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr "Teasc Nua"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Teasc"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
#, fuzzy
msgid "Create a new task"
msgstr "Cruthaigh _Teasc Nua"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Coinne Nua"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "Coinne"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Cruthaigh Coinne _Nua"
@@ -4168,7 +4199,7 @@ msgstr ""
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Coimri:"
@@ -4197,7 +4228,7 @@ msgstr "deireadh an coinne"
msgid "hour(s)"
msgstr "uair"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "noimea(i)d"
@@ -4374,7 +4405,7 @@ msgid "_Fri"
msgstr "_Aoi"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr ""
@@ -4511,61 +4542,61 @@ msgstr ""
msgid "Due "
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Tep ag fork: %s"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Tep ag fork: %s"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Eagar Coinne"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Coinne - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Teasc - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Gan coimri"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Snbhil le..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr ""
@@ -4637,13 +4668,13 @@ msgstr ""
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr ""
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr ""
@@ -4765,7 +4796,7 @@ msgid "Member"
msgstr "Ball"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4988,7 +5019,7 @@ msgstr ""
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Freagra"
@@ -5015,11 +5046,11 @@ msgstr "Gnth"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Coinne"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -5088,14 +5119,14 @@ msgstr "90%"
msgid "100%"
msgstr "100%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
#, fuzzy
msgid "Deleting selected objects"
msgstr "Scros an sceal seo"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Oscil"
@@ -5105,31 +5136,31 @@ msgstr "_Oscil"
msgid "_Save as..."
msgstr "Snbhil le..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Priontil..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "G_earr"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Cip"
# PS
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
#, fuzzy
@@ -5160,8 +5191,8 @@ msgstr "% Rinneadh:"
msgid "_Delete Selected Tasks"
msgstr "Scros an sceal seo"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -5224,14 +5255,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
@@ -5250,519 +5281,492 @@ msgstr ""
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "rn"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "in"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "_Coinne Nua"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr ""
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Bealach Nuachtin"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Teasc Nua"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Cldil..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr ""
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr ""
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr ""
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "Socraigh Filltein..."
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Socraigh Filltein..."
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "_Sbhil Mar..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "Ag Fanacht..."
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "Ag Ldil feilire..."
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr ""
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr ""
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr ""
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr ""
-#: calendar/gui/e-itip-control.c:678
-#, fuzzy
-msgid "Meeting begins: <b>"
-msgstr "Eolas"
-
-#: calendar/gui/e-itip-control.c:683
-#, fuzzy
-msgid "Task begins: <b>"
-msgstr "Crochnaithe.`"
-
-#: calendar/gui/e-itip-control.c:688
-#, fuzzy
-msgid "Free/Busy info begins: <b>"
-msgstr "Eolas"
-
-#: calendar/gui/e-itip-control.c:692
-#, fuzzy
-msgid "Begins: <b>"
-msgstr "Eolas"
-
-#: calendar/gui/e-itip-control.c:704
-#, fuzzy
-msgid "Meeting ends: <b>"
-msgstr "Eolas"
-
-#: calendar/gui/e-itip-control.c:707
-#, fuzzy
-msgid "Free/Busy info ends: <b>"
-msgstr "Eolas"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
+#: calendar/gui/e-itip-control.c:593
#, fuzzy
-msgid "Ends: <b>"
+msgid "<b>Ends:</b> "
msgstr "Eolas"
-#: calendar/gui/e-itip-control.c:725
+#: calendar/gui/e-itip-control.c:606
#, fuzzy
-msgid "Task Completed: <b>"
-msgstr "Crochnaithe.`"
+msgid "<b>Completed:</b> "
+msgstr "Crochnaithe "
-#: calendar/gui/e-itip-control.c:735
-#, fuzzy
-msgid "Task Due: <b>"
-msgstr "Crochnaithe.`"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
#, fuzzy
msgid "iCalendar Information"
msgstr "eolas fheilire"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
#, fuzzy
msgid "iCalendar Error"
msgstr "Feilire"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
#, fuzzy
msgid "An unknown person"
msgstr "iEarraidh gan Aithne"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Ar bith</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "Fillten _Nua"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "_Stdas:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
msgid "Tentatively Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr ""
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Gan Aithne"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
#, fuzzy
msgid "Choose an action:"
msgstr "Fillten _Nua"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
#, fuzzy
msgid "Update"
msgstr "Data"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "Ceart go Leor"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
#, fuzzy
msgid "Accept"
msgstr "Cuntas"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
#, fuzzy
msgid "Decline"
msgstr "Dealaigh"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
#, fuzzy
msgid "Send Free/Busy Information"
msgstr "Eolas"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
#, fuzzy
msgid "Send Latest Information"
msgstr "Eolas Theasc"
# FR
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
#, fuzzy
msgid "Cancel"
msgstr "An Fhrainc"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
#, fuzzy
msgid "Meeting Information"
msgstr "eolas fheilire"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
#, fuzzy
msgid "Meeting Proposal"
msgstr "_Dealaigh gach rud"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
#, fuzzy
msgid "Meeting Update"
msgstr "lbachta"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr ""
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
#, fuzzy
msgid "Meeting Reply"
msgstr "Freagrair"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr ""
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr ""
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr ""
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
#, fuzzy
msgid "Bad Meeting Message"
msgstr "Post an scel seo"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "Eolas Theasc"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr ""
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
#, fuzzy
msgid "Task Update"
msgstr "Data"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr ""
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
#, fuzzy
msgid "Task Reply"
msgstr "Freagrair"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
#, fuzzy
msgid "Task Cancellation"
msgstr "Eolas Theasc"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
#, fuzzy
msgid "Bad Task Message"
msgstr "Teachtaireacht Feilire"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
#, fuzzy
msgid "Free/Busy Information"
msgstr "Eolas"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr ""
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr ""
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr ""
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
#, fuzzy
msgid "Free/Busy Reply"
msgstr "Freagrair"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
#, fuzzy
msgid "Bad Free/Busy Message"
msgstr "Post an scel seo"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
msgid "The message does not appear to be properly formed"
msgstr ""
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr ""
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
msgid "Object could not be found\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr ""
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Fillten _Nua"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Fillten _Nua"
@@ -5811,7 +5815,7 @@ msgstr ""
msgid "Chair Persons"
msgstr "Cathlaoirlaig"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr ""
@@ -5820,59 +5824,60 @@ msgid "Optional Participants"
msgstr ""
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr ""
+#, fuzzy
+msgid "Resources"
+msgstr "Goireas"
# IN
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Pearsanta"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Grupa"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Goireas"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Seomra"
# th
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
#, fuzzy
msgid "Chair"
msgstr "Talainnis"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr ""
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr ""
@@ -5883,22 +5888,22 @@ msgstr ""
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %d %B %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -5962,8 +5967,8 @@ msgstr ""
msgid "Meeting _end time:"
msgstr ""
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, fuzzy, c-format
msgid "Opening tasks at %s"
msgstr "Ag oscailt an t-eolaire %s"
@@ -5978,7 +5983,7 @@ msgstr ""
msgid "The method required to load `%s' is not supported"
msgstr ""
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Tep ag fork: %s"
@@ -5996,27 +6001,43 @@ msgstr "Scros an sceal seo"
msgid "Expunging"
msgstr ""
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
#, fuzzy
msgid "New _Appointment..."
msgstr "Coinne Nua..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr ""
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr ""
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, fuzzy, c-format
msgid "Opening calendar at %s"
msgstr "Oscil Feilire"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Ag oscailt an t-eolaire %s"
@@ -6085,54 +6106,54 @@ msgstr "D. Fmhair"
msgid "September"
msgstr "M. Fmhair"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr ""
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr ""
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
#, fuzzy
msgid "Event information"
msgstr "eolas fheilire"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
#, fuzzy
msgid "Task information"
msgstr "Eolas Theasc"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
#, fuzzy
msgid "Journal information"
msgstr "Eolas Cuntais"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
#, fuzzy
msgid "Free/Busy information"
msgstr "Eolas"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
#, fuzzy
msgid "Calendar information"
msgstr "eolas fheilire"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "Data"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Freagrair"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -6377,7 +6398,7 @@ msgid "Print Calendar"
msgstr "Priontil Feilire"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Priontil Reamhtaispentais"
@@ -6399,7 +6420,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr ""
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -6407,12 +6428,12 @@ msgid ""
"Really erase these tasks?"
msgstr ""
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr ""
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Priontil Carta"
@@ -8371,7 +8392,7 @@ msgstr "Post an scel seo"
msgid "Copying messages"
msgstr "Post an scel seo"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8379,45 +8400,45 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Ceangailte."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr ""
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
msgid "No data provided"
msgstr ""
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
msgid "Failed to encrypt: No valid recipients specified."
msgstr ""
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8425,18 +8446,24 @@ msgid ""
"%.*s"
msgstr "_Post scel"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "_Post scel"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "_Post scel"
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "_Post scel"
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr ""
@@ -8665,7 +8692,7 @@ msgid ""
msgstr ""
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr ""
@@ -8782,7 +8809,7 @@ msgstr ""
msgid "No provider available for protocol `%s'"
msgstr ""
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8827,12 +8854,12 @@ msgstr "_Post scel"
msgid "Failed to verify certificates."
msgstr ""
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
#, fuzzy
msgid "Cannot get folder: Invalid operation on this store"
msgstr "Tep ag fork: %s"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
#, fuzzy
msgid "Cannot create folder: Invalid operation on this store"
msgstr "Tep ag fork: %s"
@@ -9037,78 +9064,105 @@ msgstr "Tep ag fork: %s"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Tep ag fork: %s"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr ""
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
#, fuzzy
msgid "Scanning for changed messages"
msgstr "Ag Sbhil scealta"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "_Post scel"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#, fuzzy
+msgid "No such message"
+msgstr "Post an scel seo"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr ""
@@ -9133,7 +9187,7 @@ msgstr ""
msgid "Check for new messages in all folders"
msgstr ""
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Filltein"
@@ -9163,7 +9217,7 @@ msgstr ""
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Pasfhocal"
@@ -9171,74 +9225,74 @@ msgstr "Pasfhocal"
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP freastala %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "SMTP freastala %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr "Tep ag fork: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
msgid "SSL/TLS extension not supported."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Ag oscailt an t-eolaire %s"
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, c-format
msgid "The folder %s no longer exists"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9246,19 +9300,24 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, fuzzy, c-format
msgid "No such folder %s"
msgstr "Post an scel seo"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Earraidh gan aithne: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -9398,26 +9457,6 @@ msgstr "_Post scel"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr ""
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#, fuzzy
-msgid "No such message"
-msgstr "Post an scel seo"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9502,29 +9541,29 @@ msgstr ""
msgid "Cannot open mailbox: %s: %s\n"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
" %s"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr ""
@@ -9623,12 +9662,13 @@ msgstr "Earraidh gan aithne: %s"
msgid "Could not store folder: %s"
msgstr "Tep ag fork: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr ""
@@ -9836,7 +9876,7 @@ msgstr ""
msgid "Delete after %s day(s)"
msgstr "Scrios indiath %s la(e)"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9916,7 +9956,7 @@ msgid "No such folder `%s'."
msgstr "Nl aon eolaire `%s' ann."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9969,7 +10009,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr ""
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -10081,36 +10121,36 @@ msgstr ""
msgid "Welcome response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
msgid "server does not appear to support SSL"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, c-format
msgid "STARTTLS request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
msgid "STARTTLS response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -10118,89 +10158,89 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP freastala %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
#, fuzzy
msgid "Sending message"
msgstr "Post an scel seo"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
msgid "Cannot send message: one or more invalid recipients"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, c-format
msgid "HELO request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "Earraidh Eile"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr ""
@@ -10208,35 +10248,35 @@ msgstr ""
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, c-format
msgid "QUIT request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr ""
@@ -10311,7 +10351,7 @@ msgstr ""
msgid "Suggest automatic display of attachment"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr ""
@@ -10322,7 +10362,7 @@ msgstr ""
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr ""
@@ -10330,38 +10370,38 @@ msgstr ""
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr ":"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Abair:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "Do:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10370,11 +10410,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "_Poirt:"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "(Gan Tuarascail)"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10392,48 +10437,48 @@ msgid ""
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Rabhadh!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr ""
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr ""
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr ""
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
"%s"
msgstr ""
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, fuzzy, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10442,65 +10487,47 @@ msgstr ""
"Earraidh ag sbhhil scala do: %s\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
msgstr ""
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr ""
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Oscil Comhad"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
# SG
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Singeapr"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (gnth)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr ""
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
msgstr ""
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10565,7 +10592,7 @@ msgstr ""
msgid "Subject does not contain"
msgstr ""
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10593,100 +10620,100 @@ msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
#, fuzzy
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
#, fuzzy
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
#, fuzzy
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
#, fuzzy
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
#, fuzzy
msgid "%m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
#, fuzzy
msgid "%m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
#, fuzzy
msgid "%m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
#, fuzzy
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "soicind"
@@ -10803,32 +10830,32 @@ msgid ""
msgstr ""
# IR
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr ""
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "Ag Obair"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
#, fuzzy
msgid "Personal"
msgstr "Gnth"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
msgid "To Do"
msgstr ""
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "Bainisteoir"
@@ -11086,7 +11113,7 @@ msgid "is not Flagged"
msgstr ""
# PE
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr "_Larger"
@@ -11152,7 +11179,7 @@ msgstr ""
msgid "Score"
msgstr "Scr"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr ""
@@ -11189,7 +11216,7 @@ msgstr ""
msgid "Stop Processing"
msgstr ""
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Abair"
@@ -11258,7 +11285,7 @@ msgstr "Ag Oscailt '%s'"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Post"
@@ -11320,7 +11347,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr ""
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Bruscar"
@@ -11390,66 +11417,67 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
-msgid "Evolution component for handling mail."
+msgid ""
+"Configure mail preferences, including security and message display, here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:7
-msgid "Evolution mail composer."
+msgid "Configure spell-checking, signatures, and the message composer here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:8
-msgid "Evolution mail executive summary component."
+msgid "Configure the fonts used by Evolution here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:9
-msgid "Evolution mail folder display component."
+msgid "Configure your email accounts here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:10
-msgid "Evolution mail folder factory component."
+msgid "Evolution component for handling mail."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:11
-msgid "Factory for the Evolution composer."
+msgid "Evolution mail composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:12
-msgid "Factory for the Mail Summary component."
+msgid "Evolution mail executive summary component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:13
-#, fuzzy
-msgid "Font Preferences"
-msgstr "Roghanna Feilire"
+msgid "Evolution mail folder display component."
+msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:14
-#, fuzzy
-msgid "Mail Accounts"
-msgstr "Cuntasa"
+msgid "Evolution mail folder factory component."
+msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
-#, fuzzy
-msgid "Mail Preferences"
-msgstr "Roghanna Feilire"
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
+msgid "Factory for the Evolution composer."
+msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:16
-msgid "Mail configuration interface"
+msgid "Factory for the Mail Summary component."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
+#, fuzzy
+msgid "Font Preferences"
+msgstr "Roghanna Feilire"
#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
+#, fuzzy
+msgid "Mail Accounts"
+msgstr "Cuntasa"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
+#, fuzzy
+msgid "Mail Preferences"
+msgstr "Roghanna Feilire"
#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
+msgid "Mail configuration interface"
msgstr ""
#: mail/component-factory.c:102
@@ -11476,261 +11504,261 @@ msgstr "lbachta..."
msgid "Change this folder's properties"
msgstr ""
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr ""
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Ag Sbhil scealta"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Teachaireacht Post Nua"
# mt
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_Scal Romhphost"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Cruthaigh Scal _Nua"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Scel Nua"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Post an scel seo"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Teachaireacht Post Nua"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr ""
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr ""
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Ag Cealaigh..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr ""
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "Albachta do \"%s\""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "lbacta"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr ""
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d nua"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr ""
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
# c-format
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr ""
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr ""
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr ""
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d omln"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "Fillten _Nua"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr ""
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr ""
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr ""
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr ""
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr ""
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr ""
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr ""
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr ""
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
#, fuzzy
msgid "_Edit as New Message..."
msgstr "Sbhil 'san _fillten"
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Priontil"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr ""
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Freagrair do Losta"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Freagrair do _Gach rud"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Sheoladh Chuig duine"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Crochnaithe"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Glan"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr ""
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
msgid "Mark as _Unread"
msgstr ""
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr ""
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
msgid "_Mark as Unimportant"
msgstr ""
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Athdealaigh"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "Sbhil 'san _fillten"
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "_Cip do Fillten..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Suim Leabhar Seoladh"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
msgid "Appl_y Filters"
msgstr ""
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "Teachtaireacht Feilire"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
msgid "VFolder on M_ailing List"
msgstr ""
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, c-format
msgid "Filter on _Mailing List (%s)"
msgstr ""
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr ""
@@ -11801,20 +11829,20 @@ msgstr ""
msgid "Evolution Account Editor"
msgstr ""
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_st:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "Ainm _saideoir"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_Sl:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr ""
@@ -11843,7 +11871,7 @@ msgid "Enable"
msgstr "Chumasach"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr ""
@@ -11893,7 +11921,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11901,128 +11929,128 @@ msgid ""
"Would you like to configure it now?"
msgstr ""
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
msgstr ""
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
msgstr ""
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Post ar aon ns?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
msgstr ""
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr ""
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
msgstr ""
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr ""
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "Am %a, %Y-%m-%d ag %H:%M, scrobh %%s:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
msgstr ""
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
msgstr ""
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr ""
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr ""
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr ""
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Sbhil Scal Mar..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Sbhil Scala Mar..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Scros an sceal seo"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -12030,36 +12058,36 @@ msgid ""
"Really erase these messages?"
msgstr ""
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
"%s"
msgstr ""
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr ""
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "Post an scel seo"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
#, fuzzy
msgid "Print Message"
msgstr "Post an scel seo"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr ""
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -12080,7 +12108,7 @@ msgstr "(Gan Tuarascail)"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
msgid "Unnamed"
msgstr ""
@@ -12132,20 +12160,20 @@ msgid ""
msgstr ""
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr ""
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Cuntas"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr ""
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr ""
@@ -12307,502 +12335,506 @@ msgstr ""
msgid "Do not quote original message"
msgstr ""
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Crochnaithe"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "Gach _Filltein:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "_Cumasach"
# ta
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "Rpost"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "Cuntasa"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "_Seoladh RPost:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
msgid "Empty _trash folders on exit"
msgstr ""
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
msgid "Execute Command..."
msgstr ""
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
msgid "Fi_xed -width:"
msgstr ""
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "lbacta"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
msgid "Format messages in _HTML"
msgstr ""
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr ""
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
msgid "Highlight _quotations with"
msgstr ""
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4"
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr ""
# ie
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr ""
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Sbhil agus Dn"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "Post an scel seo"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "Socr Post"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "it do Bosca Phoist"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Scrobhir"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "_Post scel"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
msgid "Microsoft"
msgstr ""
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr "Socr Post"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr ""
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "_Eagr:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
#, fuzzy
msgid "PGP/GPG _Key ID:"
msgstr "ID _Eochar PGP:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Tg dath"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr ""
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr ""
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Priontil an tadhalla seo"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr ""
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
msgid "Quote original message"
msgstr ""
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr ""
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr ""
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Freagrair-Do"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr ""
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "_Roghanna"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
msgid "Remember this _password"
msgstr ""
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr ""
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Gnth"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Slndil"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr "Secure MIME"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
# FIXME SP?
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Tg Ainmh:"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr ""
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
#, fuzzy
msgid "Sent _messages folder:"
msgstr "_Post scel filtean"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
#, fuzzy
msgid "Sent and Draft Messages"
msgstr "Post an scel seo"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr ""
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr ""
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr ""
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
msgid "Shortcuts _type:"
msgstr ""
# SG
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Singeapr"
# SG
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Singeapr"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Ainm Stl:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr ""
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Luaineach"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
"Click \"Next\" to begin. "
msgstr ""
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
msgid "XEmacs"
msgstr ""
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_Stdas:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr ""
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr "Saghas _Udar :"
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "Saghas _Udar :"
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr ""
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
msgid "_Automatically insert smiley images"
msgstr ""
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr ""
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
msgid "_Confirm when expunging a folder"
msgstr ""
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "Gnth"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "Gnth"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Chumasach"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "Sheoladh Chuig duine"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "Ainm _Fhada:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "i HTML post"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
msgid "_Identity"
msgstr ""
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr ""
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
msgid "_Make this my default account"
msgstr ""
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
msgid "_Mark messages as read after"
msgstr ""
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Ainm:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr ""
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr ""
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
msgid "_Prompt when sending messages with an empty subject line"
msgstr ""
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
msgid "_Receiving Mail"
msgstr ""
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Freagrair do gach rud"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "_Slndil"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_Slndil"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Post romhphost"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
msgid "_Show animated images"
msgstr ""
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_Stdas:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
msgid "_Use secure connection (SSL):"
msgstr ""
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Luaineach"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_gach"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " dath"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr ""
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12871,121 +12903,126 @@ msgstr "Post an scel seo"
msgid "Loading message content"
msgstr ""
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
msgid "Overdue:"
msgstr ""
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%b %d %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr ""
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr ""
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr ""
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Sbhil Iomha le..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Ag Oscailt '%s'"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr ""
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Dta"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Droch Seoladh"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr ""
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Freagrair-Do"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Do"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr "Post"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Tep ag fork: %s"
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr ""
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr ""
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr ""
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr ""
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -13105,67 +13142,67 @@ msgstr ""
msgid "Copying messages to %s"
msgstr ""
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr ""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr ""
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "Ag oscailt an t-eolaire %s"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr ""
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Ag dealaigh fillten %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr ""
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
#, fuzzy
msgid "Refreshing folder"
msgstr "Fillten _Nua"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr ""
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr ""
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, fuzzy, c-format
msgid "Retrieving %d message(s)"
msgstr "_Post scel"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, fuzzy, c-format
msgid "Saving %d messsage(s)"
msgstr "Ag Sbhil scealta"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13174,33 +13211,33 @@ msgstr ""
"Earraidh ag sbhhil scala do: %s\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr ""
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
" %s"
msgstr ""
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "Cumraigh do %s"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "C_uardaigh..."
@@ -13272,25 +13309,25 @@ msgstr ""
msgid "Waiting..."
msgstr "Ag Fanacht..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr ""
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
#, fuzzy
msgid "_Remember this password"
msgstr "Scros an teasc seo"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "Pasfhocal do %s, le do thoil"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "Pasfhocal, le do thoil"
@@ -13310,42 +13347,24 @@ msgid ""
"Do you wish to save your changes?"
msgstr ""
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Ainm:"
-# SG
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Singeapr"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "Tg Comhad"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr ""
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr ""
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr ""
@@ -13399,67 +13418,67 @@ msgstr "(Gan abair)"
msgid "%s - Message"
msgstr "%s - Scel"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr ""
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr ""
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr ""
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr ""
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr ""
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr ""
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr ""
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr ""
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr ""
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Inni %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Inn %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %l:%M %"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%b %d %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr ""
@@ -13539,68 +13558,94 @@ msgstr "Reamhthaispeintas"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Fillten"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Sbhil 'san _fillten"
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr ""
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr ""
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr ""
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "Gach Filltein"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr ""
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "Aibrein"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Dn"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Taispean"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr ""
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr ""
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
msgstr ""
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Fillten _Nua"
+
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Tg Comhad"
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr ""
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr ""
@@ -13609,27 +13654,27 @@ msgid "Configuration control for the Evolution Summary."
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr ""
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
#, fuzzy
msgid "Evolution Summary component."
msgstr "Alairm Evolution"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
msgid "Factory for Evolution Summary's configuration control."
msgstr ""
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
msgid "Factory for the Evolution Summary component."
msgstr ""
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Roghanna Feilire"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
# ##
# ## Languages (ISO 639 code in brackets)
# ## The 'msgid' names and spellings for languages are those listed
@@ -24602,24 +24647,24 @@ msgstr "Tuircis"
msgid "Folder containing the Evolution Summary"
msgstr ""
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Coinn"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Gan coinn"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
#, fuzzy
msgid "%k:%M %d %B"
msgstr "%A %d %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l:%M %d %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
#, fuzzy
msgid "No description"
msgstr "(Gan Tuarascail)"
@@ -24685,11 +24730,11 @@ msgstr "_Suimigh"
msgid "Shown"
msgstr "An tSualainn"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Gan Teascanna"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(Gan Tuarascail)"
@@ -24722,7 +24767,7 @@ msgstr "Coimiri Pront"
msgid "Printing of Summary failed"
msgstr ""
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr ""
@@ -26012,21 +26057,21 @@ msgid "Configuration control for Evolution folder settings."
msgstr ""
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Albachta Phoist"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
#, fuzzy
msgid "The Evolution shell."
msgstr ""
"Go raibh maith agat\n"
"An Fhoireann Evolution\n"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Taispan Sonra"
@@ -26053,7 +26098,7 @@ msgstr "Fillten _Nua"
msgid "Drafts"
msgstr "An Ghearmin"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Imbosca"
@@ -26443,27 +26488,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution"
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Ag oscailt an t-eolaire %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Ag oscailt an t-eolaire %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "Oscil san %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Tep ag fork: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -26542,29 +26587,29 @@ msgstr ""
msgid "Work Offline"
msgstr ""
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr ""
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(Ar Bith)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr ""
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -26582,7 +26627,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr ""
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -26590,19 +26635,19 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr ""
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr ""
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr ""
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr ""
@@ -26807,7 +26852,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "% Rinneadh:"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr ""
@@ -26837,63 +26882,63 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "Earraidh CORBA"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Idirbhrste"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr ""
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Gan inar"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr ""
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr ""
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr ""
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Earraidh Intire"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr ""
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr ""
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Post an scel seo"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr ""
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -26954,29 +26999,21 @@ msgid "Specify where to create the folder:"
msgstr ""
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Fillten _Nua"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Ainm Fillten:"
+msgid "_Account:"
+msgstr "Cuntas"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "Ainm _Freastala:"
+msgid "_Folder Name:"
+msgstr "Ainm Fillten:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "Ainm _saideoir"
@@ -27065,15 +27102,15 @@ msgstr ""
msgid "Evolution can import data from the following files:"
msgstr ""
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr ""
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -27083,7 +27120,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -27093,7 +27130,7 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
@@ -27101,46 +27138,50 @@ msgstr ""
"Go raibh maith agat\n"
"An Fhoireann Evolution\n"
-#: shell/main.c:255
+#: shell/main.c:259
msgid "Don't tell me again"
msgstr ""
-#: shell/main.c:348
+#: shell/main.c:394
#, fuzzy
msgid "Cannot access the Ximian Evolution shell."
msgstr ""
"Go raibh maith agat\n"
"An Fhoireann Evolution\n"
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr ""
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr ""
-#: shell/main.c:439
+#: shell/main.c:487
msgid "Start in offline mode"
msgstr ""
-#: shell/main.c:440
+#: shell/main.c:489
msgid "Start in online mode"
msgstr ""
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr ""
@@ -27359,14 +27400,6 @@ msgstr ""
msgid "Week"
msgstr "Seachtain"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Dn"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr ""
@@ -28335,10 +28368,6 @@ msgstr ""
msgid "F_older"
msgstr "_Fillten"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr ""
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr ""
@@ -28916,20 +28945,20 @@ msgstr "Scel"
msgid "Don't show this message again."
msgstr ""
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
msgid "_Find Now"
msgstr ""
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Glan"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Glan"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr ""
@@ -28956,6 +28985,59 @@ msgid "init_bonobo(): could not initialize Bonobo"
msgstr ""
#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "Tep ag fork: %s"
+
+#, fuzzy
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Eolas"
+
+#, fuzzy
+#~ msgid "Task begins: <b>"
+#~ msgstr "Crochnaithe.`"
+
+#, fuzzy
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Eolas"
+
+#, fuzzy
+#~ msgid "Begins: <b>"
+#~ msgstr "Eolas"
+
+#, fuzzy
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Eolas"
+
+#, fuzzy
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Eolas"
+
+#, fuzzy
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Crochnaithe.`"
+
+#, fuzzy
+#~ msgid "Task Due: <b>"
+#~ msgstr "Crochnaithe.`"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (gnth)"
+
+# SG
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Singeapr"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "Tg Comhad"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "Ainm _Freastala:"
+
+#, fuzzy
#~ msgid "_Browse..."
#~ msgstr "_Bog..."
diff --git a/po/gl.po b/po/gl.po
index 55da36521a..2b71f7c9d4 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2001-09-17 15:10+0200\n"
"Last-Translator: Manuel A. Fernndez Montecelo <manuel@sindominio.net>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -39,22 +39,22 @@ msgid "Imports VCard files into Evolution."
msgstr "Importa ficheiros VCard a Evolution."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Arquivar coma"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Nome:"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Correo Electrnico"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Principal"
@@ -65,16 +65,16 @@ msgstr "Principal"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Asistente"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Traballo"
@@ -85,12 +85,12 @@ msgid "Bus"
msgstr "Ocupado"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Resposta"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Compaa"
@@ -102,13 +102,13 @@ msgstr "Copiar"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Particular"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organizacin"
@@ -121,19 +121,19 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mbil"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Autombil"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Fax do Traballo"
@@ -143,13 +143,13 @@ msgid "Bus Fax"
msgstr "Fax do Traballo"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Fax Particular"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Traballo 2"
@@ -159,68 +159,68 @@ msgid "Bus 2"
msgstr "Ocupado"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Particular 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "RDSI"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Outro"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Outro Fax"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Buscapersoas"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Radio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "Correo Electrnico 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "Correo Electrnico 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Sitio Web"
@@ -229,7 +229,7 @@ msgid "Url"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Departamento"
@@ -238,7 +238,7 @@ msgid "Dep"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Oficina"
@@ -248,12 +248,12 @@ msgid "Off"
msgstr "Oficina"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Ttulo"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Profesin"
@@ -262,7 +262,7 @@ msgid "Prof"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Xestor"
@@ -276,7 +276,7 @@ msgid "Ass"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Alcume"
@@ -286,12 +286,12 @@ msgid "Nick"
msgstr "Alcume"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Cnxuxe"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Nota"
@@ -305,7 +305,7 @@ msgid "CALUri"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "URL libre-ocupado"
@@ -361,7 +361,7 @@ msgstr "VCard de %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -369,7 +369,7 @@ msgid "Could not initialize Bonobo"
msgstr "Non foi posible inicializar Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
#, fuzzy
msgid "Searching..."
msgstr "Buscar M_ensaxe..."
@@ -379,46 +379,35 @@ msgstr "Buscar M_ensaxe..."
msgid "Loading..."
msgstr "Agardando..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
+#: addressbook/backend/pas/pas-backend-ldap.c:677
#, fuzzy
-msgid "Error in search expression."
-msgstr ""
-"Erro ao executar a expresin de busca: %s:\n"
-"%s"
+msgid "Reconnecting to LDAP server..."
+msgstr "Conectando ao servidor..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
#, fuzzy
msgid "Adding card to LDAP server..."
msgstr "Conectando ao servidor..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
#, fuzzy
msgid "Removing card from LDAP server..."
msgstr "Eliminando as tarxetas..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr ""
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Erro ao elimina-la tarxeta"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "Non foi posible analizar o URL `%s'"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -467,48 +456,48 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr "Fbrica para o compoente Libro de Enderezos de Evolution."
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Control que amosa unha minitarxeta de libro de enderezos de Evolution."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Visor de minitarxetas do Libro de Enderezos de Evolution"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Compoente de Evolution para manexar contactos."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Fbrica para o control de Minitarxetas do Libro de Enderezos"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Fbrica para o visor de enderezos do Libro de Enderezos"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Fbrica para o men emerxente de enderezos do Libro de Enderezos"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
#, fuzzy
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr "Fbrica para o compoente Libro de Enderezos de Evolution."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Fbrica para o control de exemplo do Libro de Enderezos"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -530,29 +519,29 @@ msgstr "Servidor NNTP:"
msgid "LDAP server containing contact information"
msgstr "Cartafol que contn informacin de contacto"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Novo Contacto"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Contacto"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Crear un novo contacto"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Nova Lista de Contactos"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "Lista de _Contactos"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Crear unha nova lista de contactos"
@@ -581,30 +570,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "A resposta do servidor IMAP non contia informacin sobre %s"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Erro ao cargar a informacin do filtro:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "A resposta do servidor IMAP non contia informacin sobre %s"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "(SSL non est soportado nesta versin de evolution)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "Non foi posible inicializar gnome-vfs"
@@ -612,21 +601,30 @@ msgstr "Non foi posible inicializar gnome-vfs"
msgid "Other Contacts"
msgstr "Outros Contactos"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Non se pode abrir o libro de enderezos"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"Non foi posible abrir este libro de enderezos. Por favor, comprobe\n"
+"que a ruta existe e que ten permisos para acceder a ela."
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"Non foi posible abrir este libro de enderezos. Isto significa\n"
"que introduciu un URI incorrecto ou que o servidor LDAP est\n"
"fra de servicio"
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -638,52 +636,83 @@ msgstr ""
"debe compilar o programa desde as fontes do CVS\n"
"logo de obter OpenLDAP desde o enlace de abaixo.\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"Non foi posible abrir este libro de enderezos. Por favor, comprobe\n"
-"que a ruta existe e que ten permisos para acceder a ela."
+"Non foi posible abrir este libro de enderezos. Isto significa\n"
+"que introduciu un URI incorrecto ou que o servidor LDAP est\n"
+"fra de servicio"
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, fuzzy, c-format
msgid "Enter password for %s (user %s)"
msgstr "Introduza o seu contrasinal para %s"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "remata en"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "Correo Electrnico 2"
+msgid "Email begins with"
+msgstr "remata en"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "A categora "
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Calquera campo contn"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Avanzado..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Calquera Categora"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "O URI que ha amosar o Navegador de Cartafoles"
@@ -698,7 +727,7 @@ msgstr "(ningn)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Correo Electrnico Principal"
@@ -751,53 +780,53 @@ msgstr "Dete_ctar tipos soportados "
#: addressbook/gui/component/ldap-config.glade.h:2
#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Opcins"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "_Eliminar"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
+#, fuzzy
msgid "1234"
msgstr "123"
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr "_Eliminar"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Opcins"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -901,7 +930,7 @@ msgid "Mappings"
msgstr "Marxes"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "Cada"
@@ -955,8 +984,8 @@ msgstr "mbito da busca:"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
#, fuzzy
msgid "Searching"
msgstr "Buscar M_ensaxe..."
@@ -1148,7 +1177,7 @@ msgid "Using email address"
msgstr "_Este o enderezo de correo"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1156,13 +1185,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Engadir"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_Engadir"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1203,7 +1232,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1240,7 +1269,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Opcins"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1325,7 +1354,7 @@ msgstr ""
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1359,11 +1388,11 @@ msgstr ""
msgid "Unnamed Contact"
msgstr "Contacto Sen Nome"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Seleccionar Contactos do Libro de Enderezos"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "Buscar un contacto"
@@ -1431,7 +1460,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Editor de Contactos"
@@ -1504,9 +1533,9 @@ msgstr "Quere recibir correo en _HTML"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2576,25 +2605,25 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Borrar Contacto?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
#, fuzzy
msgid "Category editor not available."
msgstr "Non hai unha descricin dispoible."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Este contacto pertence a estas categoras:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
#, fuzzy
msgid "Save Contact as VCard"
msgstr "Gardar como VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Non se puido atopa-lo control dun campo: `%s'"
@@ -2608,7 +2637,7 @@ msgid "Edit Full"
msgstr "Editar Completo"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Nome Completo:"
@@ -2762,11 +2791,11 @@ msgid "contact-list-editor"
msgstr "editor-de-contactos"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Editor de Listas de Contactos"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
#, fuzzy
msgid "Save List as VCard"
msgstr "Gardar como VCard"
@@ -2826,20 +2855,20 @@ msgstr "Busca Avanzada"
msgid "Search"
msgstr "Buscar"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Sen tarxetas"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 tarxeta"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d tarxetas"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Erro ao iniciar %s"
@@ -2851,15 +2880,15 @@ msgid "Error modifying card"
msgstr "Erro ao modifica-la tarxeta"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "xito"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Erro descoecido"
@@ -2868,7 +2897,7 @@ msgid "Repository offline"
msgstr "Repositorio desconectado"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Permiso denegado"
@@ -2885,7 +2914,7 @@ msgid "Protocol not supported"
msgstr "Protocolo non soportado"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2940,7 +2969,7 @@ msgstr "Erro ao elimina-la lista"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Erro ao elimina-la tarxeta"
@@ -2982,160 +3011,160 @@ msgstr "Sen tarxetas"
msgid "Copy cards to"
msgstr "Sen tarxetas"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Prema aqu para engadir un contacto *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Telfono Principal"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Telfono do Asistente"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Telfono do Traballo"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Telfono de Resposta"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Telfono da Compaa"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Telfono Particular"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Enderezo do Traballo"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Enderezo Particular"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Telfono Mbil"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Telfono do Autombil"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Telfono do Traballo 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Particular 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Outro Telfono"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Outro Enderezo"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Libro de Enderezos"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Gardar como VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Novo Contacto"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Nova Lista de Contactos"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Ir Cartafol..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "Importando..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Buscar Contactos"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "_Fontes do Libro de Enderezos..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "_Preferencias de Correo..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Remitir Contacto"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Enviar unha Mensaxe a un Contacto"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Imprimir"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Imprimir Sobre"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "_Copiar a un Cartafol..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "_Mover Cartafol.."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Cortar"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Copiar"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Pegar"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3143,8 +3172,8 @@ msgstr "Pegar"
msgid "Delete"
msgstr "Eliminar"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "_Vista Actual"
@@ -3153,7 +3182,7 @@ msgstr "_Vista Actual"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
@@ -3161,10 +3190,18 @@ msgstr ""
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3293,7 +3330,7 @@ msgid "Include:"
msgstr "Inclur:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Horizontal"
@@ -3313,12 +3350,12 @@ msgstr "Marxes"
msgid "Number of columns:"
msgstr "Nmero de columnas:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Opcins"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Orientacin"
@@ -3341,7 +3378,7 @@ msgstr "Orixe do papel:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Vertical"
@@ -3397,27 +3434,27 @@ msgstr "Largura:"
msgid "_Font..."
msgstr "_Fonte..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
#, fuzzy
msgid "Untitled appointment"
msgstr "_Editar cita"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Alta"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Normal"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Baixa"
@@ -3468,39 +3505,39 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Fbrica para o compoente da axenda de Evolution."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Visor da axenda iTip/iMip de Evolution"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Compoente de Evolution para manexar a axenda."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
#, fuzzy
msgid "Factory for the Evolution Tasks control"
msgstr "Fbrica para o compoente de correo de Evolution."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Fbrica para o control vista iTip da axenda"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Fbrica para o control Axenda de exemplo"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr "Fbrica para centraliza-los dilogos editores de compoentes da axenda"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
#, fuzzy
msgid "Factory to create a component editor factory"
msgstr "Fbrica para centraliza-los dilogos editores de compoentes da axenda"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Servicio de notificacin de alarma"
@@ -3564,7 +3601,7 @@ msgid ""
msgstr ""
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Advertencia"
@@ -3585,16 +3622,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Non preguntar de novo"
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Non foi posible inicializar GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-#, fuzzy
-msgid "Could not create the alarm notify service"
-msgstr "Non foi posible crear a fbrica do servicio de notificacins de alarma"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "Non foi posible crear a fbrica do servicio de notificacins de alarma"
@@ -3610,7 +3642,7 @@ msgstr "A descricin contn"
msgid "Comment contains"
msgstr "O comentario contn"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Non concorda"
@@ -3621,7 +3653,7 @@ msgstr "%A, %d de %B de %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a %d %b"
@@ -3680,37 +3712,37 @@ msgstr "E"
msgid "W"
msgstr "O"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Libre"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Ocupado"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Non Iniciada"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "En Progreso"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Completada"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3721,33 +3753,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Nada"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Recorrendo"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Asignada"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Si"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "Non"
@@ -3767,7 +3799,7 @@ msgstr "Vista Semanal"
msgid "Month View"
msgstr "Vista Mensual"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3778,10 +3810,10 @@ msgid "Folder containing appointments and events"
msgstr "Cartafol que contn citas e eventos"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Tarefas"
@@ -3790,59 +3822,59 @@ msgstr "Tarefas"
msgid "Folder containing to-do items"
msgstr "Cartafol que contn elementos para-facer"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr "Nova Cita"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr "Cita"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Crear unha nova cita"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr "Configuracin da Fonte de Novas"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr "Xuntanza"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "Crear unha nova tarefa"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr "Nova Tarefa"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Tarefa"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Crear unha nova tarefa"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Nova Cita"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "Nova C_ita"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Crear unha nova cita"
@@ -4054,7 +4086,7 @@ msgstr "Recordatorios"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Resumo:"
@@ -4083,7 +4115,7 @@ msgstr "fin da cita"
msgid "hour(s)"
msgstr "hora(s)"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "minutos"
@@ -4261,7 +4293,7 @@ msgid "_Fri"
msgstr "_Ven"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_Xeral"
@@ -4400,61 +4432,61 @@ msgstr " (Pendente "
msgid "Due "
msgstr "Pendente "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Non foi posible actualizar os ficheiros correctamente"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Non foi posible actualizar os ficheiros correctamente"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Editar Cita"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Cita - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Tarefa - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Entrada de diario - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Sen resumo"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Gardar como..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Non foi posible obter a versin actual!"
@@ -4526,14 +4558,14 @@ msgstr "Recorrencia"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
#, fuzzy
msgid "Scheduling"
msgstr "_Programar Xuntanza"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Xuntanza"
@@ -4658,7 +4690,7 @@ msgid "Member"
msgstr "Membro"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4881,7 +4913,7 @@ msgstr "Data Completada:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Precisa dunha Accin"
@@ -4908,11 +4940,11 @@ msgstr "Bsico"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Asignacin"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4981,14 +5013,14 @@ msgstr "90%"
msgid "100%"
msgstr "10%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
#, fuzzy
msgid "Deleting selected objects"
msgstr "Elimina-los contactos seleccionados"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Abrir"
@@ -4998,30 +5030,30 @@ msgstr "_Abrir"
msgid "_Save as..."
msgstr "Gardar como..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Imprimir..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "Co_rtar"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Copiar"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -5050,8 +5082,8 @@ msgstr "_Marca-las Tarefas como Completas"
msgid "_Delete Selected Tasks"
msgstr "_Borra-las Tarefas Seleccionadas"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -5108,14 +5140,14 @@ msgid "URL"
msgstr "URL:"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
@@ -5137,176 +5169,150 @@ msgstr "%02i divisins de minuto"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A, %d de %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d de %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Nova C_ita"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Novo _Evento de Da Completo"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Xuntanza"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Nova Tarefa"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Imprimir..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "Ir a _Hoxe"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_Ir Data..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_Publicar Informacin de Libre/Ocupado"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "_Configurar Cartafol..."
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "_Configurar Cartafol..."
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "Gardar _Como..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "_Programar Xuntanza"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "Remitir como i_Calendar"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Facer esta Ocorrencia _Movible"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Borrar esta _Ocorrencia"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Borrar _Tdalas Ocorrencias"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, fuzzy, c-format
msgid "Error executing %s."
msgstr "Erro ao executar o filtro: %s: %s"
-#: calendar/gui/e-itip-control.c:678
-#, fuzzy
-msgid "Meeting begins: <b>"
-msgstr "Hora do _final da reunin:"
-
-#: calendar/gui/e-itip-control.c:683
-#, fuzzy
-msgid "Task begins: <b>"
-msgstr " (Completada "
-
-#: calendar/gui/e-itip-control.c:688
-#, fuzzy
-msgid "Free/Busy info begins: <b>"
-msgstr "Informacin de Libre/Ocupado"
-
-#: calendar/gui/e-itip-control.c:692
-#, fuzzy
-msgid "Begins: <b>"
-msgstr "Hora do _final da reunin:"
-
-#: calendar/gui/e-itip-control.c:704
-#, fuzzy
-msgid "Meeting ends: <b>"
-msgstr "Hora do _final da reunin:"
-
-#: calendar/gui/e-itip-control.c:707
-#, fuzzy
-msgid "Free/Busy info ends: <b>"
-msgstr "Informacin de Libre/Ocupado"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
+#: calendar/gui/e-itip-control.c:593
#, fuzzy
-msgid "Ends: <b>"
+msgid "<b>Ends:</b> "
msgstr "Hora do _final da reunin:"
-#: calendar/gui/e-itip-control.c:725
+#: calendar/gui/e-itip-control.c:606
#, fuzzy
-msgid "Task Completed: <b>"
-msgstr " (Completada "
+msgid "<b>Completed:</b> "
+msgstr "Completada "
-#: calendar/gui/e-itip-control.c:735
+#: calendar/gui/e-itip-control.c:616
#, fuzzy
-msgid "Task Due: <b>"
-msgstr " (Completada "
+msgid "<b>Due:</b> "
+msgstr "<b>Descricin:</b> %s"
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
#, fuzzy
msgid "iCalendar Information"
msgstr "informacin de axenda"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
#, fuzzy
msgid "iCalendar Error"
msgstr "Axenda"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
#, fuzzy
msgid "An unknown person"
msgstr "un remitente descoecido"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
@@ -5314,341 +5320,341 @@ msgstr ""
"<br> Por favor, olle a seguinte informacin, e escolla unha accin do men "
"de embaixo."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Ningunha</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr ""
"\n"
"Localizacin Xeogrfica: "
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "E_stado:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr "Aceptado"
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr " Tentativa "
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "Rexeitado"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Descoecido"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
#, fuzzy
msgid "Choose an action:"
msgstr "Escolla unha Accin"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
#, fuzzy
msgid "Update"
msgstr "Actualizacin de Tarefa"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "Aceptar"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
#, fuzzy
msgid "Accept"
msgstr "Aceptado"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
#, fuzzy
msgid "Tentatively accept"
msgstr " Tentativa "
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
#, fuzzy
msgid "Decline"
msgstr "Rexeitado"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
#, fuzzy
msgid "Send Free/Busy Information"
msgstr "Informacin de Libre/Ocupado"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
#, fuzzy
msgid "Send Latest Information"
msgstr "Informacin da Tarefa"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Cancelar"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> publicou informacin sobre unha reunin."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "Informacin da Xuntanza"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> require a sa presencia nunha reunin."
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Proposta de Xuntanza"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> desexa asistir a unha reunin existente."
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Actualizacin da Xuntanza"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> desexa recibir a ltima informacin sobre a reunin."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "_Solicitude de Actualizacin de Xuntanza"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> respostou a unha peticin de xuntanza."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Resposta de Xuntanza"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> cancelou unha reunin."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Cancelacin da Xuntanza"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> enviou unha mensaxe inintelixible."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "Mensaxe Incorrecta sobre a Xuntanza"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> publicou informacin sobre tarefa."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "Informacin da Tarefa"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> require que se encargue dunha tarefa."
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr "Proposta de Tarefas"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> desexa asistir a unha tarefa existente."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "Actualizacin de Tarefa"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> desexa recibir a ltima informacin sobre a tarefa."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "Peticin de Actualizacin de Tarefa"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> respostou a unha asignacin de tarefa."
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "Resposta Tarefa"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> cancelou unha tarefa."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "Cancelacin de Tarefa"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "Mensaxe Incorrecta sobre a Tarefa"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> publicou informacin de libre/ocupado."
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "Informacin de Libre/Ocupado"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> require a sa informacin libre/ocupado."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "Peticin de Libre/Ocupado"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b> respostou a unha peticin de libre/ocupado."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "Resposta de Libre/Ocupado"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr "Mensaxe de Libre/Ocupado Incorrecta"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr "O cartafol parece estar corrompido sen recuperacin posible."
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
#, fuzzy
msgid "The message contains only unsupported requests."
msgstr "Esta mensaxe s contn destinatarios Bcc."
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
#, fuzzy
msgid "There was an error on the CORBA system\n"
msgstr "Houbo un erro ao descarga-la fonte de novas"
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "Non se puido envia-lo elemento!\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "Actualizacin completada\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
#, fuzzy
msgid "Calendar file could not be updated!\n"
msgstr "Non se puido envia-lo elemento!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
#, fuzzy
msgid "Attendee status updated\n"
msgstr "Enderezo do asistente"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
#, fuzzy
msgid "Attendee status could not be updated!\n"
msgstr "Enderezo do asistente"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "Eliminacin Completa"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "Elemento enviado!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr "Non se puido envia-lo elemento!\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Seleccionar Cartafol"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Seleccionar Cartafol"
@@ -5694,7 +5700,7 @@ msgstr "data-comezo"
msgid "Chair Persons"
msgstr "Presidentes"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "Participantes Requiridos"
@@ -5703,56 +5709,57 @@ msgid "Optional Participants"
msgstr "Participantes Opcionais"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "Non-Participantes"
+#, fuzzy
+msgid "Resources"
+msgstr "Recurso"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Individual"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Grupo"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Recurso"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Cuarto"
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Presidencia"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "Participantes Requiridos"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Participante Opcional"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "Non-Participante"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Tentativa"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Delegado"
@@ -5763,22 +5770,22 @@ msgstr "En Progreso"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %d de %B de %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
@@ -5842,8 +5849,8 @@ msgstr "Hora do _inicio da reunin:"
msgid "Meeting _end time:"
msgstr "Hora do _final da reunin:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, fuzzy, c-format
msgid "Opening tasks at %s"
msgstr "Abrindo armacenamento %s"
@@ -5858,7 +5865,7 @@ msgstr "Non foi posible cargar as tarefas en `%s'"
msgid "The method required to load `%s' is not supported"
msgstr "O mtodo requirido para cargar `%s' non est soportado"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Non foi posible abrir o cartafol en `%s'"
@@ -5878,26 +5885,42 @@ msgstr "Elimina-los contactos seleccionados"
msgid "Expunging"
msgstr "Limpar"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Nova _Cita..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Non foi posible abrir o cartafol en `%s'"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "O mtodo requirido para cargar `%s' non est soportado"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, fuzzy, c-format
msgid "Opening calendar at %s"
msgstr "Abrir axenda"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Abrindo cartafol %s"
@@ -5958,54 +5981,54 @@ msgstr "outubro"
msgid "September"
msgstr "setembro"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr ""
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr "Debe estabrecerse un organizador."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
#, fuzzy
msgid "Event information"
msgstr "informacin de axenda"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
#, fuzzy
msgid "Task information"
msgstr "Informacin da Tarefa"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
#, fuzzy
msgid "Journal information"
msgstr "Informacin Opcional"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
#, fuzzy
msgid "Free/Busy information"
msgstr "Informacin de Libre/Ocupado"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
#, fuzzy
msgid "Calendar information"
msgstr "informacin de axenda"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "Actualizacin de Tarefa"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Actualizar Lista"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -6246,7 +6269,7 @@ msgid "Print Calendar"
msgstr "Imprimir Axenda"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Previsualizacin da Impresin"
@@ -6271,7 +6294,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "O URI do cartafol de tarefas a amosar"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
#, fuzzy
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
@@ -6284,12 +6307,12 @@ msgstr ""
"\n"
"Eliminar realmente estas mensaxes?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Non preguntar de novo"
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Imprimir tarxetas"
@@ -8330,7 +8353,7 @@ msgstr "Copiando as mensaxes"
msgid "Copying messages"
msgstr "Copiando as mensaxes a %s"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8338,47 +8361,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Cancelado."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Resposta inesperada do servidor IMAP: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "Non se especificou un nome de cartafol"
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "Non se pode enviar a mensaxe: non se definiron destinatarios."
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8386,18 +8409,24 @@ msgid ""
"%.*s"
msgstr "Non se puido descodifica-la mensaxe."
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Non se puido descodifica-la mensaxe."
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Non se puido descodifica-la mensaxe."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Non se puido descodifica-la mensaxe."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "Non foi posible crear o ficheiro temporal: %s"
@@ -8643,7 +8672,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Mala resposta de autenticacin do servidor."
@@ -8763,7 +8792,7 @@ msgstr "Para ler correo coma unha peticin de outro conxunto de cartafoles"
msgid "No provider available for protocol `%s'"
msgstr "Non hai ningn fornecedor dispoible para o protocolo `%s'"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8809,12 +8838,12 @@ msgstr "Non se puido descodifica-la mensaxe."
msgid "Failed to verify certificates."
msgstr "Non se puido verifica-los certificados."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
#, fuzzy
msgid "Cannot get folder: Invalid operation on this store"
msgstr "Non se pode crear bloqueo de cartafol en %s: %s"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
#, fuzzy
msgid "Cannot create folder: Invalid operation on this store"
msgstr "Non se pode crear bloqueo de cartafol en %s: %s"
@@ -9040,77 +9069,105 @@ msgstr "Non foi posible renomear o cartafol: %s"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Non foi posible renomear o cartafol %s a %s: %s"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Operacin cancelada"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, fuzzy, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "O servidor desconectou inesperadamente"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Resposta inesperada do servidor IMAP: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "O comando IMAP fallou: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "A resposta do servidor rematou cedo de mis."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "A resposta do servidor IMAP non contia informacin sobre %s"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Resposta positiva inesperada do servidor IMAP: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Non foi posible crear o directorio %s: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "Non foi posible carga-lo resumo de %s"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "O cartafol foi destruido e rexenerado no servidor."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Buscando mensaxes cambiadas"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Non se puido descodifica-la mensaxe."
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Non posible obter a mensaxe: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Non existe a mensaxe"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Esta mensaxe non est dispoible actualmente."
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "Recollendo informacin de resumo para as mensaxes novas"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Buscando mensaxes novas"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "Non foi posible atopar o corpo da mensaxe na resposta FETCH."
@@ -9135,7 +9192,7 @@ msgstr "Comprobando o novo correo"
msgid "Check for new messages in all folders"
msgstr "Comprobar as novas mensaxes en tdolos cartafoles"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Cartafoles"
@@ -9165,7 +9222,7 @@ msgstr "Para ler e almacenar correo en servidores IMAP."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Contrasinal"
@@ -9174,77 +9231,77 @@ msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
"Esta opcin conectarase servidor IMAP usando un contrasinal sen cifrar."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "Servidor de SMTP %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "Servicio %s para %s en %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Conexin cancelada"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Non foi posible conectarse a %s (porto %d): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"Non foi posible conectarse servidor POP.\n"
"Erro enviando o nome de usuario: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "Operacin non soportada"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "A autenticacin fallou."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "O cartafol `%s' non existe."
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "O servidor IMAP %s non soporta o tipo de autenticacin %s solicitado."
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "Non hai soporte para o tipo de autenticacin %s"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sIntroduza o contrasinal IMAP para %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Non introduciu un contrasinal."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9255,19 +9312,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "Non existe o cartafol %s"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "O nome do cartafol non pode conter o carcter Return."
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Erro descoecido: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "Non se lle permite ao cartafol pai conter subcartafoles"
@@ -9413,27 +9475,6 @@ msgstr "Fallo na mensaxe %d"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Non se pode engadir a mensaxe ao cartafol maildir: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Non posible obter a mensaxe: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Non existe a mensaxe"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9524,19 +9565,19 @@ msgstr "Non se pode crear bloqueo de cartafol en %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Non se pode abri-la caixa do correo: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
#, fuzzy
msgid "Mail append cancelled"
msgstr "Operacin cancelada"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "Non se pode engadir a mensaxe ao ficheiro mbox: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9545,11 +9586,11 @@ msgstr ""
"Non posible obter a mensaxe: %s do cartafol %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "O cartafol parece estar corrompido sen recuperacin posible."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "Contruccin da mensaxe fallida: mailbox corrompido?"
@@ -9659,12 +9700,13 @@ msgstr "Erro descoecido: %s"
msgid "Could not store folder: %s"
msgstr "Non foi posible renomear o cartafol: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Erro ao escribir caixa de correo temporal: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Erro escribindo caixa de correo temporal: %s: %s"
@@ -9876,7 +9918,7 @@ msgstr "Deixar as mensaxes no servidor"
msgid "Delete after %s day(s)"
msgstr "Borrar despois de %s da(s)"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9967,7 +10009,7 @@ msgid "No such folder `%s'."
msgstr "Non existe o cartafol `%s'."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -10023,7 +10065,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Entrega de correo a travs do programa sendmail"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -10143,40 +10185,40 @@ msgstr "Autenticacin requirida"
msgid "Welcome response error"
msgstr "Erro na resposta RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"Non foi posible conectarse servidor POP.\n"
"Erro enviando o nome de usuario: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr "O cartafol parece estar corrompido sen recuperacin posible."
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "A peticin AUTH expirou: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "Erro na resposta RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "O servidor SMTP %s non soporta o tipo de autenticacin %s requirida"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sIntroduza o contrasinal SMTP para %s@%s"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -10187,90 +10229,90 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "Servidor de SMTP %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "Entrega de correo SMTP va %s"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "Non se pode enviar a mensaxe: enderezo do autor non vlido"
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Enviando a mensaxe"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "Non se pode enviar a mensaxe: non se definiron destinatarios."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "Non se pode enviar a mensaxe: non se definiron destinatarios."
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "Sado SMTP"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "A peticin RSET expirou: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "Erro na resposta RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "Autenticacin SMTP"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "Erro ao crear o obxecto de autenticacin SASL."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "A peticin AUTH expirou: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "A peticin AUTH fallou."
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Mala resposta de autenticacin do servidor.\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "A peticin MAIL FROM expirou: %s: correo non enviado"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr "Erro na resposta MAIL FROM: %s: correo non enviado"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "A peticin RCPT TO expirou: %s: correo non enviado"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "A peticin DATA expirou: %s: correo non enviado"
@@ -10278,38 +10320,38 @@ msgstr "A peticin DATA expirou: %s: correo non enviado"
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr "Erro na resposta RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr "O envo de DATA expirou: remate da mensaxe: %s: correo non enviado"
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr "Mala resposta de autenticacin do servidor."
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "A peticin RSET expirou: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr "Erro na resposta RSET: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "A peticin AUTH expirou: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr "Erro na resposta RSET: %s"
@@ -10383,7 +10425,7 @@ msgstr "Tipo MIME:"
msgid "Suggest automatic display of attachment"
msgstr "Suxerir que se amose o anexo automaticamente"
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Prema aqu para o libro de enderezos"
@@ -10394,45 +10436,45 @@ msgstr "Prema aqu para o libro de enderezos"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Responder-A:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "De:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Asunto:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "Para:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "Introduza os destinatarios da mensaxe"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Introduza os enderezos que recibirn unha copia da mensaxe"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10443,11 +10485,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "_Porto:"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "descricin"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10467,34 +10514,34 @@ msgstr ""
"Erro ao le-lo ficheiro %s:\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Aviso!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "O ficheiro existe, sobrescribir?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Erro ao gardar o ficheiro: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Erro ao cargar o ficheiro: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "Erro ao acceder ao ficheiro: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "Non foi posible recibir a mensaxe do editor"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10503,7 +10550,7 @@ msgstr ""
"Non posible desprazarse no ficheiro: %s\n"
"%s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10512,7 +10559,7 @@ msgstr ""
"Non foi posible trunca-lo ficheiro: %s\n"
"%s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10521,7 +10568,7 @@ msgstr ""
"Erro ao autogardar a mensaxe: %s:\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
#, fuzzy
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
@@ -10530,56 +10577,35 @@ msgstr ""
"Evolution atopou ficheiros non gravados dunha sesin anterior.\n"
"Gostaralle probar a recuperalos?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Esta mensaxe non foi enviada.\n"
-"\n"
-"Desexa gardar os cambios?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
#, fuzzy
msgid "Warning: Modified Message"
msgstr "Mensaxe Remitida"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Abrir ficheiro"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Gravar sinatura"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (por defecto)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Compoer unha mensaxe"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
#, fuzzy
msgid ""
"Could not create composer window:\n"
@@ -10588,7 +10614,7 @@ msgstr ""
"Non foi posible crear a fiestra do compositor, porque anda\n"
"non configurou ningunha identidade no compoente de correo."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10655,7 +10681,7 @@ msgstr "O asunto contn"
msgid "Subject does not contain"
msgstr "O asunto non contn"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10683,100 +10709,100 @@ msgstr "Categoras"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
#, fuzzy
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
#, fuzzy
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
#, fuzzy
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%a %d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
#, fuzzy
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%a %d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
#, fuzzy
msgid "%m/%d/%Y %I:%M %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
#, fuzzy
msgid "%m/%d/%Y %H:%M"
msgstr "%a %d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
#, fuzzy
msgid "%m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
#, fuzzy
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%H:%M:%S"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr "segundos"
@@ -10893,32 +10919,32 @@ msgstr ""
"Erro na expresin regular '%s':\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Importante"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "Traballando"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Togo"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "despois"
@@ -11190,7 +11216,7 @@ msgstr "non "
msgid "is not Flagged"
msgstr "Marcada"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr ""
@@ -11256,7 +11282,7 @@ msgstr " menor que"
msgid "Score"
msgstr "Puntuacin"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Autor"
@@ -11293,7 +11319,7 @@ msgstr "comeza por"
msgid "Stop Processing"
msgstr "Parar o Procesamento"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Asunto"
@@ -11362,7 +11388,7 @@ msgstr "Examinando %s"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Correo"
@@ -11428,7 +11454,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution est importando os datos antigos de Netscape"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Lixo"
@@ -11507,68 +11533,71 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Fbrica para o compositor de Evolution."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Fbrica para o compositor de Evolution."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "Crear ou editar contas de correo e outras preferencias"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Compoente de evolution para manexar o correo."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Compositor de correo de Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Compoente de resumo executivo do correo de Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Compoente de mostra de cartafoles de correo de Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Compoente de fbrica de cartafoles de correo de Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Fbrica para o compositor de Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Fbrica para a compoente Resumo de Correo."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "Modifica-las preferencias"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr "Contas"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
#, fuzzy
msgid "Mail Preferences"
msgstr "Preferencias da Axenda"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Interface de configuracin do correo"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Cartafol que contn correo"
@@ -11593,264 +11622,264 @@ msgstr "Propiedades..."
msgid "Change this folder's properties"
msgstr "Modificar as propiedades deste cartafol"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "Non definiu ningn mtodo de envo de correo"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Mensaxe Remitida"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Nova Mensaxe de Correo"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "Enviar _Mensaxe"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Compoer unha mensaxe"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Seguinte Mensaxe"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Anterior Mensaxe"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Nova Mensaxe de Correo"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Non se pode inicializar o compoente de correo de Evolution."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
#, fuzzy
msgid "Cannot initialize Evolution's mail config component."
msgstr "Non se pode inicializar o compoente de correo de Evolution."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
#, fuzzy
msgid "Cannot initialize Evolution's folder info component."
msgstr "Non se pode inicializar o compoente de correo de Evolution."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Conectando ao servidor..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "Non se pode rexistrar o armacenamento co shell"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "Propiedades de \"%s\""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Propiedades"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Non foi posible crear o directorio temporal: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d nova(s)"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d oculta(s)"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d seleccionada(s)"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d sen enviar"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, fuzzy, c-format
msgid "%d sent"
msgstr "%d sen enviar"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d total"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "Crear Cartafol _Virtual Dende Mensaxe"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "CartafolV polo A_sunto"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "CartafolV polo Au_tor"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "CartafolV polos _Destinatarios"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "CartafolV pola _Lista de Correo"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Filtrar polo As_unto"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Filtrar polo Au_tor"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Filtrar polos D_estinatarios"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Filtrar pola Lista de _Correo"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "_Editar coma unha Nova Mensaxe"
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Imprimir"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "_Responder Autor"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Responder _Lista"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Responder a _Todos"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Remitir"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Completada"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Limpar"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Marcar como _Lida"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Marcar como _Non Lida"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Marcar coma _Importante"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "Marcar coma Non Im_portante"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Recuperar"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "_Mover Cartafol.."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "_Copiar a un Cartafol..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Engadir o Autor ao Libro de Enderezos"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "Aplicar Filtros"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "Crear Reg_ra Dende Mensaxe"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "CartafolV pola Lista de Correo"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filtrar pola Lista de Correo (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "CartafolV pola Lista de Correo (%s)"
@@ -11925,20 +11954,20 @@ msgstr "Non encheu toda a informacin requirida."
msgid "Evolution Account Editor"
msgstr "Editor de Contas de Evolution"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Servidor:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "Nome de _Usuario:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_Ruta:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Non pode crear das contas co mesmo nome"
@@ -11967,7 +11996,7 @@ msgid "Enable"
msgstr "Activado"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Activado"
@@ -12017,7 +12046,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -12029,7 +12058,7 @@ msgstr ""
"recibir ou compoer correo.\n"
"Quere configuralo agora?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -12037,7 +12066,7 @@ msgstr ""
"Ten que configurar unha identidade\n"
"antes de poder escribir correo."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -12046,18 +12075,18 @@ msgstr ""
"antes de poder compoelo."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
#, fuzzy
msgid "Send anyway?"
msgstr "Enviar unha mensaxe"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -12065,7 +12094,7 @@ msgstr ""
"Esta mensaxe non ten asunto.\n"
"Enviar realmente?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -12073,11 +12102,11 @@ msgstr ""
"Xa que a lista de contactos que enva est configurada para agocha-los "
"enderezos da lista, esta mensaxe s ha conter destinatarios Bcc."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Esta mensaxe s contn destinatarios Bcc."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -12087,11 +12116,11 @@ msgstr ""
"cabeceira Apparently-To.\n"
"Enviar de todas maneiras?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Ten que especificar destinatarios para poder enviar esta mensaxe."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -12099,28 +12128,28 @@ msgstr ""
"Incapaz de abrir o cartafol de borradores para esta conta.\n"
"Gostaralle usar o cartafol de borradores por defecto?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "un remitente descoecido"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "O %a, %Y-%m-%d s %H:%M, %%s escribiu:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Mover mensaxe(s) a"
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Copiar mensaxe(s) a"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Est seguro de que quere editar todas as %d mensaxes?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -12128,7 +12157,7 @@ msgstr ""
"S pode editar mensaxes gardadas\n"
"no cartafol de Borradores."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -12136,39 +12165,39 @@ msgstr ""
"S pode reenviar mensaxes\n"
"do cartafol de Enviadas."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Est seguro de que quere re-enviar as %d mensaxes?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Ningunha Mensaxe Seleccionada"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Sobrescribir ficheiro?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Gardar Mensaxe Como..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Gardar Mensaxes Como..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Amosa-la seguinte mensaxe sen ler"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -12180,7 +12209,7 @@ msgstr ""
"\n"
"Eliminar realmente estas mensaxes?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -12189,28 +12218,28 @@ msgstr ""
"Erro ao cargar a informacin do filtro:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Filtros"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "Recibindo a mensaxe %d de %d"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Imprimir Mensaxe"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "A impresin da mensaxe fallou"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr ""
@@ -12232,7 +12261,7 @@ msgstr "descricin"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "Contacto Sen Nome"
@@ -12305,20 +12334,20 @@ msgstr ""
"Este nome s se emprega para amosalo."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Asistente de Contas de Evolution"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Conta"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Comprobando Servicio"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Conectando ao servidor..."
@@ -12499,321 +12528,325 @@ msgstr "IDs dixitais..."
msgid "Do not quote original message"
msgstr "Non se pode abrir a mensaxe"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Feito"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "Cartafol de borradores:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "A_ctivar"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "Este"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "Enderezo contn"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "Enderezo de Correo:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "_Baleirar os cartafoles de lixo ao sair"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr "Executar accins"
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "remata en"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Propiedades"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Mensaxes remitidas"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "Obter ID Dixital..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "_Resaltar as citas con "
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4"
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Identidade"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "Inline"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Gardar e Pechar"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "Cargar _Imaxes"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "Configuracin do Correo"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "Localizacin da caixa do correo"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Cabeceira da Mensaxe"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "Visualizacin das _Mensaxes"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "Micronesia"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr "Configuracin do Correo"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Informacin Opcional"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "Organi_zacin:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
#, fuzzy
msgid "PGP/GPG _Key ID:"
msgstr "ID da Clave PGP:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Escoller unha cor"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Avisar cando se enven mensaxes con s destinatarios _Bcc definidos"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
#, fuzzy
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Imprimi-los contactos seleccionados"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr "Maildir de Qmail "
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "Non se pode abrir a mensaxe"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr "Citado"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
#, fuzzy
msgid "Re_member this password"
msgstr "Lembrar este contrasinal"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Responder-A:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "Recepcin de Correo"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Opcins de Recepcin"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Lembrar este contrasinal"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "Informacin Requirida"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Opcins por defecto"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Seguridade"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr "MIME Seguro"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Seleccionar un binario PGP"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "Enviando Correo"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
#, fuzzy
msgid "Sent _messages folder:"
msgstr "Cartafol de mensaxes enviadas:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Mensaxes Enviadas e Borradores"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
#, fuzzy
msgid "Ser_ver requires authentication"
msgstr "O servidor require _autenticacin"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Configuracin do Servidor"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
#, fuzzy
msgid "Server _Type: "
msgstr "Tipo de Servidor: "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Atallos"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Gravar sinatura"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Gravar sinatura"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Nome do estilo:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "mbox estndar de Unix"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Variable"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12823,205 +12856,205 @@ msgstr ""
"\n"
"Prema en \"Seguinte\" para comezar. "
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr "Este"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "Sinatura _HTML:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "Cargar _sempre as mensaxes da rede"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
#, fuzzy
msgid "_Always sign outgoing messages when using this account"
msgstr "Asinar sempre as mensaxes santes cando se use esta conta"
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
#, fuzzy
msgid "_Authentication Type: "
msgstr "Tipo de Autenticacin: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "Tipo de Autenticacin: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
#, fuzzy
msgid "_Automatically check for new mail"
msgstr "Comprobar _automaticamente se hai correo novo cada"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "Comprobar _automaticamente se hai correo novo cada"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
#, fuzzy
msgid "_Certificate ID:"
msgstr "ID do certificado:"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "Limpando o cartafol"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "Sinatura _HTML:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "Opcins por defecto"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Activado"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "Remitir Coma"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "_Nome Completo:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "En correo HTML"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr "Identidade"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "_Cargar imaxes se o autor est no libro de enderezos"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "Facer esta a mia conta por _defecto"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "_Marcar mensaxes como Lidas despois de"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Nome:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "_Nunca cargar as imaxes da rede"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "Ruta do binario _PGP:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr "Avisar cando se enven mensaxes cun asunto baleiro"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "Avisar cando se enven mensaxes cun asunto baleiro"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "Recepcin de Correo"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Responder a Todos"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "_Seguridade"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_Seguridade"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Enviando Correo"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Amosa-lo Tempo Coma"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "Sinatura _HTML:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "Usar conexin segura (_SSL)"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Variable"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
#, fuzzy
msgid "_every"
msgstr "Cada"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " cor"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr "descricin"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -13090,128 +13123,133 @@ msgstr "Cargar _Imaxes"
msgid "Loading message content"
msgstr "Cargado o contido da mensaxe"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "Tarefas _retrasadas:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "O %d de %B s %k:%M"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Abrir Ligazn no Navegador"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Copiar Localizacin da Ligazn"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Gardar Ligazn coma (AMAME)"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Gardar Imaxe coma..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Examinando %s"
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s anexo"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr "Non se puido procesar a mensaxe MIME. Mostrando como fonte."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Data"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Enderezo Incorrecto"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "De"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Responder-A"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Para"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
#, fuzzy
msgid "Bcc"
msgstr "Bcc:"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr ""
"\n"
"Cliente de Correo: "
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
#, fuzzy
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr "Esta mensaxe est asinada dixitalmente e comprobouse a autenticidade."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Non foi posible crear un contexto de verificacin PGP."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Esta mensaxe est asinada dixitalmente e comprobouse a autenticidade."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
"Esta mensaxe est asinada dixitalmente pero non se puido comprobar a sa "
"autenticidade"
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Punteiro a sitio FTP (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Punteiro a ficheiro local (%s) vlido no sitio \"%s\""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Punteiro a ficheiro local (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Punteiro a datos remotos (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Punteiro a datos externos descoecidos (tipo \"%s\")"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Parte external-body mal formada."
@@ -13340,59 +13378,59 @@ msgstr "Movendo mensaxes a %s"
msgid "Copying messages to %s"
msgstr "Copiando as mensaxes a %s"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "Examinando os cartafoles en \"%s\""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Mensaxes remitidas"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "Abrindo cartafol %s"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "Abrindo armacenamento %s"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Eliminando o cartafol %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, fuzzy, c-format
msgid "Storing folder '%s'"
msgstr "Creando o cartafol %s"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Refrescando o cartafol"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Limpando o cartafol"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "Recibindo a mensaxe %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "Recibindo %d mensaxe(s)"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "Gardando %d mensaxe(s)"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13401,7 +13439,7 @@ msgstr ""
"Non foi posible crear o ficheiro de sada: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13410,11 +13448,11 @@ msgstr ""
"Erro ao gardar as mensaxes en: %s:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Gardando anexo"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13423,22 +13461,22 @@ msgstr ""
"Non posible crear ficheiro de sada: %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Non foi posible escribir os datos: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "Desconectando de %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, fuzzy, c-format
msgid "Reconnecting to %s"
msgstr "Desconectando de %s"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Buscar"
@@ -13511,24 +13549,24 @@ msgstr "Actualizando..."
msgid "Waiting..."
msgstr "Agardando..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "O usuario cancelou a operacin."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "_Lembrar este contrasinal"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, fuzzy, c-format
msgid "Enter Password for %s"
msgstr "Introduza o seu contrasinal para %s"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
#, fuzzy
msgid "Enter Password"
msgstr "Contrasinal"
@@ -13554,41 +13592,24 @@ msgstr ""
"\n"
"Desexa gardar os cambios?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Nome:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Gravar sinatura"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "Ficheiro de sinatura HTML:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Mensaxe remitida - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Mensaxe remitida"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Mensaxe Remitida"
@@ -13643,67 +13664,67 @@ msgstr "(Sen asunto)"
msgid "%s - Message"
msgstr "%s - Mensaxe"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Non vista"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Vista"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Respondida"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "Mltiples Mensaxes Non Vistas"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "Mltiples Mensaxes"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "A mis baixa"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Mis baixa"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Mis alta"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "A mis alta"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Hoxe s %k:%M"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Onte s %k:%M"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "O %A s %k:%M"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "O %d de %B s %k:%M"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%d de %B de %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "Xerando a lista de mensaxes"
@@ -13782,68 +13803,94 @@ msgstr "Previsualizar"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "Examinando os cartafoles baixo %s en \"%s\""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "Examinando os cartafoles de nivel raz en \"%s\""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "Subscribndose ao cartafol \"%s\""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "Desubscribndose do cartafol \"%s\""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Cartafol"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Gardar no cartafol..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "Non se seleccionou ningn servidor"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Seleccione un servidor."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr "_Actualizar Lista "
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "Todos os cartafoles"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "Opcins de Vista"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "abril"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Pechar"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Opcins de Vista"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "Cartafoles con nomes que comezan por:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "Xestionar Subscripcins"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "Amosar _cartafoles desde o servidor: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Actualizar Lista"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Seleccionar todo"
+
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Seleccionar un ficheiro"
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_Subscribir"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "_Desubscribir"
@@ -13854,28 +13901,29 @@ msgstr "Cartafol que contn o Resumo de Evolution"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Cartafol que contn o Resumo de Evolution"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Compositor de correo de Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Fbrica para o compoente de correo de Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Fbrica para o compoente de Resume Executivo de Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Preferencias da Axenda"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
#, fuzzy
msgid "Aarhus"
@@ -24745,25 +24793,25 @@ msgstr "Turco"
msgid "Folder containing the Evolution Summary"
msgstr "Cartafol que contn o Resumo de Evolution"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Citas"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Non hai citas"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
#, fuzzy
msgid "%k:%M %d %B"
msgstr "%A, %d de %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
#, fuzzy
msgid "%l:%M %d %B"
msgstr "%A, %d de %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
#, fuzzy
msgid "No description"
msgstr "descricin"
@@ -24827,11 +24875,11 @@ msgstr "Enga_dir"
msgid "Shown"
msgstr "Chuvieira"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Non hai tarefas"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
#, fuzzy
msgid "(No Description)"
msgstr "Descricin:"
@@ -24866,7 +24914,7 @@ msgstr "Imprimir Resumo"
msgid "Printing of Summary failed"
msgstr "A impresin do Resumo fallou"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "O compoente Resumo Executivo non puido inicializar Bonobo.\n"
@@ -26165,18 +26213,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Fbrica para o compositor de Evolution."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Opcins"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "O shell de Evolution."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Amosa-los Detalles"
@@ -26204,7 +26252,7 @@ msgstr "Seleccionar Cartafol"
msgid "Drafts"
msgstr "Borrador"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Entrada"
@@ -26639,27 +26687,27 @@ msgstr "Sincronizando '%s'"
msgid "Evolution Settings"
msgstr "Evolution"
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Abrindo cartafol %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Abrindo cartafol %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "Abrir en %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Non foi posible renomear o cartafol: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -26748,31 +26796,31 @@ msgstr "_Traballar Desconectado"
msgid "Work Offline"
msgstr "Traballar Desconectado"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Ningn cartafol visualizado)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(Nada)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
#, fuzzy
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr "Evolucion est conectado. Prema neste botn para desconectar."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
#, fuzzy
msgid "Ximian Evolution is in the process of going offline."
msgstr "Evolution est desconectndose"
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
#, fuzzy
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
@@ -26791,7 +26839,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "Non se pode activar o armacenamento local -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -26799,19 +26847,19 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Argumentos non vlidos"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "Non se pode rexistrar en OAF"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "Non se atopou a Base de Datos de configuracins"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Erro xenrico"
@@ -27013,7 +27061,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%d%% completa)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<prema aqu para seleccionar un cartafol>"
@@ -27043,74 +27091,74 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
#, fuzzy
msgid "CORBA error"
msgstr "Erro de E/S"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr ""
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
#, fuzzy
msgid "Invalid argument"
msgstr "Argumentos non vlidos"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
#, fuzzy
msgid "No owner"
msgstr "Nada"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
#, fuzzy
msgid "Not found"
msgstr "Tarxeta non atopada"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
#, fuzzy
msgid "Unsupported type"
msgstr "Dete_ctar tipos soportados "
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
#, fuzzy
msgid "Unsupported operation"
msgstr "O usuario cancelou a operacin."
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
#, fuzzy
msgid "Internal error"
msgstr "Outro erro"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
#, fuzzy
msgid "Exists"
msgstr "Existe"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
#, fuzzy
msgid "Invalid URI"
msgstr "Non vlido"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
#, fuzzy
msgid "Has subfolders"
msgstr "Non existe o cartafol %s"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
#, fuzzy
msgid "No space left"
msgstr "Ningunha Mensaxe Seleccionada"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -27168,29 +27216,21 @@ msgid "Specify where to create the folder:"
msgstr "Especifica nde crear o cartafol:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Crear un _Novo Cartafol..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Nome do cartafol:"
+msgid "_Account:"
+msgstr "Conta"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "Nome do _Servidor:"
+msgid "_Folder Name:"
+msgstr "Nome do cartafol:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "Nome de _Usuario:"
@@ -27288,16 +27328,16 @@ msgstr "Non preguntar de novo"
msgid "Evolution can import data from the following files:"
msgstr "Evolution pode importar datos dos seguintes ficheiros:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
#, fuzzy
msgid "Evolution is now exiting ..."
msgstr "_Fiestra de Evolution"
-#: shell/main.c:223
+#: shell/main.c:227
#, fuzzy, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -27307,7 +27347,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -27329,7 +27369,7 @@ msgstr ""
"Esperamos que desfrute do resultado do noso duro traballo, e\n"
"agardamos con impaciencia polas sas colaboracins.\n"
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
@@ -27338,47 +27378,51 @@ msgstr ""
"Gracias\n"
"O Equipo de Evolution\n"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Non preguntar de novo"
-#: shell/main.c:348
+#: shell/main.c:394
#, fuzzy
msgid "Cannot access the Ximian Evolution shell."
msgstr "Non se pode acceder ao shell de Evolution."
-#: shell/main.c:357
+#: shell/main.c:403
#, fuzzy, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Non se pode inicializar o shell de Evolution: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Desactivar a pantalla inicial"
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "Comezando a importacin"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Iniciando os Importadores Intelixentes"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Enviar a sada da depuracin de todos os compoentes a un ficheiro."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Non se pode inicializar o sistema de compoentes de Bonobo."
@@ -27595,14 +27639,6 @@ msgstr "Amosar a semana laboral"
msgid "Week"
msgstr "Semana"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Pechar"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "Pechar este elemento"
@@ -28548,10 +28584,6 @@ msgstr "Engadir o cartafol lista de cartafoles subscritos"
msgid "F_older"
msgstr "_Cartafol"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Actualizar Lista"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Actualizar a Lista de Cartafoles"
@@ -29121,21 +29153,21 @@ msgstr "Mensaxe"
msgid "Don't show this message again."
msgstr "Non amosar esta mensaxe outra vez"
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "Buscar Agora"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Limpar"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Limpar"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Buscar Agora"
@@ -29162,6 +29194,91 @@ msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): non foi posible inicializar Bonobo"
#, fuzzy
+#~ msgid "Error in search expression."
+#~ msgstr ""
+#~ "Erro ao executar a expresin de busca: %s:\n"
+#~ "%s"
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "Non foi posible analizar o URL `%s'"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "Correo Electrnico 2"
+
+#, fuzzy
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr ""
+#~ "Non foi posible crear a fbrica do servicio de notificacins de alarma"
+
+#, fuzzy
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Hora do _final da reunin:"
+
+#, fuzzy
+#~ msgid "Task begins: <b>"
+#~ msgstr " (Completada "
+
+#, fuzzy
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Informacin de Libre/Ocupado"
+
+#, fuzzy
+#~ msgid "Begins: <b>"
+#~ msgstr "Hora do _final da reunin:"
+
+#, fuzzy
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Hora do _final da reunin:"
+
+#, fuzzy
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Informacin de Libre/Ocupado"
+
+#, fuzzy
+#~ msgid "Task Completed: <b>"
+#~ msgstr " (Completada "
+
+#, fuzzy
+#~ msgid "Task Due: <b>"
+#~ msgstr " (Completada "
+
+#~ msgid "Non-Participants"
+#~ msgstr "Non-Participantes"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Esta mensaxe non foi enviada.\n"
+#~ "\n"
+#~ "Desexa gardar os cambios?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (por defecto)"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Gravar sinatura"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "Ficheiro de sinatura HTML:"
+
+#~ msgid " _Refresh List "
+#~ msgstr "_Actualizar Lista "
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "Amosar _cartafoles desde o servidor: "
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "Nome do _Servidor:"
+
+#, fuzzy
#~ msgid "_Browse..."
#~ msgstr "_Mover..."
@@ -29692,10 +29809,6 @@ msgstr "init_bonobo(): non foi posible inicializar Bonobo"
#~ "Clave Pblica: "
#, fuzzy
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "Conectando ao servidor..."
-
-#, fuzzy
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "Conectando ao servidor..."
@@ -30024,9 +30137,6 @@ msgstr "init_bonobo(): non foi posible inicializar Bonobo"
#~ msgid "_Task..."
#~ msgstr "_Tarefa..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "Crear ou editar contas de correo e outras preferencias"
-
#~ msgid "_Mail Settings..."
#~ msgstr "_Preferencias de Correo..."
@@ -30124,9 +30234,6 @@ msgstr "init_bonobo(): non foi posible inicializar Bonobo"
#~ msgid "<b>Summary:</b> %s<br><br>"
#~ msgstr "<b>Resumo:</b> %s<br><br>"
-#~ msgid "<b>Description:</b> %s"
-#~ msgstr "<b>Descricin:</b> %s"
-
#~ msgid "Qmail maildir-format mail files"
#~ msgstr "Ficheiros de correo con formato maildir de Qmail"
@@ -30935,9 +31042,6 @@ msgstr "init_bonobo(): non foi posible inicializar Bonobo"
#~ msgid "Schedule some sort of a meeting"
#~ msgstr "Programar algunha clase de reunin"
-#~ msgid "Select everything"
-#~ msgstr "Seleccionar todo"
-
#~ msgid "_About..."
#~ msgstr "_Acerca de..."
diff --git a/po/hu.po b/po/hu.po
index 24f0afbaf3..82e52416a4 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 1.2\n"
-"POT-Creation-Date: 2002-08-25 23:01+0200\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-08-25 23:43+0200\n"
"Last-Translator: Andras Timar <timar@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
@@ -30,7 +30,7 @@ msgid "Imports VCard files into Evolution."
msgstr "VCard fjlok importlsa az Evolutionbe."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Trols mint"
@@ -40,12 +40,12 @@ msgid "Name"
msgstr "Nv"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Email"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Elsdleges"
@@ -55,16 +55,16 @@ msgstr "Elsd"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:384
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Asszisztens"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "zleti"
@@ -74,12 +74,12 @@ msgid "Bus"
msgstr "Fogl"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Visszahvs"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Vllalat"
@@ -90,13 +90,13 @@ msgstr "Vll"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Otthoni"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Szervezet"
@@ -106,19 +106,19 @@ msgstr "Szerv"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Mobil"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Aut"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "zleti fax"
@@ -127,13 +127,13 @@ msgid "Bus Fax"
msgstr "zl fax"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Otthoni fax"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "2. zleti"
@@ -142,68 +142,68 @@ msgid "Bus 2"
msgstr "2. zl"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "2. Otthoni"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Ms"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Egyb fax"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Szemlyhv"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Rdi"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:374
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:376
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "2. email"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:377
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "3. email"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:378
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Webhely"
@@ -212,7 +212,7 @@ msgid "Url"
msgstr "URL"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:379
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Osztly"
@@ -221,7 +221,7 @@ msgid "Dep"
msgstr "Oszt"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:380
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Hivatal"
@@ -230,12 +230,12 @@ msgid "Off"
msgstr "Hiv"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:381
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Beoszts"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:382
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Foglalkozs"
@@ -244,7 +244,7 @@ msgid "Prof"
msgstr "Beoszt"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:383
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Fnk"
@@ -257,7 +257,7 @@ msgid "Ass"
msgstr "Assz"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:385
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Becenv"
@@ -266,12 +266,12 @@ msgid "Nick"
msgstr "Bece"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:386
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Hzastrs"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:387
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Megjegyzs"
@@ -284,7 +284,7 @@ msgid "CALUri"
msgstr "CALUri"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:388
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "Szabad-foglalt URL"
@@ -335,7 +335,7 @@ msgstr "%s VKrtyja"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -343,7 +343,7 @@ msgid "Could not initialize Bonobo"
msgstr "A Bonobo inicializlsa nem sikerlt"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2823
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Keress..."
@@ -351,36 +351,32 @@ msgstr "Keress..."
msgid "Loading..."
msgstr "Betlts..."
-#: addressbook/backend/pas/pas-backend-ldap.c:655
+#: addressbook/backend/pas/pas-backend-ldap.c:677
#, fuzzy
msgid "Reconnecting to LDAP server..."
msgstr "Kapcsolds az LDAP-kiszolglhoz..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1188
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "Nvjegy hozzadsa az LDAP-kiszolglhoz..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1290
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "Nvjegy eltvoltsa az LDAP-kiszolglrl..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1523
-#: addressbook/backend/pas/pas-backend-ldap.c:1526
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "Nvjegy mdostsa az LDAP-kiszolgln..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2744
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "LDAP keress eredmnyeinek letltse..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2843
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
msgid "Error performing search"
msgstr "Hiba a keress kzben"
-#: addressbook/backend/pas/pas-backend-ldap.c:2867
-msgid "Could not parse query string"
-msgstr "Nem sikerlt rtelmezni a lekrdezst"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -429,48 +425,49 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr "Factory az Evolution cmjegyzk komponenshez."
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+#, fuzzy
+msgid "Configure access to LDAP directory servers here"
+msgstr "Ezen a lapon llthatod be az LDAP cmtrkiszolglk elrst."
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Evolution cmjegyzk minikrtyjt megjelent control."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr "Cmtr-kiszolglk"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Evolution cmjegyzk minikrtya-nzke"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Evolution komponens a nvjegyek kezelshez."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Factory a cmjegyzk minikrtya kontrolljhoz"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Factory a cmjegyzk cmmegjelentjhez"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Factory a Cmjegyzk elugr cmeihez"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
#, fuzzy
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr "Factory az Evolution cmjegyzk komponenshez."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Factory a minta cmjegyzk kontrollhoz"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr "Ezen a lapon llthatod be az LDAP cmtrkiszolglk elrst."
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -490,27 +487,27 @@ msgstr "LDAP-kiszolgl"
msgid "LDAP server containing contact information"
msgstr "Nvjegyeket tartalmaz LDAP-kiszolgl"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "j nvjegy"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Nvjegy"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
msgid "Create a new contact"
msgstr "j nvjegy ksztse"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "j cmlista"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr "_Cmlista"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
msgid "Create a new contact list"
msgstr "j cmlista ksztse"
@@ -530,25 +527,25 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
msgid "This server does not support LDAPv3 schema information"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
msgid "Error retrieving schema information"
msgstr "Hiba a smainformcik betltse kzben"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "Az IMAP kiszolgl vlasza nem tartalmaz %s informcit"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr "Ez az Evolution-vltozat nem tmogatja az LDAP-t"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "A gnome-vfs inicializlsa nem sikerlt"
@@ -556,11 +553,11 @@ msgstr "A gnome-vfs inicializlsa nem sikerlt"
msgid "Other Contacts"
msgstr "Egyb cmtrak"
-#: addressbook/gui/component/addressbook.c:469
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Nem sikerlt megnyitni a cmjegyzket"
-#: addressbook/gui/component/addressbook.c:475
+#: addressbook/gui/component/addressbook.c:477
msgid ""
"We were unable to open this addressbook. Please check that the\n"
"path exists and that you have permission to access it."
@@ -568,7 +565,7 @@ msgstr ""
"Nem sikerlt megnyitni a cmjegyzket. Ellenrizd, hogy az tvonal\n"
"ltezik-e s van-e jogod az elrshez."
-#: addressbook/gui/component/addressbook.c:485
+#: addressbook/gui/component/addressbook.c:487
#, fuzzy
msgid ""
"We were unable to open this addressbook. This either\n"
@@ -579,7 +576,7 @@ msgstr ""
"jelenti, hogy helytelen URI-t adtl meg, vagy az LDAP\n"
"kiszolgl nem mkdik."
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -591,7 +588,7 @@ msgstr ""
"a CVS forrsbl kell lefordtanod a programot, miutn letlttted\n"
"az OpenLDAP-t az albbi helyrl.\n"
-#: addressbook/gui/component/addressbook.c:499
+#: addressbook/gui/component/addressbook.c:501
#, fuzzy
msgid ""
"We were unable to open this addressbook. This either\n"
@@ -602,36 +599,37 @@ msgstr ""
"jelenti, hogy helytelen URI-t adtl meg, vagy az LDAP\n"
"kiszolgl nem mkdik."
-#: addressbook/gui/component/addressbook.c:611
-#: addressbook/gui/component/addressbook.c:614
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "rd be %s jelszavt (%s felhasznl)"
-#: addressbook/gui/component/addressbook.c:739
+#: addressbook/gui/component/addressbook.c:741
msgid "Name begins with"
msgstr "Nv kezddik"
-#: addressbook/gui/component/addressbook.c:740
-msgid "Email is"
-msgstr "Email ="
+#: addressbook/gui/component/addressbook.c:742
+#, fuzzy
+msgid "Email begins with"
+msgstr "Nv kezddik"
-#: addressbook/gui/component/addressbook.c:741
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "Kategria"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:742
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Brmely mez tartalmazza"
-#: addressbook/gui/component/addressbook.c:743
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Halad..."
-#: addressbook/gui/component/addressbook.c:913
+#: addressbook/gui/component/addressbook.c:915
msgid ""
"More cards matched this query than either the server is \n"
"configured to return or Evolution is configured to display.\n"
@@ -639,7 +637,7 @@ msgid ""
"the directory server preferences for this addressbook."
msgstr ""
-#: addressbook/gui/component/addressbook.c:919
+#: addressbook/gui/component/addressbook.c:921
msgid ""
"The time to execute this query exceeded the server limit or the limit\n"
"you have configured for this addressbook. Please make your search\n"
@@ -647,21 +645,25 @@ msgid ""
"preferences for this addressbook."
msgstr ""
-#: addressbook/gui/component/addressbook.c:925
+#: addressbook/gui/component/addressbook.c:927
msgid "The backend for this addressbook was unable to parse this query."
msgstr ""
-#: addressbook/gui/component/addressbook.c:929
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
msgid "This query did not complete successfully."
msgstr ""
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:1004
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Brmelyik kategria"
-#: addressbook/gui/component/addressbook.c:1086
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "Az URI amit a Mappabngsz meg fog nyitni"
@@ -676,7 +678,7 @@ msgstr "(semmi)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Elsdleges email"
@@ -728,49 +730,50 @@ msgid " S_how Supported Bases "
msgstr "_Tmogatott tpusok lekrdezse"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "<< Kevesebb bellts"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+msgid "&lt;- _Remove"
+msgstr "&lt;- _Trls"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr "1234"
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
msgid "1:00"
msgstr "1:00"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr "2:30"
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr "3268"
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
msgid "380"
msgstr "380"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr "5:00"
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr "636"
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr "666"
-#: addressbook/gui/component/ldap-config.glade.h:11
-msgid "<- _Remove"
-msgstr "<- _Trls"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-msgid "<< Fewer Options"
-msgstr "<< Kevesebb bellts"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -922,8 +925,8 @@ msgstr "Keress _hatkre: "
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Keress"
@@ -1122,8 +1125,8 @@ msgid "_Add"
msgstr "Hozz_ads"
#: addressbook/gui/component/ldap-config.glade.h:105
-msgid "_Add ->"
-msgstr "Hozz_ads ->"
+msgid "_Add -&gt;"
+msgstr "_Hozzads -&gt;"
#: addressbook/gui/component/ldap-config.glade.h:106
msgid "_Add Mapping"
@@ -1192,7 +1195,8 @@ msgid "_Log in method:"
msgstr "_Bejelentkezsi md:"
#: addressbook/gui/component/ldap-config.glade.h:121
-msgid "_More Options >>"
+#, fuzzy
+msgid "_More Options &gt;&gt;"
msgstr "_Tbb bellts >>"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1265,7 +1269,7 @@ msgstr "Factory a cmjegyzk nvkivlaszt fellethez"
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1297,11 +1301,11 @@ msgstr "(%d nincs megjelentve)"
msgid "Unnamed Contact"
msgstr "Nvtelen nvjegy"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Nvjegyek kijellse a cmjegyzkbl"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
msgid "Find contact in"
msgstr "Nvjegy keresse"
@@ -1363,7 +1367,7 @@ msgstr "Egyttmkds"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Nvjegyszerkeszt"
@@ -1433,9 +1437,9 @@ msgstr "Tud fogadni _HTML levelet"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:151
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2499,23 +2503,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Nvjegy trlse?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "A kategriaszerkeszt nem elrhet."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Ez a nvjegy az albbi kategrikhoz tartozik:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Nvjegy mentse VCard-knt"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Nem tallhat widget a mezhz: `%s'"
@@ -2529,7 +2533,7 @@ msgid "Edit Full"
msgstr "Rszletes szerkeszts"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Teljes nv"
@@ -2681,11 +2685,11 @@ msgid "contact-list-editor"
msgstr "contact-list-editor"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Cmlista-szerkeszt"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Lista mentse VCard-knt"
@@ -2744,20 +2748,20 @@ msgstr "Halad keress"
msgid "Search"
msgstr "Keress"
-#: addressbook/gui/widgets/e-addressbook-model.c:138
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "0 krtya"
-#: addressbook/gui/widgets/e-addressbook-model.c:141
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 krtya"
-#: addressbook/gui/widgets/e-addressbook-model.c:144
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d krtya"
-#: addressbook/gui/widgets/e-addressbook-model.c:383
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Hiba %s indtsakor"
@@ -2769,15 +2773,15 @@ msgid "Error modifying card"
msgstr "Hiba a krtya mdostsakor"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "Sikerlt"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Ismeretlen hiba"
@@ -2786,7 +2790,7 @@ msgid "Repository offline"
msgstr "Kapcsolat nlkli trol"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Jogosultsgi hiba"
@@ -2856,7 +2860,7 @@ msgstr "Hiba a lista trlsekor"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1653
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Hiba a krtya trlsekor"
@@ -2897,151 +2901,151 @@ msgstr "0 krtya"
msgid "Copy cards to"
msgstr "0 krtya"
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Kattints ide nvjegy hozzadshoz *"
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Elsdleges telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Asszisztens telefonja"
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Munkahelyi telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Visszahv telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Cges telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Otthoni telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Munkahelyi cm"
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Otthoni cm"
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Mobiltelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Auttelefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "2. munkahelyi telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "2. otthoni telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Egyb telefon"
-#: addressbook/gui/widgets/e-addressbook-view.c:375
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Egyb cm"
-#: addressbook/gui/widgets/e-addressbook-view.c:455
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Cmjegyzk"
-#: addressbook/gui/widgets/e-addressbook-view.c:716
-#: addressbook/gui/widgets/e-addressbook-view.c:905
-#: addressbook/gui/widgets/e-addressbook-view.c:1855
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Ments VCard-knt"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:898
msgid "New Contact..."
msgstr "j nvjegy..."
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:899
msgid "New Contact List..."
msgstr "j cmlista..."
-#: addressbook/gui/widgets/e-addressbook-view.c:896
+#: addressbook/gui/widgets/e-addressbook-view.c:902
msgid "Go to Folder..."
msgstr "Mappra ugrs..."
-#: addressbook/gui/widgets/e-addressbook-view.c:897
+#: addressbook/gui/widgets/e-addressbook-view.c:903
msgid "Import..."
msgstr "Importls..."
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:905
msgid "Search for Contacts..."
msgstr "Nvjegy keresse..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:906
msgid "Addressbook Sources..."
msgstr "Cmjegyzk forrsai..."
-#: addressbook/gui/widgets/e-addressbook-view.c:902
+#: addressbook/gui/widgets/e-addressbook-view.c:908
msgid "Pilot Settings..."
msgstr "Pilot belltsai..."
-#: addressbook/gui/widgets/e-addressbook-view.c:906
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Nvjegy tovbbtsa"
-#: addressbook/gui/widgets/e-addressbook-view.c:907
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Levl kldse ennek a szemlynek"
-#: addressbook/gui/widgets/e-addressbook-view.c:908
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Nyomtats"
-#: addressbook/gui/widgets/e-addressbook-view.c:910
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Bortk nyomtatsa"
-#: addressbook/gui/widgets/e-addressbook-view.c:914
+#: addressbook/gui/widgets/e-addressbook-view.c:920
msgid "Copy to folder..."
msgstr "Msols mappba..."
-#: addressbook/gui/widgets/e-addressbook-view.c:915
+#: addressbook/gui/widgets/e-addressbook-view.c:921
msgid "Move to folder..."
msgstr "thelyezs mappba..."
-#: addressbook/gui/widgets/e-addressbook-view.c:918
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Kivgs"
-#: addressbook/gui/widgets/e-addressbook-view.c:919
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Msols"
-#: addressbook/gui/widgets/e-addressbook-view.c:920
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Beilleszts"
-#: addressbook/gui/widgets/e-addressbook-view.c:921 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3049,8 +3053,8 @@ msgstr "Beilleszts"
msgid "Delete"
msgstr "Trls"
-#: addressbook/gui/widgets/e-addressbook-view.c:924
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
msgid "Current View"
msgstr "Aktulis nzet"
@@ -3058,7 +3062,7 @@ msgstr "Aktulis nzet"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:957
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
",123,a,b,c,cs,d,e,f,g,gy,h,i,j,k,l,m,n,ny,o,,p,q,r,s,sz,t,ty,u,,v,w,"
@@ -3068,12 +3072,20 @@ msgstr ""
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:962
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
",0,a,b,c,cs,d,e,f,g,gy,h,i,j,k,l,m,n,ny,o,,p,q,r,s,sz,t,ty,u,,v,w,x,"
"y,z,zs"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3373,37 +3385,37 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Az Evolution naptr csatorna bellt eszkze.\n"
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Evolution naptr iTip/iMip nzke"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Evolution sszetev a naptrkezelshez."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr "Factory az Evolution Task kontrolljhoz"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Factory a naptr iTip nz kontrolljhoz."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Factory a mintanaptr kontrollhoz."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr "Factory a naptrkomponens komponensablakainak sszefogsra"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Factory a komponensszerkeszt factory ltrehozsra"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr "Ezen a lapon llthatod be a Naptr s a Feladatok belltsait."
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Riaszt szolgltats"
@@ -3467,7 +3479,7 @@ msgstr ""
"prbeszdablakot fogja ehelyett megjelenteni."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2868
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Figyelmeztets"
@@ -3494,15 +3506,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Ne krdezze meg tbbet."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Nem sikerlt a GNOME inicializlsa"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Nem sikerlt ltrehozni az riaszt szolgltatst"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "Nem sikerlt ltrehozni az riaszt szolgltats factoryjt"
@@ -3518,7 +3526,7 @@ msgstr "Lers tartalmazza"
msgid "Comment contains"
msgstr "Megjegyzs tartalmazza"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Ki nem vlogatott"
@@ -3529,7 +3537,7 @@ msgstr "%Y %B %d, %A"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%b %d, %a"
@@ -3595,7 +3603,7 @@ msgstr "Szabad"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Foglalt"
@@ -3630,8 +3638,8 @@ msgstr ""
#. An empty string is the same as 'None'.
#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2012
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
@@ -3675,7 +3683,7 @@ msgstr "Htnzet"
msgid "Month View"
msgstr "Hnapnzet"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3698,52 +3706,52 @@ msgstr "Feladatok"
msgid "Folder containing to-do items"
msgstr "Teendket tartalmaz mappa"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr "j tallkoz"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr "_Tallkoz"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "j tallkoz ltrehozsa"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr "j rtekezlet"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr "_rtekezlet"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "j feladat ltrehozsa"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr "j feladat"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Feladat"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "j feladat ltrehozsa"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "New All Day Appointment"
msgstr "j egsz napos tallkoz"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
msgid "All _Day Appointment"
msgstr "_Egsz napos tallkoz"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "j tallkoz ltrehozsa"
@@ -4293,59 +4301,59 @@ msgstr " (Esedkes "
msgid "Due "
msgstr "Esedkes "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
msgid "Could not update invalid object"
msgstr "rvnytelen objektumot nem lehet frissteni"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr "Az objektum nem tallhat, nem frisslt"
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr "Nincs jogosultsgod az objektum frisstshez"
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
msgid "Could not update object"
msgstr "Nem sikerlt frissteni az objektumot"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Tallkoz szerkesztse"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Idpont - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Feladat - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Napl bejegyzs - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Nincs sszegzs"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1146
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Ments msknt..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Nem sikerlt megszerezni a legfrissebb vltozatot!"
@@ -4417,13 +4425,13 @@ msgstr "Ismtlds"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "temezs"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "rtekezlet"
@@ -4786,7 +4794,7 @@ msgstr "Egyszer"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Kioszts"
@@ -4805,56 +4813,67 @@ msgid "_Due Date:"
msgstr "Le_jrat:"
#: calendar/gui/e-calendar-table.c:440
+#, c-format
msgid "0%"
msgstr "0%"
#: calendar/gui/e-calendar-table.c:441
+#, c-format
msgid "10%"
msgstr "10%"
#: calendar/gui/e-calendar-table.c:442
+#, c-format
msgid "20%"
msgstr "20%"
#: calendar/gui/e-calendar-table.c:443
+#, c-format
msgid "30%"
msgstr "30%"
#: calendar/gui/e-calendar-table.c:444
+#, c-format
msgid "40%"
msgstr "40%"
#: calendar/gui/e-calendar-table.c:445
+#, c-format
msgid "50%"
msgstr "50%"
#: calendar/gui/e-calendar-table.c:446
+#, c-format
msgid "60%"
msgstr "60%"
#: calendar/gui/e-calendar-table.c:447
+#, c-format
msgid "70%"
msgstr "70%"
#: calendar/gui/e-calendar-table.c:448
+#, c-format
msgid "80%"
msgstr "80%"
#: calendar/gui/e-calendar-table.c:449
+#, c-format
msgid "90%"
msgstr "90%"
#: calendar/gui/e-calendar-table.c:450
+#, c-format
msgid "100%"
msgstr "100%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Kijellt objektumok trlse"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Megnyits"
@@ -4863,30 +4882,30 @@ msgstr "_Megnyits"
msgid "_Save as..."
msgstr "_Ments msknt..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "_Nyomtats..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "K_ivgs"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Msols"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4912,8 +4931,8 @@ msgstr "_Kijellt feladatok megjellse kszknt"
msgid "_Delete Selected Tasks"
msgstr "_Kijellt feladatok trlse"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Objektumok frisstse"
@@ -4970,14 +4989,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:376
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%Y/%m/%d %a %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:385
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%Y/%m/%d %a %I:%M:%S %p"
@@ -4999,103 +5018,103 @@ msgstr "%02i perces oszts"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%B %d, %A"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%b %d"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "de"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "du"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "j _tallkoz"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "_j egsz napos esemny"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
msgid "New Meeting"
msgstr "j rtekezlet"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "j feladat"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Nyomtats..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "Ugrs a _mai napra"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_Ugrs dtumra..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "Szabad/foglalt informci _kzzttele"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
msgid "_Configure..."
msgstr "_Belltsok..."
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
msgid "_Configure Pilot..."
msgstr "_Pilot belltsai..."
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "M_ents msknt..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
msgid "_Schedule Meeting..."
msgstr "rtekezlet _tervezse..."
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
msgid "_Forward as iCalendar..."
msgstr "_Tovbbts iCalendarknt..."
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "Az elforduls _mozgathatv ttele"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "Az _elforduls trlse"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Az _sszes elforduls trlse"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr "gy tnik, hogy nincsenek teleptve a rendszerre GNOME Pilot eszkzk."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
@@ -5171,7 +5190,7 @@ msgstr "Elutastva"
#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
@@ -5190,7 +5209,7 @@ msgstr "Frissts"
#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "OK"
@@ -5219,7 +5238,7 @@ msgid "Send Latest Information"
msgstr "Legutbbi informci kldse"
#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Mgse"
@@ -5576,15 +5595,15 @@ msgstr "%Y %B %d, %A"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:279 e-util/e-time-utils.c:367
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %m/%d/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:282 widgets/misc/e-dateedit.c:1597
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%Y/%m/%d"
@@ -5648,8 +5667,8 @@ msgstr "Megbeszls _kezddik:"
msgid "Meeting _end time:"
msgstr "Megbeszls _vge:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1973
-#: calendar/gui/gnome-cal.c:1984
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "Feladatok megnyitsa %s-kor"
@@ -5664,7 +5683,7 @@ msgstr "Nem sikerlt betlteni a feladatot %s-be."
msgid "The method required to load `%s' is not supported"
msgstr "'%s' betltshez szksges eljrs nem tmogatott"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Nem sikerlt megnyitni a mappt '%s'-ben"
@@ -5681,21 +5700,21 @@ msgstr "Kijellt objektumok trlse..."
msgid "Expunging"
msgstr "Tisztts"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "j _tallkoz..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Nem sikerlt megnyitni a mappt '%s'-ben"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "'%s' megnyitshoz szksges eljrs nem tmogatott"
-#: calendar/gui/gnome-cal.c:1732
+#: calendar/gui/gnome-cal.c:1734
#, c-format
msgid ""
"The calendar backend for\n"
@@ -5703,7 +5722,7 @@ msgid ""
" has crashed. You will have to restart Evolution in order to use it again"
msgstr ""
-#: calendar/gui/gnome-cal.c:1737
+#: calendar/gui/gnome-cal.c:1739
#, c-format
msgid ""
"The task backend for\n"
@@ -5711,12 +5730,12 @@ msgid ""
" has crashed. You will have to restart Evolution in order to use it again"
msgstr ""
-#: calendar/gui/gnome-cal.c:1956
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "Naptr megnyitsa %s-kor"
-#: calendar/gui/gnome-cal.c:1995
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "%s mappa megnyitsa"
@@ -5817,7 +5836,7 @@ msgstr "Frissts"
msgid "Counter-proposal"
msgstr "Ellenjavaslat"
-#: calendar/gui/itip-utils.c:670
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Rszt kell venned az esemnyen."
@@ -6052,7 +6071,7 @@ msgid "Print Calendar"
msgstr "Naptr nyomtatsa"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3160
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Nyomtatsi kp"
@@ -6088,8 +6107,8 @@ msgstr ""
"\n"
"Tnyleg trld ezeket a feladatok?"
-#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2640
-#: mail/mail-callbacks.c:2882
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Ne krdezze meg tbbet."
@@ -8336,7 +8355,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1003
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Rossz hitelestsi vlasz a kiszolgltl"
@@ -8736,77 +8755,105 @@ msgstr "Nem sikerlt tnevezni a mappt: %s: rvnytelen mvelet"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Nem sikerlt tnevezni a mappt: %s: Nincs ilyen mappa"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2532
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Mvelet megszaktva"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2535
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "A kiszolgl vratlanul sztkapcsolt: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Vratlan vlasz az IMAP kiszolgltl: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "Az IMAP parancs sikertelen: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "A kiszolgl vlasza tl hamar vgetrt."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "Az IMAP kiszolgl vlasza nem tartalmaz %s informcit"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Vratlan OK vlasz az IMAP kiszolgltl: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Nem sikerlt ltrehozni %s knyvtrat: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "Nem sikerlt betlteni %s sszefoglaljt"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "A mappa megsemmislt s jra ltre lett hozva a kiszolgln"
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Megvltozott levelek keresse"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "A levl dekdolsa sikertelen."
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Nem sikerlt betlteni a levelet: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Nincs ilyen levl"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Ez a levl jelenleg nem elrhet"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "sszefoglal adatok letltse az j levelekhez."
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "j levelek keresse"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "Nem tallhat a levltrzs a FETCH vlaszban."
@@ -8831,7 +8878,7 @@ msgstr "j levelek keresse"
msgid "Check for new messages in all folders"
msgstr "j levelek keresse az sszes mappban"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Mappk"
@@ -8871,75 +8918,75 @@ msgstr ""
"Ez a bellts sima szveges jelszval ltest kapcsolatot az IMAP "
"kiszolglval."
-#: camel/providers/imap/camel-imap-store.c:434
+#: camel/providers/imap/camel-imap-store.c:456
#, c-format
msgid "IMAP server %s"
msgstr "%s IMAP-kiszolgl"
-#: camel/providers/imap/camel-imap-store.c:436
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s %s szolgltats %s-n"
-#: camel/providers/imap/camel-imap-store.c:555
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Kapcsolat megszaktva"
-#: camel/providers/imap/camel-imap-store.c:558
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Nem sikerlt csatlakozni %s %d portjhoz: %s"
-#: camel/providers/imap/camel-imap-store.c:617
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"Nem sikerlt kapcsoldni a POP kiszolglhoz.\n"
"Hiba a felhasznlnv kldse kzben: %s"
-#: camel/providers/imap/camel-imap-store.c:618
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
msgid "SSL/TLS extension not supported."
msgstr "SSL/TLS kiterjeszts nem tmogatott"
-#: camel/providers/imap/camel-imap-store.c:649
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
msgid "SSL negotiations failed"
msgstr "SSL-trgyals sikertelen"
-#: camel/providers/imap/camel-imap-store.c:892
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "A mappa nem res."
-#: camel/providers/imap/camel-imap-store.c:1026
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "%s IMAP kiszolgl nem tmogatja a krt %s hitelestsi tpust"
-#: camel/providers/imap/camel-imap-store.c:1036
+#: camel/providers/imap/camel-imap-store.c:1084
#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "%s hitelestsi tpus nem tmogatott"
-#: camel/providers/imap/camel-imap-store.c:1060
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sAdd meg %s@%s IMAP jelszavt!"
-#: camel/providers/imap/camel-imap-store.c:1075
+#: camel/providers/imap/camel-imap-store.c:1123
#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Nem adtl meg jelszt."
-#: camel/providers/imap/camel-imap-store.c:1104
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -8950,19 +8997,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1476
-#: camel/providers/imap/camel-imap-store.c:1613
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "Nincs %s mappa."
-#: camel/providers/imap/camel-imap-store.c:1800
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "A mappanv nem tartalmazhatja a Return karaktert."
-#: camel/providers/imap/camel-imap-store.c:1838
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Ismeretlen hiba: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "A szlmappa nem tartalmazhat almappkat"
@@ -9103,27 +9155,6 @@ msgstr "Maildir levl hozzfzse megszaktva"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Nem lehet a levelet a maildir mapphoz fzni: %s: %s "
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Nem sikerlt betlteni a levelet: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Nincs ilyen levl"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9213,18 +9244,18 @@ msgstr "Nem sikerlt zrolni %s knyvtrat: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Nem sikerlt megnyitni a postaldt: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr "Levl hozzfzse megszaktva"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "Nem sikerlt a levelet az mbox fjlhoz hozzfzni: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9233,11 +9264,11 @@ msgstr ""
"Nem sikerlt betlteni a kvetkez levelet %2$s mappbl: %1$s\n"
" %3$s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "A mappa javthatatlanul rossznak nz ki."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "Levlrs sikertelen: rossz postafik?"
@@ -9342,12 +9373,13 @@ msgstr "Ismeretlen hiba: %s"
msgid "Could not store folder: %s"
msgstr "Nem sikerlt tnevezni ezt a mappt: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Hiba az ideiglenes postafik rsa kzben: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Sikertelen rsi mvelet az ideiglenes postafikba: %s: %s"
@@ -10212,31 +10244,20 @@ msgstr "Figyelem: Mdostott levl"
msgid "Open file"
msgstr "Fjl megnyits"
-#: composer/e-msg-composer.c:1935
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1972
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "_Alrs"
-#: composer/e-msg-composer.c:2013 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2025
-#, fuzzy
-msgid "Set as default"
-msgstr " (alaprtelmezett)"
-
-#: composer/e-msg-composer.c:2202 composer/e-msg-composer.c:2810
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Levl rsa"
-#: composer/e-msg-composer.c:2827
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10244,7 +10265,7 @@ msgstr ""
"Nem sikerlt ltrehozni a szerkesztablakot:\n"
"Nem lehetett aktivlni a cmkivlaszt kontrollt."
-#: composer/e-msg-composer.c:2853 composer/e-msg-composer.c:2908
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10252,7 +10273,7 @@ msgstr ""
"Nem sikerlt ltrehozni a szerkesztablakot:\n"
"A HTML-szerkeszt komponens aktivlsa sikertelen."
-#: composer/e-msg-composer.c:3871
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10318,7 +10339,7 @@ msgstr "A trgy tartalmazza"
msgid "Subject does not contain"
msgstr "A trgy nem tartalmazza"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2507
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10345,87 +10366,87 @@ msgstr "Szinkronizlsi kategrik:"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:381
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%Y/%m/%d %a %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:372
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%Y/%m/%d %a %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%Y/%m/%d %a %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%Y/%m/%d %a %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%Y/%m/%d %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%Y/%m/%d %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%Y/%m/%d %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%Y/%m/%d %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%Y/%m/%d %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%Y/%m/%d %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:322 e-util/e-time-utils.c:421
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:413
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:331 e-util/e-time-utils.c:418
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:410
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:339
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
@@ -10542,30 +10563,30 @@ msgstr ""
"Hiba a '%s' regulris kifejezsben:\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Fontos"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
+#: filter/filter-label.c:137 mail/mail-config.c:77
#: mail/mail-config.glade.h:136
msgid "Work"
msgstr "Munka"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:86
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr "Szemlyes"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
+#: filter/filter-label.c:139 mail/mail-config.c:79
#: mail/mail-config.glade.h:127
msgid "To Do"
msgstr "Teend"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:67
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
msgid "Later"
msgstr "Ksbb"
@@ -10829,7 +10850,7 @@ msgstr "nem"
msgid "is not Flagged"
msgstr "nem megjellt"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr "Cmke"
@@ -10894,7 +10915,7 @@ msgstr "kisebb mint"
msgid "Score"
msgstr "Pontszm"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1798
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Felad"
@@ -10931,7 +10952,7 @@ msgstr "gy kezddik:"
msgid "Stop Processing"
msgstr "Feldolgozs lelltsa"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Trgy"
@@ -10998,7 +11019,7 @@ msgstr "%s psztzsa"
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Levl"
@@ -11064,7 +11085,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Az Evolution importlja a rgi Netscape adatokat."
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Kuka"
@@ -11139,65 +11160,68 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Az Evolution naptr csatorna bellt eszkze.\n"
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Az Evolution naptr csatorna bellt eszkze.\n"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "Postafikok ltrehozsa, szerkesztse s egyb belltsok"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Levlkezel Evolution sszetev."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Evolution levlszerkeszt."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Evolution vezeti sszefoglal komponens a levelekrl."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Evolution levlmappa-megjelent komponens."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Evolution levlmappa-factory komponens."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Factory az Evolution levlszerkeszt szmra."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Factory a levelez sszefoglal komponenshez."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
msgid "Font Preferences"
msgstr "Betbelltsok"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
msgid "Mail Accounts"
msgstr "Postafikok"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:70
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr "Levelezs belltsai"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Levelezst bellt fellet"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr "Ezen a lapon llthatod be a betket"
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr "Ezen a lapon llthatod be a postafikokat."
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr "Ezen a lapon llthatod be a levelezt."
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr "Ezen a lapon llthatod be a levlszerkesztt."
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Leveleket tartalmaz mappa"
@@ -11222,7 +11246,7 @@ msgstr "Tulajdonsgok..."
msgid "Change this folder's properties"
msgstr "Mappa tulajdonsgainak mdostsa"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11230,245 +11254,245 @@ msgstr ""
"A levelezd egyes belltsai hibsnak tnnek, ellenrizd, hogy minden "
"rendben van-e."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "A levlklds mdja nincs belltva"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Figyelem: Mdostott levl"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "j levl"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "_Levl"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Levl rsa"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "j levl"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Levl _nyomtatsa"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Levl rsa"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Nem sikerlt az Evolution levelez komponenst inicializlni."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr "Nem sikerlt az Evolution levelezbellt komponenst inicializlni."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr "Nem sikerlt az Evolution mappainf komponenst inicializlni."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Kapcsolds a kiszolglhoz..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "Nem sikerlt regisztrlni a trolt a hjban"
-#: mail/folder-browser-ui.c:445
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "\"%s\" tulajdonsgai"
-#: mail/folder-browser-ui.c:447
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Tulajdonsgok"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Nem sikerlt ltrehozni az ideiglenes knyvtrat: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d j"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d rejtett"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr "%d lthat"
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d kijellve"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d postzand"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d elkldve"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "sszesen %d"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
msgid "Create _Virtual Folder From Search..."
msgstr "_Virtulis mappa gyrtsa a keressbl"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "VMappa a _trgyra"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "VMappa a _feladra"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "VMappa a _cmzettekre"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "VMappa a _levelezlistra"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Sz_r a trgyra"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Szr a f_eladra"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Szr a _cmzettekre"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Szr a _levelezlistra"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "S_zerkeszts j levlknt..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "_Nyomtats"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "_Vlasz a feladnak"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Vlasz a _listnak"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Vlasz _mindenkinek"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "Tovbbts"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
msgid "Fla_g Completed"
msgstr "_Ksz zszl"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
msgid "Cl_ear Flag"
msgstr "_Zszl trlse"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "_Elolvasva"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
msgid "Mark as _Unread"
msgstr "_Olvasatlan"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "_Fontos"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
msgid "_Mark as Unimportant"
msgstr "_Nem fontos"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
msgid "U_ndelete"
msgstr "_Visszallts"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
msgid "Mo_ve to Folder..."
msgstr "_thelyezs mappba..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "_Msols mappba..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
msgid "Add Sender to Address_book"
msgstr "_Felad hozzadsa a cmjegyzkhez"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
msgid "Appl_y Filters"
msgstr "_Szrk alkalmazsa"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
msgid "Crea_te Rule From Message"
msgstr "S_zably gyrtsa levlbl"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
msgid "VFolder on M_ailing List"
msgstr "VMappa a _levelezlistra"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "S_zr a levelezlistra (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "V_Mappa a levelezlistra (%s)"
@@ -11553,7 +11577,7 @@ msgstr "_Felhasznlnv:"
msgid "_Path:"
msgstr "_tvonal:"
-#: mail/mail-account-gui.c:1847
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Nem hozhatsz ltre kt egyez nev postafikot."
@@ -11634,7 +11658,7 @@ msgstr ""
" '%s'\n"
"s frisstve lettek."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11646,7 +11670,7 @@ msgstr ""
"kldhetnl, fogadhatnl vagy rhatnl.\n"
"Szeretnd most belltani?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11654,7 +11678,7 @@ msgstr ""
"Be kell lltanod egy azonostt,\n"
"mieltt levelet kldesz."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11663,7 +11687,7 @@ msgstr ""
"mieltt levelet kldesz."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11671,11 +11695,11 @@ msgstr ""
"HTML formtum levelet kldesz, de ezek a cmzettek nem akarnak HTML "
"formtum leveleket kapni:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Mindenkpp elkldd?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11683,7 +11707,7 @@ msgstr ""
"Nincs trgya a levlnek.\n"
"Tnyleg elkldjem?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -11691,11 +11715,11 @@ msgstr ""
"Mivel a cmlista gy van belltva, hogy rejtse el a tagok cmt, a levl "
"csak titkos cmzetteket fog tartalmazni."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "A levl csak titkos cmzetteket tartalmaz."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -11705,11 +11729,11 @@ msgstr ""
"fejlc hozzadsval.\n"
"Mgis elkldd?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "Meg kell adnod cmzetteke, mieltt elkldhetnd a levelet."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11717,28 +11741,28 @@ msgstr ""
"Nem sikerlt megnyitni az ehhez a postafikhoz tartoz piszkozatok mappt.\n"
"Szeretnd hasznlni az alaprtelmezett piszkozatok mappt?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "ismeretlen felad"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "%Y-%m-%d, %a keltezssel %%s ezt rta:"
-#: mail/mail-callbacks.c:1679 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Levl(levelek) thelyezse ms mappba"
-#: mail/mail-callbacks.c:1681 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Levl(levelek) msolsa ms mappba"
-#: mail/mail-callbacks.c:2351
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Tnyleg szerkeszteni szeretnd mind a %d levelet?"
-#: mail/mail-callbacks.c:2376
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11746,7 +11770,7 @@ msgstr ""
"Csak a Piszkozatok mappban lv \n"
"leveleket lehet szerkeszteni."
-#: mail/mail-callbacks.c:2415
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11754,39 +11778,39 @@ msgstr ""
"Csak az Elkldtt mappban lv \n"
"leveleket lehet jra elkldeni."
-#: mail/mail-callbacks.c:2429
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Tnyleg jra akarod kldeni mind a %d zenetet?"
-#: mail/mail-callbacks.c:2455
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Nincs levl kijellve"
-#: mail/mail-callbacks.c:2500 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Fellrod a fjlt?"
-#: mail/mail-callbacks.c:2554
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Levl mentse msknt..."
-#: mail/mail-callbacks.c:2556
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Levelek mentse msknt..."
-#: mail/mail-callbacks.c:2625
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "A kvetkez olvasatlan levl megjelentse"
-#: mail/mail-callbacks.c:2632
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2875
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11798,7 +11822,7 @@ msgstr ""
"\n"
"Tnyleg trld ezeket a leveleket?"
-#: mail/mail-callbacks.c:2988
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11807,28 +11831,28 @@ msgstr ""
"Hiba a szrinformcik betltse kzben:\n"
"%s"
-#: mail/mail-callbacks.c:3000
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Szrk..."
-#: mail/mail-callbacks.c:3044
+#: mail/mail-callbacks.c:3046
#, c-format
msgid "Page %d of %d"
msgstr "%d/%d oldal"
-#: mail/mail-callbacks.c:3099
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Levl nyomtatsa"
-#: mail/mail-callbacks.c:3126
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "US-Letter"
-#: mail/mail-callbacks.c:3167
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Levl nyomtatsa sikertelen"
-#: mail/mail-callbacks.c:3336
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr "Tnyleg kln ablakban akarod megnyitni mind a %d levelet?"
@@ -11850,7 +11874,7 @@ msgstr "Nincs lers"
msgid "Please specify a valid script name"
msgstr "Meg kell adnod egy cmkenevet"
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2919
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
msgid "Unnamed"
msgstr "Nvtelen"
@@ -11922,16 +11946,16 @@ msgstr ""
msgid "Evolution Account Assistant"
msgstr "Evolution Postafik varzsl"
-#: mail/mail-config.c:633
+#: mail/mail-config.c:635
#, c-format
msgid "Account %d"
msgstr "%d. postafik"
-#: mail/mail-config.c:2639
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Szolgltats ellenrzse"
-#: mail/mail-config.c:2717 mail/mail-config.c:2721
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Kapcsolds a kiszolglhoz..."
@@ -12623,31 +12647,31 @@ msgstr "Kpek letltse"
msgid "Loading message content"
msgstr "zenet tartalmnak betltse"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
msgid "Overdue:"
msgstr "Lejrt elemek:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%Y %B %d, %l:%M %P szerint"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr "a lehet leghamarabb"
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Hivatkozs megnyitsa bngszben"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Hivatkozs helynek msolsa"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Hivatkozs mentse msknt (FIXME)"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Kp mentse msknt..."
@@ -12656,93 +12680,93 @@ msgstr "Kp mentse msknt..."
msgid "Pinging %s"
msgstr "%s psztzsa"
-#: mail/mail-format.c:626
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s mellklet"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr "Nem sikerlt rtelmezni a MIME-zenetet. Megjelents forrsknt."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Dtum"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Rossz cm"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Felad"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Vlaszcm"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "Cmzett"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Msolat"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Rejtett msolat"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
msgid "Mailer"
msgstr "Levelez"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"Az zenetet digitlisan alrtk. Tovbbi informcirt kattints a lakat "
"ikonra."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Nem sikerlt ltrehozni a PGP ellenrzs rszt."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Az zenetet digitlisan alrtk, s az alrs hiteles."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr "Az zenetet digitlisan alrtk, de nem bizonythat, hogy hiteles."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Mutat FTP-helyre (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Mutat helyi fjlra (%s), amely \"%s\" helyen rvnyes"
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Mutat hely fjlra (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Mutat tvoli adatra (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Mutat ismeretlen kls adatra (\"%s\" tpus)"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Hibs kls trzsrsz."
@@ -12868,59 +12892,59 @@ msgstr "Levelek thelyezse %s-be"
msgid "Copying messages to %s"
msgstr "Levelek msolsa %s-be"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "Mappk psztzsa \"%s\"-ben"
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Tovbbtott levelek"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "%s mappa megnyitsa"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "%s trol megnyitsa"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "%s mappa eltvoltsa"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "%s mappa trolsa"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Mappa frisstse"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Mappa tiszttsa"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "%s levl letltse"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "%d levl letltse"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "%d levl mentse"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -12929,7 +12953,7 @@ msgstr ""
"Nem sikerlt ltrehozni a kimeneti fjlt: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -12938,11 +12962,11 @@ msgstr ""
"Hiba a levelek mentse kzben: %s\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Mellklet mentse"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -12951,22 +12975,22 @@ msgstr ""
"Nem lehet ltrehozni a kimeneti fjlt: %s\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Nem sikerlt az adatok kirsa: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "Sztkapcsolds %s kiszolglval"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "jrakapcsolds %s kiszolglhoz"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:512
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Keress"
@@ -13078,34 +13102,17 @@ msgstr ""
"\n"
"Akarod menteni a vltozsaidat?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
#, fuzzy
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
"rd be azt a nevet, amellyel hivatkozni szeretnl erre a postafikra.\n"
"Pldul: \"Munka\" vagy \"Otthon\""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Nv:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "1. alrs"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "Alrs mentse"
-
#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
@@ -13403,27 +13410,28 @@ msgstr "Az Evolution tennival csatorna bellt eszkze.\n"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Az Evolution tennival csatorna bellt eszkze.\n"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Evolution levlszerkeszt."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Factory az Evolution Task kontrolljhoz"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Factory a Vezeti sszefoglal Evolution komponens szmra."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
msgid "Summary Preferences"
msgstr "sszefoglal belltsai"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr "Ezen a lapon llthatod be az sszefoglal kinzett."
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr "Aarhus"
@@ -23332,7 +23340,7 @@ msgstr "sszefoglal nyomtatsa"
msgid "Printing of Summary failed"
msgstr "Az sszefoglal nyomtatsa sikertelen"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "A Vezeti sszefoglal komponens nem tudta inicializlni a Bonobt.\n"
@@ -24608,17 +24616,17 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Az Evolution tennival csatorna bellt eszkze.\n"
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
msgid "Folder Settings"
msgstr "Mappabelltsok"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Az Evolution hj."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr "Ezen a lapon llthatod be a klnfle mappabelltsokat."
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Rszletek"
@@ -24644,7 +24652,7 @@ msgstr "Mappa hozzadsa"
msgid "Drafts"
msgstr "Piszkozatok"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Berkezett levelek"
@@ -25180,31 +25188,31 @@ msgstr "K_apcsolat nlkli munka"
msgid "Work Offline"
msgstr "Kapcsolat nlkli munka"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Nem jelenthet meg a mappa)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(semmi)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"A Ximian Evolution a hlzatban van. Kattints erre a gombra a kapcsolat "
"nlkli munkhoz."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "A Ximian Evolution felkszl a kapcsolat nlkli munkra."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -25227,7 +25235,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "Nem sikerlt belltani a helyi trterletet -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -25238,19 +25246,19 @@ msgstr ""
"vratlanul kilpett. Ki kell lpned az Evolutionbl, s jra\n"
"el kell indtanod, hogy ismt elrhesd az adataidat."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "rvnytelen argumentumok"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "Nem sikerlt regisztrlni az OAF-ban"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "A belltsok adatbzisa nem tallhat"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "ltalnos hiba"
@@ -25492,63 +25500,63 @@ msgstr ""
"Az aktivlrendszer ltal adott hiba:\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "CORBA hiba"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Megszaktva"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "rvnytelen argumentum"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "Mr van tulajdonos"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Nincs tulajdonos"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Nem tallhat"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Nem tmogatott tpus"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Nem tmogatott sma"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Nem tmogatott mvelet"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Bels hiba"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Ltezik"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "rvnytelen URI"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Van almappja."
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Nincs hely"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "A rgi tulajdonos meghalt"
@@ -25605,26 +25613,19 @@ msgid "Specify where to create the folder:"
msgstr "Add meg, hogy hol hozod ltre a mappt."
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr "Bla-bla."
+msgid "Open Other User's Folder"
+msgstr "Ms felhasznl mappjnak megnyitsa"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr "rj ide valamilyen magyarz szveget."
+#, fuzzy
+msgid "_Account:"
+msgstr "Postafik"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
-msgid "Open Other User's Folder"
-msgstr "Ms felhasznl mappjnak megnyitsa"
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
msgid "_Folder Name:"
msgstr "_Mappanv:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
-msgid "_Server:"
-msgstr "_Kiszolgl:"
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
msgid "_User:"
msgstr "_Felhasznl:"
@@ -25724,15 +25725,15 @@ msgstr "Ne krdezze meg tbbet."
msgid "Evolution can import data from the following files:"
msgstr "Az Evolution a kvetkez fjlokbl kpes adatokat importlni:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Az Evolution most kilp..."
-#: shell/main.c:223
+#: shell/main.c:227
#, fuzzy, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25742,7 +25743,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25764,7 +25765,7 @@ msgstr ""
"Remljk, lvezni fogod a kemny munknk eredmnyt, s vrjuk\n"
"hozzjrulsod! \n"
-#: shell/main.c:246
+#: shell/main.c:250
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
@@ -25772,43 +25773,47 @@ msgstr ""
"Ksznettel\n"
"A Ximian Evolution Csapat\n"
-#: shell/main.c:255
+#: shell/main.c:259
msgid "Don't tell me again"
msgstr "Ne jelentse meg tbbet"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "A Ximian Evolution hj nem elrhet."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Nem sikerlt inicializlni a Ximian Evolution hjat: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Indtkperny letiltsa"
-#: shell/main.c:439
+#: shell/main.c:487
msgid "Start in offline mode"
msgstr "Indts kapcsolat nlkli mdban"
-#: shell/main.c:440
+#: shell/main.c:489
msgid "Start in online mode"
msgstr "Indts online mdban"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Minden sszetev hibakeres zeneteit fjlba irnytja."
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Nem sikerlt inicializlni a Bonobo komponens rendszert."
@@ -27474,19 +27479,19 @@ msgstr "zenet"
msgid "Don't show this message again."
msgstr "Ne jelenjen meg tbb ez az zenet."
-#: widgets/misc/e-search-bar.c:518
+#: widgets/misc/e-search-bar.c:520
msgid "_Find Now"
msgstr "_Keress most"
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:521
msgid "_Clear"
msgstr "_Trls"
-#: widgets/misc/e-search-bar.c:892
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Trls"
-#: widgets/misc/e-search-bar.c:894
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Keress most"
@@ -27512,6 +27517,64 @@ msgstr "init_corba(): nem sikerlt a GNOME inicializlsa"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): a Bonobo inicializlsa nem sikerlt"
+#~ msgid "Could not parse query string"
+#~ msgstr "Nem sikerlt rtelmezni a lekrdezst"
+
+#~ msgid "Email is"
+#~ msgstr "Email ="
+
+#~ msgid "<- _Remove"
+#~ msgstr "<- _Trls"
+
+#~ msgid "_Add ->"
+#~ msgstr "Hozz_ads ->"
+
+#~ msgid "This page can be used to configure Calendar and Task preferences"
+#~ msgstr "Ezen a lapon llthatod be a Naptr s a Feladatok belltsait."
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Nem sikerlt ltrehozni az riaszt szolgltatst"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (alaprtelmezett)"
+
+#~ msgid "This Page can be used to configure the Fonts"
+#~ msgstr "Ezen a lapon llthatod be a betket"
+
+#~ msgid "This page can be used to configure E-Mail Accounts"
+#~ msgstr "Ezen a lapon llthatod be a postafikokat."
+
+#~ msgid "This page can be used to configure Mailer preferences"
+#~ msgstr "Ezen a lapon llthatod be a levelezt."
+
+#~ msgid "This page can be used to configure the Composer"
+#~ msgstr "Ezen a lapon llthatod be a levlszerkesztt."
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "1. alrs"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "Alrs mentse"
+
+#~ msgid ""
+#~ "This page can be used to customize the appearance of the Summary page."
+#~ msgstr "Ezen a lapon llthatod be az sszefoglal kinzett."
+
+#~ msgid "This page can be used to configure various folder settings"
+#~ msgstr "Ezen a lapon llthatod be a klnfle mappabelltsokat."
+
+#~ msgid "Blah blah."
+#~ msgstr "Bla-bla."
+
+#~ msgid "Insert some explanatory text here."
+#~ msgstr "rj ide valamilyen magyarz szveget."
+
+#~ msgid "_Server:"
+#~ msgstr "_Kiszolgl:"
+
#~ msgid "Error in search expression."
#~ msgstr "Hiba a keressi kifejezsben."
@@ -27821,12 +27884,6 @@ msgstr "init_bonobo(): a Bonobo inicializlsa nem sikerlt"
#~ msgid "Configuration control for the Evolution Addressbook."
#~ msgstr "Az Evolution tennival csatorna bellt eszkze.\n"
-#~ msgid "&lt;- _Remove"
-#~ msgstr "&lt;- _Trls"
-
-#~ msgid "_Add -&gt;"
-#~ msgstr "_Hozzads -&gt;"
-
#~ msgid "Evolution calendar executive summary component."
#~ msgstr "Evolution naptr vezeti sszefoglal komponense."
@@ -28389,9 +28446,6 @@ msgstr "init_bonobo(): a Bonobo inicializlsa nem sikerlt"
#~ msgid "%s: Inbox"
#~ msgstr "%s: Bejv zenetek"
-#~ msgid "Account"
-#~ msgstr "Postafik"
-
#~ msgid "Accounts"
#~ msgstr "Postafikok"
@@ -28518,9 +28572,6 @@ msgstr "init_bonobo(): a Bonobo inicializlsa nem sikerlt"
#~ msgid "_Task..."
#~ msgstr "_Feladat..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "Postafikok ltrehozsa, szerkesztse s egyb belltsok"
-
#~ msgid "_Mail Settings..."
#~ msgstr "_Levelez belltsai"
diff --git a/po/it.po b/po/it.po
index 2f9d678077..94021c832e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Evolution\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-03-13 12:27+01:00\n"
"Last-Translator: Clara Tattoni <clara.tattoni@libero.it>\n"
"Language-Team: Italiano <it@li.org>\n"
@@ -30,22 +30,22 @@ msgid "Imports VCard files into Evolution."
msgstr "Importa i file VCard in Evolution."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Memorizza Come"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Nome"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "Email"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Principale"
@@ -55,16 +55,16 @@ msgstr "Princ"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Assistente"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Ufficio"
@@ -74,12 +74,12 @@ msgid "Bus"
msgstr "Uff"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Richiamare"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Ditta"
@@ -90,13 +90,13 @@ msgstr "Ditta"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Casa"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organizzazione"
@@ -106,19 +106,19 @@ msgstr "Org"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Cellulare"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "Auto"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Fax Ufficio"
@@ -127,13 +127,13 @@ msgid "Bus Fax"
msgstr "Fax Uff"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Fax Casa"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Ufficio2"
@@ -142,68 +142,68 @@ msgid "Bus 2"
msgstr "Uff 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr "Casa 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Altro"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Altro fax"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "Impaginatore"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "Radio"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "Telex"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "Email 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "Email 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "Sito Internet"
@@ -212,7 +212,7 @@ msgid "Url"
msgstr "Url"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "Dipartimento"
@@ -221,7 +221,7 @@ msgid "Dep"
msgstr "Dip"
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "Ufficio"
@@ -230,12 +230,12 @@ msgid "Off"
msgstr "Uff"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "Posizione"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "Professione"
@@ -244,7 +244,7 @@ msgid "Prof"
msgstr "Prof"
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "Manager"
@@ -257,7 +257,7 @@ msgid "Ass"
msgstr "Ass"
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "Nickname"
@@ -266,12 +266,12 @@ msgid "Nick"
msgstr "Nick"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "Coniuge"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Note"
@@ -284,7 +284,7 @@ msgid "CALUri"
msgstr "CALUri"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "Free-busy URL"
@@ -335,7 +335,7 @@ msgstr "VCard per %s"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -343,7 +343,7 @@ msgid "Could not initialize Bonobo"
msgstr "Impossibile inizializzare Bonobo"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "Ricerca in corso..."
@@ -351,41 +351,33 @@ msgstr "Ricerca in corso..."
msgid "Loading..."
msgstr "Caricamento in corso..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr "Errore nel criterio di ricerca."
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "Connessione al server LDAP in corso..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "Aggiunta di una card al server LDAP in corso..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "Rimozione di una card dal server LDAP in corso..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "Modifica di una card nel server LDAP in corso..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr "Riavvio della ricerca in corso."
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "Ricezione dei risultati della ricerca LDAP in corso..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "Errore nella rimozione di una card"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "Impossibile interpretare URL `%s'"
-
#: addressbook/conduit/address-conduit.c:293
msgid "Default Sync Address:"
msgstr "Indirizzo Sync Predefinito:"
@@ -432,47 +424,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Controllo che visualizza una minicard per la rubrica di Evolution."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Visore di minicard per la rubrica di Evolution"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Componente di Evolution per gestire i contatti."
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "Fabbrica per il controllo delle Minicard per la rubrica"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "Fabbrica per il visualizzatore di indirizzi della Rubrica"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "Fabbrica per il popup di indirizzi della Rubrica"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "Fabbrica per il controllo degli esempi della Rubrica"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -492,28 +484,28 @@ msgstr "LDAP Server"
msgid "LDAP server containing contact information"
msgstr "Server LDAP contenente le informazioni dei contatti"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Nuovo Contatto"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "_Contatti"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Crea un nuovo contatto"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Nuova Lista di Contatti"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "Contact _List"
msgstr "Lista dei _Contatti"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Crea una nuova lista di contatti"
@@ -539,30 +531,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "La risposta del server IMAP non contiene informazione %s"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"Errore nel caricare le informazioni dei filtri:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "La risposta del server IMAP non contiene informazione %s"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "(SSL non supportato in questa compilazione di Evolution)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "Impossibile inizializzare gnome-vfs"
@@ -570,21 +562,30 @@ msgstr "Impossibile inizializzare gnome-vfs"
msgid "Other Contacts"
msgstr "Altri Contatti"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "Impossibile aprire la rubruca"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"Impossibile aprire questa rubrica. Controllare che \n"
+"il percorso esista e che si abbia il permesso di accedervi."
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"Impossibile aprire questa rubrica. Questo significa\n"
"che stata inserita una URI errata,\n"
"oppure che il server LDAP non funziona"
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -596,52 +597,83 @@ msgstr ""
"bisogna compilare il programma dai sorgenti CVS dopo\n"
"aver scaricato Open LDAP dal link sottostante.\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"Impossibile aprire questa rubrica. Controllare che \n"
-"il percorso esista e che si abbia il permesso di accedervi."
+"Impossibile aprire questa rubrica. Questo significa\n"
+"che stata inserita una URI errata,\n"
+"oppure che il server LDAP non funziona"
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "Digitare la password per %s (utente %s)"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "finisce per"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "Email 2"
+msgid "Email begins with"
+msgstr "finisce per"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "La categoria "
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "Qualunque campo contiene"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "Avanzato..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "Qualunque Categoria"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "La URI visualizzata dal Browser delle cartelle"
@@ -656,7 +688,7 @@ msgstr "(nessuno)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "Email principale"
@@ -708,53 +740,53 @@ msgid " S_how Supported Bases "
msgstr "_Controlla tipi supportati"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "Opzioni"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr "_Rimuovere"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr "_Rimuovere"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "Opzioni"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -861,7 +893,7 @@ msgid "Mappings"
msgstr "Margini"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr "_ogni"
@@ -915,8 +947,8 @@ msgstr "_Scopo della Ricerca:"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
msgid "Searching"
msgstr "Ricerca in corso"
@@ -1114,7 +1146,7 @@ msgid "Using email address"
msgstr "Indirizzo Email"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1122,13 +1154,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "_Aggiungi"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "_Aggiungi"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1170,7 +1202,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1207,7 +1239,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "_Opzioni"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1290,7 +1322,7 @@ msgstr "Fabbrica per l'interfaccia di selezione dei nomi della Rubrica"
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1322,11 +1354,11 @@ msgstr "(%d non mostrati)"
msgid "Unnamed Contact"
msgstr "Contatto senza nome"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "Seleziona Contatti dalla Rubrica"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "Il mittente contiene"
@@ -1391,7 +1423,7 @@ msgstr "Collaborazione"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Editor dei Contatti"
@@ -1460,9 +1492,9 @@ msgstr "Vuole ricevere messaggi in _HTML"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2526,23 +2558,23 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Cancellare il Contatto?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr "Editor delle categorie non disponibile."
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "Questo contatto appartiene a queste categorie:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
msgid "Save Contact as VCard"
msgstr "Salva Contatto come VCard"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "Impossibile trovare il widget per un campo: `%s'"
@@ -2556,7 +2588,7 @@ msgid "Edit Full"
msgstr "Modifica Interamente"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "Nome e cognome"
@@ -2709,11 +2741,11 @@ msgid "contact-list-editor"
msgstr "Editor della lista dei Contatti"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Editor della Lista dei Contatti"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
msgid "Save List as VCard"
msgstr "Salva Lista come VCard"
@@ -2772,20 +2804,20 @@ msgstr "Ricerca Avanzata"
msgid "Search"
msgstr "Cerca"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "Nessuna card"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1 card"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d card"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "Errore nell'avvio di %s"
@@ -2797,15 +2829,15 @@ msgid "Error modifying card"
msgstr "Errore nella modifica della card"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr "Completato"
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "Errore sconosciuto"
@@ -2814,7 +2846,7 @@ msgid "Repository offline"
msgstr "Deposito non in linea"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Permesso negato"
@@ -2831,7 +2863,7 @@ msgid "Protocol not supported"
msgstr "Protocollo non supportato"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2886,7 +2918,7 @@ msgstr "Errore nella rimozione della lista"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "Errore nella rimozione di una card"
@@ -2929,160 +2961,160 @@ msgstr "Nessuna card"
msgid "Copy cards to"
msgstr "Nessuna card"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Cliccare qui per aggiungere un contatto *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr "Telefono Principale"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr "Telefono Assistente"
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Telefono Ufficio"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Telefono a cui Richiamare"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Telefono Ditta"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Telefono di Casa"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Indirizzo Ufficio"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Indirizzo di Casa"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr "Cellulare"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "Telefono auto"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Telefono Ufficio 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Telefono Casa 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "Altro Telefono"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "Altro Indirizzo"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "Rubrica"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "Salva come VCard"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Nuovo Contatto"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Nuova Lista di Contatti"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "_Visualizza Cartella..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "_Importa..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "_Cerca Contatti"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "Sorgenti della _Rubrica..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "Impostazioni _Pilot..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Contatto Precedente"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Invia un Messaggio al Contatto"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "Stampa"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "Stampa Busta"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "_Copia nella Cartella..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "_Sposta nella Cartella..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "Taglia"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "Copia"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Incolla"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3090,8 +3122,8 @@ msgstr "Incolla"
msgid "Delete"
msgstr "Elimina"
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "Vista _Corrente"
@@ -3100,7 +3132,7 @@ msgstr "Vista _Corrente"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
@@ -3108,10 +3140,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3236,7 +3276,7 @@ msgid "Include:"
msgstr "Includi:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Orizzontale"
@@ -3256,12 +3296,12 @@ msgstr "Margini"
msgid "Number of columns:"
msgstr "Numero di colonne:"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "Opzioni"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr "Orientazione"
@@ -3284,7 +3324,7 @@ msgstr "Alimentazione della carta:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Verticale"
@@ -3340,26 +3380,26 @@ msgstr "Larghezza:"
msgid "_Font..."
msgstr "_Carattere..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
msgid "Untitled appointment"
msgstr "Appuntamento senza titolo"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "Altezza"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr "Normale"
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "Basso"
@@ -3408,40 +3448,40 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Fabbrica per il compositore di Evolution."
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Visore iTip/iMip del calendario di Evolution"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "Componente di Evolution per gestire il calendario."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
msgid "Factory for the Evolution Tasks control"
msgstr ""
"Fabbrica per il controllo di visualizzazione delle attivit di Evolution."
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr "Fabbrica per il controllo della vista iTip del calendario"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "Fabbrica per il controllo del Calendario di esempio"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
"Fabbrica per centralizzare il componente dell'editor dei dialoghi del "
"calendario"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Fabbrica per creare una fabbrica di editor di componenti"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "Servizio di notifica dell'avviso sonoro"
@@ -3506,7 +3546,7 @@ msgstr ""
"Evolution visualizzer invece un messaggio a video."
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "Attenzine"
@@ -3532,15 +3572,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "Non chiedere pi su questo programma in futuro."
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "Impossibile inizializzare GNOME"
-#: calendar/gui/alarm-notify/notify-main.c:183
-msgid "Could not create the alarm notify service"
-msgstr "Impossibile inizializzare il servizio di notifica"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr ""
"Impossibile creare la babbrica per il servizio di notifica dell'avviso sonoro"
@@ -3557,7 +3593,7 @@ msgstr "La descrizione contiene"
msgid "Comment contains"
msgstr "Il commento contiene"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "Non corrispondenti"
@@ -3568,7 +3604,7 @@ msgstr "%A, %d %B %Y"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%a %d %b"
@@ -3627,37 +3663,37 @@ msgstr "E"
msgid "W"
msgstr "O"
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr "Libero"
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "Occupato"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "Da cominciare"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr "In corso"
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Completato"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3668,33 +3704,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "Nessuno "
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "Ricorre"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "Assegnato"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "S"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "No"
@@ -3714,7 +3750,7 @@ msgstr "Vista Settimanale"
msgid "Month View"
msgstr "Vista Mensile"
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3725,10 +3761,10 @@ msgid "Folder containing appointments and events"
msgstr "Cartella contenente appuntamenti ed eventi"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "Attivit"
@@ -3737,53 +3773,53 @@ msgstr "Attivit"
msgid "Folder containing to-do items"
msgstr "Cartella contente le cose da fare"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "New appointment"
msgstr "Nuovo appuntamento"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
msgid "_Appointment"
msgstr "_Appuntamento"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "Crea un nuovo appuntamento"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "New meeting"
msgstr "Nuova riunione"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
msgid "_Meeting"
msgstr "_Riunione"
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
msgid "Create a new meeting request"
msgstr "Crea una nuova richiesta di apppuntamento"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "New task"
msgstr "Nuova attivit"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "_Attivit"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "Crea una nuova attivit"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "Nuovo appuntamento"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "_Appuntamento"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "Crea un nuovo appuntamento"
@@ -3998,7 +4034,7 @@ msgstr "Promemoria"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Indice:"
@@ -4027,7 +4063,7 @@ msgstr "termine dell'appuntamento"
msgid "hour(s)"
msgstr "Ora (e)"
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "minuto(i)"
@@ -4205,7 +4241,7 @@ msgid "_Fri"
msgstr "_Ven"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "_Generale"
@@ -4348,61 +4384,61 @@ msgstr " (Scadenza "
msgid "Due "
msgstr "Scadenza "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "Impossibile aggiornare l'elemento!"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "Impossibile aggiornare l'elemento!"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "Modifica Appuntamenti"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "Appuntamento - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr "Attivit - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr "Voce nell'agenda - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "Nessuna descrizione"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "Salva come..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr "Impossibile ottenere la versione corrente!"
@@ -4474,13 +4510,13 @@ msgstr "Ricorrenza"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "Pianificazione"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr "Riunione"
@@ -4601,7 +4637,7 @@ msgid "Member"
msgstr "Membro"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4827,7 +4863,7 @@ msgstr "Completato in data:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "Richiede Azione"
@@ -4854,11 +4890,11 @@ msgstr "Di base"
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr "Assegnato"
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4927,13 +4963,13 @@ msgstr "90%"
msgid "100%"
msgstr "100%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
msgid "Deleting selected objects"
msgstr "Rimozione degli elementi selezionati in corso"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "_Apri"
@@ -4943,30 +4979,30 @@ msgstr "_Apri"
msgid "_Save as..."
msgstr "Salva come..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "S_tampa..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "_Taglia"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "_Copia"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -4995,8 +5031,8 @@ msgstr "_Marka Attivit Come Complete"
msgid "_Delete Selected Tasks"
msgstr "_Elimina le Attivit Selezionate"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr "Aggiornamento elementi in corso"
@@ -5053,14 +5089,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%a %m/%d/%Y %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%a %m/%d/%Y %I:%M:%S %p"
@@ -5082,493 +5118,475 @@ msgstr "%02i divisioni per minuto"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%A %d %B"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%d %b"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr "pm"
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "Nuovo _Appuntamento"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "Nuovo _Evento del Giorno"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr "Nuova riunione"
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr "Nuova Attivit"
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "Stampa..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "Vai a _Oggi"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "_Vai alla data..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "_Rende note le Informazioni sulla Disponibilit"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr "Configura %s"
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr "Configura %s"
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "_Salva con Nome..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "Pianifica una _Riunione"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "Inoltra come i_Calendar"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "_Rendi rimandabile questa Ricorrenza"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "_Elimina questa Ricorrenza"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "Elimina _Tutte le Ricorrenze"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
"I tool di GNOME Pilot non sembrano essere installati in questo sistema."
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr "Errore nell'esecuzione di %s."
-#: calendar/gui/e-itip-control.c:678
-msgid "Meeting begins: <b>"
-msgstr "Inizio Riunione: <b>"
-
-#: calendar/gui/e-itip-control.c:683
-msgid "Task begins: <b>"
-msgstr "Inizio attivit: <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr "Inizio informazioni di disponibilit: <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr "Inizio: <b>"
-
-#: calendar/gui/e-itip-control.c:704
-msgid "Meeting ends: <b>"
-msgstr "Fine riunione: <b>"
-
-#: calendar/gui/e-itip-control.c:707
-msgid "Free/Busy info ends: <b>"
-msgstr "Fine informazioni di disponibilit:"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
-msgid "Ends: <b>"
+#: calendar/gui/e-itip-control.c:593
+#, fuzzy
+msgid "<b>Ends:</b> "
msgstr "Fine: <b>"
-#: calendar/gui/e-itip-control.c:725
-msgid "Task Completed: <b>"
-msgstr "Attivit Completata: <b>"
+#: calendar/gui/e-itip-control.c:606
+#, fuzzy
+msgid "<b>Completed:</b> "
+msgstr "Completato "
-#: calendar/gui/e-itip-control.c:735
-msgid "Task Due: <b>"
-msgstr "Attivit Da Completare Entro: <b>"
+#: calendar/gui/e-itip-control.c:616
+msgid "<b>Due:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
msgid "iCalendar Information"
msgstr "Informazioni iCalendar"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
msgid "iCalendar Error"
msgstr "Errore iCalendar"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
msgid "An unknown person"
msgstr "Partecipante sconosciuto"
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
"<br> Controllate queste informazioni, e poi selezionate un'azione dal menu."
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>Nessuno</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr "Posizione _Geografica:"
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
msgid "Status:"
msgstr "Stato:"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr "Accettata"
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
msgid "Tentatively Accepted"
msgstr "Accettato con tentativo"
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "Annullato"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "Sconosciuto"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
msgid "Choose an action:"
msgstr "Specificare un'operazione:"
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
msgid "Update"
msgstr "Aggiornare"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "OK"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
msgid "Accept"
msgstr "Accettare"
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
msgid "Tentatively accept"
msgstr "Accettare con tentativo"
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
msgid "Decline"
msgstr "Rifiutare"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
msgid "Send Free/Busy Information"
msgstr "Invia Informazioni sulla Disponibilit"
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr "Aggiorna stato risposta"
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
msgid "Send Latest Information"
msgstr "Invia Informazioni Correnti"
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "Annulla"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> ha pubblicato informazioni riguardo una riunione."
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "Dettagli della Riunione"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> richiede la tua presenza ad una riunione."
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Proposta di Riunione"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> vuole aggiungersi ad una riunione esistente."
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Aggiornamento Riunione"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> vuole ricevere informazioni aggiornate sulla riunione."
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "Richiesta di Aggiornamento sulla Riunione"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> ha risposto ad una richiesta di riunione."
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Risposta ad una Riunione"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> ha annullato una riunione."
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Annullamento Riunione"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> ha mandato un messaggio indecifrabile."
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "Messaggio di Richiesta Riunione Non Valido"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> ha pubblicato informazioni sulle proprie attivit."
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr "Informazioni sull'Attivit"
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> ha richiesto che venga eseguito un compito."
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr "Proposta di Attivit"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> vuole aggiungere informazioni ad una attivit esistente."
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "Aggiornamento Attivit"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> vuole ricevere informazioni aggiornate sull'attivit."
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "Richiesta di Aggiornamento dell'Attivit"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> ha risposto all'assegnamento di un compito."
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "Risposta all'Attivit"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> ha annullato un'attivit."
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "Annullamento Attivit"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "Messaggio di Attivit Indecifrabile"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> ha pubblicato informazioni sulla disponibilit."
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "Informazioni sulla Disponibilit"
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> richiede informazioni sulla disponibilit."
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "Richiesta Disponibilit"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b> ha risposto a una richiesta di disponibilit."
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "Risposta Disponibilit"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr "Messaggio di Disponibilit Indecifrabile"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr "La cartella appare irrimediabilmente corrotta."
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr "Il messaggio contiene solo richieste di tipo non supportato."
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr "L'allegato non contiene un messaggio di calendario valido"
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr "L'allegato non ha nessun elemento di calendario visibile"
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
#, fuzzy
msgid "There was an error on the CORBA system\n"
msgstr "Si verificato un errore nella ricezione dei dati da"
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "L'elemento non pu essere spedito!\n"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "Aggiornamento completato\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr "Impossibile aggiornare il file di calendario!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
"Impossibile aggiornare lo stato del partecipante; l'elemento non esiste pi"
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
"Impossibile aggiornare lo stato del partecipante; lo stato non valido!\n"
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr "Stato del partecipante aggiornato\n"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
msgid "Attendee status could not be updated!\n"
msgstr "Impossibile aggiornare lo stato del partecipante!\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "Rimozione Completata"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "Elemento Spedito!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr "L'elemento non pu essere spedito!\n"
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "Scegli Cartella"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "Scegli Cartella"
@@ -5614,7 +5632,7 @@ msgstr "inizio"
msgid "Chair Persons"
msgstr "Moderatori"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "Partecipanti Richiesti"
@@ -5623,56 +5641,57 @@ msgid "Optional Participants"
msgstr "Partecipanti Opzionali"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "Non Partecipanti"
+#, fuzzy
+msgid "Resources"
+msgstr "Risorse"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Individuale"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "Gruppo"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "Risorse"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr "Stanza"
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Moderatore"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "Partecipante Richiesto"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Partecipante Opzionale"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "Non Partecipante"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr "Tentativo"
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Delegato"
@@ -5683,22 +5702,22 @@ msgstr "In Corso"
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%A, %B %d, %Y"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%a %m/%d/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%m/%d/%Y"
@@ -5762,8 +5781,8 @@ msgstr "_Inizio appuntamento ore:"
msgid "Meeting _end time:"
msgstr "T_ermine dell' appuntamento ore:"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, c-format
msgid "Opening tasks at %s"
msgstr "Apertura attivit %s in corso"
@@ -5778,7 +5797,7 @@ msgstr "Impossibile caricare le attivit in `%s'"
msgid "The method required to load `%s' is not supported"
msgstr "Il metodo richiesto per caricare `%s' non supportato"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "Impossibile aprire la cartella in `%s'"
@@ -5797,26 +5816,42 @@ msgstr "Rimozione degli elementi selezionati in corso"
msgid "Expunging"
msgstr "Eliminazione"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "Nuovo _Appuntamento..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "Impossibile aprire la cartella in `%s'"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "Il metodo richiesto per aprire `%s' non supportato"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, c-format
msgid "Opening calendar at %s"
msgstr "Apertura calendario %s"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "Lettura cartella %s in corso"
@@ -5877,49 +5912,49 @@ msgstr "Ottobre"
msgid "September"
msgstr "Settembre"
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr " richiesto almeno un partecipante"
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr " necessario impostare un organizer."
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
msgid "Event information"
msgstr "Informazioni sul calendario"
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
msgid "Task information"
msgstr "Informazioni sull'attivit"
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
msgid "Journal information"
msgstr "Informazioni di Diario"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
msgid "Free/Busy information"
msgstr "Informazioni sulla disponibilit"
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
msgid "Calendar information"
msgstr "Informazioni di calendario"
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "Aggiornare"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "Aggiorna Lista"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr "Devi essere un partecipante all'evento."
@@ -6155,7 +6190,7 @@ msgid "Print Calendar"
msgstr "Stampa Calendario"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "Anteprima di Stampa"
@@ -6179,7 +6214,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "La URI della cartella delle attivit da visualizzare"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -6192,12 +6227,12 @@ msgstr ""
"\n"
"Cancellare comunque queste attivit?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "Non chiedere pi in futuro."
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "Stampa card"
@@ -8127,7 +8162,7 @@ msgstr "Trasferimento dei messaggi in corso"
msgid "Copying messages"
msgstr "Copia messaggi in %s"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8135,47 +8170,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "Annullato."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "Risposta inaspettata dal server IMAP: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr " necessario fornire un nome di file."
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "Impossibile cifrare questo messaggio: mancano i destinatari"
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8183,18 +8218,24 @@ msgid ""
"%.*s"
msgstr "Impossibile salvare messaggio %s nella cache: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "Impossibile salvare messaggio %s nella cache: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "Decodifica messaggio non riuscita."
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "Decodifica messaggio non riuscita."
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr ""
@@ -8440,7 +8481,7 @@ msgstr ""
" %s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Cattiva risposta di autenticazione dal server."
@@ -8562,7 +8603,7 @@ msgstr "Per leggere la posta come una ricerca di un altro insieme di cartelle"
msgid "No provider available for protocol `%s'"
msgstr "Nessun fornitore disponibile per il protocollo `%s'"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8608,12 +8649,12 @@ msgstr "Decodifica messaggio non riuscita."
msgid "Failed to verify certificates."
msgstr "Verifica certificati non riuscita."
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr ""
"Impossibile ottenere la cartella: Operazione non supportata in questo store"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr ""
"Impossibile creare una cartella: Operazione non supportata in questo store"
@@ -8837,77 +8878,105 @@ msgstr "Impossibile rinominare la cartella %s: Operazione non valida"
msgid "Cannot rename folder: %s: No such folder"
msgstr "Impossibile rinominare la cartella %s: Cartella inesistente"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "Operazione annullata"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "Il server si disconnesso inaspettatamente: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "Risposta inaspettata dal server IMAP: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "Comando IMAP fallito: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "La risposta del server terminata troppo presto."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "La risposta del server IMAP non contiene informazione %s"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "Risposta OK inattesa dal server IMAP: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "Impossibile creare la directory %s: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "Impossibile caricare il sommario di %s"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "Cartella distrutta e ricreata sul server."
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "Ricerca messaggi modificati"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "Errore di ricazione del messaggio"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"Impossibile prendere il messaggio: %s\n"
+"%s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Messaggio assente"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Questo messaggio non al momento disponibile"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr "Ricezione delle informazioni sul sommario per i nuovi messaggi"
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "Ricerca nuovi messaggi"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "Impossibile trovare il corpo del messaggio nella risposta di FETCH."
@@ -8932,7 +9001,7 @@ msgstr "Controllo nuova posta"
msgid "Check for new messages in all folders"
msgstr "Controlla se ci sono nuovi messaggio in tutte le cartelle"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "Cartelle"
@@ -8962,7 +9031,7 @@ msgstr "Per leggere e memorizzare la posta su server IMAP."
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "Password"
@@ -8972,77 +9041,77 @@ msgstr ""
"Con questa opzione ci si connette al server IMAP usando una password di "
"testo semplice."
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP server %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s servizio per %s su %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "Connessione annullata"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "Impossibile connettersi a %s (porta %d): %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"Impossibile connettersi al server POP.\\n\n"
"Errore nell'invio della password: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "Operazione non supportata"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "Autenticazione fallita"
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "La cartella non vuota"
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "Il server IMAP %s non supporta il tipo di autenticazione richiesto %s "
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "Nessun supporto per il tipo di autenticazione %s"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%sInserire la password IMAP per %s@%s"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "Non stata inserita la password."
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9053,19 +9122,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "Non presente la cartella %s"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, fuzzy, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr "Il nome di una cartella non pu contenere il carattere Invio."
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "Errore sconosciuto: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr "Alla cartella madre non permesso contenere sottocartelle"
@@ -9207,27 +9281,6 @@ msgstr "Aggiunta di messaggio Maildir annullata"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "Impossibile accodare il messaggio alla cartella maildir: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"Impossibile prendere il messaggio: %s\n"
-"%s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Messaggio assente"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9317,18 +9370,18 @@ msgstr "Impossibile creare una cartella di lock in %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "Impossibile aprire la casella di posta: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
msgid "Mail append cancelled"
msgstr "Aggiunta di un messaggio annullata"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "Inpossibile accodare il messaggio al file mbox: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9337,11 +9390,11 @@ msgstr ""
"Impossibile prendere il messaggio: %s dalla cartella: %s\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "La cartella appare irrimediabilmente corrotta."
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "Fallita la costruziono del messaggio: mailbox corrotta?"
@@ -9449,12 +9502,13 @@ msgstr "Errore sconosciuto: %s"
msgid "Could not store folder: %s"
msgstr "Impossibile rinominare la cartella: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "Errore di scrittura nella mbox temporanea: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "Scrittura fallita su casella di posta temporanea %s: %s"
@@ -9661,7 +9715,7 @@ msgstr "Lasciare i messaggi sul server"
msgid "Delete after %s day(s)"
msgstr "Elimina dopo %s giorno(i)"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9755,7 +9809,7 @@ msgid "No such folder `%s'."
msgstr "Cartella `%s' non presente."
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9810,7 +9864,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "Posta consegnata attraverso il programma sendmail"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -9927,40 +9981,40 @@ msgstr "Autenticazione richiesta"
msgid "Welcome response error"
msgstr "Errore nella risposta di QUIT"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"Impossibile connettersi al server POP.\\n\n"
"Errore nell'invio della password: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr "Il messaggio non sembra avere un formato valido"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "Richiesta AUTH scaduta: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "Errore nella risposta di DATA"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "Il server IMAP %s non supporta il tipo di autenticazione richiesto %s"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%sInserire la password SMTP per %s@%s"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -9971,89 +10025,89 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP server %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "Posta SMTP consegnata attraverso il programma %s"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr ""
"Impossibile inviare il messaggio: l'indirizzo del mittente non valido."
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "Invio messaggio"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "Impossibile inviare il messaggio: senza destinatari."
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
msgid "Cannot send message: one or more invalid recipients"
msgstr "Impossibile inviare il messaggio: uno o pi destinatari non validi."
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr "Saluti SMTP"
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "Richiesta RSET scaduta: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "Errore nella risposta di RSET"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "Autenticazione SMTP"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "Errore nel creare un oggetto di autenticazione SASL."
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "Richiesta AUTH scaduta: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "Richiesta AUTH non riuscita"
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Cattiva risposta di autenticazione dal server.\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "Richiesta MAIL FROM scaduta: %s: posta non inviata"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr "Errore nella risposta MAIL FROM"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "La richiesta di RCPT TO: %s: posta non inviata"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr "RCPT TO <%s> non riuscito"
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "RIchiesta di DATA scaduta: %s: posta non inviata."
@@ -10061,37 +10115,37 @@ msgstr "RIchiesta di DATA scaduta: %s: posta non inviata."
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr "Errore nella risposta di DATA"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
"DATA ha inviato il segnale di tempo scaduto: terminazione del messaggio: %s "
"posta non inviata."
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr "Errore di risposta di DATA"
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "Richiesta RSET scaduta: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr "Errore nella risposta di RSET"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "Richiesta AUTH scaduta: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr "Errore nella risposta di QUIT"
@@ -10164,7 +10218,7 @@ msgstr "Tipo MIME:"
msgid "Suggest automatic display of attachment"
msgstr "Consiglio visualizzazione automatica degli allegati"
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "Cliccare qui per la rubrica"
@@ -10175,46 +10229,46 @@ msgstr "Cliccare qui per la rubrica"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "Rispondi-a:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "Da:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "Oggetto:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "A:"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "Inserire i destinatari del messaggio"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr ""
"Inserire gli indirizzi che riceveranno una copia conforme del messaggio"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10225,11 +10279,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "Porto"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr "Nessuna descrizione disponibile"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10249,34 +10308,34 @@ msgstr ""
"Errore di lettura del file: %s\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "Attenzione!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "Il file esiste, sovrascriverlo?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "Errore nel salvare il file: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "Errore nel caricare il file: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "Errore di accesso al file: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "Impossibile scaricare messaggi dall'editor"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10285,7 +10344,7 @@ msgstr ""
"Impossibile cercare il file: %s\n"
" %s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10294,7 +10353,7 @@ msgstr ""
"Impossibile troncare il file: %s\n"
" %s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10303,7 +10362,7 @@ msgstr ""
"Errore nel salvataggio automatico del messaggio: %s\n"
"%s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10312,49 +10371,28 @@ msgstr ""
"precedente.\n"
"Si desidera tentare di recuperarli?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"Questo messaggio non stato inviato.\n"
-"\n"
-"Salvare le modifiche?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "Attenzione: Messaggio Modificato"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "Apri file"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "Salva firma"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (predefinito)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "Componi un nuovo messaggio"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
@@ -10362,7 +10400,7 @@ msgstr ""
"Impossibile creare una finestra di composizione:\n"
"impossibile attivare il controllo del selettore di indirizzi."
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
msgid ""
"Could not create composer window:\n"
"Unable to activate HTML editor component."
@@ -10370,7 +10408,7 @@ msgstr ""
"Impossibile creare la finestra di composizione:\n"
"Il componente HTML non disponibile."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10436,7 +10474,7 @@ msgstr "L'oggetto contiene"
msgid "Subject does not contain"
msgstr "L'oggetto non contiene"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10463,92 +10501,92 @@ msgstr "Categorie Sync:"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %m/%d/%Y %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %m/%d/%Y %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %d/%m/%Y %I %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%a %d/%m/%Y %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%d/%m/%Y %I:%M:%S %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%d/%m/%Y %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%d/%m/%Y %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%d/%m/%Y %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%d/%m/%Y %I %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%d/%m/%Y %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%I:%M:%S %p"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%I:%M %p"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%I %p"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr " secondi"
@@ -10663,33 +10701,33 @@ msgstr ""
"Errore nell'espressione regolare `%s':\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "Importante"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr "Cork"
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
#, fuzzy
msgid "Personal"
msgstr "Pownal"
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "Togo"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "dopo"
@@ -10956,7 +10994,7 @@ msgstr "non "
msgid "is not Flagged"
msgstr "non segnato"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
#, fuzzy
msgid "Label"
msgstr "Laurel"
@@ -11023,7 +11061,7 @@ msgstr " minore di"
msgid "Score"
msgstr "Punteggio"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr "Mittente"
@@ -11060,7 +11098,7 @@ msgstr "comincia per"
msgid "Stop Processing"
msgstr "Arresta processo in corso"
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "Oggetto"
@@ -11127,7 +11165,7 @@ msgstr "Scansione di \"%s\""
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "Posta"
@@ -11193,7 +11231,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr "Evolution sta importando i vecchi dati di Netscape"
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Cestino"
@@ -11270,67 +11308,70 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Fabbrica per il compositore di Evolution."
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Fabbrica per il compositore di Evolution."
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "Crea o modifica account si posta ed altre preferenze"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "Componente di Evolution per gestire la posta."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Compositore della posta di Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Componente dell'indice esecutivo della posta di Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Componente di Evolution per visualizzare le cartelle di posta."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Fabbrica per il componente delle cartelle di posta di Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Fabbrica per il compositore di Evolution."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "Fabbrica per il componente del Sommario della Posta"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "_Nessuna Ricorrenza"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr "Account"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "Interfaccia di configurazione della posta"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "Cartella contente la posta"
@@ -11355,7 +11396,7 @@ msgstr "Propriet..."
msgid "Change this folder's properties"
msgstr "Modifica le propriet dei questa cartella"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
@@ -11363,258 +11404,258 @@ msgstr ""
"Alcune delle impostazioni della posta sembrano essere state corrotte, "
"controllare che tutto sia a posto."
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "Non stato impostato un sistema di trasporto per la posta"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "Attenzione: Messaggio Modificato"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "Nuovo Messaggio di Posta"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "Invia _Messaggio"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "Componi un nuovo messaggio"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Nuovo Messaggio"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Messaggio Precedente"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "Nuovo Messaggio di Posta"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Impossibile inizializzare il componente della posta di Evolution."
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr ""
"Impossibile attivare il componente di configurazione della posta di "
"Evolution."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr "Impossibile attivare il componente folder info di Evolution."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Connessione al server..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "Impossibile attivare lo storage nella shell"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "Propriet per \"%s\""
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "Propriet"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "Impossibile creare una directory temporanea: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d nuovi"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ", "
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr "%d nascosti"
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr "%d visibili"
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d selezionati"
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr " %d non inviati"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d inviato/i"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d totali"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "Crea una Cartella _Virtuale dal Messaggio"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "Cartella Virtuale sull'_Oggetto"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "Cartella Virtuale sul _Mittente"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "Cartella Virtuale sui _Destinatari"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "Cartella Virtuale sulla Mailing _List"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "Filtro sull'_Oggetto"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "Filtro sul _Mittente"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "Filtro sui _Destinatari"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "Filtro sulla _Mailng List"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "_Modifica come Nuovo Messaggio..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "S_tampa"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "_Rispondi al Mittente"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "Rispondi alla _Lista"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "Rispondi a _Tutti"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "_Inoltra"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Completato"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "Annulla"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "Segna come _Letto"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "Segna come _Non Letto"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "Segna come _Importante"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "Segna come _Nonimportante"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "_Ripristina"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "_Sposta nella Cartella..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "_Copia nella Cartella..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Aggiungi Mittente alla _Rubrica"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "Applica Filtri"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "Crea Rego_la dal Messaggio"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "Cartella Virtuale sulla Mailng List"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "Filtra sulla Mailng List (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "Cartella Virtuale sulla Mailng List (%s)"
@@ -11687,20 +11728,20 @@ msgstr "Non sono state fornite tutte le informazioni richieste."
msgid "Evolution Account Editor"
msgstr "Editor degli Account di Evolution"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "_Host:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "_Username:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "_Percorso:"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr " possibile creare due account con lo stesso nome."
@@ -11729,7 +11770,7 @@ msgid "Enable"
msgstr "Abilita"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "Abilitato"
@@ -11783,7 +11824,7 @@ msgstr ""
" '%s'\n"
"che ora stata rimossa, e quindi sono state aggiornate."
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11795,7 +11836,7 @@ msgstr ""
"ricevere o scrivere posta.\n"
"Si desidera configurarlo subito?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11803,7 +11844,7 @@ msgstr ""
" necessario configurare un' identit\n"
"prima di poter comporre una email."
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11812,7 +11853,7 @@ msgstr ""
"della posta prima di comporla."
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
@@ -11820,11 +11861,11 @@ msgstr ""
"Il messaggio in HTML, ma i seguenti destinatari non vogliono ricevere "
"posta HTML:\n"
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Inviare comunque?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11832,7 +11873,7 @@ msgstr ""
"Questo messaggio non ha l'oggetto.\n"
"Inviare lo stesso?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
@@ -11841,11 +11882,11 @@ msgstr ""
"per nascondere gli indirizzi della lista, questo messaggio contiene solo "
"destinatari Bcc."
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Questo messaggio contiene solo destinatari Bcc."
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
@@ -11855,11 +11896,11 @@ msgstr ""
"header simile ad A.\n"
"Inviare lo stesso?"
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr " necessario specificare dei destinatari per inviare questo messaggio."
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11867,28 +11908,28 @@ msgstr ""
"Impossibile apreire la cartella delle bozze per questo account.\n"
"Usare la cartella delle bozze predefinita?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr "un mittente sconosciuto"
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "Il %a, %Y-%m-%d alle %H:%M, %%s ha scritto:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "Sposta messaggio(i) in"
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "Copia messaggio(i) in"
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr "Sei sicuro di voler modificare tutti i %d messaggi?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11896,7 +11937,7 @@ msgstr ""
" possibile modificare solo i messaggi\n"
"salvati nella cartella Bozze."
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11904,39 +11945,39 @@ msgstr ""
" possibile reinviare solo i messaggi\n"
"salvati nella cartella Posta Inviata."
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr "Sei sicuro di voler rispedire tutti i %d messaggi?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "Nessun Messaggio Selezionato"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "Sovrascrivere il file?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "Salva Messaggio con nome..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "Salva messaggi con nome..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "Mostra il prossimo messaggio non letto"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -11949,7 +11990,7 @@ msgstr ""
"\n"
"Cancellare comunque questi messaggi?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -11958,28 +11999,28 @@ msgstr ""
"Errore nel caricare le informazioni dei filtri:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "Filtri"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, c-format
msgid "Page %d of %d"
msgstr "Pagina %d di %d"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "Stampa Messaggio"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr "Lettera-USA"
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "Stampa Messaggio non riuscita"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr "Sicuro di voler aprire tutti i %d messaggi in finestre separate?"
@@ -12000,7 +12041,7 @@ msgstr "Nessuna descrizione disponibile"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "Contatto senza nome"
@@ -12073,20 +12114,20 @@ msgstr ""
"Questo nome usato solo allo scopo di visualizzare."
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Guida agli Account di Evolution"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr "Account"
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "Verifica Servizi"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Connessione al server..."
@@ -12261,312 +12302,316 @@ msgstr "ID digitali..."
msgid "Do not quote original message"
msgstr "Impossibile aprire il messaggio"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Completato"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "Cartella delle _Bozze:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "_Abilita"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "Est"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "Email contiene"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "Indirizzo _Email:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "_Svuota cestino all'uscita"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
msgid "Execute Command..."
msgstr "Esegui comando..."
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "finisce per"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "Propriet"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "Messaggio inoltrato"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "Prendi ID digitale..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "_Evidenzia citazioni con"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "Identit"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "In linea"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "Salva ed Esci"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "Carica _Immagini"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "Configurazione della Posta"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "Collocazione della Mailbox"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "Header del messaggio"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "Visualizzazione _Messaggio"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "Micronesia"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
msgid "New Mail Notification"
msgstr "Notifica Nuova Posta"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "Informazioni Opzionali"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "Organi_zzazione:"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
msgid "PGP/GPG _Key ID:"
msgstr "ID della _chiave PGP/GPG:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "Scegliere un colore"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Segnala l'invio di messaggi con solo destinatari _Bcc"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "Pretty Good Privacy (PGP/GPG)"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "Stampa i contatti selezionati"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr "Qmail maildir"
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "Impossibile aprire il messaggio"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr "Citato"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
msgid "Re_member this password"
msgstr "Ri_corda questa password"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "Rispondi-a:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "Ricezione Email"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "Opzioni di Ricezione"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Ricorda questa password"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "Informazioni Richieste"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "Predefiniti"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "Sicurezza"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
msgid "Secure MIME (S/MIME)"
msgstr "MIME sicuro (S/MIME)"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "Scegliere un file binario PGP"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "Invio Email"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
msgid "Sent _messages folder:"
msgstr "Cartella _messaggi inviati:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Messaggi Inviati e Bozze"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
msgid "Ser_ver requires authentication"
msgstr "Il ser_ver richiede autenticazione"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Configurazione del Server"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
msgid "Server _Type: "
msgstr "_Tipo di Server:"
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "Collegamenti"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "Salva firma"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "Salva firma"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "Specifica nome del file:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "Mbox standard per Unix"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "Variabile"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12576,203 +12621,203 @@ msgstr ""
"\n"
"Cliccare \"successivo\" per cominciare."
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr "Est"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "_File con la firma:"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "_Caricare sempre le immagini dalla rete"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr "Firma _sempre i messaggi in uscita quando viene usato questo account"
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
msgid "_Authentication Type: "
msgstr "Tipo di _Autenticazione: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
msgid "_Authentication type: "
msgstr "Tipo di _Autenticazione: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
msgid "_Automatically check for new mail"
msgstr "Controlla la posta _automaticamente"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "Controlla la posta _automaticamente"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
#, fuzzy
msgid "_Beep when new mail arrives"
msgstr "Emetti un suono quando arriva nuova posta"
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr "ID del _Certificato:"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "Chiedi conferma prima di eliminare definitivamente i messaggi"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "Firma _HTML:"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "Predefiniti"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
#, fuzzy
msgid "_Do not notify me when new mail arrives"
msgstr "Non notificare l'arrivo di nuova posta"
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "Abilita"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "_Inoltra Messaggio"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
msgid "_Full name:"
msgstr "_Nome e cognome:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "Posta HTML"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr "Identit"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "_Carica le immagini se il mittente nella rubrica"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "Imposta come mio account _predefinito"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "Segna i _messaggi come letti dopo"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "_Nome:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "_Non caricare mai le immagini dalla rete"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "Percorso binario di _PGP:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
#, fuzzy
msgid "_Play sound file when new mail arrives"
msgstr "Suona un file sonoro quando arriva nuova posta"
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr ""
"Chiedere conferma prima di inviare messaggi HTML a contatti che non li "
"desiderano"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "Segnala l'invio di messaggi _senza oggetto."
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "Ricezione Posta"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "Rispondi a Tutti"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "_Sicurezza"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "_Sicurezza"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "Invio Posta"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "Mostra ora come"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "_File con la firma:"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "Usa conn_essione sicura (SSL)"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "Variabile"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
msgid "_every"
msgstr "_ogni"
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " colore"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr "descrizione"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12841,127 +12886,132 @@ msgstr "Carica _Immagini"
msgid "Loading message content"
msgstr "Caricamento del contenuto del messaggio"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "_Attivit scadute:"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%b %d %l:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "Aprei il link nel Browser"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "Copia la collocazione del Link"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "Salva il Link come"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "Salva Immagine con nome..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "Scansione di \"%s\""
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s allegato"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
"Impossibile interpretare il messaggio MIME. Viene visualizzato il sorgente."
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "Data"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "Indirizzo errato"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "Da"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "Rispondi-a"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "A"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr "Posta"
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
"Questo messaggio ha una firma digitale. Fare click sull'icona per avere "
"ulteriori informazioni."
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "Impossibile creare un contesto per la verifica PGP."
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Questo messaggio ha una firma digitale riscontrata come autentica."
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
"Questo messaggio ha una firma digitale di cui non possibile provare "
"l'autenticit."
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Puntatore al sito FTP (%s)"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Puntatore al file locale (%s) valido al sito \"%s\""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Puntatore a un file locale (%s)"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Puntatore a dati remoti (%s)"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Puntatore a dati esterni sconosciuti (tipo \"%s\")"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr "Parte esterna del messaggio malformata."
@@ -13087,59 +13137,59 @@ msgstr "Sposta messaggii in %s"
msgid "Copying messages to %s"
msgstr "Copia messaggi in %s"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "Scansione delle cartelle in \"%s\" in corso"
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "Messaggio inoltrato"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "Lettura cartella %s in corso"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "Lettura store %s in corso"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "Rimozione cartella %s"
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "Archiviazione cartella '%s'"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "Aggiornamento cartella"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "Eliminazione cartella"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "Scaricamento del messaggio %s"
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "Ricezione di %d messaggio(i)"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "Salvataggiodi %d messaggio(i)"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13148,7 +13198,7 @@ msgstr ""
"Impossibile creare il file di output: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13157,11 +13207,11 @@ msgstr ""
"Errore nel salvare i messaggi in: %s\n"
"%s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "Salvataggio Allegati"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13170,22 +13220,22 @@ msgstr ""
"Impossibile creare il file di output: %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Impossibile srivere i dati: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "Disconnessione da %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "Riconnessione a %s in corso"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "_Cerca"
@@ -13256,25 +13306,25 @@ msgstr "Aggiornamento in corso..."
msgid "Waiting..."
msgstr "In Attesa..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "Operazione annullata dall'utente."
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "_Ricorda questa password"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
#, fuzzy
msgid "_Remember this password for the remainder of this session"
msgstr "Ricorda questa password per il resto della sessione"
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "Inserire la Password per %s"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "Inserire la Password"
@@ -13297,41 +13347,24 @@ msgstr ""
"\n"
"Salvare le modifiche?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "Nome:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "Salva firma"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "File con la firma HTML:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "Messaggio inoltrato - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "Messaggio inoltrato"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "Messaggio Inoltrato"
@@ -13388,67 +13421,67 @@ msgstr "(nessun oggetto)"
msgid "%s - Message"
msgstr "%s - Messaggio"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "Non visto"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr "Visto"
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Risposto"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "Messaggi Multipli Non Visti"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "Messaggi Multipli"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "Il pi basso"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "Pi basso"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "Pi alto"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "Il pi alto"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr "Oggi %I:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr "Ieri %l %M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%a %I:%M %p"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%b %d %l:%M %p"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%b %d %Y"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "Generazione lista messaggi"
@@ -13525,68 +13558,94 @@ msgstr "Anteprima"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "Scansione delle cartelle sotto %s in \"%s\""
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "Scansione delle cartelle al livello della radice in \"%s\""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "Sottoscrivere cartella \"%s\" "
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "Annullare sottoscrizione cartella \"%s\""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "Cartella"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "Salva nella cartella..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "Nessun server stato selezionato"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Selezionare un server."
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr "_Aggiorna Lista"
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "Tutte le cartelle"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "Visualizza opzioni"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "Aprile"
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Chiudi"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "Visualizza opzioni"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "Cartelle il cui nome inizia per:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "Gestione Iscrizioni"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "Mostra le _cartelle dal server:"
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "Aggiorna Lista"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "Scegliere un servizio"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "Scegliere un file"
+
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "_Iscrizione"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "_Annulla iscrizione"
@@ -13597,29 +13656,30 @@ msgstr "Cartella contente il Sommario di Evolution"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Cartella contente il Sommario di Evolution"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Compositore della posta di Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr ""
"Fabbrica per il controllo di visualizzazione delle attivit di Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "Fabbrica per il componente del sommario esecutivo di Evolution."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "Impostazioni Sommario"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
msgid "Aarhus"
msgstr "Aarhus"
@@ -23416,23 +23476,23 @@ msgstr "Zurigo"
msgid "Folder containing the Evolution Summary"
msgstr "Cartella contente il Sommario di Evolution"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "Appuntamenti"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "Nessun appuntamento"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
msgid "%k:%M %d %B"
msgstr "%k:%M %d %B"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%l:%M %d %B"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
msgid "No description"
msgstr "Nessuna descrizione disponibile"
@@ -23495,11 +23555,11 @@ msgstr "A_ggiungi"
msgid "Shown"
msgstr "Shannon"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Nessuna attivit"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(Nessuna Descrizione Disponibile)"
@@ -23531,7 +23591,7 @@ msgstr "Stampa Sommario"
msgid "Printing of Summary failed"
msgstr "Stampa Sommario non riuscita"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr ""
"Il componente del sommario esecutivo non riesce ad inizializzare Bonobo.\n"
@@ -24811,18 +24871,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Fabbrica per il compositore di Evolution."
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "Impostazioni Posta"
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "La shell di Evolution."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "Mostra Dettagli"
@@ -24849,7 +24909,7 @@ msgstr "Come Cartella Inviati"
msgid "Drafts"
msgstr "Bozze"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Posta in Arrivo"
@@ -25291,27 +25351,27 @@ msgstr ""
msgid "Evolution Settings"
msgstr "Evolution "
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "Lettura cartella %s in corso"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "Lettura cartella %s in corso"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "Apri in %s..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "Impossibile rinominare la cartella: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -25394,31 +25454,31 @@ msgstr "_Lavora Disconnesso"
msgid "Work Offline"
msgstr "Non connesso"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(Nessuna cartella mostrata)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(Nessuno)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution al momento connesso. Cliccare questo bottone per "
"disconnettersi."
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evolution si sta disconnettendo."
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -25442,7 +25502,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "Impossibile impostare il local storage --%s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -25453,19 +25513,19 @@ msgstr ""
" inaspettatamente terminato. Sar necessario uscire e riavviare\n"
"Evolution prima di poter accedere nuovamente a questi dati."
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "Argomenti non validi"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "Impossibile registrare OAF"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "Database di Configurazione non trovato"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Errore generico"
@@ -25668,7 +25728,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%d%% completata)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<clicca qui per selezionare una cartella>"
@@ -25709,63 +25769,63 @@ msgstr ""
"L'errore del sistema di attivazione :\n"
"%s"
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
msgid "CORBA error"
msgstr "Errore CORBA"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr "Interrotto"
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
msgid "Invalid argument"
msgstr "Argomento non valido"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr "Ha gi una shell"
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
msgid "No owner"
msgstr "Nessun proprietario"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
msgid "Not found"
msgstr "Non trovato"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr "Tipo non supportato"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr "Schema non supportato"
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
msgid "Unsupported operation"
msgstr "Opreazione non supportata"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
msgid "Internal error"
msgstr "Errore interno"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
msgid "Exists"
msgstr "Esiste"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
msgid "Invalid URI"
msgstr "URI non valida"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
msgid "Has subfolders"
msgstr "Ha delle sottocartelle"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
msgid "No space left"
msgstr "Spazio sul dispositivo esaurito"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr "La shell precedente scomparsa"
@@ -25822,29 +25882,21 @@ msgid "Specify where to create the folder:"
msgstr "Specificare dove creare la cartella:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "Crea _Nuova cartella..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "Nome della cartella:"
+msgid "_Account:"
+msgstr "Account"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "Nome del _Server:"
+msgid "_Folder Name:"
+msgstr "Nome della cartella:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "_Username:"
@@ -25946,15 +25998,15 @@ msgstr "Non chiedere di nuovo"
msgid "Evolution can import data from the following files:"
msgstr "Evolution pu importare dati dai seguenti file:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution sta ora terminando ..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -25964,7 +26016,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -25974,53 +26026,57 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Non chiedere di nuovo"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "Impossibile inizializzare la shell di Ximian Evolution."
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Impossibile inizializzare la shell di Ximian Evolution: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "Disabilita la schermata di avvio"
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "Inizio importazione"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "Avvio degli Importatori Intelligenti"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "Inviare l'output del debugging di tutte i componenti ad un file"
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Impossibile inizializzare il sistema di componenti Bonobo."
@@ -26232,14 +26288,6 @@ msgstr "Mostra la settimana lavorativa"
msgid "Week"
msgstr "Settimana"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Chiudi"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "Elimina quest'oggetto"
@@ -27174,10 +27222,6 @@ msgstr "Aggiungi una cartella alla lista di cartelle a cui sei iscritto"
msgid "F_older"
msgstr "C_artelle"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "Aggiorna Lista"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "Aggiorna la Lista delle Cartelle"
@@ -27736,21 +27780,21 @@ msgstr "Messaggio"
msgid "Don't show this message again."
msgstr "Non mostrare questo messagio in futuro."
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "Trova Ora"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "Annulla"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "Annulla"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr "Trova Ora"
@@ -27776,6 +27820,81 @@ msgstr "init_corba(): impossibile inizializzare GNOME"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): impossibile inizializzare Bonobo"
+#~ msgid "Error in search expression."
+#~ msgstr "Errore nel criterio di ricerca."
+
+#~ msgid "Restarting search."
+#~ msgstr "Riavvio della ricerca in corso."
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "Impossibile interpretare URL `%s'"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "Email 2"
+
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "Impossibile inizializzare il servizio di notifica"
+
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Inizio Riunione: <b>"
+
+#~ msgid "Task begins: <b>"
+#~ msgstr "Inizio attivit: <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "Inizio informazioni di disponibilit: <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr "Inizio: <b>"
+
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Fine riunione: <b>"
+
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "Fine informazioni di disponibilit:"
+
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Attivit Completata: <b>"
+
+#~ msgid "Task Due: <b>"
+#~ msgstr "Attivit Da Completare Entro: <b>"
+
+#~ msgid "Non-Participants"
+#~ msgstr "Non Partecipanti"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "Questo messaggio non stato inviato.\n"
+#~ "\n"
+#~ "Salvare le modifiche?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (predefinito)"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "Salva firma"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "File con la firma HTML:"
+
+#~ msgid " _Refresh List "
+#~ msgstr "_Aggiorna Lista"
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "Mostra le _cartelle dal server:"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "Nome del _Server:"
+
#~ msgid ""
#~ "Evolution is unable to get the addressbook local storage.\n"
#~ "This may have been caused by the evolution-addressbook component "
@@ -28148,9 +28267,6 @@ msgstr "init_bonobo(): impossibile inizializzare Bonobo"
#~ msgid "Are you sure you want to remove the \"%s\" folder?"
#~ msgstr "Si vuole davvero rimuovere la cartella \"%s\"?"
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "Connessione al server LDAP in corso..."
-
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "In attesa di connesione al server LDAP..."
@@ -28310,9 +28426,6 @@ msgstr "init_bonobo(): impossibile inizializzare Bonobo"
#~ msgstr ""
#~ "Impossibile inizializzare il componente Sommario Esecutivodi Evolution."
-#~ msgid "Select a service"
-#~ msgstr "Scegliere un servizio"
-
#~ msgid ""
#~ "You can select a different HTML page for the background of the Executive "
#~ "Summary.\n"
@@ -28525,9 +28638,6 @@ msgstr "init_bonobo(): impossibile inizializzare Bonobo"
#~ msgid "_Task..."
#~ msgstr "_Attivit..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "Crea o modifica account si posta ed altre preferenze"
-
#~ msgid "_Mail Settings..."
#~ msgstr "Impostazioni _Posta..."
diff --git a/po/ja.po b/po/ja.po
index 8e193f6796..cd173cdf37 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution CVS-20010612\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2002-02-12 20:57+0900\n"
"Last-Translator: Takuo KITAME <kitame@debian.org>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
@@ -34,22 +34,22 @@ msgid "Imports VCard files into Evolution."
msgstr "Evolution VCard ե򥤥ݡ"
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "̾"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "̾"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "᡼"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "ץ饤ޥ"
@@ -59,16 +59,16 @@ msgstr "ץ饤ޥ"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Ż"
@@ -78,12 +78,12 @@ msgid "Bus"
msgstr "Ż"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Ƥᤷ"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr ""
@@ -94,13 +94,13 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr ""
@@ -110,19 +110,19 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "Х"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr "Ż FAX"
@@ -131,13 +131,13 @@ msgid "Bus Fax"
msgstr "Ż FAX"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr "Ȥ FAX"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr "Ż 2"
@@ -146,68 +146,68 @@ msgid "Bus 2"
msgstr "Ż 2"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr " 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr "ISDN"
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "¾"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "¾ FAX"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "ݥ٥"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr "饸"
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr "ƥå"
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr "TTY"
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "᡼2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "᡼3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr "֥"
@@ -216,7 +216,7 @@ msgid "Url"
msgstr "URL"
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "ô"
@@ -225,7 +225,7 @@ msgid "Dep"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "̳"
@@ -234,12 +234,12 @@ msgid "Off"
msgstr "̳"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr "ɾ(Ĥ)"
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr "翦"
@@ -248,7 +248,7 @@ msgid "Prof"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr "ޥ͡"
@@ -261,7 +261,7 @@ msgid "Ass"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr "˥å͡"
@@ -270,12 +270,12 @@ msgid "Nick"
msgstr "˥å͡"
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr "۶"
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Ρ"
@@ -288,7 +288,7 @@ msgid "CALUri"
msgstr "URI"
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr "/¿˻ URL"
@@ -339,7 +339,7 @@ msgstr "%s VCard"
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -347,7 +347,7 @@ msgid "Could not initialize Bonobo"
msgstr "Bonobo νޤǤ"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
msgid "Searching..."
msgstr "..."
@@ -355,41 +355,33 @@ msgstr "..."
msgid "Loading..."
msgstr "ɤ߹..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
-msgid "Error in search expression."
-msgstr "ɽǥ顼"
+#: addressbook/backend/pas/pas-backend-ldap.c:677
+#, fuzzy
+msgid "Reconnecting to LDAP server..."
+msgstr "LDAP Ф³..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr "LDAP Фإɤɲ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
msgid "Removing card from LDAP server..."
msgstr "LDAP Ф饫ɤ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr "LDAP Ф饫ɤѹ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr "Ƽ¹"
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr "LDAP η̤..."
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr "ɤκ˥顼ȯޤ"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "URL `%s' Ϥ뤳ȤޤǤ"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -438,47 +430,47 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
+msgid "Configure access to LDAP directory servers here"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
msgid "Control that displays an Evolution addressbook minicard."
msgstr "Evolution ɥ쥹Ģߥ˥ɤɽ륳ȥ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
msgid "Directory Servers"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Evolution ɥ쥹Ģߥ˥ɥӥ塼"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "Ϣ򰷤 Evolution ݡͥ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr "ɥ쥹Ģߥ˥ɥȥΤΥեȥ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr "ɥ쥹ĢΥɥ쥹ɽΤΥեȥ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
msgid "Factory for the Addressbook's address popup"
msgstr "ɥ쥹ĢΥɥ쥹ݥåץåפ뤿Υեȥ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "ץ륢ɥ쥹ĢȥΤΥեȥ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -498,29 +490,29 @@ msgstr "LDAP "
msgid "LDAP server containing contact information"
msgstr "ϢΤLDAP"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "New Contact"
msgstr "Ϣ"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "Ϣ(_C)"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "Ϣޤ"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
msgid "New Contact List"
msgstr "Ϣꥹ"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "Ϣꥹ(_C)"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "Ϣ"
@@ -546,30 +538,30 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "IMAP Фα %s ޤǤޤ"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr ""
"ե륿Υ˥顼:\n"
"%s"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "IMAP Фα %s ޤǤޤ"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
#, fuzzy
msgid "LDAP was not enabled in this build of Evolution"
msgstr "( Evolution SSL 򥵥ݡȤƤޤ)"
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
msgid "Could not initialize gnome-vfs"
msgstr "gnome-vfs νޤǤ"
@@ -577,21 +569,30 @@ msgstr "gnome-vfs νޤǤ"
msgid "Other Contacts"
msgstr "¾Ϣ"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "ɥ쥹Ģ򳫤Ȥޤ"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+"Υɥ쥹Ģ򳫤ȤޤǤ. ѥ¸ߤ, \n"
+"äƤ뤫ɤåƤ"
+
+#: addressbook/gui/component/addressbook.c:487
+#, fuzzy
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
"Υɥ쥹Ģ򳫤Ȥޤ. ϸäURI\n"
"Ϥ, 뤤 LDAP ФƤ뤫Τɤ餫\n"
"̣ޤ"
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -603,52 +604,83 @@ msgstr ""
" OpenLDAP CVS ץ\n"
"ѥ뤷ʤФʤޤ\n"
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
+#, fuzzy
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-"Υɥ쥹Ģ򳫤ȤޤǤ. ѥ¸ߤ, \n"
-"äƤ뤫ɤåƤ"
+"Υɥ쥹Ģ򳫤Ȥޤ. ϸäURI\n"
+"Ϥ, 뤤 LDAP ФƤ뤫Τɤ餫\n"
+"̣ޤ"
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr "%s (user %s) ΤΥѥɤϤƤ"
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
#, fuzzy
msgid "Name begins with"
msgstr "ΤΤǽ"
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
-msgstr "᡼2"
+msgid "Email begins with"
+msgstr "ΤΤǽ"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
msgid "Category is"
msgstr "ƥ"
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr "եɤΤΤޤ"
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "ܺ..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
msgid "Any Category"
msgstr "٤ƤΥƥ"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr "ե֥饦ɽ URI"
@@ -663,7 +695,7 @@ msgstr "(ʤ)"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "פʥ᡼"
@@ -715,53 +747,53 @@ msgid " S_how Supported Bases "
msgstr "ѤǤ륿פå(_C)"
#: addressbook/gui/component/ldap-config.glade.h:2
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr "ץ"
+
+#: addressbook/gui/component/ldap-config.glade.h:3
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr " (_R)"
+
+#: addressbook/gui/component/ldap-config.glade.h:4
msgid "1234"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:3
+#: addressbook/gui/component/ldap-config.glade.h:5
#, fuzzy
msgid "1:00"
msgstr "100%"
-#: addressbook/gui/component/ldap-config.glade.h:4
+#: addressbook/gui/component/ldap-config.glade.h:6
msgid "2:30"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:5
+#: addressbook/gui/component/ldap-config.glade.h:7
msgid "3268"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:6
+#: addressbook/gui/component/ldap-config.glade.h:8
#, fuzzy
msgid "380"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:7
+#: addressbook/gui/component/ldap-config.glade.h:9
msgid "389"
msgstr "389"
-#: addressbook/gui/component/ldap-config.glade.h:8
+#: addressbook/gui/component/ldap-config.glade.h:10
msgid "5:00"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:9
+#: addressbook/gui/component/ldap-config.glade.h:11
msgid "636"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:10
+#: addressbook/gui/component/ldap-config.glade.h:12
msgid "666"
msgstr ""
-#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr " (_R)"
-
-#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr "ץ"
-
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
msgstr ""
@@ -865,7 +897,7 @@ msgid "Mappings"
msgstr "ޡ"
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr ""
@@ -917,8 +949,8 @@ msgstr "ϰ(_C): "
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
#, fuzzy
msgid "Searching"
msgstr "..."
@@ -1107,7 +1139,7 @@ msgid "Using email address"
msgstr "͹ʪνǤ"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1115,13 +1147,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "ɲ(_A)"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "ɲ(_A)"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1162,7 +1194,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1199,7 +1231,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "ץ(_O)"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1281,7 +1313,7 @@ msgstr "ɥ쥹Ģ̾򥤥󥿡եΤΥեȥ"
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1313,11 +1345,11 @@ msgstr "(%d ɽ)"
msgid "Unnamed Contact"
msgstr "̾ΤʤϢ"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr "ɥ쥹ĢϢ"
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "ԤΤΤޤ"
@@ -1386,7 +1418,7 @@ msgstr "ϼ"
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "Ϣ襨ǥ"
@@ -1460,9 +1492,9 @@ msgstr "HTML ᡼(_H)"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2529,25 +2561,25 @@ msgstr ""
msgid "Delete Contact?"
msgstr "Ϣޤ?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
#, fuzzy
msgid "Category editor not available."
msgstr "Ϥޤ"
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr "ϢϤΥƥ˽°Ƥޤ:"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
#, fuzzy
msgid "Save Contact as VCard"
msgstr "VCard ¸"
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr "TTY/TDD"
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "ե`%s'ΥåȤĤޤǤ"
@@ -2561,7 +2593,7 @@ msgid "Edit Full"
msgstr "٤Խ"
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr "ե͡"
@@ -2715,11 +2747,11 @@ msgid "contact-list-editor"
msgstr "Ϣꥹȥǥ"
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
msgid "Contact List Editor"
msgstr "Ϣꥹȥǥ"
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
#, fuzzy
msgid "Save List as VCard"
msgstr "VCard ¸"
@@ -2779,20 +2811,20 @@ msgstr "鸡"
msgid "Search"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
msgid "No cards"
msgstr "ɤʤ"
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
msgid "1 card"
msgstr "1"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, c-format
msgid "%d cards"
msgstr "%d "
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "%s γ˥顼ȯޤ"
@@ -2804,15 +2836,15 @@ msgid "Error modifying card"
msgstr "ɤ˥顼ȯޤ"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr "ʥ顼"
@@ -2821,7 +2853,7 @@ msgid "Repository offline"
msgstr "ݥȥꥪե饤"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "Ĥޤ"
@@ -2838,7 +2870,7 @@ msgid "Protocol not supported"
msgstr "ץȥϥݡȤƤޤ"
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2893,7 +2925,7 @@ msgstr "ꥹȤκ˥顼ȯޤ"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
msgid "Error removing card"
msgstr "ɤκ˥顼ȯޤ"
@@ -2935,160 +2967,160 @@ msgstr "ɤʤ"
msgid "Copy cards to"
msgstr "ɤʤ"
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* Ϣɲä뤿ˤ򥯥å *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
msgid "Primary Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
msgid "Assistant Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
msgid "Business Phone"
msgstr "Ż"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr "Ƥᤷ"
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
msgid "Company Phone"
msgstr "Ҥ"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
msgid "Home Phone"
msgstr "Ȥ"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
msgid "Business Address"
msgstr "Żν"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
msgid "Home Address"
msgstr "Ȥν"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
msgid "Mobile Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr "ֺ"
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
msgid "Business Phone 2"
msgstr "Ż 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
msgid "Home Phone 2"
msgstr "Ȥ 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
msgid "Other Phone"
msgstr "¾"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
msgid "Other Address"
msgstr "¾ν"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
msgid "Addressbook"
msgstr "ɥ쥹Ģ"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "VCard ¸"
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr "Ϣ"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr "Ϣꥹ"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr "եذư(_G)..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr "ݡ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "Ϣθ(_S)"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "ɥ쥹ĢΥ(_A)..."
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr "Pilot (_M)..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
msgid "Forward Contact"
msgstr "Ϣž"
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
msgid "Send Message to Contact"
msgstr "Ϣإå"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
msgid "Print Envelope"
msgstr "ɽ"
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr "եإԡ(_C)..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr "եذư(_M)..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "ڼ"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr "ԡ"
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "Žդ"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3096,8 +3128,8 @@ msgstr "Žդ"
msgid "Delete"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "ߤɽ(_C)"
@@ -3106,7 +3138,7 @@ msgstr "ߤɽ(_C)"
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
@@ -3114,10 +3146,18 @@ msgstr ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3246,7 +3286,7 @@ msgid "Include:"
msgstr "ޤ:"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr "Ĺ"
@@ -3266,12 +3306,12 @@ msgstr "ޡ"
msgid "Number of columns:"
msgstr ":"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr "ץ"
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr ""
@@ -3294,7 +3334,7 @@ msgstr "楽:"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr "Ĺ"
@@ -3350,27 +3390,27 @@ msgstr ":"
msgid "_Font..."
msgstr "ե(_F)..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
#, fuzzy
msgid "Untitled appointment"
msgstr "ݥȤԽ(_E)"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr "⤤"
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr ""
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr "㤤"
@@ -3423,38 +3463,38 @@ msgid "Configuration control for the Evolution Calendar."
msgstr "Evolution ݡΤΥեȥ"
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
+msgid "Configure your timezone, Calendar and Task List here "
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
msgid "Evolution calendar iTip/iMip viewer"
msgstr "Evolution iTip/iMip ӥ塼"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
msgid "Evolution component for handling the calendar."
msgstr "򰷤 Evolution ݡͥ"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
#, fuzzy
msgid "Factory for the Evolution Tasks control"
msgstr "Evolution ݡΤΥեȥ"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
msgid "Factory for the calendar iTip view control"
msgstr " iTip ӥ塼ȥΤΥեȥ"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
msgid "Factory for the sample Calendar control"
msgstr "ץ륫ȥΥեȥ"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
msgid "Factory to create a component editor factory"
msgstr "Evolution ݡͥȥǥ뤿Υեȥ"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
-msgstr ""
-
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
msgid "Alarm notification service"
msgstr "顼Υӥ"
@@ -3522,7 +3562,7 @@ msgstr ""
"ˤɽޤ"
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr "ٹ"
@@ -3549,16 +3589,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr "٤ȼ䤷ʤ"
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "GNOME νޤǤ"
-#: calendar/gui/alarm-notify/notify-main.c:183
-#, fuzzy
-msgid "Could not create the alarm notify service"
-msgstr "顼ΥӥեȥޤǤ"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "顼ΥӥեȥޤǤ"
@@ -3574,7 +3609,7 @@ msgstr "ޤ"
msgid "Comment contains"
msgstr "ȤΤΤޤ"
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr "԰"
@@ -3585,7 +3620,7 @@ msgstr "%Yǯ%m%d %A"
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr "%m/%d (%a)"
@@ -3643,37 +3678,37 @@ msgstr ""
msgid "W"
msgstr ""
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
msgid "Free"
msgstr ""
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "ӥ"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr "ϤƤʤ"
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr ""
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "λޤ"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3684,33 +3719,33 @@ msgstr ""
"45.436845,125.862501"
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr "ʤ"
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "֤"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr "ƺѤ"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr "Ϥ"
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr ""
@@ -3730,7 +3765,7 @@ msgstr ""
msgid "Month View"
msgstr ""
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3741,10 +3776,10 @@ msgid "Folder containing appointments and events"
msgstr "եϥݥȤȥ٥ȤޤǤޤ"
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr ""
@@ -3753,59 +3788,59 @@ msgstr ""
msgid "Folder containing to-do items"
msgstr "ե ToDo ܤޤ"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr "ݥ"
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr "ݥ"
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "ݥȤޤ"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr "˥塼ۿ"
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr ""
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "ޤ"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr ""
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr "(_T)"
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
msgid "Create a new task"
msgstr "ޤ"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr "ݥ"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr "ݥ(_A)"
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "ݥȤޤ"
@@ -4018,7 +4053,7 @@ msgstr "¥"
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "ޥ:"
@@ -4047,7 +4082,7 @@ msgstr "ݥȤνλ"
msgid "hour(s)"
msgstr ""
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr "ʬ"
@@ -4225,7 +4260,7 @@ msgid "_Fri"
msgstr "(_F)"
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
msgid "_General"
msgstr "(_G)"
@@ -4364,61 +4399,61 @@ msgstr " ( "
msgid "Due "
msgstr " "
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr "ե򹹿ޤǤ"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr "ե򹹿ޤǤ"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr "ݥȤԽ"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr "ݥ - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr "ޥϤޤ"
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "̾¸..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr ""
@@ -4490,13 +4525,13 @@ msgstr "֤"
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
msgid "Scheduling"
msgstr "塼"
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
msgid "Meeting"
msgstr ""
@@ -4621,7 +4656,7 @@ msgid "Member"
msgstr "С"
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
@@ -4843,7 +4878,7 @@ msgstr "λ:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
msgid "Needs Action"
msgstr "ưɬ"
@@ -4870,11 +4905,11 @@ msgstr ""
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
msgid "Assignment"
msgstr ""
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -4943,14 +4978,14 @@ msgstr "90%"
msgid "100%"
msgstr "10%"
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
#, fuzzy
msgid "Deleting selected objects"
msgstr "򤷤Ϣޤ"
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
msgid "_Open"
msgstr "(_O)"
@@ -4960,30 +4995,30 @@ msgstr "(_O)"
msgid "_Save as..."
msgstr "̾¸..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "(_P)..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "ڼ(_U)"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "ԡ(_C)"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -5012,8 +5047,8 @@ msgstr "λȤƥޡ(_M)"
msgid "_Delete Selected Tasks"
msgstr "򤷤(_D)"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -5070,14 +5105,14 @@ msgid "URL"
msgstr "URL"
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%Y/%m/%d (%a) %H:%M:%S"
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%Y/%m/%d (%a) %p %I:%M:%S"
@@ -5099,511 +5134,487 @@ msgstr "%02i ʬʬ"
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr "%B %d %A"
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr "%b/%d"
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr ""
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr ""
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
msgid "New _Appointment"
msgstr "ݥ(_A)"
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr "٥"
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr ""
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr ""
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "ذư(_T)"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
msgid "_Go to Date..."
msgstr "ذư(_G)..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
msgid "_Publish Free/Busy Information"
msgstr "/¿˻ θ(_P)"
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr ""
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr ""
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "̾¸(_S)..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr "ߡƥ󥰤Υ塼(_M)"
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "iCalenderȤž(_C)"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
msgid "Make this Occurrence _Movable"
msgstr "νưˤ(_M)"
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
msgid "Delete this _Occurrence"
msgstr "ν(_O)"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr "٤Ƥν(_A)"
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, c-format
msgid "Error executing %s."
msgstr "%s ¹˥顼"
-#: calendar/gui/e-itip-control.c:678
-#, fuzzy
-msgid "Meeting begins: <b>"
-msgstr "Ľλ(_E):"
-
-#: calendar/gui/e-itip-control.c:683
-#, fuzzy
-msgid "Task begins: <b>"
-msgstr ": <b>"
-
-#: calendar/gui/e-itip-control.c:688
-msgid "Free/Busy info begins: <b>"
-msgstr "/¿˻ 󳫻: <b>"
-
-#: calendar/gui/e-itip-control.c:692
-msgid "Begins: <b>"
-msgstr ": <b>"
-
-#: calendar/gui/e-itip-control.c:704
-#, fuzzy
-msgid "Meeting ends: <b>"
-msgstr "Ľλ(_E):"
-
-#: calendar/gui/e-itip-control.c:707
-#, fuzzy
-msgid "Free/Busy info ends: <b>"
-msgstr "/¿˻ 󳫻: <b>"
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
+#: calendar/gui/e-itip-control.c:593
#, fuzzy
-msgid "Ends: <b>"
+msgid "<b>Ends:</b> "
msgstr ": <b>"
-#: calendar/gui/e-itip-control.c:725
+#: calendar/gui/e-itip-control.c:606
#, fuzzy
-msgid "Task Completed: <b>"
-msgstr " (λ "
+msgid "<b>Completed:</b> "
+msgstr "λ "
-#: calendar/gui/e-itip-control.c:735
+#: calendar/gui/e-itip-control.c:616
#, fuzzy
-msgid "Task Due: <b>"
-msgstr " (λ "
+msgid "<b>Due:</b> "
+msgstr "<b>:</b> %s"
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
#, fuzzy
msgid "iCalendar Information"
msgstr "(_C):"
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
#, fuzzy
msgid "iCalendar Error"
msgstr ""
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
#, fuzzy
msgid "An unknown person"
msgstr ""
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr "<i>ʤ</i>"
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr ""
"\n"
"а: "
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "ơ(_S):"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
msgid "Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
msgid "Declined"
msgstr "ष"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr "̤"
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
#, fuzzy
msgid "Choose an action:"
msgstr ""
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
#, fuzzy
msgid "Update"
msgstr "򹹿"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "OK"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
#, fuzzy
msgid "Accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
#, fuzzy
msgid "Tentatively accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
#, fuzzy
msgid "Decline"
msgstr "ष"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
#, fuzzy
msgid "Send Free/Busy Information"
msgstr "/¿˻ "
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
#, fuzzy
msgid "Send Latest Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
msgid "Cancel"
msgstr "󥻥"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> ϸ줿ľǤ"
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
msgid "Meeting Information"
msgstr "ľ"
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, fuzzy, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> ʤζ/¿˻ ׵ᤷޤ"
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
msgid "Meeting Proposal"
msgstr "Ĥ"
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, fuzzy, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> ϲĤ׵ޤ"
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
msgid "Meeting Update"
msgstr "Ĺ"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, fuzzy, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> ϸ줿ľǤ"
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
msgid "Meeting Update Request"
msgstr "Ĥι׵"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> ϲĤ׵ޤ"
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
msgid "Meeting Reply"
msgstr "Ĥ˴ؤ"
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "<b>%s</b> ϲĤ򥭥󥻥뤷ޤ"
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
msgid "Meeting Cancellation"
msgstr "Ĥ򥭥󥻥"
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, fuzzy, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> ϲĤ򥭥󥻥뤷ޤ"
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
msgid "Bad Meeting Message"
msgstr "ʲĥå"
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, fuzzy, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> ϸ줿ľǤ"
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
msgid "Task Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, fuzzy, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> ʤζ/¿˻ ׵ᤷޤ"
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
msgid "Task Proposal"
msgstr ""
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, fuzzy, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> ϲĤ׵ޤ"
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
msgid "Task Update"
msgstr "򹹿"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, fuzzy, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "ǿΥ"
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
msgid "Task Update Request"
msgstr "ι׵"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> ϥγƤޤ"
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
msgid "Task Reply"
msgstr "˴ؤ"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "<b>%s</b> ϥ򥭥󥻥뤷ޤ"
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
msgid "Task Cancellation"
msgstr "򥭥󥻥"
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
msgid "Bad Task Message"
msgstr "ʥå"
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> ϶/¿˻ ޤ"
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
msgid "Free/Busy Information"
msgstr "/¿˻ "
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> ʤζ/¿˻ ׵ᤷޤ"
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
msgid "Free/Busy Request"
msgstr "/¿˻ ׵"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b> ʤζ/¿˻ ˴ؤޤ"
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
msgid "Free/Busy Reply"
msgstr "/¿˻ ֿ"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
msgid "Bad Free/Busy Message"
msgstr " /¿˻ å"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
#, fuzzy
msgid "The message does not appear to be properly formed"
msgstr "եDzǽʥ顼ȯ褦Ǥ"
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr "Υå̤б׵ޤǤޤ"
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
#, fuzzy
msgid "There was an error on the CORBA system\n"
msgstr "եɤ߹˥顼ȯޤ"
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "Bug buddy ϼ¹ԤǤޤǤ"
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
msgid "Update complete\n"
msgstr "λ\n"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr "եϹǤޤǤ!\n"
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
msgid "Attendee status updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
#, fuzzy
msgid "Attendee status could not be updated!\n"
msgstr "եϹǤޤǤ!\n"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
msgid "Removal Complete"
msgstr "λ"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
msgid "Item sent!\n"
msgstr "ƥ!\n"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr "ե"
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr "ե"
@@ -5649,7 +5660,7 @@ msgstr ""
msgid "Chair Persons"
msgstr "Ĺ"
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
msgid "Required Participants"
msgstr "ɬ׻ü"
@@ -5658,56 +5669,57 @@ msgid "Optional Participants"
msgstr "Ǥջü"
#: calendar/gui/e-meeting-model.c:87
-msgid "Non-Participants"
-msgstr "Իü"
+#, fuzzy
+msgid "Resources"
+msgstr "꥽"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr "Ŀ"
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
msgid "Group"
msgstr "롼"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
msgid "Resource"
msgstr "꥽"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr "Ĺ"
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr "üԤɬ"
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr "Ǥջü"
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr "Իü"
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr ""
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
msgid "Delegated"
msgstr "Ǥ"
@@ -5718,22 +5730,22 @@ msgstr ""
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr "%Yǯ %m %d %A"
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr "%Y/%m/%d (%a)"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%Y/%m/%d"
@@ -5797,8 +5809,8 @@ msgstr "ijϻ(_S):"
msgid "Meeting _end time:"
msgstr "Ľλ(_E):"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, fuzzy, c-format
msgid "Opening tasks at %s"
msgstr "¸줿 %s 򥪡ץ"
@@ -5813,7 +5825,7 @@ msgstr "'%s' Υɤ߹ळȤޤǤ"
msgid "The method required to load `%s' is not supported"
msgstr "'%s' ɤ߹ळȤ׵ᤵ᥽åɤϥݡȤƤޤ"
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "`%s' Υե򳫤ȤޤǤ"
@@ -5833,26 +5845,42 @@ msgstr "򤷤Ϣޤ"
msgid "Expunging"
msgstr "ե"
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
msgid "New _Appointment..."
msgstr "ݥ(_A)..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "`%s' Υե򳫤ȤޤǤ"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "'%s' 򳫤Ȥ׵ᤵ᥽åɤϥݡȤƤޤ"
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, fuzzy, c-format
msgid "Opening calendar at %s"
msgstr "ե %s 򥪡ץ"
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "ե %s 򥪡ץ"
@@ -5913,54 +5941,54 @@ msgstr "10 "
msgid "September"
msgstr "9 "
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr ""
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr "żԤɬܤǤ"
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
#, fuzzy
msgid "Event information"
msgstr ""
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
#, fuzzy
msgid "Task information"
msgstr ""
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
#, fuzzy
msgid "Journal information"
msgstr "ץ"
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
#, fuzzy
msgid "Free/Busy information"
msgstr "/¿˻ "
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
#, fuzzy
msgid "Calendar information"
msgstr ""
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "򹹿"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr "ꥹȤ򹹿"
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -6200,7 +6228,7 @@ msgid "Print Calendar"
msgstr "ΰ"
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "ץӥ塼"
@@ -6224,7 +6252,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "եɽ URI"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
#, fuzzy
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
@@ -6237,12 +6265,12 @@ msgstr ""
"\n"
"ˤΥåõޤ?"
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
msgid "Do not ask me again."
msgstr "٤ȼ䤷ʤ"
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "ɤΰ"
@@ -8242,7 +8270,7 @@ msgstr "åư"
msgid "Copying messages"
msgstr "%s إå򥳥ԡ"
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8250,47 +8278,47 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "󥻥뤷ޤ"
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "POPФͽʤޤ: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "ꤵ줿եϤޤ"
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
#, fuzzy
msgid "Failed to encrypt: No valid recipients specified."
msgstr "ΥåŹ沽Ǥޤ: ԤꤵƤޤ"
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8298,18 +8326,24 @@ msgid ""
"%.*s"
msgstr "åΥå˼Ԥޤ %s: %s"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "åΥå˼Ԥޤ %s: %s"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "åΥǥɤ˼Ԥޤ"
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "åΥǥɤ˼Ԥޤ"
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "ΥåǤޤ: ȥեǤޤǤ: %s"
@@ -8553,7 +8587,7 @@ msgstr ""
"%s"
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr "Фְäǧڱޤ"
@@ -8673,7 +8707,7 @@ msgstr ""
msgid "No provider available for protocol `%s'"
msgstr "ץȥ `%s' ѤǤץХϤޤ"
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8719,11 +8753,11 @@ msgstr "åΥǥɤ˼Ԥޤ"
msgid "Failed to verify certificates."
msgstr "ǧڤξ˼Ԥޤ"
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
msgid "Cannot get folder: Invalid operation on this store"
msgstr "եǤޤ: ΥȥǤǤ"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
msgid "Cannot create folder: Invalid operation on this store"
msgstr "եǤޤ: ΥȥǤǤ"
@@ -8944,77 +8978,105 @@ msgstr "ե͡Ǥޤ: %s: Ǥ"
msgid "Cannot rename folder: %s: No such folder"
msgstr "ե͡Ǥޤ: %s: Τ褦ʥեϤޤ"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "ϥ󥻥뤷ޤ"
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr "ФͽʤǤ򤷤ޤ: %s"
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "IMAP Фͽʤޤ: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP ޥɤϼԤޤ: %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr "Х쥹ݥ󥹤Ϥäʤޤ"
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "IMAP Фα %s ޤǤޤ"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "IMAP Фͽʤ OK ޤ: %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr "ǥ쥯ȥ %s ޤǤ: %s"
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr "%s Υޥ꡼ɽޤǤ"
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr "ե˲ƺޤ"
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
msgid "Scanning for changed messages"
msgstr "ѹ줿å"
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "åΥǥɤ˼Ԥޤ"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"åޤ: %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "Τ褦ʥåϤޤ"
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr "Υåϸѽޤ"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
msgid "Scanning for new messages"
msgstr "å"
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr "FETCH ˥åΤդ뤳ȤޤǤ"
@@ -9039,7 +9101,7 @@ msgstr "᡼Υå"
msgid "Check for new messages in all folders"
msgstr "٤ƤΥեο᡼åޤ"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr "ե"
@@ -9069,7 +9131,7 @@ msgstr "IMAP Фǥ᡼ɤѤ뤿ΤΤǤ"
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "ѥ"
@@ -9078,77 +9140,77 @@ msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
"Υץϥץ쥤ƥȥѥɤȤä IMAP Ф³ޤ"
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "%s ӥ (桼: %s ۥ %s)"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr "³ϥ󥻥뤷ޤ"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "%s (ݡ %d) ³ޤǤ: %s"
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr ""
"POP Ф³ޤ\n"
"桼̾˥顼: %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "ϥݡȤƤޤ"
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr "ǧڤ˼Ԥޤ"
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr "ե `%s' ¸ߤޤ"
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr "IMAP %s ׵ᤷǧڥ %s 򥵥ݡȤƤޤ"
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "ǧڥ %s 򥵥ݡȤƤޤ"
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%s %s@%s IMAP ѥɤϤƤ"
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr "ѥɤϤƤޤ"
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9159,19 +9221,24 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "Τ褦ʥե %s Ϥޤ"
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr "̤ΤΥ顼: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -9316,27 +9383,6 @@ msgstr "å %d ǼԤޤ"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "maildir Υեإåɲýޤ: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"åޤ: %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "Τ褦ʥåϤޤ"
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9426,19 +9472,19 @@ msgstr "%s Υեå뤳Ȥޤ: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr "mailbox򳫤Ȥޤ: %s: %s\n"
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
#, fuzzy
msgid "Mail append cancelled"
msgstr "ϥ󥻥뤷ޤ"
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "mbox ե˥åɲýޤ: %s: %s"
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9447,11 +9493,11 @@ msgstr ""
"å %s ե %s ޤ\n"
" %s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr "եDzǽʥ顼ȯ褦Ǥ"
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr "åβ˼Ԥޤ: ְä᡼ܥåǤ?"
@@ -9556,12 +9602,13 @@ msgstr "̤ΤΥ顼: %s"
msgid "Could not store folder: %s"
msgstr "ե͡ޤǤ: %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr " mailbox ؽ񤭽Ф˥顼: %s"
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr " mailbox ؽ񤭽Ф˥顼: %s: %s"
@@ -9771,7 +9818,7 @@ msgstr "Ф˥åĤ"
msgid "Delete after %s day(s)"
msgstr "%s ˺"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr "POP"
@@ -9862,7 +9909,7 @@ msgid "No such folder `%s'."
msgstr "Τ褦ʥե `%s' Ϥޤ"
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr "Sendmail"
@@ -9917,7 +9964,7 @@ msgstr "sendmail"
msgid "Mail delivery via the sendmail program"
msgstr "sendmail ͳǥ᡼ۿ"
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr "SMTP"
@@ -10030,40 +10077,40 @@ msgstr "ǧڤɬפȤƤޤ"
msgid "Welcome response error"
msgstr "RSET 쥹ݥ󥹥顼: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr ""
"POP Ф³ޤ\n"
"桼̾˥顼: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
#, fuzzy
msgid "server does not appear to support SSL"
msgstr "ΥåǤϤޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, fuzzy, c-format
msgid "STARTTLS request timed out: %s"
msgstr "AUTH ׵Υॢ: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
#, fuzzy
msgid "STARTTLS response error"
msgstr "RSET 쥹ݥ󥹥顼: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "SMTP %s ׵ᤷǧڥ %s 򥵥ݡȤƤޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr "%s %s@%s SMTP ѥɤϤƤ"
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -10074,90 +10121,90 @@ msgstr ""
"%s\n"
"\n"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "%s ͳ SMTP ᡼ۿޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr "åޤ: ԤΥɥ쥹ޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "å"
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr "åޤ: ԤƤޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
#, fuzzy
msgid "Cannot send message: one or more invalid recipients"
msgstr "åޤ: ԤƤޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, fuzzy, c-format
msgid "HELO request timed out: %s"
msgstr "RSET ׵Υॢ: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr "RSET 쥹ݥ󥹥顼: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
msgid "SMTP Authentication"
msgstr "SMTP ǧ"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr "SASL ǧڥ֥Ȥ˥顼ȯޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr "AUTH ׵Υॢ: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr "AUTH ׵˼Ԥޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr "Фְäǧڱޤ\n"
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "MAIL FROM ׵Υॢ: %s: ᡼ޤǤ"
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
#, fuzzy
msgid "MAIL FROM response error"
msgstr "MAIL FROM 쥹ݥ󥹥顼: %s: ᡼ޤǤ"
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "RCPT TO ׵Υॢ: %s: ᡼ޤǤ"
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "DATA ׵Υॢ: %s: ᡼ޤǤ"
@@ -10165,39 +10212,39 @@ msgstr "DATA ׵Υॢ: %s: ᡼ޤǤ"
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
#, fuzzy
msgid "DATA response error"
msgstr "RSET 쥹ݥ󥹥顼: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
"DATA Υॢ: åνλ: %s: ᡼ޤǤ"
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
#, fuzzy
msgid "DATA termination response error"
msgstr "Фְäǧڱޤ"
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr "RSET ׵Υॢ: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
#, fuzzy
msgid "RSET response error"
msgstr "RSET 쥹ݥ󥹥顼: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, fuzzy, c-format
msgid "QUIT request timed out: %s"
msgstr "AUTH ׵Υॢ: %s"
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
#, fuzzy
msgid "QUIT response error"
msgstr "RSET 쥹ݥ󥹥顼: %s"
@@ -10271,7 +10318,7 @@ msgstr "MIME :"
msgid "Suggest automatic display of attachment"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "ɥ쥹ĢΤˤǥå"
@@ -10282,45 +10329,45 @@ msgstr "ɥ쥹ĢΤˤǥå"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "ֿ:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr "п:"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr "̾:"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr ":"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "åμԤϤޤ"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr "Cc:"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "åΥܥ󥳥ԡ륢ɥ쥹Ϥޤ"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr "Bcc:"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10331,11 +10378,16 @@ msgstr ""
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "ݡֹ(_P):"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr ""
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10355,34 +10407,34 @@ msgstr ""
"եɤ߹˥顼: %s\n"
"%s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
msgid "Warning!"
msgstr "ٹ!"
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr "ե¸ߤޤ񤭤ޤ?"
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr "ե¸˥顼: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr "եΥ˥顼: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, c-format
msgid "Error accessing file: %s"
msgstr "եΥ˥顼: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr "ǥåޤǤ"
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10391,7 +10443,7 @@ msgstr ""
"եǤޤ: %s\n"
"%s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10400,7 +10452,7 @@ msgstr ""
"եڤͤ뤳Ȥޤ: %s\n"
"%s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10409,7 +10461,7 @@ msgstr ""
"åμư¸˥顼: %s\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
@@ -10417,55 +10469,34 @@ msgstr ""
"Evolution Υå¸Ƥʤեȯޤ\n"
"ꥫХꤷƤߤޤ?"
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-"ΥåƤޤ\n"
-"\n"
-"ѹ¸ޤ?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
msgid "Warning: Modified Message"
msgstr "ٹ: ѹ줿å"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr "ե򳫤"
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr "̾¸"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-#, fuzzy
-msgid "Set as default"
-msgstr " (ǥե)"
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr "åޤ"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
#, fuzzy
msgid ""
"Could not create composer window:\n"
@@ -10474,7 +10505,7 @@ msgstr ""
"᡼륳ݡͥȤˤޤƤʤ\n"
"åɥ뤳ȤޤǤ"
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10540,7 +10571,7 @@ msgstr "̾ΤΤޤ"
msgid "Subject does not contain"
msgstr "̾ΤΤޤޤʤ"
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10568,92 +10599,92 @@ msgstr "ƥ"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%Y/%m/%d (%a) %p %I:%M"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%Y/%m/%d (%a) %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
msgid "%a %m/%d/%Y %I %p"
msgstr "%Y/%m/%d (%a) %p %I"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
msgid "%a %m/%d/%Y %H"
msgstr "%Y/%m/%d (%a) %H"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%Y/%m/%d %p %I:%M:%S"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%Y/%m/%d %H:%M:%S"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
msgid "%m/%d/%Y %I:%M %p"
msgstr "%Y/%m/%d %p %I:%M"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
msgid "%m/%d/%Y %H:%M"
msgstr "%Y/%m/%d %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
msgid "%m/%d/%Y %I %p"
msgstr "%Y/%m/%d %p %I"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
msgid "%m/%d/%Y %H"
msgstr "%Y/%m/%d %H"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr "%p %I:%M:%S"
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr "%H:%M:%S"
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr "%p %I:%M"
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr "%H:%M"
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr "%p %I"
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr " "
@@ -10767,32 +10798,32 @@ msgstr ""
"ɽ '%s' ǥ顼Ǥ:\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr ""
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr ""
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "ȡ"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr ""
@@ -11064,7 +11095,7 @@ msgstr "ΤΤǤϤʤ"
msgid "is not Flagged"
msgstr "ե饰"
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr ""
@@ -11130,7 +11161,7 @@ msgstr "ΤΤ꾮"
msgid "Score"
msgstr "Ͽ"
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr ""
@@ -11167,7 +11198,7 @@ msgstr "ΤΤdzϤ"
msgid "Stop Processing"
msgstr ""
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr "̾"
@@ -11235,7 +11266,7 @@ msgstr "%s "
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr "᡼"
@@ -11301,7 +11332,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr ""
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr "Ȣ"
@@ -11377,67 +11408,70 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr "Evolution ݡΤΥեȥ"
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
+msgid ""
+"Configure mail preferences, including security and message display, here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#, fuzzy
+msgid "Configure the fonts used by Evolution here"
+msgstr "Evolution ݡΤΥեȥ"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#, fuzzy
+msgid "Configure your email accounts here"
+msgstr "᡼륢Ȥ¾/Խޤ"
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
msgid "Evolution component for handling mail."
msgstr "᡼򰷤 Evolution ݡͥ"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Evolution ᡼륳ݡ"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr "Evolution ᡼¹ԥޥꥳݡͥ"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr "Evolution ᡼եǥץ쥤ݡͥ"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr "Evolutgion ᡼եեȥꥳݡͥ"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr "Evolution ݡΤΥեȥ"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr "᡼륵ޥꥳݡͥȤΤΥեȥ"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "֤ʤ(_N)"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
msgid "Mail Preferences"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
msgid "Mail configuration interface"
msgstr "᡼Υ󥿡ե"
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
msgid "Folder containing mail"
msgstr "᡼ޤե"
@@ -11462,262 +11496,262 @@ msgstr "ץѥƥ..."
msgid "Change this folder's properties"
msgstr "ΥեΥץѥƥѹ"
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr "᡼ž᥽åɤ꤬ޤ"
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "ٹ: ѹ줿å"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "New Mail Message"
msgstr "᡼å"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr "å᡼(_M)"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr "åޤ"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "Υå"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "Υå"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr "᡼å"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr "Evolution ᡼륳ݡͥȤνޤ"
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
msgid "Cannot initialize Evolution's mail config component."
msgstr "Evolution ᡼ꥳݡͥȤνޤ"
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
msgid "Cannot initialize Evolution's folder info component."
msgstr "Evolution ե󥳥ݡͥȤνޤ"
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "Ф³..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr "ǥȥ졼Ͽޤ"
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "\"%s\" Υץѥƥ"
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr "ץѥƥ"
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "ȥǥ쥯ȥޤǤ: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr "%d"
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ","
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr ""
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, c-format
msgid "%d selected"
msgstr "%d "
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, c-format
msgid "%d unsent"
msgstr "%d ̤"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, c-format
msgid "%d sent"
msgstr "%d "
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr "%d"
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "å鲾ۥե(_V)"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "̾βۥե(_S)"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "Ԥβۥե(_N)"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "Ԥβۥե(_R)"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
msgid "VFolder on Mailing _List"
msgstr "᡼󥰥ꥹȤβۥե(_L)"
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
msgid "Filter on Sub_ject"
msgstr "̾Υե륿(_J)"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
msgid "Filter on Sen_der"
msgstr "ԤΥե륿(_D)"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
msgid "Filter on Re_cipients"
msgstr "ԤΥե륿(_C)"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
msgid "Filter on _Mailing List"
msgstr "᡼󥰥ꥹȤΥե륿(_M)"
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
msgid "_Edit as New Message..."
msgstr "åȤԽ..."
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "(_P)"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
msgid "_Reply to Sender"
msgstr "Ԥֿ(_R)"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
msgid "Reply to _List"
msgstr "ꥹȤֿ(_L)"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "ֿ(_A)"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "ž(_F)"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "λޤ"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "ꥢ"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr "ѤߤȤƥޡ(_K)"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr "̤ɤȤƥޡ(_N)"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
msgid "Mark as _Important"
msgstr "פȤƥޡ(_I)"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr "פȤƥޡ(_P)"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "(_U)"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr "եذư(_M)..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr "եإԡ(_C)..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "Ԥ򥢥ɥ쥹Ģɲ"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "ե륿Ŭ"
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "å롼(_L)"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "᡼󥰥ꥹȤβۥե"
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "᡼󥰥ꥹȤΥե륿 (%s)"
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "᡼󥰥ꥹȤβۥե (%s)"
@@ -11791,20 +11825,20 @@ msgstr "ɬפʾΤ٤ƤƤޤ"
msgid "Evolution Account Editor"
msgstr "Evolution ȥǥ"
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
msgid "_Host:"
msgstr "ۥ(_H):"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "桼̾(_U):"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
msgid "_Path:"
msgstr "ѥ(_P):"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr "Ʊ̾ΥȤ2ĺǤޤ"
@@ -11833,7 +11867,7 @@ msgid "Enable"
msgstr "ͭ"
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr "ͭ"
@@ -11882,7 +11916,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -11894,7 +11928,7 @@ msgstr ""
"ɬפޤ\n"
"ꤷޤ?"
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
@@ -11902,7 +11936,7 @@ msgstr ""
"ʤϥ᡼˥桼\n"
"򤹤ɬפޤ"
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
@@ -11911,17 +11945,17 @@ msgstr ""
"򤹤ɬפޤ"
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
msgid "Send anyway?"
msgstr "Ȥˤ?"
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
@@ -11929,28 +11963,28 @@ msgstr ""
"ΥåϷ̾ޤ\n"
"ޤ?"
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr "Υå Bcc ꤵƤޤ"
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr "ΥåŬڤʼԤꤷʤФʤޤ"
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
@@ -11958,28 +11992,28 @@ msgstr ""
"ΥȤƥե򳫤Ȥޤ\n"
"ǥեȤƥեȤäƤǤ?"
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
msgid "an unknown sender"
msgstr ""
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr "%Yǯ%m%d(%a)%H%Mʬ %%s ۩:"
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr "åưޤ: "
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr "å򥳥ԡޤ: "
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr " %d åԽƤǤ?"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
@@ -11987,7 +12021,7 @@ msgstr ""
"ɥեȥե¸줿\n"
"åԽ뤳Ȥޤ"
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
@@ -11995,39 +12029,39 @@ msgstr ""
"եΥå\n"
"뤳Ȥޤ"
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr " %d åƤǤ?"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
msgid "No Message Selected"
msgstr "򤵤줿åϤޤ"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr "ե񤭤ޤ?"
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "å̾¸..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "å̾¸..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr "̤ɥåɽޤ"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -12039,7 +12073,7 @@ msgstr ""
"\n"
"ˤΥåõޤ?"
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
@@ -12048,28 +12082,28 @@ msgstr ""
"ե륿Υ˥顼:\n"
"%s"
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
msgid "Filters"
msgstr "ե륿"
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "å %d / %d "
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "å"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "åΰ˼Ԥޤ"
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr " %d ḁ̊ɥdzƤǤ?"
@@ -12090,7 +12124,7 @@ msgstr ""
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "̾ΤʤϢ"
@@ -12159,20 +12193,20 @@ msgstr ""
"Ѥޤ"
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
msgid "Evolution Account Assistant"
msgstr "Evolutionȥ"
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr ""
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr "ӥå"
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr "Ф³..."
@@ -12350,321 +12384,325 @@ msgstr "ǥ ID..."
msgid "Do not quote original message"
msgstr "å򳫤Ȥޤ"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "λ"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr "ƥե:"
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr "ͭ(_E)"
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr ""
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr "Żҥ᡼뤬ΤΤޤ"
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "Żҥ᡼륢ɥ쥹:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
#, fuzzy
msgid "Empty _trash folders on exit"
msgstr "λ˥Ȣˤ(_E)"
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr "ξư¹:"
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
#, fuzzy
msgid "Fi_xed -width:"
msgstr "ΤΤǽ"
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr "ץѥƥ"
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "åž"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr "ǥID ..."
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
#, fuzzy
msgid "Highlight _quotations with"
msgstr "ѤĴ(_H)"
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr "IMAPv4 "
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr "桼"
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
msgid "Inline"
msgstr "饤"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr "Kerberos "
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr "¸Ĥ"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "ɤ߹(_I)"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr "᡼"
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
msgid "Mailbox location"
msgstr "᡼ܥåξ"
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "åإå"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "åɽ(_M)"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
#, fuzzy
msgid "Microsoft"
msgstr "ߥͥ"
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr "᡼"
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
msgid "Optional Information"
msgstr "ץ"
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr "(_Z):"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
#, fuzzy
msgid "PGP/GPG _Key ID:"
msgstr "PGP ID:"
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr "顼"
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
#, fuzzy
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr " Bcc ꤵƤʤΤ餻(_B)"
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
#, fuzzy
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr "ץƥåɥץ饤Х(PGP)"
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "򤷤Ϣޤ"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr "Qmail maildir "
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr "å򳫤Ȥޤ"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
msgid "Quoted"
msgstr ""
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
#, fuzzy
msgid "Re_member this password"
msgstr "Υѥɤ򵭲"
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "ֿ:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr "᡼μ"
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "ץ"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr "Υѥɤ򵭲"
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
msgid "Required Information"
msgstr "ɬܾ"
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr "ǥե(_F)"
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "ƥ"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
#, fuzzy
msgid "Secure MIME (S/MIME)"
msgstr "奢 MIME"
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "PGP ץ"
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr "᡼"
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
#, fuzzy
msgid "Sent _messages folder:"
msgstr "ѥåե:"
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
msgid "Sent and Draft Messages"
msgstr "Ѥƥå"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
#, fuzzy
msgid "Ser_ver requires authentication"
msgstr "Фǧڤɬ(_A)"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr "Ф"
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
#, fuzzy
msgid "Server _Type: "
msgstr "м:"
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr "硼ȥå"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr "̾¸"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr "̾¸"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr "̾:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr "ɸŪ UNIX mbox ե"
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr ""
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
#, fuzzy
msgid "V_ariable-width:"
msgstr "ѿ"
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
@@ -12674,204 +12712,204 @@ msgstr ""
"\n"
"\"\" 򥯥åƻϤƤ"
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr ""
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr "HTML̾ե(_H):"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr "˲ͥåȤɤ߹"
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr ""
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
#, fuzzy
msgid "_Authentication Type: "
msgstr "ǧڼ: "
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr "ǧڼ: "
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
#, fuzzy
msgid "_Automatically check for new mail"
msgstr "᡼ưŪ˥åֳ(_A)"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr "᡼ưŪ˥åֳ(_A)"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
#, fuzzy
msgid "_Certificate ID:"
msgstr "ǧ ID"
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr "եǤκǧ"
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr "HTML̾ե(_H):"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr "ǥե(_F)"
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr "ͭ"
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "ž"
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "ե͡(_F):"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "HTML ᡼"
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
#, fuzzy
msgid "_Identity"
msgstr "桼"
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr "Ԥɥ쥹Ģˤɤ߹"
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "ΥȤꤹ(_D)"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "λ֥ץӥ塼ȥåѤߤˤ(_M):"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
msgid "_Name:"
msgstr "̾(_N):"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr "ͥåȤɤ߹ޤʤ"
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
msgid "_PGP binary path:"
msgstr "_PGP ץΥѥ:"
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
#, fuzzy
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr "HTML ᡼˾Ǥʤ HTML ᡼Τ餻"
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
#, fuzzy
msgid "_Prompt when sending messages with an empty subject line"
msgstr "˷̾ξΤ餻(_E)"
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr "᡼μ"
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "ֿ"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "ƥ(_S)"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "ƥ(_S)"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr "᡼"
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr "֤ꤷɽ"
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr "HTML̾ե(_H):"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
#, fuzzy
msgid "_Use secure connection (SSL):"
msgstr "ƥݸ줿³ (_SSL) ɬ"
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
#, fuzzy
msgid "_Variable-width:"
msgstr "ѿ"
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
#, fuzzy
msgid "_every"
msgstr ""
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr " 顼"
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
msgid "description"
msgstr ""
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -12940,125 +12978,130 @@ msgstr "ɤ߹(_I)"
msgid "Loading message content"
msgstr "åƤɤ߹"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
#, fuzzy
msgid "Overdue:"
msgstr "¤᤮ƥ(_O)"
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%m %d %p %l:%M"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr "֥饦ǥ󥯤򳫤"
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
msgid "Copy Link Location"
msgstr "򥳥ԡ"
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
msgid "Save Link as (FIXME)"
msgstr "󥯤̾¸"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
msgid "Save Image as..."
msgstr "¸..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "%s "
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s ź"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr "MIME åϽޤǤ, ɽޤ"
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr ""
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
msgid "Bad Address"
msgstr "ɥ쥹:"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr "п"
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
msgid "Reply-To"
msgstr "ֿ"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr ""
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
msgid "Cc"
msgstr "Cc"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
msgid "Bcc"
msgstr "Bcc"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr ""
"\n"
"᡼: "
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
#, fuzzy
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr "Υåϥǥ̾쿮ǤΤǤ"
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr "PGP ڥƥȤޤǤ"
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr "Υåϥǥ̾쿮ǤΤǤ"
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr "Υåϥǥ̾줿ΤǤ, ޤ"
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "FTP (%s) ؤƤޤ"
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr "ե (%s) ؤƤޤ"
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "⡼ȥǡ (%s) ؤƤޤ"
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "̤Τγǡ (\"%s\" ) ؤƤޤ"
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -13184,59 +13227,59 @@ msgstr "%s إåư"
msgid "Copying messages to %s"
msgstr "%s إå򥳥ԡ"
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "\"%s\" Υե"
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "åž"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "ե %s 򥪡ץ"
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr "¸줿 %s 򥪡ץ"
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, c-format
msgid "Removing folder %s"
msgstr "ե %s "
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, c-format
msgid "Storing folder '%s'"
msgstr "ե '%s' ¸"
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
msgid "Refreshing folder"
msgstr "ե򹹿"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr "ե"
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "å %s "
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, c-format
msgid "Retrieving %d message(s)"
msgstr "%d ̤Υå"
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, c-format
msgid "Saving %d messsage(s)"
msgstr "%d ̤Υå¸"
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13245,7 +13288,7 @@ msgstr ""
"ϥեޤ: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13254,11 +13297,11 @@ msgstr ""
"ե¸˥顼: %s:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "źդ¸"
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13267,22 +13310,22 @@ msgstr ""
"ϥեޤ: %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "ǡ񤭽ФȤޤǤ: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr "%s Ȥ³ڤäƤޤ"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Reconnecting to %s"
msgstr "%s ˺³"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "(_S)"
@@ -13353,24 +13396,24 @@ msgstr "..."
msgid "Waiting..."
msgstr "Ե..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
msgid "User canceled operation."
msgstr "桼ˤä򥭥󥻥뤵ޤ"
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
msgid "_Remember this password"
msgstr "Υѥɤ򵭲(_R)"
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr "%s ΤΥѥɤϤƤ"
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
msgid "Enter Password"
msgstr "ѥɤϤƤ"
@@ -13393,41 +13436,24 @@ msgstr ""
"\n"
"ѹ¸ޤ?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
msgid "Type the name by which you would like to refer to this signature."
msgstr ""
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "̾:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr "̾¸"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr "HTML ̾ե:"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "åžޤ - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
msgid "Forwarded message"
msgstr "ž줿å"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
msgid "Forwarded Message"
msgstr "ž줿å"
@@ -13481,67 +13507,67 @@ msgstr "(̾ʤ)"
msgid "%s - Message"
msgstr "%s - å"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr "̤"
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr ""
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr "Ѥ"
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr "ʣ̤ɥå"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr "ʣΥå"
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr "Ǥ㤤"
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr "㤤"
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr "⤤"
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr "Ǥ⤤"
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr "?"
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr " %p %l:%M"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr " %p %l:%M"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr "%p %l:%M (%a)"
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr "%m %d %p %l:%M"
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr "%Yǯ %m %d"
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
msgid "Generating message list"
msgstr "åꥹȤ"
@@ -13620,68 +13646,94 @@ msgstr "ץӥ塼"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "\"%s\" %s ʲΥե"
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr "\"%s\" Υ롼ȥ٥ե"
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr "ե \"%s\" "
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr "ե \"%s\" ιɲ"
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr "ե"
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr "ե¸..."
+
+#: mail/subscribe-dialog.c:1590
msgid "No server has been selected"
msgstr "򤵤줿ФϤޤ"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr "Ф"
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr "ꥹȤ򹹿(_R)"
-
-#: mail/subscribe-dialog.glade.h:2
msgid "All folders"
msgstr "٤ƤΥե"
-#: mail/subscribe-dialog.glade.h:3
-msgid "Display options"
-msgstr "ɽץ"
+#: mail/subscribe-dialog.glade.h:2
+#, fuzzy
+msgid "Apri file"
+msgstr "4 "
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "Ĥ"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr "ɽץ"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr "ե̾Ƭ:"
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
msgid "Manage Subscriptions"
msgstr "ɴ"
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
-msgstr "ФΥեɽ: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
+msgstr "ꥹȤ򹹿"
+
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "ե"
+
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr "ե"
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:10
msgid "_Subscribe"
msgstr "(_S)"
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
msgid "_Unsubscribe"
msgstr "ɲ(_U)"
@@ -13692,28 +13744,29 @@ msgstr "Evolutionޥ꡼ޤե"
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
#, fuzzy
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr "Evolutionޥ꡼ޤե"
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#, fuzzy
msgid "Evolution Summary component."
msgstr "Evolution ᡼륳ݡ"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "Evolution ݡΤΥեȥ"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "᡼륵ޥꥳݡͥȤΤΥեȥ"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "ޥ"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
#, fuzzy
msgid "Aarhus"
@@ -24468,24 +24521,24 @@ msgstr "ȥ륳"
msgid "Folder containing the Evolution Summary"
msgstr "Evolutionޥ꡼ޤե"
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
msgid "Appointments"
msgstr "ݥ"
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
msgid "No appointments"
msgstr "ݥȤϤޤ"
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
#, fuzzy
msgid "%k:%M %d %B"
msgstr "%k%M %B%d"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
msgid "%l:%M %d %B"
msgstr "%B%d%l%Mʬ"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
#, fuzzy
msgid "No description"
msgstr ""
@@ -24548,11 +24601,11 @@ msgstr "ɲ(_D)"
msgid "Shown"
msgstr "ˤ狼"
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
msgid "No tasks"
msgstr "Ϥޤ"
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
msgid "(No Description)"
msgstr "(ʤ)"
@@ -24586,7 +24639,7 @@ msgstr "ޥ"
msgid "Printing of Summary failed"
msgstr "ޥΰ˼Ԥޤ"
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "ݡͥȤ Bonobo ǤޤǤ\n"
@@ -25883,18 +25936,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "Evolution ݡΤΥեȥ"
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr ""
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Evolution "
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
msgid "Show Details"
msgstr "ܺ٤ɽ"
@@ -25922,7 +25975,7 @@ msgstr "ե"
msgid "Drafts"
msgstr ""
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr "Ȣ"
@@ -26353,27 +26406,27 @@ msgstr "եƱ"
msgid "Evolution Settings"
msgstr "Evolution 硼ȥå"
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "ե %s 򥪡ץ"
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "ե %s 򥪡ץ"
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "%s ˳..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "ե͡ޤǤ: %s"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -26458,31 +26511,31 @@ msgstr "ե饤(_W)"
msgid "Work Offline"
msgstr "ե饤"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(ɽեϤޤ)"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr "%s (%d)"
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
msgid "(None)"
msgstr "(ʤ)"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
"Ximian Evolution ϸߥ饤Ǥե饤ˤˤϤΥܥ򥯥"
"Ƥ"
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr "Ximian Evolution ϥե饤Ǥ"
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -26502,7 +26555,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "֤Υåȥåפޤ -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -26510,19 +26563,19 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr "ʰǤ"
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr "OAF Ͽޤ"
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
msgid "Configuration Database not found"
msgstr "ե졼ǡ١ߤĤޤ"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Ūʥ顼"
@@ -26724,7 +26777,7 @@ msgstr "%s (...)"
msgid "%s (%d%% complete)"
msgstr "%s (%d%% λ)"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "<ե򤹤뤿ˤ򥯥åƤ>"
@@ -26754,74 +26807,74 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
#, fuzzy
msgid "CORBA error"
msgstr "I/O 顼"
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr ""
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
#, fuzzy
msgid "Invalid argument"
msgstr "ʰǤ"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
#, fuzzy
msgid "No owner"
msgstr "Ρ"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
#, fuzzy
msgid "Not found"
msgstr "ɤĤޤ"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
#, fuzzy
msgid "Unsupported type"
msgstr "ݡȤ줿̤å(_C)"
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
#, fuzzy
msgid "Unsupported operation"
msgstr "桼ˤä򥭥󥻥뤵ޤ"
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
#, fuzzy
msgid "Internal error"
msgstr "¾Υ顼"
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
#, fuzzy
msgid "Exists"
msgstr "¸ߤ"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
#, fuzzy
msgid "Invalid URI"
msgstr ""
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
#, fuzzy
msgid "Has subfolders"
msgstr "Τ褦ʥե %s Ϥޤ"
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
#, fuzzy
msgid "No space left"
msgstr "򤵤줿åϤޤ"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -26879,29 +26932,21 @@ msgid "Specify where to create the folder:"
msgstr "եꤷƤ:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr "ե(_N)..."
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr "ե̾:"
+msgid "_Account:"
+msgstr ""
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr "̾(_S):"
+msgid "_Folder Name:"
+msgstr "ե̾:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "桼̾(_U):"
@@ -26997,15 +27042,15 @@ msgstr "Υå٤ɽʤ"
msgid "Evolution can import data from the following files:"
msgstr "Evolution ϼΥǡ򥤥ݡȤǤޤ:"
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr "Evolution"
-#: shell/main.c:98
+#: shell/main.c:102
msgid "Evolution is now exiting ..."
msgstr "Evolution Ϥ޽λǤ..."
-#: shell/main.c:223
+#: shell/main.c:227
#, fuzzy, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -27015,7 +27060,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -27036,52 +27081,56 @@ msgstr ""
"桹Ϥʤ桹̤ڤळȤ˾ǤޤƲ桹\n"
"Ǯˤʤι׸ԤƤޤ!\n"
-#: shell/main.c:246
+#: shell/main.c:250
msgid ""
"Thanks\n"
"The Ximian Evolution Team\n"
msgstr "Ximian Evolution\n"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr "Υå٤ɽʤ"
-#: shell/main.c:348
+#: shell/main.c:394
msgid "Cannot access the Ximian Evolution shell."
msgstr "Ximian Evolution ˥Ǥޤ"
-#: shell/main.c:357
+#: shell/main.c:403
#, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Ximian Evolution νǤޤ: %s"
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr "ץå̵̤ˤ"
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr "ݡȳ"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr "ݡȳ"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr "٤ƤΥݡͥȤΥǥХåϤե"
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "Bonobo ݡͥȥƥޤ"
@@ -27298,14 +27347,6 @@ msgstr "ʿɽޤ"
msgid "Week"
msgstr ""
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "Ĥ"
-
#: ui/evolution-comp-editor.xml.h:3
msgid "Close this item"
msgstr "ΥƥĤ"
@@ -28247,10 +28288,6 @@ msgstr "ɥեΥꥹȤإեɲ"
msgid "F_older"
msgstr "ե(_O)"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr "ꥹȤ򹹿"
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr "եꥹȤ򹹿"
@@ -28814,21 +28851,21 @@ msgstr "å"
msgid "Don't show this message again."
msgstr "Υå٤ɽʤ"
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr ""
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "ꥢ"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
msgid "Clear"
msgstr "ꥢ"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
msgid "Find Now"
msgstr ""
@@ -28854,6 +28891,88 @@ msgstr "init_corba(): GNOME 뤳ȤޤǤ"
msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): Bonobo 뤳ȤޤǤ"
+#~ msgid "Error in search expression."
+#~ msgstr "ɽǥ顼"
+
+#~ msgid "Restarting search."
+#~ msgstr "Ƽ¹"
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "URL `%s' Ϥ뤳ȤޤǤ"
+
+#, fuzzy
+#~ msgid "Email is"
+#~ msgstr "᡼2"
+
+#, fuzzy
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "顼ΥӥեȥޤǤ"
+
+#, fuzzy
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "Ľλ(_E):"
+
+#, fuzzy
+#~ msgid "Task begins: <b>"
+#~ msgstr ": <b>"
+
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr "/¿˻ 󳫻: <b>"
+
+#~ msgid "Begins: <b>"
+#~ msgstr ": <b>"
+
+#, fuzzy
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "Ľλ(_E):"
+
+#, fuzzy
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr "/¿˻ 󳫻: <b>"
+
+#, fuzzy
+#~ msgid "Task Completed: <b>"
+#~ msgstr " (λ "
+
+#, fuzzy
+#~ msgid "Task Due: <b>"
+#~ msgstr " (λ "
+
+#~ msgid "Non-Participants"
+#~ msgstr "Իü"
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ "ΥåƤޤ\n"
+#~ "\n"
+#~ "ѹ¸ޤ?"
+
+#, fuzzy
+#~ msgid "Set as default"
+#~ msgstr " (ǥե)"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr "̾¸"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr "HTML ̾ե:"
+
+#~ msgid " _Refresh List "
+#~ msgstr "ꥹȤ򹹿(_R)"
+
+#~ msgid "Show _folders from server: "
+#~ msgstr "ФΥեɽ: "
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr "̾(_S):"
+
#, fuzzy
#~ msgid ""
#~ "Evolution is unable to get the addressbook local storage.\n"
@@ -29383,9 +29502,6 @@ msgstr "init_bonobo(): Bonobo 뤳ȤޤǤ"
#~ "\n"
#~ ": "
-#~ msgid "Connecting to LDAP server..."
-#~ msgstr "LDAP Ф³..."
-
#~ msgid "Waiting for connection to LDAP server..."
#~ msgstr "LDAP Фؤ³Ե..."
@@ -29687,9 +29803,6 @@ msgstr "init_bonobo(): Bonobo 뤳ȤޤǤ"
#~ msgid "_Task..."
#~ msgstr "(_T)..."
-#~ msgid "Create or edit mail accounts and other preferences"
-#~ msgstr "᡼륢Ȥ¾/Խޤ"
-
#~ msgid "_Mail Settings..."
#~ msgstr "᡼(_M)..."
@@ -29784,9 +29897,6 @@ msgstr "init_bonobo(): Bonobo 뤳ȤޤǤ"
#~ msgid "<b>Summary:</b> %s<br><br>"
#~ msgstr "<b>ޥ:</b> %s<br><br>"
-#~ msgid "<b>Description:</b> %s"
-#~ msgstr "<b>:</b> %s"
-
#~ msgid "Qmail maildir-format mail files"
#~ msgstr "Qmail maildir Υ᡼ե"
diff --git a/po/ko.po b/po/ko.po
index 1aae1bc693..2e5ba67cf7 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 0.9\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2001-03-23 02:12+0900\n"
"Last-Translator: ChiDeok, Hwang <hwang@mizi.co.kr>\n"
"Language-Team: korean <ko@li.org>\n"
@@ -37,23 +37,23 @@ msgid "Imports VCard files into Evolution."
msgstr "GnomeCard Evolution ɴϴ"
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
#, fuzzy
msgid "File As"
msgstr "Ϸ :"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "̸"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "̸"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr ""
@@ -64,16 +64,16 @@ msgstr "μ"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr ""
@@ -84,12 +84,12 @@ msgid "Bus"
msgstr "ٻ"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "ȸ"
@@ -101,13 +101,13 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr ""
@@ -120,19 +120,19 @@ msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740
+#: addressbook/gui/contact-editor/e-contact-editor.c:1747
msgid "Mobile"
msgstr "޴ȭ"
#: addressbook/backend/ebook/e-card-simple.c:73
-#: addressbook/gui/contact-editor/e-contact-editor.c:1734
+#: addressbook/gui/contact-editor/e-contact-editor.c:1741
msgid "Car"
msgstr "ڵ"
#: addressbook/backend/ebook/e-card-simple.c:74
#: addressbook/gui/contact-editor/contact-editor.glade.h:6
-#: addressbook/gui/contact-editor/e-contact-editor.c:1732
-#: addressbook/gui/widgets/e-addressbook-view.c:349
+#: addressbook/gui/contact-editor/e-contact-editor.c:1739
+#: addressbook/gui/widgets/e-addressbook-view.c:370
msgid "Business Fax"
msgstr " ѽ"
@@ -142,13 +142,13 @@ msgid "Bus Fax"
msgstr " ѽ"
#: addressbook/backend/ebook/e-card-simple.c:75
-#: addressbook/gui/contact-editor/e-contact-editor.c:1738
-#: addressbook/gui/widgets/e-addressbook-view.c:350
+#: addressbook/gui/contact-editor/e-contact-editor.c:1745
+#: addressbook/gui/widgets/e-addressbook-view.c:371
msgid "Home Fax"
msgstr " ѽ"
#: addressbook/backend/ebook/e-card-simple.c:76
-#: addressbook/gui/contact-editor/e-contact-editor.c:1731
+#: addressbook/gui/contact-editor/e-contact-editor.c:1738
msgid "Business 2"
msgstr " 2"
@@ -158,68 +158,68 @@ msgid "Bus 2"
msgstr "ٻ"
#: addressbook/backend/ebook/e-card-simple.c:77
-#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1744
msgid "Home 2"
msgstr " 2"
#: addressbook/backend/ebook/e-card-simple.c:78
-#: addressbook/gui/contact-editor/e-contact-editor.c:1739
-#: addressbook/gui/widgets/e-addressbook-view.c:353
+#: addressbook/gui/contact-editor/e-contact-editor.c:1746
+#: addressbook/gui/widgets/e-addressbook-view.c:374
msgid "ISDN"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:79
#: addressbook/backend/ebook/e-card-simple.c:85
-#: addressbook/gui/contact-editor/e-contact-editor.c:1741
-#: addressbook/gui/contact-editor/e-contact-editor.c:1799
+#: addressbook/gui/contact-editor/e-contact-editor.c:1748
+#: addressbook/gui/contact-editor/e-contact-editor.c:1806
msgid "Other"
msgstr "Ÿ"
#: addressbook/backend/ebook/e-card-simple.c:80
-#: addressbook/gui/contact-editor/e-contact-editor.c:1742
-#: addressbook/gui/widgets/e-addressbook-view.c:355
+#: addressbook/gui/contact-editor/e-contact-editor.c:1749
+#: addressbook/gui/widgets/e-addressbook-view.c:376
msgid "Other Fax"
msgstr "Ÿ ѽ"
#: addressbook/backend/ebook/e-card-simple.c:81
-#: addressbook/gui/contact-editor/e-contact-editor.c:1743
-#: addressbook/gui/widgets/e-addressbook-view.c:356
+#: addressbook/gui/contact-editor/e-contact-editor.c:1750
+#: addressbook/gui/widgets/e-addressbook-view.c:377
msgid "Pager"
msgstr "߻"
#: addressbook/backend/ebook/e-card-simple.c:82
-#: addressbook/gui/contact-editor/e-contact-editor.c:1745
-#: addressbook/gui/widgets/e-addressbook-view.c:357
+#: addressbook/gui/contact-editor/e-contact-editor.c:1752
+#: addressbook/gui/widgets/e-addressbook-view.c:378
msgid "Radio"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:83
-#: addressbook/gui/contact-editor/e-contact-editor.c:1746
-#: addressbook/gui/widgets/e-addressbook-view.c:358
+#: addressbook/gui/contact-editor/e-contact-editor.c:1753
+#: addressbook/gui/widgets/e-addressbook-view.c:379
msgid "Telex"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:84
-#: addressbook/gui/widgets/e-addressbook-view.c:359
+#: addressbook/gui/widgets/e-addressbook-view.c:380
msgid "TTY"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:86
#: addressbook/gui/component/e-address-popup.c:484
-#: addressbook/gui/contact-editor/e-contact-editor.c:1772
-#: addressbook/gui/widgets/e-addressbook-view.c:361
+#: addressbook/gui/contact-editor/e-contact-editor.c:1779
+#: addressbook/gui/widgets/e-addressbook-view.c:382
msgid "Email 2"
msgstr "̸ 2"
#: addressbook/backend/ebook/e-card-simple.c:87
#: addressbook/gui/component/e-address-popup.c:494
-#: addressbook/gui/contact-editor/e-contact-editor.c:1773
-#: addressbook/gui/widgets/e-addressbook-view.c:362
+#: addressbook/gui/contact-editor/e-contact-editor.c:1780
+#: addressbook/gui/widgets/e-addressbook-view.c:383
msgid "Email 3"
msgstr "̸ 3"
#: addressbook/backend/ebook/e-card-simple.c:88
-#: addressbook/gui/widgets/e-addressbook-view.c:363
+#: addressbook/gui/widgets/e-addressbook-view.c:384
msgid "Web Site"
msgstr " Ʈ"
@@ -228,7 +228,7 @@ msgid "Url"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:89
-#: addressbook/gui/widgets/e-addressbook-view.c:364
+#: addressbook/gui/widgets/e-addressbook-view.c:385
msgid "Department"
msgstr "μ"
@@ -237,7 +237,7 @@ msgid "Dep"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:90
-#: addressbook/gui/widgets/e-addressbook-view.c:365
+#: addressbook/gui/widgets/e-addressbook-view.c:386
msgid "Office"
msgstr "繫"
@@ -247,12 +247,12 @@ msgid "Off"
msgstr "繫"
#: addressbook/backend/ebook/e-card-simple.c:91
-#: addressbook/gui/widgets/e-addressbook-view.c:366
+#: addressbook/gui/widgets/e-addressbook-view.c:387
msgid "Title"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:92
-#: addressbook/gui/widgets/e-addressbook-view.c:367
+#: addressbook/gui/widgets/e-addressbook-view.c:388
msgid "Profession"
msgstr ""
@@ -261,7 +261,7 @@ msgid "Prof"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:93
-#: addressbook/gui/widgets/e-addressbook-view.c:368
+#: addressbook/gui/widgets/e-addressbook-view.c:389
msgid "Manager"
msgstr ""
@@ -275,7 +275,7 @@ msgid "Ass"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:95
-#: addressbook/gui/widgets/e-addressbook-view.c:370
+#: addressbook/gui/widgets/e-addressbook-view.c:391
msgid "Nickname"
msgstr ""
@@ -285,12 +285,12 @@ msgid "Nick"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:96
-#: addressbook/gui/widgets/e-addressbook-view.c:371
+#: addressbook/gui/widgets/e-addressbook-view.c:392
msgid "Spouse"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:97
-#: addressbook/gui/widgets/e-addressbook-view.c:372
+#: addressbook/gui/widgets/e-addressbook-view.c:393
msgid "Note"
msgstr "Ʈ"
@@ -304,7 +304,7 @@ msgid "CALUri"
msgstr ""
#: addressbook/backend/ebook/e-card-simple.c:99
-#: addressbook/gui/widgets/e-addressbook-view.c:373
+#: addressbook/gui/widgets/e-addressbook-view.c:394
msgid "Free-busy URL"
msgstr ""
@@ -360,7 +360,7 @@ msgstr ""
#: addressbook/gui/component/addressbook-factory.c:50
#: calendar/conduits/calendar/calendar-conduit.c:1727
#: calendar/conduits/todo/todo-conduit.c:1385
-#: calendar/gui/alarm-notify/notify-main.c:173 calendar/gui/main.c:67
+#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:67
#: tools/evolution-addressbook-abuse.c:132
#: tools/evolution-addressbook-export.c:60
#: tools/evolution-addressbook-import.c:86
@@ -368,7 +368,7 @@ msgid "Could not initialize Bonobo"
msgstr "Bonobo ʱȭ Ҽ ϴ"
#: addressbook/backend/pas/pas-backend-file.c:356
-#: addressbook/backend/pas/pas-backend-ldap.c:2747
+#: addressbook/backend/pas/pas-backend-ldap.c:2968
#, fuzzy
msgid "Searching..."
msgstr "˻"
@@ -378,47 +378,36 @@ msgstr "˻"
msgid "Loading..."
msgstr "ٸ ..."
-#. need a different error message here.
-#: addressbook/backend/pas/pas-backend-file.c:381
+#: addressbook/backend/pas/pas-backend-ldap.c:677
#, fuzzy
-msgid "Error in search expression."
-msgstr ""
-"ã⸦ ൵ : %s:\n"
-"%s"
+msgid "Reconnecting to LDAP server..."
+msgstr "KPOP Ҽ : %s"
-#: addressbook/backend/pas/pas-backend-ldap.c:1138
+#: addressbook/backend/pas/pas-backend-ldap.c:1220
msgid "Adding card to LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:1241
+#: addressbook/backend/pas/pas-backend-ldap.c:1326
#, fuzzy
msgid "Removing card from LDAP server..."
msgstr "޷ ҷ..."
-#: addressbook/backend/pas/pas-backend-ldap.c:1477
+#: addressbook/backend/pas/pas-backend-ldap.c:1562
+#: addressbook/backend/pas/pas-backend-ldap.c:1565
msgid "Modifying card from LDAP server..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2601
-msgid "Restarting search."
-msgstr ""
-
-#: addressbook/backend/pas/pas-backend-ldap.c:2693
+#: addressbook/backend/pas/pas-backend-ldap.c:2879
msgid "Receiving LDAP search results..."
msgstr ""
-#: addressbook/backend/pas/pas-backend-ldap.c:2774
+#: addressbook/backend/pas/pas-backend-ldap.c:2988
#, fuzzy
msgid "Error performing search"
msgstr ""
"ڷ д ߻:\n"
"%s"
-#: addressbook/backend/pas/pas-backend-ldap.c:2798
-#, fuzzy
-msgid "Could not parse query string"
-msgstr "Ÿ ϴ: %s"
-
#: addressbook/conduit/address-conduit.c:293
#, fuzzy
msgid "Default Sync Address:"
@@ -466,48 +455,48 @@ msgid "Configuration control for the Evolution Addressbook Storages."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:5
-msgid "Control that displays an Evolution addressbook minicard."
+msgid "Configure access to LDAP directory servers here"
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:6
-msgid "Directory Servers"
+msgid "Control that displays an Evolution addressbook minicard."
msgstr ""
#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:7
+msgid "Directory Servers"
+msgstr ""
+
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
msgid "Evolution Addressbook minicard viewer"
msgstr "Evolution ּҷ minicard "
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:8
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
msgid "Evolution component for handling contacts."
msgstr "ó óϴ Evolution Ʈ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:9
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
msgid "Factory for the Addressbook Minicard control"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:10
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
msgid "Factory for the Addressbook's address displayer"
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:11
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
#, fuzzy
msgid "Factory for the Addressbook's address popup"
msgstr "ּҷ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:12
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
msgid "Factory for the configuration controls for the Evolution Addressbook."
msgstr ""
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:13
+#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
msgid "Factory for the sample Addressbook control"
msgstr "ּҷ"
-#: addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in.h:14
-msgid "This page can be used to configure access to LDAP directory servers"
-msgstr ""
-
#: addressbook/gui/component/addressbook-component.c:73
-#: addressbook/gui/component/addressbook-component.c:608
+#: addressbook/gui/component/addressbook-component.c:618
#: calendar/gui/dialogs/comp-editor-util.c:310
#: calendar/gui/dialogs/comp-editor-util.c:366
#: importers/netscape-importer.c:1873 shell/e-local-storage.c:177
@@ -529,31 +518,31 @@ msgstr "LDAP "
msgid "LDAP server containing contact information"
msgstr "IMAP 亯 %s ʽϴ"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
#, fuzzy
msgid "New Contact"
msgstr " ó"
-#: addressbook/gui/component/addressbook-component.c:564
+#: addressbook/gui/component/addressbook-component.c:574
msgid "_Contact"
msgstr "ó(_C)"
-#: addressbook/gui/component/addressbook-component.c:565
+#: addressbook/gui/component/addressbook-component.c:575
#, fuzzy
msgid "Create a new contact"
msgstr "ο ó "
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "New Contact List"
msgstr " ó"
-#: addressbook/gui/component/addressbook-component.c:568
+#: addressbook/gui/component/addressbook-component.c:578
#, fuzzy
msgid "Contact _List"
msgstr "ó(_C)"
-#: addressbook/gui/component/addressbook-component.c:569
+#: addressbook/gui/component/addressbook-component.c:579
#, fuzzy
msgid "Create a new contact list"
msgstr "ο ó "
@@ -576,27 +565,27 @@ msgstr ""
msgid "The server responded with no supported search bases"
msgstr ""
-#: addressbook/gui/component/addressbook-config.c:1150
+#: addressbook/gui/component/addressbook-config.c:1154
#, fuzzy
msgid "This server does not support LDAPv3 schema information"
msgstr "IMAP 亯 %s ʽϴ"
-#: addressbook/gui/component/addressbook-config.c:1172
+#: addressbook/gui/component/addressbook-config.c:1176
#, fuzzy
msgid "Error retrieving schema information"
msgstr "IMAP 亯 %s ʽϴ"
-#: addressbook/gui/component/addressbook-config.c:1180
+#: addressbook/gui/component/addressbook-config.c:1184
#, fuzzy
msgid "Server did not respond with valid schema information"
msgstr "IMAP 亯 %s ʽϴ"
-#: addressbook/gui/component/addressbook-config.c:1636
+#: addressbook/gui/component/addressbook-config.c:1640
msgid "LDAP was not enabled in this build of Evolution"
msgstr ""
#: addressbook/gui/component/addressbook-factory.c:72
-#: calendar/gui/alarm-notify/notify-main.c:176 calendar/gui/main.c:142
+#: calendar/gui/alarm-notify/notify-main.c:179 calendar/gui/main.c:142
#, fuzzy
msgid "Could not initialize gnome-vfs"
msgstr "Bonobo ʱȭ Ҽ ϴ"
@@ -605,18 +594,24 @@ msgstr "Bonobo ʱȭ Ҽ ϴ"
msgid "Other Contacts"
msgstr "ٸ ó"
-#: addressbook/gui/component/addressbook.c:468
+#: addressbook/gui/component/addressbook.c:471
msgid "Unable to open addressbook"
msgstr "ּҷ ϴ"
#: addressbook/gui/component/addressbook.c:477
msgid ""
+"We were unable to open this addressbook. Please check that the\n"
+"path exists and that you have permission to access it."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:487
+msgid ""
"We were unable to open this addressbook. This either\n"
"means you have entered an incorrect URI, or the LDAP server\n"
-"is down"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:482
+#: addressbook/gui/component/addressbook.c:492
msgid ""
"This version of Evolution does not have LDAP support\n"
"compiled in to it. If you want to use LDAP in Evolution\n"
@@ -624,51 +619,80 @@ msgid ""
"retrieving OpenLDAP from the link below.\n"
msgstr ""
-#: addressbook/gui/component/addressbook.c:490
+#: addressbook/gui/component/addressbook.c:501
msgid ""
-"We were unable to open this addressbook. Please check that the\n"
-"path exists and that you have permission to access it."
+"We were unable to open this addressbook. This either\n"
+"means you have entered an incorrect URI, or the server\n"
+"is unreachable."
msgstr ""
-#: addressbook/gui/component/addressbook.c:600
-#: addressbook/gui/component/addressbook.c:603
+#: addressbook/gui/component/addressbook.c:613
+#: addressbook/gui/component/addressbook.c:616
#, c-format
msgid "Enter password for %s (user %s)"
msgstr ""
-#: addressbook/gui/component/addressbook.c:728
+#: addressbook/gui/component/addressbook.c:741
msgid "Name begins with"
msgstr ""
-#: addressbook/gui/component/addressbook.c:729
+#: addressbook/gui/component/addressbook.c:742
#, fuzzy
-msgid "Email is"
+msgid "Email begins with"
msgstr "̸ 2"
-#: addressbook/gui/component/addressbook.c:730
+#: addressbook/gui/component/addressbook.c:743
#: calendar/gui/cal-search-bar.c:53
#, fuzzy
msgid "Category is"
msgstr ""
#. We attach subitems below
-#: addressbook/gui/component/addressbook.c:731
+#: addressbook/gui/component/addressbook.c:744
#: calendar/gui/cal-search-bar.c:49
msgid "Any field contains"
msgstr ""
-#: addressbook/gui/component/addressbook.c:732
+#: addressbook/gui/component/addressbook.c:745
msgid "Advanced..."
msgstr "..."
+#: addressbook/gui/component/addressbook.c:915
+msgid ""
+"More cards matched this query than either the server is \n"
+"configured to return or Evolution is configured to display.\n"
+"Please make your search more specific or raise the result limit in\n"
+"the directory server preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:921
+msgid ""
+"The time to execute this query exceeded the server limit or the limit\n"
+"you have configured for this addressbook. Please make your search\n"
+"more specific or raise the time limit in the directory server\n"
+"preferences for this addressbook."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:927
+msgid "The backend for this addressbook was unable to parse this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:930
+msgid "The backend for this addressbook refused to perform this query."
+msgstr ""
+
+#: addressbook/gui/component/addressbook.c:934
+msgid "This query did not complete successfully."
+msgstr ""
+
#. All, unmatched, separator
-#: addressbook/gui/component/addressbook.c:960
+#: addressbook/gui/component/addressbook.c:1009
#: calendar/gui/cal-search-bar.c:382
#, fuzzy
msgid "Any Category"
msgstr ":"
-#: addressbook/gui/component/addressbook.c:1042
+#: addressbook/gui/component/addressbook.c:1091
msgid "The URI that the Folder Browser will display"
msgstr " ŽⰡ ǥ URI"
@@ -684,7 +708,7 @@ msgstr "(̸ )"
#: addressbook/gui/component/e-address-popup.c:474
#: addressbook/gui/contact-editor/contact-editor.glade.h:26
-#: addressbook/gui/contact-editor/e-contact-editor.c:1771
+#: addressbook/gui/contact-editor/e-contact-editor.c:1778
msgid "Primary Email"
msgstr "̸"
@@ -738,50 +762,50 @@ msgid " S_how Supported Bases "
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:2
-msgid "1234"
-msgstr ""
+#, fuzzy
+msgid "&lt;&lt; Fewer Options"
+msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:3
-msgid "1:00"
-msgstr ""
+#, fuzzy
+msgid "&lt;- _Remove"
+msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:4
-msgid "2:30"
+msgid "1234"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:5
-msgid "3268"
+msgid "1:00"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:6
-msgid "380"
+msgid "2:30"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:7
-msgid "389"
+msgid "3268"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:8
-msgid "5:00"
+msgid "380"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:9
-msgid "636"
+msgid "389"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:10
-msgid "666"
+msgid "5:00"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:11
-#, fuzzy
-msgid "<- _Remove"
-msgstr ""
+msgid "636"
+msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:12
-#, fuzzy
-msgid "<< Fewer Options"
-msgstr ""
+msgid "666"
+msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:13
msgid "Add (or Edit) Attribute Mappings"
@@ -886,7 +910,7 @@ msgid "Mappings"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:37 mail/mail-account-gui.c:60
-#: mail/mail-config.glade.h:75
+#: mail/mail-config.glade.h:76
#, fuzzy
msgid "Never"
msgstr ""
@@ -938,8 +962,8 @@ msgstr "˻ :"
#. No time range is set, so don't start a query
#: addressbook/gui/component/ldap-config.glade.h:50
-#: calendar/gui/calendar-model.c:1980 calendar/gui/e-day-view.c:1709
-#: calendar/gui/e-week-view.c:1214
+#: calendar/gui/calendar-model.c:1988 calendar/gui/e-day-view.c:1712
+#: calendar/gui/e-week-view.c:1215
#, fuzzy
msgid "Searching"
msgstr "˻"
@@ -1129,7 +1153,7 @@ msgid "Using email address"
msgstr "ڿ ּ:"
#: addressbook/gui/component/ldap-config.glade.h:103
-#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:134
+#: mail/mail-account-gui.c:59 mail/mail-config.glade.h:135
msgid "Whenever Possible"
msgstr ""
@@ -1137,13 +1161,13 @@ msgstr ""
#: addressbook/gui/contact-editor/contact-editor.glade.h:30
#: addressbook/gui/contact-list-editor/contact-list-editor.glade.h:4
#: calendar/gui/dialogs/alarm-page.glade.h:8 filter/filter.glade.h:14
-#: mail/mail-config.glade.h:137 shell/glade/e-folder-list.glade.h:1
+#: mail/mail-config.glade.h:138 shell/glade/e-folder-list.glade.h:1
msgid "_Add"
msgstr "߰(_A)"
#: addressbook/gui/component/ldap-config.glade.h:105
#, fuzzy
-msgid "_Add ->"
+msgid "_Add -&gt;"
msgstr "߰(_A)"
#: addressbook/gui/component/ldap-config.glade.h:106
@@ -1183,7 +1207,7 @@ msgid "_Download limit:"
msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:114 filter/filter.glade.h:16
-#: mail/mail-config.glade.h:152 ui/evolution-addressbook.xml.h:33
+#: mail/mail-config.glade.h:153 ui/evolution-addressbook.xml.h:33
#: ui/evolution-calendar.xml.h:28 ui/evolution-mail-list.xml.h:25
#: ui/evolution-mail-messagedisplay.xml.h:6
#: ui/evolution-message-composer.xml.h:41
@@ -1220,7 +1244,7 @@ msgstr ""
#: addressbook/gui/component/ldap-config.glade.h:121
#, fuzzy
-msgid "_More Options >>"
+msgid "_More Options &gt;&gt;"
msgstr "(_O)"
#: addressbook/gui/component/ldap-config.glade.h:122
@@ -1302,7 +1326,7 @@ msgstr "ּҷ ̸ ̽ 丮"
#. Fixme: Ditto
#: addressbook/gui/component/select-names/e-select-names-popup.c:163
-#: addressbook/gui/component/select-names/e-select-names.c:677
+#: addressbook/gui/component/select-names/e-select-names.c:698
#: composer/e-msg-composer-attachment-bar.c:522 filter/filter-filter.c:462
#: filter/filter-rule.c:681 my-evolution/e-summary-shown.c:560
#: shell/e-shortcuts-view.c:178
@@ -1338,11 +1362,11 @@ msgstr ""
msgid "Unnamed Contact"
msgstr "ٸ ó"
-#: addressbook/gui/component/select-names/e-select-names.c:511
+#: addressbook/gui/component/select-names/e-select-names.c:520
msgid "Select Contacts from Addressbook"
msgstr ""
-#: addressbook/gui/component/select-names/e-select-names.c:544
+#: addressbook/gui/component/select-names/e-select-names.c:560
#, fuzzy
msgid "Find contact in"
msgstr "ó ãƺ"
@@ -1412,7 +1436,7 @@ msgstr ""
#. Construct the app
#: addressbook/gui/contact-editor/contact-editor.glade.h:10
-#: addressbook/gui/contact-editor/e-contact-editor.c:1367
+#: addressbook/gui/contact-editor/e-contact-editor.c:1369
msgid "Contact Editor"
msgstr "ó "
@@ -1486,9 +1510,9 @@ msgstr "HTML (_H)"
#: addressbook/gui/contact-editor/contact-editor.glade.h:31
#: calendar/gui/dialogs/alarm-page.glade.h:9
#: calendar/gui/dialogs/meeting-page.c:673
-#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3649
-#: calendar/gui/e-week-view.c:3522 filter/filter.glade.h:15
-#: mail/folder-browser.c:1705 mail/mail-config.glade.h:150
+#: calendar/gui/e-calendar-table.c:1006 calendar/gui/e-day-view.c:3763
+#: calendar/gui/e-week-view.c:3570 filter/filter.glade.h:15
+#: mail/folder-browser.c:1744 mail/mail-config.glade.h:151
#: shell/glade/e-folder-list.glade.h:2 ui/evolution-addressbook.xml.h:32
#: ui/evolution-calendar.xml.h:27 ui/evolution-mail-message.xml.h:97
#: ui/evolution-tasks.xml.h:16 ui/evolution.xml.h:45
@@ -2612,24 +2636,24 @@ msgstr " ⸦ Ͻʴϱ?"
msgid "Delete Contact?"
msgstr "ó ұ?"
-#: addressbook/gui/contact-editor/e-contact-editor.c:825
+#: addressbook/gui/contact-editor/e-contact-editor.c:826
msgid "Category editor not available."
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:832
+#: addressbook/gui/contact-editor/e-contact-editor.c:833
msgid "This contact belongs to these categories:"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:1046
+#: addressbook/gui/contact-editor/e-contact-editor.c:1047
#, fuzzy
msgid "Save Contact as VCard"
msgstr "VCard "
-#: addressbook/gui/contact-editor/e-contact-editor.c:1747
+#: addressbook/gui/contact-editor/e-contact-editor.c:1754
msgid "TTY/TDD"
msgstr ""
-#: addressbook/gui/contact-editor/e-contact-editor.c:2428
+#: addressbook/gui/contact-editor/e-contact-editor.c:2435
#, fuzzy, c-format
msgid "Could not find widget for a field: `%s'"
msgstr "`%s'ִ ϴ"
@@ -2643,7 +2667,7 @@ msgid "Edit Full"
msgstr " ̸ "
#: addressbook/gui/contact-editor/e-contact-quick-add.c:326
-#: addressbook/gui/widgets/e-addressbook-view.c:336
+#: addressbook/gui/widgets/e-addressbook-view.c:357
msgid "Full Name"
msgstr " ̸"
@@ -2797,12 +2821,12 @@ msgid "contact-list-editor"
msgstr "ó "
#. Construct the app
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:236
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:238
#, fuzzy
msgid "Contact List Editor"
msgstr "ó "
-#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:430
+#: addressbook/gui/contact-list-editor/e-contact-list-editor.c:437
#, fuzzy
msgid "Save List as VCard"
msgstr "VCard "
@@ -2862,22 +2886,22 @@ msgstr " ˻"
msgid "Search"
msgstr "˻"
-#: addressbook/gui/widgets/e-addressbook-model.c:137
+#: addressbook/gui/widgets/e-addressbook-model.c:140
#, fuzzy
msgid "No cards"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-model.c:140
+#: addressbook/gui/widgets/e-addressbook-model.c:143
#, fuzzy
msgid "1 card"
msgstr "޷ μϱ"
-#: addressbook/gui/widgets/e-addressbook-model.c:143
+#: addressbook/gui/widgets/e-addressbook-model.c:146
#, fuzzy, c-format
msgid "%d cards"
msgstr " %d ʸ"
-#: addressbook/gui/widgets/e-addressbook-model.c:370
+#: addressbook/gui/widgets/e-addressbook-model.c:402
#, fuzzy
msgid "Error getting book view"
msgstr "%s() д ߻"
@@ -2890,15 +2914,15 @@ msgid "Error modifying card"
msgstr "%s() д ߻"
#: addressbook/gui/widgets/e-addressbook-util.c:35
-#: shell/evolution-shell-component.c:1090
+#: shell/evolution-shell-component.c:1141
msgid "Success"
msgstr ""
#: addressbook/gui/widgets/e-addressbook-util.c:36
-#: camel/providers/imap/camel-imap-command.c:305
-#: camel/providers/imap/camel-imap-command.c:393
-#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2130
-#: shell/e-storage.c:516 shell/evolution-shell-component.c:1129
+#: camel/providers/imap/camel-imap-command.c:308
+#: camel/providers/imap/camel-imap-command.c:396
+#: camel/providers/pop3/camel-pop3-store.c:511 shell/e-shell.c:2137
+#: shell/e-storage.c:516 shell/evolution-shell-component.c:1180
msgid "Unknown error"
msgstr " "
@@ -2908,7 +2932,7 @@ msgid "Repository offline"
msgstr "ο ۾"
#: addressbook/gui/widgets/e-addressbook-util.c:38 shell/e-storage.c:504
-#: shell/evolution-shell-component.c:1120
+#: shell/evolution-shell-component.c:1171
msgid "Permission denied"
msgstr "㰡 ź"
@@ -2927,7 +2951,7 @@ msgid "Protocol not supported"
msgstr "۵ "
#: addressbook/gui/widgets/e-addressbook-util.c:42
-#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1189
+#: calendar/gui/calendar-model.c:765 calendar/gui/calendar-model.c:1197
#: calendar/gui/dialogs/task-details-page.glade.h:3
#: calendar/gui/e-calendar-table.c:494 calendar/gui/print.c:2299
#: camel/camel-service.c:738 camel/camel-service.c:778
@@ -2987,7 +3011,7 @@ msgstr "%s() д ߻"
#: addressbook/gui/widgets/e-addressbook-util.c:101
#: addressbook/gui/widgets/e-addressbook-util.c:250
-#: addressbook/gui/widgets/e-addressbook-view.c:1624
+#: addressbook/gui/widgets/e-addressbook-view.c:1670
#, fuzzy
msgid "Error removing card"
msgstr ""
@@ -3032,176 +3056,176 @@ msgstr " "
msgid "Copy cards to"
msgstr " "
-#: addressbook/gui/widgets/e-addressbook-view.c:334
+#: addressbook/gui/widgets/e-addressbook-view.c:355
msgid "* Click here to add a contact *"
msgstr "* ó ߰ϱ *"
-#: addressbook/gui/widgets/e-addressbook-view.c:338
+#: addressbook/gui/widgets/e-addressbook-view.c:359
#, fuzzy
msgid "Primary Phone"
msgstr "̸"
-#: addressbook/gui/widgets/e-addressbook-view.c:339
+#: addressbook/gui/widgets/e-addressbook-view.c:360
#, fuzzy
msgid "Assistant Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:340
+#: addressbook/gui/widgets/e-addressbook-view.c:361
#, fuzzy
msgid "Business Phone"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:341
+#: addressbook/gui/widgets/e-addressbook-view.c:362
msgid "Callback Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:342
+#: addressbook/gui/widgets/e-addressbook-view.c:363
#, fuzzy
msgid "Company Phone"
msgstr "ȸ"
-#: addressbook/gui/widgets/e-addressbook-view.c:343
+#: addressbook/gui/widgets/e-addressbook-view.c:364
#, fuzzy
msgid "Home Phone"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:345
+#: addressbook/gui/widgets/e-addressbook-view.c:366
#, fuzzy
msgid "Business Address"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:346
+#: addressbook/gui/widgets/e-addressbook-view.c:367
#, fuzzy
msgid "Home Address"
msgstr "ּ Ȯ"
-#: addressbook/gui/widgets/e-addressbook-view.c:347
+#: addressbook/gui/widgets/e-addressbook-view.c:368
#, fuzzy
msgid "Mobile Phone"
msgstr "޴ȭ"
-#: addressbook/gui/widgets/e-addressbook-view.c:348
+#: addressbook/gui/widgets/e-addressbook-view.c:369
msgid "Car Phone"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:351
+#: addressbook/gui/widgets/e-addressbook-view.c:372
#, fuzzy
msgid "Business Phone 2"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:352
+#: addressbook/gui/widgets/e-addressbook-view.c:373
#, fuzzy
msgid "Home Phone 2"
msgstr " 2"
-#: addressbook/gui/widgets/e-addressbook-view.c:354
+#: addressbook/gui/widgets/e-addressbook-view.c:375
#, fuzzy
msgid "Other Phone"
msgstr "ٸ ó"
-#: addressbook/gui/widgets/e-addressbook-view.c:360
+#: addressbook/gui/widgets/e-addressbook-view.c:381
#, fuzzy
msgid "Other Address"
msgstr "ּ Ȯ"
-#: addressbook/gui/widgets/e-addressbook-view.c:440
+#: addressbook/gui/widgets/e-addressbook-view.c:461
#: importers/evolution-gnomecard-importer.c:228 importers/pine-importer.c:642
#, fuzzy
msgid "Addressbook"
msgstr "ּҷ ߰"
-#: addressbook/gui/widgets/e-addressbook-view.c:701
-#: addressbook/gui/widgets/e-addressbook-view.c:890
-#: addressbook/gui/widgets/e-addressbook-view.c:1826
+#: addressbook/gui/widgets/e-addressbook-view.c:722
+#: addressbook/gui/widgets/e-addressbook-view.c:911
+#: addressbook/gui/widgets/e-addressbook-view.c:1872
#: ui/evolution-addressbook.xml.h:19
msgid "Save as VCard"
msgstr "VCard "
-#: addressbook/gui/widgets/e-addressbook-view.c:877
+#: addressbook/gui/widgets/e-addressbook-view.c:898
#, fuzzy
msgid "New Contact..."
msgstr " ó"
-#: addressbook/gui/widgets/e-addressbook-view.c:878
+#: addressbook/gui/widgets/e-addressbook-view.c:899
#, fuzzy
msgid "New Contact List..."
msgstr " ó"
-#: addressbook/gui/widgets/e-addressbook-view.c:881
+#: addressbook/gui/widgets/e-addressbook-view.c:902
#, fuzzy
msgid "Go to Folder..."
msgstr " (_G)..."
-#: addressbook/gui/widgets/e-addressbook-view.c:882
+#: addressbook/gui/widgets/e-addressbook-view.c:903
#, fuzzy
msgid "Import..."
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:884
+#: addressbook/gui/widgets/e-addressbook-view.c:905
#, fuzzy
msgid "Search for Contacts..."
msgstr "ó ã(_S)"
-#: addressbook/gui/widgets/e-addressbook-view.c:885
+#: addressbook/gui/widgets/e-addressbook-view.c:906
#, fuzzy
msgid "Addressbook Sources..."
msgstr "ּҷ ҽ"
-#: addressbook/gui/widgets/e-addressbook-view.c:887
+#: addressbook/gui/widgets/e-addressbook-view.c:908
#, fuzzy
msgid "Pilot Settings..."
msgstr " (_M)..."
-#: addressbook/gui/widgets/e-addressbook-view.c:891
+#: addressbook/gui/widgets/e-addressbook-view.c:912
#: ui/evolution-addressbook.xml.h:10
#, fuzzy
msgid "Forward Contact"
msgstr "ٸ ּҷ "
-#: addressbook/gui/widgets/e-addressbook-view.c:892
+#: addressbook/gui/widgets/e-addressbook-view.c:913
#, fuzzy
msgid "Send Message to Contact"
msgstr "߿ ޼ ϴ"
-#: addressbook/gui/widgets/e-addressbook-view.c:893
+#: addressbook/gui/widgets/e-addressbook-view.c:914
#: ui/evolution-addressbook.xml.h:16 ui/evolution-comp-editor.xml.h:8
#: ui/evolution-contact-editor.xml.h:4 ui/evolution-mail-message.xml.h:67
#: ui/my-evolution.xml.h:1
msgid "Print"
msgstr "μ"
-#: addressbook/gui/widgets/e-addressbook-view.c:895
+#: addressbook/gui/widgets/e-addressbook-view.c:916
#, fuzzy
msgid "Print Envelope"
msgstr " μ(_v)..."
-#: addressbook/gui/widgets/e-addressbook-view.c:899
+#: addressbook/gui/widgets/e-addressbook-view.c:920
#, fuzzy
msgid "Copy to folder..."
msgstr " ..."
-#: addressbook/gui/widgets/e-addressbook-view.c:900
+#: addressbook/gui/widgets/e-addressbook-view.c:921
#, fuzzy
msgid "Move to folder..."
msgstr " ̵..."
-#: addressbook/gui/widgets/e-addressbook-view.c:903
+#: addressbook/gui/widgets/e-addressbook-view.c:924
#: ui/evolution-addressbook.xml.h:6 ui/evolution-tasks.xml.h:4
msgid "Cut"
msgstr "ڸ"
-#: addressbook/gui/widgets/e-addressbook-view.c:904
+#: addressbook/gui/widgets/e-addressbook-view.c:925
#: ui/evolution-addressbook.xml.h:2 ui/evolution-mail-message.xml.h:8
#: ui/evolution-tasks.xml.h:2
msgid "Copy"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:905
+#: addressbook/gui/widgets/e-addressbook-view.c:926
#: ui/evolution-addressbook.xml.h:13 ui/evolution-tasks.xml.h:9
msgid "Paste"
msgstr "̱"
-#: addressbook/gui/widgets/e-addressbook-view.c:906 filter/libfilter-i18n.h:11
+#: addressbook/gui/widgets/e-addressbook-view.c:927 filter/libfilter-i18n.h:11
#: mail/mail-accounts.c:227 shell/e-shell-folder-commands.c:411
#: ui/evolution-addressbook.xml.h:8 ui/evolution-comp-editor.xml.h:4
#: ui/evolution-contact-editor.xml.h:2
@@ -3209,8 +3233,8 @@ msgstr "̱"
msgid "Delete"
msgstr ""
-#: addressbook/gui/widgets/e-addressbook-view.c:909
-#: calendar/gui/e-day-view.c:3607 calendar/gui/e-week-view.c:3486
+#: addressbook/gui/widgets/e-addressbook-view.c:930
+#: calendar/gui/e-day-view.c:3721 calendar/gui/e-week-view.c:3534
#, fuzzy
msgid "Current View"
msgstr "ī: "
@@ -3219,7 +3243,7 @@ msgstr "ī: "
#. Translators: put here a list of labels you want to see on buttons in
#. addressbook. You may use any character to separate labels but it must
#. also be placed at the begining ot the string
-#: addressbook/gui/widgets/e-addressbook-view.c:942
+#: addressbook/gui/widgets/e-addressbook-view.c:963
msgid ",123,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
@@ -3227,10 +3251,18 @@ msgstr ""
#. in addressbook. You may use any character to separate labels but it
#. must also be placed at the begining ot the string.
#. Use lower case letters if possible.
-#: addressbook/gui/widgets/e-addressbook-view.c:947
+#: addressbook/gui/widgets/e-addressbook-view.c:968
msgid ",0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
msgstr ""
+#: addressbook/gui/widgets/e-addressbook-view.c:1372
+#, c-format
+msgid ""
+"The addressbook backend for\n"
+"%s\n"
+"has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
#: addressbook/gui/widgets/e-minicard-control.c:185
#, c-format
msgid "and %d other cards."
@@ -3351,7 +3383,7 @@ msgid "Include:"
msgstr ":"
#: addressbook/printing/e-contact-print.glade.h:18
-#: calendar/gui/tasks-control.c:628
+#: calendar/gui/tasks-control.c:625
msgid "Landscape"
msgstr ""
@@ -3371,12 +3403,12 @@ msgstr ""
msgid "Number of columns:"
msgstr " :"
-#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:80
+#: addressbook/printing/e-contact-print.glade.h:23 mail/mail-config.glade.h:81
msgid "Options"
msgstr ""
#: addressbook/printing/e-contact-print.glade.h:24
-#: calendar/gui/tasks-control.c:615
+#: calendar/gui/tasks-control.c:612
msgid "Orientation"
msgstr ""
@@ -3399,7 +3431,7 @@ msgstr ":"
#. Portrait
#: addressbook/printing/e-contact-print.glade.h:29
-#: calendar/gui/tasks-control.c:621
+#: calendar/gui/tasks-control.c:618
msgid "Portrait"
msgstr ""
@@ -3456,27 +3488,27 @@ msgstr ":"
msgid "_Font..."
msgstr "۲..."
-#: calendar/cal-util/cal-component.c:1221
+#: calendar/cal-util/cal-component.c:1218
#, fuzzy
msgid "Untitled appointment"
msgstr " ϱ"
#: calendar/cal-util/cal-util.c:500 calendar/cal-util/cal-util.c:522
#: calendar/gui/dialogs/task-details-page.glade.h:6
-#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:745
+#: calendar/gui/e-calendar-table.c:418 mail/message-list.c:749
msgid "High"
msgstr ""
#: calendar/cal-util/cal-util.c:502 calendar/cal-util/cal-util.c:524
-#: calendar/gui/calendar-model.c:1707
+#: calendar/gui/calendar-model.c:1715
#: calendar/gui/dialogs/task-details-page.glade.h:10
-#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:744
+#: calendar/gui/e-calendar-table.c:419 mail/message-list.c:748
msgid "Normal"
msgstr ""
#: calendar/cal-util/cal-util.c:504 calendar/cal-util/cal-util.c:526
#: calendar/gui/dialogs/task-details-page.glade.h:8
-#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:743
+#: calendar/gui/e-calendar-table.c:420 mail/message-list.c:747
msgid "Low"
msgstr ""
@@ -3525,36 +3557,36 @@ msgid "Configuration control for the Evolution Calendar."
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:5
-msgid "Evolution calendar iTip/iMip viewer"
+msgid "Configure your timezone, Calendar and Task List here "
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:6
-msgid "Evolution component for handling the calendar."
+msgid "Evolution calendar iTip/iMip viewer"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:7
+msgid "Evolution component for handling the calendar."
+msgstr ""
+
+#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
#, fuzzy
msgid "Factory for the Evolution Tasks control"
msgstr "ּҷ"
-#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:8
-msgid "Factory for the calendar iTip view control"
-msgstr ""
-
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:9
-msgid "Factory for the sample Calendar control"
+msgid "Factory for the calendar iTip view control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:10
-msgid "Factory to centralize calendar component editor dialogs"
+msgid "Factory for the sample Calendar control"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:11
-msgid "Factory to create a component editor factory"
+msgid "Factory to centralize calendar component editor dialogs"
msgstr ""
#: calendar/gui/GNOME_Evolution_Calendar.oaf.in.h:12
-msgid "This page can be used to configure Calendar and Task preferences"
+msgid "Factory to create a component editor factory"
msgstr ""
#: calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.oaf.in.h:1
@@ -3622,7 +3654,7 @@ msgid ""
msgstr ""
#: calendar/gui/alarm-notify/alarm-queue.c:754
-#: calendar/gui/tasks-control.c:448 mail/mail-callbacks.c:2869
+#: calendar/gui/tasks-control.c:445 mail/mail-callbacks.c:2870
#: widgets/misc/e-messagebox.c:159
msgid "Warning"
msgstr ""
@@ -3643,16 +3675,11 @@ msgstr ""
msgid "Do not ask me about this program again."
msgstr " ޼ ٽ ϴ"
-#: calendar/gui/alarm-notify/notify-main.c:168 calendar/gui/main.c:62
+#: calendar/gui/alarm-notify/notify-main.c:171 calendar/gui/main.c:62
msgid "Could not initialize GNOME"
msgstr "׳ ʱȭ Ҽ ϴ"
-#: calendar/gui/alarm-notify/notify-main.c:183
-#, fuzzy
-msgid "Could not create the alarm notify service"
-msgstr "˶ 丮 ϴ"
-
-#: calendar/gui/alarm-notify/notify-main.c:188
+#: calendar/gui/alarm-notify/notify-main.c:186
msgid "Could not create the alarm notify service factory"
msgstr "˶ 丮 ϴ"
@@ -3671,7 +3698,7 @@ msgstr ":"
msgid "Comment contains"
msgstr ""
-#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1105
+#: calendar/gui/cal-search-bar.c:386 mail/mail-ops.c:1115
msgid "Unmatched"
msgstr ""
@@ -3682,7 +3709,7 @@ msgstr ""
#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/calendar-commands.c:408 calendar/gui/e-day-view-top-item.c:288
-#: calendar/gui/e-day-view.c:1435 calendar/gui/e-week-view-main-item.c:333
+#: calendar/gui/e-day-view.c:1438 calendar/gui/e-week-view-main-item.c:333
msgid "%a %d %b"
msgstr ""
@@ -3740,7 +3767,7 @@ msgstr ""
msgid "W"
msgstr ""
-#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1139
+#: calendar/gui/calendar-model.c:603 calendar/gui/calendar-model.c:1147
#: calendar/gui/e-calendar-table.c:470
#, fuzzy
msgid "Free"
@@ -3748,30 +3775,30 @@ msgstr ""
#: calendar/gui/calendar-model.c:605 calendar/gui/e-calendar-table.c:471
#: calendar/gui/e-meeting-time-sel.c:438
-#: shell/evolution-shell-component.c:1114
+#: shell/evolution-shell-component.c:1165
msgid "Busy"
msgstr "ٻ"
-#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1183
+#: calendar/gui/calendar-model.c:756 calendar/gui/calendar-model.c:1191
#: calendar/gui/dialogs/task-details-page.glade.h:11
#: calendar/gui/e-calendar-table.c:491 calendar/gui/print.c:2290
msgid "Not Started"
msgstr " "
-#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1185
+#: calendar/gui/calendar-model.c:759 calendar/gui/calendar-model.c:1193
#: calendar/gui/dialogs/task-details-page.glade.h:7
#: calendar/gui/e-calendar-table.c:492 calendar/gui/print.c:2293
msgid "In Progress"
msgstr ""
-#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1187
+#: calendar/gui/calendar-model.c:762 calendar/gui/calendar-model.c:1195
#: calendar/gui/dialogs/task-details-page.glade.h:4
#: calendar/gui/e-calendar-table.c:493 calendar/gui/e-meeting-model.c:330
#: calendar/gui/e-meeting-model.c:353 calendar/gui/print.c:2296
msgid "Completed"
msgstr "Ϸ"
-#: calendar/gui/calendar-model.c:1041
+#: calendar/gui/calendar-model.c:1049
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -3779,33 +3806,33 @@ msgid ""
msgstr ""
#. An empty string is the same as 'None'.
-#: calendar/gui/calendar-model.c:1181 calendar/gui/dialogs/meeting-page.c:309
-#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:2002
-#: mail/folder-browser.c:1667 mail/mail-account-gui.c:1229
-#: mail/mail-account-gui.c:1647 mail/mail-accounts.c:453
-#: mail/mail-accounts.c:462 mail/mail-config.glade.h:77
+#: calendar/gui/calendar-model.c:1189 calendar/gui/dialogs/meeting-page.c:309
+#: calendar/gui/dialogs/meeting-page.glade.h:1 composer/e-msg-composer.c:1961
+#: mail/folder-browser.c:1706 mail/mail-account-gui.c:1229
+#: mail/mail-account-gui.c:1649 mail/mail-accounts.c:453
+#: mail/mail-accounts.c:462 mail/mail-config.glade.h:78
#: widgets/e-timezone-dialog/e-timezone-dialog.c:204
#: widgets/misc/e-cell-date-edit.c:250 widgets/misc/e-dateedit.c:452
-#: widgets/misc/e-dateedit.c:1488 widgets/misc/e-dateedit.c:1603
+#: widgets/misc/e-dateedit.c:1473 widgets/misc/e-dateedit.c:1588
msgid "None"
msgstr ""
-#: calendar/gui/calendar-model.c:1709
+#: calendar/gui/calendar-model.c:1717
msgid "Recurring"
msgstr "ݺ"
-#: calendar/gui/calendar-model.c:1711
+#: calendar/gui/calendar-model.c:1719
msgid "Assigned"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:302
-#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:560
-#: calendar/gui/e-meeting-model.c:850
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:302
+#: calendar/gui/e-meeting-model.c:312 calendar/gui/e-meeting-model.c:566
+#: calendar/gui/e-meeting-model.c:859
msgid "Yes"
msgstr ""
-#: calendar/gui/calendar-model.c:1717 calendar/gui/e-meeting-model.c:314
-#: calendar/gui/e-meeting-model.c:851
+#: calendar/gui/calendar-model.c:1725 calendar/gui/e-meeting-model.c:314
+#: calendar/gui/e-meeting-model.c:860
msgid "No"
msgstr "ƴϿ"
@@ -3828,7 +3855,7 @@ msgstr ""
msgid "Month View"
msgstr ""
-#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1363
+#: calendar/gui/component-factory.c:69 calendar/gui/gnome-cal.c:1365
#: importers/netscape-importer.c:1872 my-evolution/my-evolution.glade.h:3
#: shell/e-local-storage.c:176 shell/e-shortcuts.c:1059
msgid "Calendar"
@@ -3839,10 +3866,10 @@ msgid "Folder containing appointments and events"
msgstr ""
#: calendar/gui/component-factory.c:74 calendar/gui/e-tasks.c:704
-#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:502
+#: calendar/gui/print.c:1777 calendar/gui/tasks-control.c:499
#: calendar/importers/icalendar-importer.c:703
-#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:299
-#: my-evolution/e-summary-tasks.c:316 shell/e-local-storage.c:182
+#: importers/netscape-importer.c:1874 my-evolution/e-summary-tasks.c:311
+#: my-evolution/e-summary-tasks.c:330 shell/e-local-storage.c:182
#: shell/e-shortcuts.c:1063
msgid "Tasks"
msgstr "۾"
@@ -3852,60 +3879,60 @@ msgstr "۾"
msgid "Folder containing to-do items"
msgstr "ϸ Ʈ "
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "New appointment"
msgstr " "
-#: calendar/gui/component-factory.c:708
+#: calendar/gui/component-factory.c:709
#, fuzzy
msgid "_Appointment"
msgstr ""
-#: calendar/gui/component-factory.c:709
+#: calendar/gui/component-factory.c:710
msgid "Create a new appointment"
msgstr "ο Ӹ "
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "New meeting"
msgstr " "
-#: calendar/gui/component-factory.c:713
+#: calendar/gui/component-factory.c:714
#, fuzzy
msgid "_Meeting"
msgstr " "
-#: calendar/gui/component-factory.c:714
+#: calendar/gui/component-factory.c:715
#, fuzzy
msgid "Create a new meeting request"
msgstr "ο Ӹ "
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
#, fuzzy
msgid "New task"
msgstr "۾"
-#: calendar/gui/component-factory.c:718
+#: calendar/gui/component-factory.c:719
msgid "_Task"
msgstr ""
-#: calendar/gui/component-factory.c:719
+#: calendar/gui/component-factory.c:720
#, fuzzy
msgid "Create a new task"
msgstr " ޷ ϴ"
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "New All Day Appointment"
msgstr " "
-#: calendar/gui/component-factory.c:723
+#: calendar/gui/component-factory.c:724
#, fuzzy
msgid "All _Day Appointment"
msgstr " "
-#: calendar/gui/component-factory.c:724
+#: calendar/gui/component-factory.c:725
#, fuzzy
msgid "Create a new all-day appointment"
msgstr "ο Ӹ "
@@ -4130,7 +4157,7 @@ msgstr ""
#: calendar/gui/dialogs/alarm-page.glade.h:7
#: calendar/gui/dialogs/recurrence-page.glade.h:8
-#: calendar/gui/e-itip-control.c:892 calendar/gui/e-itip-control.glade.h:11
+#: calendar/gui/e-itip-control.c:774 calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr ""
@@ -4160,7 +4187,7 @@ msgstr " "
msgid "hour(s)"
msgstr ""
-#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:184
+#: calendar/gui/dialogs/alarm-page.glade.h:16 mail/mail-config.glade.h:185
msgid "minute(s)"
msgstr ""
@@ -4350,7 +4377,7 @@ msgid "_Fri"
msgstr ""
#: calendar/gui/dialogs/cal-prefs-dialog.glade.h:40
-#: mail/mail-config.glade.h:157
+#: mail/mail-config.glade.h:158
#, fuzzy
msgid "_General"
msgstr "Ϲ "
@@ -4498,61 +4525,61 @@ msgstr ""
msgid "Due "
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:343
+#: calendar/gui/dialogs/comp-editor.c:342
#, fuzzy
msgid "Could not update invalid object"
msgstr " ϵ ϴ"
-#: calendar/gui/dialogs/comp-editor.c:346
+#: calendar/gui/dialogs/comp-editor.c:345
msgid "Object not found, not updated"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:349
+#: calendar/gui/dialogs/comp-editor.c:348
msgid "You don't have permissions to update this object"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:352
+#: calendar/gui/dialogs/comp-editor.c:351
#, fuzzy
msgid "Could not update object"
msgstr " ϵ ϴ"
-#: calendar/gui/dialogs/comp-editor.c:798
+#: calendar/gui/dialogs/comp-editor.c:797
msgid "Edit Appointment"
msgstr " Ѵ"
-#: calendar/gui/dialogs/comp-editor.c:803
+#: calendar/gui/dialogs/comp-editor.c:802
#, c-format
msgid "Appointment - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:806
+#: calendar/gui/dialogs/comp-editor.c:805
#, c-format
msgid "Task - %s"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:809
+#: calendar/gui/dialogs/comp-editor.c:808
#, c-format
msgid "Journal entry - %s"
msgstr " - %s"
-#: calendar/gui/dialogs/comp-editor.c:823
+#: calendar/gui/dialogs/comp-editor.c:822
msgid "No summary"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1213
-#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3862
-#: calendar/gui/e-week-view.c:3754 composer/e-msg-composer.c:1148
+#: calendar/gui/dialogs/comp-editor.c:1220
+#: calendar/gui/e-calendar-table.c:1070 calendar/gui/e-day-view.c:3976
+#: calendar/gui/e-week-view.c:3802 composer/e-msg-composer.c:1146
msgid "Save as..."
msgstr "ٸ ̸ ..."
-#: calendar/gui/dialogs/comp-editor.c:1314
-#: calendar/gui/dialogs/comp-editor.c:1338
-#: calendar/gui/dialogs/comp-editor.c:1362
+#: calendar/gui/dialogs/comp-editor.c:1321
+#: calendar/gui/dialogs/comp-editor.c:1345
+#: calendar/gui/dialogs/comp-editor.c:1369
msgid ""
"Changes made to this item may be discarded if an update arrives via email"
msgstr ""
-#: calendar/gui/dialogs/comp-editor.c:1389
+#: calendar/gui/dialogs/comp-editor.c:1396
msgid "Unable to obtain current version!"
msgstr ""
@@ -4627,14 +4654,14 @@ msgstr ""
#: calendar/gui/dialogs/event-editor.c:211
#: calendar/gui/dialogs/event-editor.c:277
-#: calendar/gui/dialogs/event-editor.c:401
+#: calendar/gui/dialogs/event-editor.c:407
#, fuzzy
msgid "Scheduling"
msgstr ""
#: calendar/gui/dialogs/event-editor.c:216
#: calendar/gui/dialogs/event-editor.c:280
-#: calendar/gui/dialogs/event-editor.c:404 ui/evolution-event-editor.xml.h:6
+#: calendar/gui/dialogs/event-editor.c:410 ui/evolution-event-editor.xml.h:6
#, fuzzy
msgid "Meeting"
msgstr " "
@@ -4769,7 +4796,7 @@ msgid "Member"
msgstr ""
#: calendar/gui/dialogs/meeting-page.etspec.h:8
-#: calendar/gui/e-itip-control.c:1010
+#: calendar/gui/e-itip-control.c:898
#: calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr ""
@@ -4992,7 +5019,7 @@ msgstr "Ϸ ¥:"
#: calendar/gui/dialogs/task-details-page.glade.h:9
#: calendar/gui/e-meeting-model.c:320 calendar/gui/e-meeting-model.c:343
-#: calendar/gui/e-meeting-model.c:566 calendar/gui/e-meeting-model.c:863
+#: calendar/gui/e-meeting-model.c:572 calendar/gui/e-meeting-model.c:872
#, fuzzy
msgid "Needs Action"
msgstr " "
@@ -5020,12 +5047,12 @@ msgstr ""
#: calendar/gui/dialogs/task-editor.c:194
#: calendar/gui/dialogs/task-editor.c:238
-#: calendar/gui/dialogs/task-editor.c:353
+#: calendar/gui/dialogs/task-editor.c:359
#, fuzzy
msgid "Assignment"
msgstr ""
-#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:941
+#: calendar/gui/dialogs/task-page.glade.h:5 calendar/gui/e-itip-control.c:828
#: calendar/gui/e-itip-control.glade.h:6
#: composer/e-msg-composer-attachment.glade.h:2 mail/mail-config.glade.h:43
msgid "Description:"
@@ -5094,14 +5121,14 @@ msgstr ""
msgid "100%"
msgstr ""
-#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2763
-#: calendar/gui/e-week-view.c:1854
+#: calendar/gui/e-calendar-table.c:753 calendar/gui/e-day-view.c:2867
+#: calendar/gui/e-week-view.c:1892
#, fuzzy
msgid "Deleting selected objects"
msgstr "ó "
-#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3631
-#: calendar/gui/e-week-view.c:3504 mail/folder-browser.c:1678
+#: calendar/gui/e-calendar-table.c:987 calendar/gui/e-day-view.c:3745
+#: calendar/gui/e-week-view.c:3552 mail/folder-browser.c:1717
#: shell/e-shortcuts-view.c:408 ui/evolution-addressbook.xml.h:36
#, fuzzy
msgid "_Open"
@@ -5112,30 +5139,30 @@ msgstr ""
msgid "_Save as..."
msgstr "ٸ ̸ ..."
-#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3633
-#: calendar/gui/e-week-view.c:3478 calendar/gui/e-week-view.c:3506
+#: calendar/gui/e-calendar-table.c:989 calendar/gui/e-day-view.c:3747
+#: calendar/gui/e-week-view.c:3526 calendar/gui/e-week-view.c:3554
#: ui/evolution-addressbook.xml.h:38 ui/evolution-calendar.xml.h:30
#: ui/evolution-contact-editor.xml.h:14 ui/evolution-mail-message.xml.h:108
#: ui/evolution-tasks.xml.h:20 ui/my-evolution.xml.h:6
msgid "_Print..."
msgstr "μ(_P)..."
-#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3638
-#: calendar/gui/e-week-view.c:3511 ui/evolution-addressbook.xml.h:1
+#: calendar/gui/e-calendar-table.c:993 calendar/gui/e-day-view.c:3752
+#: calendar/gui/e-week-view.c:3559 ui/evolution-addressbook.xml.h:1
#: ui/evolution-calendar.xml.h:1 ui/evolution-tasks.xml.h:1
msgid "C_ut"
msgstr "ڸ(_u)"
-#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3639
-#: calendar/gui/e-week-view.c:3512 ui/evolution-addressbook.xml.h:30
+#: calendar/gui/e-calendar-table.c:994 calendar/gui/e-day-view.c:3753
+#: calendar/gui/e-week-view.c:3560 ui/evolution-addressbook.xml.h:30
#: ui/evolution-calendar.xml.h:26 ui/evolution-mail-list.xml.h:24
#: ui/evolution-tasks.xml.h:15
msgid "_Copy"
msgstr "(_C)"
-#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3602
-#: calendar/gui/e-day-view.c:3640 calendar/gui/e-week-view.c:3482
-#: calendar/gui/e-week-view.c:3513 ui/evolution-addressbook.xml.h:37
+#: calendar/gui/e-calendar-table.c:995 calendar/gui/e-day-view.c:3716
+#: calendar/gui/e-day-view.c:3754 calendar/gui/e-week-view.c:3530
+#: calendar/gui/e-week-view.c:3561 ui/evolution-addressbook.xml.h:37
#: ui/evolution-calendar.xml.h:29 ui/evolution-mail-list.xml.h:29
#: ui/evolution-tasks.xml.h:19
msgid "_Paste"
@@ -5166,8 +5193,8 @@ msgstr "Ϸ ǥ"
msgid "_Delete Selected Tasks"
msgstr " մϴ"
-#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7502
-#: calendar/gui/e-week-view.c:4255
+#: calendar/gui/e-calendar-table.c:1274 calendar/gui/e-day-view.c:7631
+#: calendar/gui/e-week-view.c:4303
msgid "Updating objects"
msgstr ""
@@ -5227,14 +5254,14 @@ msgid "URL"
msgstr ""
#. strftime format of a weekday, a date and a time, 24-hour.
-#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:163
-#: e-util/e-time-utils.c:357
+#: calendar/gui/e-cell-date-edit-text.c:118 e-util/e-time-utils.c:167
+#: e-util/e-time-utils.c:380
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr ""
#. strftime format of a weekday, a date and a time, 12-hour.
-#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:158
-#: e-util/e-time-utils.c:366
+#: calendar/gui/e-cell-date-edit-text.c:121 e-util/e-time-utils.c:162
+#: e-util/e-time-utils.c:389
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr ""
@@ -5253,541 +5280,515 @@ msgstr ""
#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1421
+#: calendar/gui/e-day-view-top-item.c:284 calendar/gui/e-day-view.c:1424
#: calendar/gui/e-week-view-main-item.c:324 calendar/gui/print.c:1507
msgid "%A %d %B"
msgstr ""
#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
-#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1448
+#: calendar/gui/e-day-view-top-item.c:292 calendar/gui/e-day-view.c:1451
#: calendar/gui/e-week-view-main-item.c:347
msgid "%d %b"
msgstr ""
#. String to use in 12-hour time format for times in the morning.
-#: calendar/gui/e-day-view.c:635 calendar/gui/e-week-view.c:376
+#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:377
#: calendar/gui/print.c:791
msgid "am"
msgstr ""
#. String to use in 12-hour time format for times in the afternoon.
-#: calendar/gui/e-day-view.c:638 calendar/gui/e-week-view.c:379
+#: calendar/gui/e-day-view.c:641 calendar/gui/e-week-view.c:380
#: calendar/gui/print.c:793
msgid "pm"
msgstr ""
-#: calendar/gui/e-day-view.c:3586
+#: calendar/gui/e-day-view.c:3700
#, fuzzy
msgid "New _Appointment"
msgstr " "
-#: calendar/gui/e-day-view.c:3588 calendar/gui/e-week-view.c:3472
+#: calendar/gui/e-day-view.c:3702 calendar/gui/e-week-view.c:3520
msgid "New All Day _Event"
msgstr ""
-#: calendar/gui/e-day-view.c:3590 calendar/gui/e-week-view.c:3473
+#: calendar/gui/e-day-view.c:3704 calendar/gui/e-week-view.c:3521
#, fuzzy
msgid "New Meeting"
msgstr " "
-#: calendar/gui/e-day-view.c:3592 calendar/gui/e-week-view.c:3474
+#: calendar/gui/e-day-view.c:3706 calendar/gui/e-week-view.c:3522
msgid "New Task"
msgstr ""
-#: calendar/gui/e-day-view.c:3597 ui/evolution-comp-editor.xml.h:11
+#: calendar/gui/e-day-view.c:3711 ui/evolution-comp-editor.xml.h:11
msgid "Print..."
msgstr "μ..."
-#: calendar/gui/e-day-view.c:3609 calendar/gui/e-week-view.c:3488
+#: calendar/gui/e-day-view.c:3723 calendar/gui/e-week-view.c:3536
#: ui/evolution-calendar.xml.h:10
msgid "Go to _Today"
msgstr "÷ ̵(_T)"
-#: calendar/gui/e-day-view.c:3611 calendar/gui/e-week-view.c:3489
+#: calendar/gui/e-day-view.c:3725 calendar/gui/e-week-view.c:3537
#, fuzzy
msgid "_Go to Date..."
msgstr "¥ ̵..."
-#: calendar/gui/e-day-view.c:3616 calendar/gui/e-week-view.c:3493
+#: calendar/gui/e-day-view.c:3730 calendar/gui/e-week-view.c:3541
#: ui/evolution-calendar.xml.h:31
#, fuzzy
msgid "_Publish Free/Busy Information"
msgstr " "
-#: calendar/gui/e-day-view.c:3621 calendar/gui/e-week-view.c:3497
+#: calendar/gui/e-day-view.c:3735 calendar/gui/e-week-view.c:3545
#, fuzzy
msgid "_Configure..."
msgstr " "
-#: calendar/gui/e-day-view.c:3623 calendar/gui/e-week-view.c:3498
+#: calendar/gui/e-day-view.c:3737 calendar/gui/e-week-view.c:3546
#, fuzzy
msgid "_Configure Pilot..."
msgstr " "
-#: calendar/gui/e-day-view.c:3632 calendar/gui/e-week-view.c:3505
-#: mail/folder-browser.c:1680 ui/evolution-mail-message.xml.h:112
+#: calendar/gui/e-day-view.c:3746 calendar/gui/e-week-view.c:3553
+#: mail/folder-browser.c:1719 ui/evolution-mail-message.xml.h:112
msgid "_Save As..."
msgstr "ٸ̸ (_S)..."
-#: calendar/gui/e-day-view.c:3644 calendar/gui/e-week-view.c:3517
+#: calendar/gui/e-day-view.c:3758 calendar/gui/e-week-view.c:3565
#, fuzzy
msgid "_Schedule Meeting..."
msgstr ""
-#: calendar/gui/e-day-view.c:3645 calendar/gui/e-week-view.c:3518
+#: calendar/gui/e-day-view.c:3759 calendar/gui/e-week-view.c:3566
#, fuzzy
msgid "_Forward as iCalendar..."
msgstr "޷ ҷ̱"
-#: calendar/gui/e-day-view.c:3650 calendar/gui/e-week-view.c:3523
+#: calendar/gui/e-day-view.c:3764 calendar/gui/e-week-view.c:3571
#, fuzzy
msgid "Make this Occurrence _Movable"
msgstr " "
-#: calendar/gui/e-day-view.c:3651 calendar/gui/e-week-view.c:3524
+#: calendar/gui/e-day-view.c:3765 calendar/gui/e-week-view.c:3572
#, fuzzy
msgid "Delete this _Occurrence"
msgstr " ޼ մϴ"
-#: calendar/gui/e-day-view.c:3652 calendar/gui/e-week-view.c:3525
+#: calendar/gui/e-day-view.c:3766 calendar/gui/e-week-view.c:3573
msgid "Delete _All Occurrences"
msgstr ""
-#: calendar/gui/e-day-view.c:4014 calendar/gui/e-week-view.c:3882
+#: calendar/gui/e-day-view.c:4128 calendar/gui/e-week-view.c:3930
#: shell/e-shell-view-menu.c:639
msgid "The GNOME Pilot tools do not appear to be installed on this system."
msgstr ""
-#: calendar/gui/e-day-view.c:4020 calendar/gui/e-week-view.c:3888
+#: calendar/gui/e-day-view.c:4134 calendar/gui/e-week-view.c:3936
#: shell/e-shell-view-menu.c:647
#, fuzzy, c-format
msgid "Error executing %s."
msgstr " : %s: %s"
-#: calendar/gui/e-itip-control.c:678
-#, fuzzy
-msgid "Meeting begins: <b>"
-msgstr "ȸ ð(_e):"
-
-#: calendar/gui/e-itip-control.c:683
-#, fuzzy
-msgid "Task begins: <b>"
-msgstr "Ϸ"
-
-#: calendar/gui/e-itip-control.c:688
-#, fuzzy
-msgid "Free/Busy info begins: <b>"
-msgstr " "
-
-#: calendar/gui/e-itip-control.c:692
-#, fuzzy
-msgid "Begins: <b>"
-msgstr "ȸ ð(_e):"
-
-#: calendar/gui/e-itip-control.c:704
-#, fuzzy
-msgid "Meeting ends: <b>"
-msgstr "ȸ ð(_e):"
-
-#: calendar/gui/e-itip-control.c:707
-#, fuzzy
-msgid "Free/Busy info ends: <b>"
-msgstr " "
+#: calendar/gui/e-itip-control.c:583
+msgid "<b>Starts:</b> "
+msgstr ""
-#: calendar/gui/e-itip-control.c:711
+#: calendar/gui/e-itip-control.c:593
#, fuzzy
-msgid "Ends: <b>"
+msgid "<b>Ends:</b> "
msgstr "ȸ ð(_e):"
-#: calendar/gui/e-itip-control.c:725
+#: calendar/gui/e-itip-control.c:606
#, fuzzy
-msgid "Task Completed: <b>"
+msgid "<b>Completed:</b> "
msgstr "Ϸ"
-#: calendar/gui/e-itip-control.c:735
+#: calendar/gui/e-itip-control.c:616
#, fuzzy
-msgid "Task Due: <b>"
-msgstr "Ϸ"
+msgid "<b>Due:</b> "
+msgstr ":"
-#: calendar/gui/e-itip-control.c:772 calendar/gui/e-itip-control.c:822
+#: calendar/gui/e-itip-control.c:653 calendar/gui/e-itip-control.c:703
#, fuzzy
msgid "iCalendar Information"
msgstr " "
#. Title
-#: calendar/gui/e-itip-control.c:787
+#: calendar/gui/e-itip-control.c:668
#, fuzzy
msgid "iCalendar Error"
msgstr "޷"
-#: calendar/gui/e-itip-control.c:853 calendar/gui/e-itip-control.c:869
+#: calendar/gui/e-itip-control.c:734 calendar/gui/e-itip-control.c:750
#, fuzzy
msgid "An unknown person"
msgstr " "
#. Describe what the user can do
-#: calendar/gui/e-itip-control.c:876
+#: calendar/gui/e-itip-control.c:757
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
msgstr ""
-#: calendar/gui/e-itip-control.c:892
+#: calendar/gui/e-itip-control.c:772
msgid "<i>None</i>"
msgstr ""
-#: calendar/gui/e-itip-control.c:898
+#: calendar/gui/e-itip-control.c:782
#, fuzzy
msgid "Location:"
msgstr ""
"\n"
" ġ: "
-#: calendar/gui/e-itip-control.c:910
+#: calendar/gui/e-itip-control.c:796
#, fuzzy
msgid "Status:"
msgstr "(_S):"
-#: calendar/gui/e-itip-control.c:915 calendar/gui/e-meeting-model.c:322
-#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:864
-#: calendar/gui/itip-utils.c:490
+#: calendar/gui/e-itip-control.c:801 calendar/gui/e-meeting-model.c:322
+#: calendar/gui/e-meeting-model.c:345 calendar/gui/e-meeting-model.c:873
+#: calendar/gui/itip-utils.c:463
#, fuzzy
msgid "Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:919 calendar/gui/itip-utils.c:493
+#: calendar/gui/e-itip-control.c:805 calendar/gui/itip-utils.c:466
#, fuzzy
msgid "Tentatively Accepted"
msgstr ""
-#: calendar/gui/e-itip-control.c:923 calendar/gui/e-meeting-model.c:324
-#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:865
-#: calendar/gui/itip-utils.c:496 calendar/gui/itip-utils.c:522
+#: calendar/gui/e-itip-control.c:809 calendar/gui/e-meeting-model.c:324
+#: calendar/gui/e-meeting-model.c:347 calendar/gui/e-meeting-model.c:874
+#: calendar/gui/itip-utils.c:469 calendar/gui/itip-utils.c:495
#, fuzzy
msgid "Declined"
msgstr "ݴ"
-#: calendar/gui/e-itip-control.c:927 calendar/gui/e-itip-control.c:1131
+#: calendar/gui/e-itip-control.c:813 calendar/gui/e-itip-control.c:1019
#: calendar/gui/e-meeting-model.c:258 calendar/gui/e-meeting-model.c:293
-#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:822
-#: calendar/gui/e-meeting-model.c:838 camel/camel-tcp-stream-openssl.c:629
+#: calendar/gui/e-meeting-model.c:358 calendar/gui/e-meeting-model.c:831
+#: calendar/gui/e-meeting-model.c:847 camel/camel-tcp-stream-openssl.c:629
#: camel/providers/smtp/camel-smtp-transport.c:172
-#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:326
+#: camel/providers/smtp/camel-smtp-transport.c:227 mail/folder-browser.c:327
#: mail/mail-display.c:888 widgets/misc/e-charset-picker.c:58
#: widgets/misc/e-charset-picker.c:444
msgid "Unknown"
msgstr ""
-#: calendar/gui/e-itip-control.c:978 calendar/gui/e-itip-control.c:1006
-#: calendar/gui/e-itip-control.c:1032 calendar/gui/e-itip-control.c:1045
-#: calendar/gui/e-itip-control.c:1058 calendar/gui/e-itip-control.c:1071
+#: calendar/gui/e-itip-control.c:866 calendar/gui/e-itip-control.c:894
+#: calendar/gui/e-itip-control.c:920 calendar/gui/e-itip-control.c:933
+#: calendar/gui/e-itip-control.c:946 calendar/gui/e-itip-control.c:959
#, fuzzy
msgid "Choose an action:"
msgstr " "
-#: calendar/gui/e-itip-control.c:979
+#: calendar/gui/e-itip-control.c:867
#, fuzzy
msgid "Update"
msgstr "۾"
-#: calendar/gui/e-itip-control.c:980 calendar/gui/e-itip-control.c:1011
-#: calendar/gui/e-itip-control.c:1034 calendar/gui/e-itip-control.c:1047
-#: calendar/gui/e-itip-control.c:1060 calendar/gui/e-itip-control.c:1073
-#: shell/e-shell.c:2120 widgets/misc/e-cell-date-edit.c:258
+#: calendar/gui/e-itip-control.c:868 calendar/gui/e-itip-control.c:899
+#: calendar/gui/e-itip-control.c:922 calendar/gui/e-itip-control.c:935
+#: calendar/gui/e-itip-control.c:948 calendar/gui/e-itip-control.c:961
+#: shell/e-shell.c:2127 widgets/misc/e-cell-date-edit.c:258
msgid "OK"
msgstr "Ȯ"
-#: calendar/gui/e-itip-control.c:1007
+#: calendar/gui/e-itip-control.c:895
#, fuzzy
msgid "Accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1008
+#: calendar/gui/e-itip-control.c:896
#, fuzzy
msgid "Tentatively accept"
msgstr ""
-#: calendar/gui/e-itip-control.c:1009
+#: calendar/gui/e-itip-control.c:897
#, fuzzy
msgid "Decline"
msgstr "ݴ"
-#: calendar/gui/e-itip-control.c:1033
+#: calendar/gui/e-itip-control.c:921
#, fuzzy
msgid "Send Free/Busy Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:1046
+#: calendar/gui/e-itip-control.c:934
msgid "Update respondent status"
msgstr ""
-#: calendar/gui/e-itip-control.c:1059
+#: calendar/gui/e-itip-control.c:947
#, fuzzy
msgid "Send Latest Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1072 calendar/gui/itip-utils.c:510
-#: shell/evolution-shell-component.c:1092 ui/evolution-mail-global.xml.h:1
+#: calendar/gui/e-itip-control.c:960 calendar/gui/itip-utils.c:483
+#: shell/evolution-shell-component.c:1143 ui/evolution-mail-global.xml.h:1
#, fuzzy
msgid "Cancel"
msgstr "ҵ"
-#: calendar/gui/e-itip-control.c:1150
+#: calendar/gui/e-itip-control.c:1038
#, fuzzy, c-format
msgid "<b>%s</b> has published meeting information."
msgstr " "
-#: calendar/gui/e-itip-control.c:1151
+#: calendar/gui/e-itip-control.c:1039
#, fuzzy
msgid "Meeting Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:1155
+#: calendar/gui/e-itip-control.c:1043
#, fuzzy, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1156
+#: calendar/gui/e-itip-control.c:1044
#, fuzzy
msgid "Meeting Proposal"
msgstr " "
-#: calendar/gui/e-itip-control.c:1160
+#: calendar/gui/e-itip-control.c:1048
#, fuzzy, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1161
+#: calendar/gui/e-itip-control.c:1049
#, fuzzy
msgid "Meeting Update"
msgstr "ȸ ð(_e):"
-#: calendar/gui/e-itip-control.c:1165
+#: calendar/gui/e-itip-control.c:1053
#, fuzzy, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1166
+#: calendar/gui/e-itip-control.c:1054
#, fuzzy
msgid "Meeting Update Request"
msgstr "ȸ ð(_e):"
-#: calendar/gui/e-itip-control.c:1173
+#: calendar/gui/e-itip-control.c:1061
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1174
+#: calendar/gui/e-itip-control.c:1062
#, fuzzy
msgid "Meeting Reply"
msgstr " "
-#: calendar/gui/e-itip-control.c:1181
+#: calendar/gui/e-itip-control.c:1069
#, fuzzy, c-format
msgid "<b>%s</b> has cancelled a meeting."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1182
+#: calendar/gui/e-itip-control.c:1070
#, fuzzy
msgid "Meeting Cancellation"
msgstr " "
-#: calendar/gui/e-itip-control.c:1189 calendar/gui/e-itip-control.c:1250
-#: calendar/gui/e-itip-control.c:1285
+#: calendar/gui/e-itip-control.c:1077 calendar/gui/e-itip-control.c:1138
+#: calendar/gui/e-itip-control.c:1173
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr ""
-#: calendar/gui/e-itip-control.c:1190
+#: calendar/gui/e-itip-control.c:1078
#, fuzzy
msgid "Bad Meeting Message"
msgstr "޼ "
-#: calendar/gui/e-itip-control.c:1211
+#: calendar/gui/e-itip-control.c:1099
#, fuzzy, c-format
msgid "<b>%s</b> has published task information."
msgstr " "
-#: calendar/gui/e-itip-control.c:1212
+#: calendar/gui/e-itip-control.c:1100
#, fuzzy
msgid "Task Information"
msgstr ""
-#: calendar/gui/e-itip-control.c:1216
+#: calendar/gui/e-itip-control.c:1104
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr ""
-#: calendar/gui/e-itip-control.c:1217
+#: calendar/gui/e-itip-control.c:1105
#, fuzzy
msgid "Task Proposal"
msgstr "۾е"
-#: calendar/gui/e-itip-control.c:1221
+#: calendar/gui/e-itip-control.c:1109
#, fuzzy, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1222
+#: calendar/gui/e-itip-control.c:1110
#, fuzzy
msgid "Task Update"
msgstr "۾"
-#: calendar/gui/e-itip-control.c:1226
+#: calendar/gui/e-itip-control.c:1114
#, fuzzy, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1227
+#: calendar/gui/e-itip-control.c:1115
#, fuzzy
msgid "Task Update Request"
msgstr "۾"
-#: calendar/gui/e-itip-control.c:1234
+#: calendar/gui/e-itip-control.c:1122
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1235
+#: calendar/gui/e-itip-control.c:1123
#, fuzzy
msgid "Task Reply"
msgstr "ȸ"
-#: calendar/gui/e-itip-control.c:1242
+#: calendar/gui/e-itip-control.c:1130
#, fuzzy, c-format
msgid "<b>%s</b> has cancelled a task."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1243
+#: calendar/gui/e-itip-control.c:1131
#, fuzzy
msgid "Task Cancellation"
msgstr " "
-#: calendar/gui/e-itip-control.c:1251
+#: calendar/gui/e-itip-control.c:1139
#, fuzzy
msgid "Bad Task Message"
msgstr "޼ "
-#: calendar/gui/e-itip-control.c:1270
+#: calendar/gui/e-itip-control.c:1158
#, fuzzy, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr " "
-#: calendar/gui/e-itip-control.c:1271
+#: calendar/gui/e-itip-control.c:1159
#, fuzzy
msgid "Free/Busy Information"
msgstr " "
-#: calendar/gui/e-itip-control.c:1275
+#: calendar/gui/e-itip-control.c:1163
#, fuzzy, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr " "
-#: calendar/gui/e-itip-control.c:1276
+#: calendar/gui/e-itip-control.c:1164
#, fuzzy
msgid "Free/Busy Request"
msgstr "޼ μ"
-#: calendar/gui/e-itip-control.c:1280
+#: calendar/gui/e-itip-control.c:1168
#, fuzzy, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "̰ ڿ ּԴϴ(_T)"
-#: calendar/gui/e-itip-control.c:1281
+#: calendar/gui/e-itip-control.c:1169
#, fuzzy
msgid "Free/Busy Reply"
msgstr "޼ μ"
-#: calendar/gui/e-itip-control.c:1286
+#: calendar/gui/e-itip-control.c:1174
#, fuzzy
msgid "Bad Free/Busy Message"
msgstr "޼ μ"
-#: calendar/gui/e-itip-control.c:1365
+#: calendar/gui/e-itip-control.c:1229
msgid "The message does not appear to be properly formed"
msgstr ""
-#: calendar/gui/e-itip-control.c:1384
+#: calendar/gui/e-itip-control.c:1248
msgid "The message contains only unsupported requests."
msgstr ""
-#: calendar/gui/e-itip-control.c:1412 calendar/gui/e-itip-control.c:1418
+#: calendar/gui/e-itip-control.c:1276 calendar/gui/e-itip-control.c:1282
msgid "The attachment does not contain a valid calendar message"
msgstr ""
-#: calendar/gui/e-itip-control.c:1443
+#: calendar/gui/e-itip-control.c:1307
msgid "The attachment has no viewable calendar items"
msgstr ""
-#: calendar/gui/e-itip-control.c:1578 calendar/gui/e-itip-control.c:1670
+#: calendar/gui/e-itip-control.c:1458 calendar/gui/e-itip-control.c:1550
msgid "Object is invalid and cannot be updated\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1581 calendar/gui/e-itip-control.c:1673
+#: calendar/gui/e-itip-control.c:1461 calendar/gui/e-itip-control.c:1553
msgid "There was an error on the CORBA system\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1584 calendar/gui/e-itip-control.c:1676
+#: calendar/gui/e-itip-control.c:1464 calendar/gui/e-itip-control.c:1556
#, fuzzy
msgid "Object could not be found\n"
msgstr "Bug buddy Ҽ ϴ."
-#: calendar/gui/e-itip-control.c:1587 calendar/gui/e-itip-control.c:1679
+#: calendar/gui/e-itip-control.c:1467 calendar/gui/e-itip-control.c:1559
msgid "You don't have permissions to update the calendar\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1590
+#: calendar/gui/e-itip-control.c:1470
#, fuzzy
msgid "Update complete\n"
msgstr "Ϸ ¥:"
-#: calendar/gui/e-itip-control.c:1593
+#: calendar/gui/e-itip-control.c:1473
msgid "Calendar file could not be updated!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1622 calendar/gui/e-itip-control.c:1688
+#: calendar/gui/e-itip-control.c:1502 calendar/gui/e-itip-control.c:1568
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
-#: calendar/gui/e-itip-control.c:1643
+#: calendar/gui/e-itip-control.c:1523
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
-#: calendar/gui/e-itip-control.c:1655
+#: calendar/gui/e-itip-control.c:1535
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1682
+#: calendar/gui/e-itip-control.c:1562
#, fuzzy
msgid "Attendee status updated\n"
msgstr " ּ"
-#: calendar/gui/e-itip-control.c:1685
+#: calendar/gui/e-itip-control.c:1565
#, fuzzy
msgid "Attendee status could not be updated!\n"
msgstr " ּ"
-#: calendar/gui/e-itip-control.c:1720
+#: calendar/gui/e-itip-control.c:1600
#, fuzzy
msgid "Removal Complete"
msgstr "% Ϸ(_p):"
-#: calendar/gui/e-itip-control.c:1750 calendar/gui/e-itip-control.c:1800
+#: calendar/gui/e-itip-control.c:1630 calendar/gui/e-itip-control.c:1680
#, fuzzy
msgid "Item sent!\n"
msgstr " ¥"
-#: calendar/gui/e-itip-control.c:1752 calendar/gui/e-itip-control.c:1804
+#: calendar/gui/e-itip-control.c:1632 calendar/gui/e-itip-control.c:1684
msgid "The item could not be sent!\n"
msgstr ""
-#: calendar/gui/e-itip-control.c:1907
+#: calendar/gui/e-itip-control.c:1757
#, fuzzy
msgid "Select Calendar Folder"
msgstr " "
-#: calendar/gui/e-itip-control.c:1914
+#: calendar/gui/e-itip-control.c:1764
#, fuzzy
msgid "Select Tasks Folder"
msgstr " "
@@ -5834,7 +5835,7 @@ msgstr ""
msgid "Chair Persons"
msgstr ""
-#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1750
+#: calendar/gui/e-meeting-model.c:85 calendar/gui/e-meeting-model.c:1759
#, fuzzy
msgid "Required Participants"
msgstr " "
@@ -5846,58 +5847,58 @@ msgstr " "
#: calendar/gui/e-meeting-model.c:87
#, fuzzy
-msgid "Non-Participants"
-msgstr " "
+msgid "Resources"
+msgstr ":"
#: calendar/gui/e-meeting-model.c:233 calendar/gui/e-meeting-model.c:250
-#: calendar/gui/e-meeting-model.c:556 calendar/gui/e-meeting-model.c:818
+#: calendar/gui/e-meeting-model.c:562 calendar/gui/e-meeting-model.c:827
msgid "Individual"
msgstr ""
#: calendar/gui/e-meeting-model.c:235 calendar/gui/e-meeting-model.c:252
-#: calendar/gui/e-meeting-model.c:819
+#: calendar/gui/e-meeting-model.c:828
#, fuzzy
msgid "Group"
msgstr "׷ ̸:"
#: calendar/gui/e-meeting-model.c:237 calendar/gui/e-meeting-model.c:254
-#: calendar/gui/e-meeting-model.c:820
+#: calendar/gui/e-meeting-model.c:829
#, fuzzy
msgid "Resource"
msgstr ":"
#: calendar/gui/e-meeting-model.c:239 calendar/gui/e-meeting-model.c:256
-#: calendar/gui/e-meeting-model.c:821
+#: calendar/gui/e-meeting-model.c:830
msgid "Room"
msgstr ""
#: calendar/gui/e-meeting-model.c:268 calendar/gui/e-meeting-model.c:285
-#: calendar/gui/e-meeting-model.c:834
+#: calendar/gui/e-meeting-model.c:843
msgid "Chair"
msgstr ""
#: calendar/gui/e-meeting-model.c:270 calendar/gui/e-meeting-model.c:287
-#: calendar/gui/e-meeting-model.c:558 calendar/gui/e-meeting-model.c:835
+#: calendar/gui/e-meeting-model.c:564 calendar/gui/e-meeting-model.c:844
msgid "Required Participant"
msgstr " "
#: calendar/gui/e-meeting-model.c:272 calendar/gui/e-meeting-model.c:289
-#: calendar/gui/e-meeting-model.c:836
+#: calendar/gui/e-meeting-model.c:845
msgid "Optional Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:274 calendar/gui/e-meeting-model.c:291
-#: calendar/gui/e-meeting-model.c:837
+#: calendar/gui/e-meeting-model.c:846
msgid "Non-Participant"
msgstr ""
#: calendar/gui/e-meeting-model.c:326 calendar/gui/e-meeting-model.c:349
-#: calendar/gui/e-meeting-model.c:866 calendar/gui/e-meeting-time-sel.c:437
+#: calendar/gui/e-meeting-model.c:875 calendar/gui/e-meeting-time-sel.c:437
msgid "Tentative"
msgstr ""
#: calendar/gui/e-meeting-model.c:328 calendar/gui/e-meeting-model.c:351
-#: calendar/gui/e-meeting-model.c:867
+#: calendar/gui/e-meeting-model.c:876
#, fuzzy
msgid "Delegated"
msgstr ""
@@ -5910,22 +5911,22 @@ msgstr ""
#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:475
-#: calendar/gui/e-meeting-time-sel.c:2107
+#: calendar/gui/e-meeting-time-sel.c:2114
msgid "%A, %B %d, %Y"
msgstr ""
#. This is a strftime() format string %a = abbreviated weekday
#. name, %m = month number, %d = month day, %Y = full year.
#: calendar/gui/e-meeting-time-sel-item.c:479
-#: calendar/gui/e-meeting-time-sel.c:2137 e-util/e-time-utils.c:186
-#: e-util/e-time-utils.c:276 e-util/e-time-utils.c:348
+#: calendar/gui/e-meeting-time-sel.c:2144 e-util/e-time-utils.c:190
+#: e-util/e-time-utils.c:283 e-util/e-time-utils.c:371
msgid "%a %m/%d/%Y"
msgstr ""
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:221
-#: e-util/e-time-utils.c:279 widgets/misc/e-dateedit.c:1612
+#: calendar/gui/e-meeting-time-sel-item.c:483 e-util/e-time-utils.c:225
+#: e-util/e-time-utils.c:286 widgets/misc/e-dateedit.c:1597
msgid "%m/%d/%Y"
msgstr "%Y/%m/%d"
@@ -5989,8 +5990,8 @@ msgstr "ȸ ð(_s):"
msgid "Meeting _end time:"
msgstr "ȸ ð(_e):"
-#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1941
-#: calendar/gui/gnome-cal.c:1952
+#: calendar/gui/e-tasks.c:352 calendar/gui/gnome-cal.c:1976
+#: calendar/gui/gnome-cal.c:1987
#, fuzzy, c-format
msgid "Opening tasks at %s"
msgstr "%s "
@@ -6005,7 +6006,7 @@ msgstr ""
msgid "The method required to load `%s' is not supported"
msgstr ""
-#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1544
+#: calendar/gui/e-tasks.c:401 calendar/gui/gnome-cal.c:1546
#, fuzzy, c-format
msgid "You don't have permission to open the folder in `%s'"
msgstr "`%s'ִ ϴ"
@@ -6025,27 +6026,43 @@ msgstr "ó "
msgid "Expunging"
msgstr " "
-#: calendar/gui/e-week-view.c:3471
+#: calendar/gui/e-week-view.c:3519
#, fuzzy
msgid "New _Appointment..."
msgstr " ..."
-#: calendar/gui/gnome-cal.c:1522
+#: calendar/gui/gnome-cal.c:1524
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "`%s'ִ ϴ"
-#: calendar/gui/gnome-cal.c:1533
+#: calendar/gui/gnome-cal.c:1535
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr ""
-#: calendar/gui/gnome-cal.c:1924
+#: calendar/gui/gnome-cal.c:1734
+#, c-format
+msgid ""
+"The calendar backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1739
+#, c-format
+msgid ""
+"The task backend for\n"
+"%s\n"
+" has crashed. You will have to restart Evolution in order to use it again"
+msgstr ""
+
+#: calendar/gui/gnome-cal.c:1959
#, fuzzy, c-format
msgid "Opening calendar at %s"
msgstr "޷ "
-#: calendar/gui/gnome-cal.c:1963
+#: calendar/gui/gnome-cal.c:1998
#, fuzzy
msgid "Opening default tasks folder"
msgstr "%s "
@@ -6107,54 +6124,54 @@ msgstr "ÿ"
msgid "September"
msgstr ""
-#: calendar/gui/itip-utils.c:383
+#: calendar/gui/itip-utils.c:356
msgid "At least one attendee is necessary"
msgstr ""
-#: calendar/gui/itip-utils.c:419
+#: calendar/gui/itip-utils.c:392
msgid "An organizer must be set."
msgstr ""
-#: calendar/gui/itip-utils.c:462
+#: calendar/gui/itip-utils.c:435
#, fuzzy
msgid "Event information"
msgstr " "
-#: calendar/gui/itip-utils.c:464
+#: calendar/gui/itip-utils.c:437
#, fuzzy
msgid "Task information"
msgstr ""
-#: calendar/gui/itip-utils.c:466
+#: calendar/gui/itip-utils.c:439
#, fuzzy
msgid "Journal information"
msgstr " "
-#: calendar/gui/itip-utils.c:468
+#: calendar/gui/itip-utils.c:441
#, fuzzy
msgid "Free/Busy information"
msgstr " "
-#: calendar/gui/itip-utils.c:470
+#: calendar/gui/itip-utils.c:443
#, fuzzy
msgid "Calendar information"
msgstr " "
-#: calendar/gui/itip-utils.c:506
+#: calendar/gui/itip-utils.c:479
#, fuzzy
msgid "Updated"
msgstr "۾"
-#: calendar/gui/itip-utils.c:514
+#: calendar/gui/itip-utils.c:487
#, fuzzy
msgid "Refresh"
msgstr ""
-#: calendar/gui/itip-utils.c:518
+#: calendar/gui/itip-utils.c:491
msgid "Counter-proposal"
msgstr ""
-#: calendar/gui/itip-utils.c:697
+#: calendar/gui/itip-utils.c:678
msgid "You must be an attendee of the event."
msgstr ""
@@ -6395,7 +6412,7 @@ msgid "Print Calendar"
msgstr ""
#: calendar/gui/print.c:2521 calendar/gui/print.c:2613
-#: calendar/gui/tasks-control.c:583 mail/mail-callbacks.c:3157
+#: calendar/gui/tasks-control.c:580 mail/mail-callbacks.c:3162
#: my-evolution/e-summary.c:619
msgid "Print Preview"
msgstr "μ ̸"
@@ -6418,7 +6435,7 @@ msgstr ""
msgid "The URI of the tasks folder to display"
msgstr "ǥ ۾ URI URI"
-#: calendar/gui/tasks-control.c:456
+#: calendar/gui/tasks-control.c:453
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -6426,13 +6443,13 @@ msgid ""
"Really erase these tasks?"
msgstr ""
-#: calendar/gui/tasks-control.c:463 mail/mail-callbacks.c:2641
-#: mail/mail-callbacks.c:2883
+#: calendar/gui/tasks-control.c:460 mail/mail-callbacks.c:2642
+#: mail/mail-callbacks.c:2884
#, fuzzy
msgid "Do not ask me again."
msgstr " ޼ ٽ ϴ"
-#: calendar/gui/tasks-control.c:612
+#: calendar/gui/tasks-control.c:609
#, fuzzy
msgid "Print Tasks"
msgstr "޷ μϱ"
@@ -8378,7 +8395,7 @@ msgstr "޼ "
msgid "Copying messages"
msgstr "޽ %s "
-#: camel/camel-gpg-context.c:705
+#: camel/camel-gpg-context.c:713
#, c-format
msgid ""
"Unexpected GnuPG status message encountered:\n"
@@ -8386,46 +8403,46 @@ msgid ""
"%s"
msgstr ""
-#: camel/camel-gpg-context.c:719
+#: camel/camel-gpg-context.c:727
msgid "Failed to parse gpg userid hint."
msgstr ""
-#: camel/camel-gpg-context.c:742
+#: camel/camel-gpg-context.c:750
msgid "Failed to parse gpg passphrase request."
msgstr ""
-#: camel/camel-gpg-context.c:750
+#: camel/camel-gpg-context.c:758
#, c-format
msgid ""
"You need a passphrase to unlock the key for\n"
"user: \"%s\""
msgstr ""
-#: camel/camel-gpg-context.c:761 camel/camel-gpg-context.c:1220
-#: camel/camel-gpg-context.c:1326 camel/camel-gpg-context.c:1401
-#: camel/camel-gpg-context.c:1457 mail/mail-send-recv.c:540
+#: camel/camel-gpg-context.c:769 camel/camel-gpg-context.c:1228
+#: camel/camel-gpg-context.c:1336 camel/camel-gpg-context.c:1411
+#: camel/camel-gpg-context.c:1469 mail/mail-send-recv.c:540
msgid "Cancelled."
msgstr "ҵ."
-#: camel/camel-gpg-context.c:779
+#: camel/camel-gpg-context.c:787
msgid "Failed to unlock secret key: 3 bad passphrases given."
msgstr ""
-#: camel/camel-gpg-context.c:785
+#: camel/camel-gpg-context.c:793
#, fuzzy, c-format
msgid "Unexpected response from GnuPG: %s"
msgstr "IMAP serverκ ġ 亯: %s"
-#: camel/camel-gpg-context.c:795
+#: camel/camel-gpg-context.c:803
#, fuzzy
msgid "No data provided"
msgstr "ڰ "
-#: camel/camel-gpg-context.c:840
+#: camel/camel-gpg-context.c:848
msgid "Failed to encrypt: No valid recipients specified."
msgstr ""
-#: camel/camel-gpg-context.c:1095
+#: camel/camel-gpg-context.c:1103
#, fuzzy, c-format
msgid ""
"Failed to GPG %s message: %s\n"
@@ -8433,18 +8450,24 @@ msgid ""
"%.*s"
msgstr "޼ ÷մϴ"
-#: camel/camel-gpg-context.c:1101
+#: camel/camel-gpg-context.c:1109
#, fuzzy, c-format
msgid "Failed to GPG %s message: %s\n"
msgstr "޼ ÷մϴ"
-#: camel/camel-gpg-context.c:1211 camel/camel-gpg-context.c:1318
-#: camel/camel-gpg-context.c:1392 camel/camel-gpg-context.c:1448
+#: camel/camel-gpg-context.c:1219
+#, fuzzy, c-format
+msgid "Failed to execute gpg: %s"
+msgstr "޼ ÷մϴ"
+
+#: camel/camel-gpg-context.c:1249 camel/camel-gpg-context.c:1328
+#: camel/camel-gpg-context.c:1402 camel/camel-gpg-context.c:1432
+#: camel/camel-gpg-context.c:1460 camel/camel-gpg-context.c:1490
#, fuzzy
msgid "Failed to execute gpg."
msgstr "޼ ÷մϴ"
-#: camel/camel-gpg-context.c:1303
+#: camel/camel-gpg-context.c:1313
#, fuzzy, c-format
msgid "Cannot verify message signature: could not create temp file: %s"
msgstr "ӽ : %s"
@@ -8673,7 +8696,7 @@ msgid ""
msgstr ""
#: camel/camel-sasl-kerberos4.c:218
-#: camel/providers/imap/camel-imap-store.c:1002
+#: camel/providers/imap/camel-imap-store.c:1051
msgid "Bad authentication response from server."
msgstr ""
@@ -8791,7 +8814,7 @@ msgstr ""
msgid "No provider available for protocol `%s'"
msgstr ""
-#: camel/camel-session.c:536
+#: camel/camel-session.c:545
#, c-format
msgid ""
"Could not create directory %s:\n"
@@ -8838,12 +8861,12 @@ msgstr "޼ ÷մϴ"
msgid "Failed to verify certificates."
msgstr ""
-#: camel/camel-store.c:241
+#: camel/camel-store.c:244
#, fuzzy
msgid "Cannot get folder: Invalid operation on this store"
msgstr " ϴ: %s: %s"
-#: camel/camel-store.c:303
+#: camel/camel-store.c:306
#, fuzzy
msgid "Cannot create folder: Invalid operation on this store"
msgstr " ϴ: %s: %s"
@@ -9051,79 +9074,107 @@ msgstr " ϴ: %s: %s"
msgid "Cannot rename folder: %s: No such folder"
msgstr " ϴ: %s: %s"
-#: camel/providers/imap/camel-imap-command.c:220
-#: camel/providers/imap/camel-imap-command.c:259
-#: camel/providers/imap/camel-imap-command.c:438
-#: camel/providers/imap/camel-imap-store.c:2404
+#: camel/providers/imap/camel-imap-command.c:223
+#: camel/providers/imap/camel-imap-command.c:262
+#: camel/providers/imap/camel-imap-command.c:441
+#: camel/providers/imap/camel-imap-store.c:2578
msgid "Operation cancelled"
msgstr "۾ "
-#: camel/providers/imap/camel-imap-command.c:304
-#: camel/providers/imap/camel-imap-store.c:2407
+#: camel/providers/imap/camel-imap-command.c:307
+#: camel/providers/imap/camel-imap-store.c:2581
#, c-format
msgid "Server unexpectedly disconnected: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-command.c:382
+#: camel/providers/imap/camel-imap-command.c:385
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "IMAP serverκ ġ 亯: %s"
-#: camel/providers/imap/camel-imap-command.c:392
+#: camel/providers/imap/camel-imap-command.c:395
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP : %s"
-#: camel/providers/imap/camel-imap-command.c:447
+#: camel/providers/imap/camel-imap-command.c:450
msgid "Server response ended too soon."
msgstr " 亯 ʹ ϴ."
-#: camel/providers/imap/camel-imap-command.c:636
+#: camel/providers/imap/camel-imap-command.c:642
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "IMAP 亯 %s ʽϴ"
-#: camel/providers/imap/camel-imap-command.c:672
+#: camel/providers/imap/camel-imap-command.c:678
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "IMAP κ ġ OK亯 : %s"
-#: camel/providers/imap/camel-imap-folder.c:219
+#: camel/providers/imap/camel-imap-folder.c:220
#, c-format
msgid "Could not create directory %s: %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:238
+#: camel/providers/imap/camel-imap-folder.c:239
#, c-format
msgid "Could not load summary for %s"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:304
+#: camel/providers/imap/camel-imap-folder.c:305
msgid "Folder was destroyed and recreated on server."
msgstr ""
#. Check UIDs and flags of all messages we already know of.
-#: camel/providers/imap/camel-imap-folder.c:535
+#: camel/providers/imap/camel-imap-folder.c:547
#, fuzzy
msgid "Scanning for changed messages"
msgstr "޽ "
-#: camel/providers/imap/camel-imap-folder.c:1909
-#: camel/providers/imap/camel-imap-folder.c:2406
+#: camel/providers/imap/camel-imap-folder.c:1868
+#, fuzzy, c-format
+msgid "Unable to retrieve message: %s"
+msgstr "޼ ÷մϴ"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-maildir-folder.c:224
+#: camel/providers/local/camel-maildir-folder.c:233
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+#: camel/providers/local/camel-mh-folder.c:210
+#: camel/providers/local/camel-mh-folder.c:218
+#, c-format
+msgid ""
+"Cannot get message: %s\n"
+" %s"
+msgstr ""
+"޼ : %s\n"
+" %s"
+
+#: camel/providers/imap/camel-imap-folder.c:1904
+#: camel/providers/local/camel-maildir-folder.c:212
+#: camel/providers/local/camel-mbox-folder.c:347
+#: camel/providers/local/camel-mh-folder.c:201
+msgid "No such message"
+msgstr "׷ ޼ "
+
+#: camel/providers/imap/camel-imap-folder.c:1927
+#: camel/providers/imap/camel-imap-folder.c:2424
msgid "This message is not currently available"
msgstr " ޽ ϴ"
-#: camel/providers/imap/camel-imap-folder.c:2066
-#: camel/providers/imap/camel-imap-folder.c:2143
+#: camel/providers/imap/camel-imap-folder.c:2084
+#: camel/providers/imap/camel-imap-folder.c:2161
msgid "Fetching summary information for new messages"
msgstr ""
-#: camel/providers/imap/camel-imap-folder.c:2072
+#: camel/providers/imap/camel-imap-folder.c:2090
#, fuzzy
msgid "Scanning for new messages"
msgstr "޽ "
-#: camel/providers/imap/camel-imap-folder.c:2443
+#: camel/providers/imap/camel-imap-folder.c:2461
msgid "Could not find message body in FETCH response."
msgstr ""
@@ -9152,7 +9203,7 @@ msgstr " ۼմϴ"
msgid "Check for new messages in all folders"
msgstr "޼ մϴ"
-#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1043
+#: camel/providers/imap/camel-imap-provider.c:48 shell/e-shell-view.c:1044
msgid "Folders"
msgstr ""
@@ -9183,7 +9234,7 @@ msgstr ""
#: camel/providers/imap/camel-imap-provider.c:80
#: camel/providers/nntp/camel-nntp-store.c:267
-#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:84
+#: camel/providers/pop3/camel-pop3-provider.c:69 mail/mail-config.glade.h:85
msgid "Password"
msgstr "йȣ"
@@ -9191,75 +9242,75 @@ msgstr "йȣ"
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:433
+#: camel/providers/imap/camel-imap-store.c:456
#, fuzzy, c-format
msgid "IMAP server %s"
msgstr "SMTP %s"
-#: camel/providers/imap/camel-imap-store.c:435
+#: camel/providers/imap/camel-imap-store.c:458
#, fuzzy, c-format
msgid "IMAP service for %s on %s"
msgstr "SMTP %s"
-#: camel/providers/imap/camel-imap-store.c:554
+#: camel/providers/imap/camel-imap-store.c:583
#: camel/providers/nntp/camel-nntp-store.c:130
#: camel/providers/nntp/camel-nntp-store.c:148
#: camel/providers/pop3/camel-pop3-store.c:180
msgid "Connection cancelled"
msgstr " ҵ"
-#: camel/providers/imap/camel-imap-store.c:557
+#: camel/providers/imap/camel-imap-store.c:586
#: camel/providers/nntp/camel-nntp-store.c:133
#: camel/providers/smtp/camel-smtp-transport.c:276
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:616
-#: camel/providers/imap/camel-imap-store.c:647
+#: camel/providers/imap/camel-imap-store.c:645
+#: camel/providers/imap/camel-imap-store.c:676
#, fuzzy, c-format
msgid "Failed to connect to IMAP server %s in secure mode: %s"
msgstr "KPOP Ҽ : %s"
-#: camel/providers/imap/camel-imap-store.c:617
+#: camel/providers/imap/camel-imap-store.c:646
#: camel/providers/pop3/camel-pop3-store.c:213
#, fuzzy
msgid "SSL/TLS extension not supported."
msgstr "۵ "
-#: camel/providers/imap/camel-imap-store.c:648
+#: camel/providers/imap/camel-imap-store.c:677
#: camel/providers/pop3/camel-pop3-store.c:254
#, fuzzy
msgid "SSL negotiations failed"
msgstr " ."
-#: camel/providers/imap/camel-imap-store.c:891
+#: camel/providers/imap/camel-imap-store.c:940
#, fuzzy, c-format
msgid "The folder %s no longer exists"
msgstr " `%s' ʽϴ."
-#: camel/providers/imap/camel-imap-store.c:1025
+#: camel/providers/imap/camel-imap-store.c:1074
#, c-format
msgid "IMAP server %s does not support requested authentication type %s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1035
-#: camel/providers/smtp/camel-smtp-transport.c:476
+#: camel/providers/imap/camel-imap-store.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:479
#, c-format
msgid "No support for authentication type %s"
msgstr "%s Ÿ "
-#: camel/providers/imap/camel-imap-store.c:1059
+#: camel/providers/imap/camel-imap-store.c:1108
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1074
-#: camel/providers/smtp/camel-smtp-transport.c:517
+#: camel/providers/imap/camel-imap-store.c:1123
+#: camel/providers/smtp/camel-smtp-transport.c:520
msgid "You didn't enter a password."
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1103
+#: camel/providers/imap/camel-imap-store.c:1152
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
@@ -9267,19 +9318,24 @@ msgid ""
"\n"
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1426
-#: camel/providers/imap/camel-imap-store.c:1563
+#: camel/providers/imap/camel-imap-store.c:1450
+#: camel/providers/imap/camel-imap-store.c:1592
#, c-format
msgid "No such folder %s"
msgstr "%s "
-#: camel/providers/imap/camel-imap-store.c:1750
+#: camel/providers/imap/camel-imap-store.c:1793
#, c-format
msgid ""
"The folder name \"%s\" is invalid because it containes the character \"%c\""
msgstr ""
-#: camel/providers/imap/camel-imap-store.c:1788
+#: camel/providers/imap/camel-imap-store.c:1805
+#, fuzzy, c-format
+msgid "Unknown parent folder: %s"
+msgstr " ϴ: %s: %s"
+
+#: camel/providers/imap/camel-imap-store.c:1841
msgid "The parent folder is not allowed to contain subfolders"
msgstr ""
@@ -9424,27 +9480,6 @@ msgstr "޵ ޽ - %s"
msgid "Cannot append message to maildir folder: %s: %s"
msgstr " ޼ ϼ ϴ: %s: %s"
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-maildir-folder.c:224
-#: camel/providers/local/camel-maildir-folder.c:233
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-#: camel/providers/local/camel-mh-folder.c:210
-#: camel/providers/local/camel-mh-folder.c:218
-#, c-format
-msgid ""
-"Cannot get message: %s\n"
-" %s"
-msgstr ""
-"޼ : %s\n"
-" %s"
-
-#: camel/providers/local/camel-maildir-folder.c:212
-#: camel/providers/local/camel-mbox-folder.c:348
-#: camel/providers/local/camel-mh-folder.c:201
-msgid "No such message"
-msgstr "׷ ޼ "
-
#: camel/providers/local/camel-maildir-folder.c:234
#: camel/providers/local/camel-mh-folder.c:219
msgid "Invalid message contents"
@@ -9535,19 +9570,19 @@ msgstr " ϴ: %s: %s"
msgid "Cannot open mailbox: %s: %s\n"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:275
+#: camel/providers/local/camel-mbox-folder.c:274
#, fuzzy
msgid "Mail append cancelled"
msgstr "۾ "
-#: camel/providers/local/camel-mbox-folder.c:278
+#: camel/providers/local/camel-mbox-folder.c:277
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:366
-#: camel/providers/local/camel-mbox-folder.c:397
-#: camel/providers/local/camel-mbox-folder.c:405
+#: camel/providers/local/camel-mbox-folder.c:365
+#: camel/providers/local/camel-mbox-folder.c:396
+#: camel/providers/local/camel-mbox-folder.c:404
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
@@ -9556,11 +9591,11 @@ msgstr ""
"޼ : %2$s %1$s\n"
" %3$s"
-#: camel/providers/local/camel-mbox-folder.c:398
+#: camel/providers/local/camel-mbox-folder.c:397
msgid "The folder appears to be irrecoverably corrupted."
msgstr ""
-#: camel/providers/local/camel-mbox-folder.c:406
+#: camel/providers/local/camel-mbox-folder.c:405
msgid "Message construction failed: Corrupt mailbox?"
msgstr ""
@@ -9663,12 +9698,13 @@ msgstr ""
msgid "Could not store folder: %s"
msgstr "ӽ : %s"
-#: camel/providers/local/camel-mbox-summary.c:974
+#: camel/providers/local/camel-mbox-summary.c:976
+#: camel/providers/local/camel-mbox-summary.c:1001
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr ""
-#: camel/providers/local/camel-mbox-summary.c:991
+#: camel/providers/local/camel-mbox-summary.c:993
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr ""
@@ -9884,7 +9920,7 @@ msgstr " "
msgid "Delete after %s day(s)"
msgstr " մϴ"
-#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:83
+#: camel/providers/pop3/camel-pop3-provider.c:52 mail/mail-config.glade.h:84
msgid "POP"
msgstr ""
@@ -9964,7 +10000,7 @@ msgid "No such folder `%s'."
msgstr ""
#: camel/providers/sendmail/camel-sendmail-provider.c:36
-#: mail/mail-config.glade.h:109
+#: mail/mail-config.glade.h:110
msgid "Sendmail"
msgstr ""
@@ -10017,7 +10053,7 @@ msgstr ""
msgid "Mail delivery via the sendmail program"
msgstr "sendmail "
-#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:100
+#: camel/providers/smtp/camel-smtp-provider.c:37 mail/mail-config.glade.h:101
msgid "SMTP"
msgstr ""
@@ -10129,36 +10165,36 @@ msgstr " ʿ"
msgid "Welcome response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:340
-#: camel/providers/smtp/camel-smtp-transport.c:382
+#: camel/providers/smtp/camel-smtp-transport.c:343
+#: camel/providers/smtp/camel-smtp-transport.c:385
#, fuzzy, c-format
msgid "Failed to connect to SMTP server %s in secure mode: %s"
msgstr "KPOP Ҽ : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:341
+#: camel/providers/smtp/camel-smtp-transport.c:344
msgid "server does not appear to support SSL"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:355
+#: camel/providers/smtp/camel-smtp-transport.c:358
#, c-format
msgid "STARTTLS request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:370
+#: camel/providers/smtp/camel-smtp-transport.c:373
msgid "STARTTLS response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:466
+#: camel/providers/smtp/camel-smtp-transport.c:469
#, fuzzy, c-format
msgid "SMTP server %s does not support requested authentication type %s."
msgstr "%s Ÿ "
-#: camel/providers/smtp/camel-smtp-transport.c:504
+#: camel/providers/smtp/camel-smtp-transport.c:507
#, c-format
msgid "%sPlease enter the SMTP password for %s@%s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:525
+#: camel/providers/smtp/camel-smtp-transport.c:528
#, fuzzy, c-format
msgid ""
"Unable to authenticate to SMTP server.\n"
@@ -10166,89 +10202,89 @@ msgid ""
"\n"
msgstr "KPOP Ҽ : %s"
-#: camel/providers/smtp/camel-smtp-transport.c:658
+#: camel/providers/smtp/camel-smtp-transport.c:661
#, c-format
msgid "SMTP server %s"
msgstr "SMTP %s"
-#: camel/providers/smtp/camel-smtp-transport.c:660
+#: camel/providers/smtp/camel-smtp-transport.c:663
#, c-format
msgid "SMTP mail delivery via %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:678
+#: camel/providers/smtp/camel-smtp-transport.c:681
msgid "Cannot send message: sender address not valid."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:683 mail/mail-ops.c:622
+#: camel/providers/smtp/camel-smtp-transport.c:686 mail/mail-ops.c:622
msgid "Sending message"
msgstr "޼ "
-#: camel/providers/smtp/camel-smtp-transport.c:697
+#: camel/providers/smtp/camel-smtp-transport.c:700
msgid "Cannot send message: no recipients defined."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:707
+#: camel/providers/smtp/camel-smtp-transport.c:710
msgid "Cannot send message: one or more invalid recipients"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:861
+#: camel/providers/smtp/camel-smtp-transport.c:866
msgid "SMTP Greeting"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:892
+#: camel/providers/smtp/camel-smtp-transport.c:912
#, c-format
msgid "HELO request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:913
+#: camel/providers/smtp/camel-smtp-transport.c:934
#, fuzzy
msgid "HELO response error"
msgstr " "
-#: camel/providers/smtp/camel-smtp-transport.c:979
+#: camel/providers/smtp/camel-smtp-transport.c:1000
#, fuzzy
msgid "SMTP Authentication"
msgstr ":"
-#: camel/providers/smtp/camel-smtp-transport.c:985
+#: camel/providers/smtp/camel-smtp-transport.c:1006
msgid "Error creating SASL authentication object."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1002
-#: camel/providers/smtp/camel-smtp-transport.c:1014
+#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1035
#, c-format
msgid "AUTH request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1023
+#: camel/providers/smtp/camel-smtp-transport.c:1044
msgid "AUTH request failed."
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1084
+#: camel/providers/smtp/camel-smtp-transport.c:1105
msgid "Bad authentication response from server.\n"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1109
+#: camel/providers/smtp/camel-smtp-transport.c:1130
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1129
+#: camel/providers/smtp/camel-smtp-transport.c:1150
msgid "MAIL FROM response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1153
+#: camel/providers/smtp/camel-smtp-transport.c:1174
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1175
+#: camel/providers/smtp/camel-smtp-transport.c:1196
#, c-format
msgid "RCPT TO <%s> failed"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1217
+#: camel/providers/smtp/camel-smtp-transport.c:1238
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr ""
@@ -10256,35 +10292,35 @@ msgstr ""
#. we should have gotten instructions on how to use the DATA command:
#. * 354 Enter mail, end with "." on a line by itself
#.
-#: camel/providers/smtp/camel-smtp-transport.c:1237
+#: camel/providers/smtp/camel-smtp-transport.c:1258
msgid "DATA response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1277
-#: camel/providers/smtp/camel-smtp-transport.c:1300
+#: camel/providers/smtp/camel-smtp-transport.c:1298
+#: camel/providers/smtp/camel-smtp-transport.c:1321
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1320
+#: camel/providers/smtp/camel-smtp-transport.c:1341
msgid "DATA termination response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1343
+#: camel/providers/smtp/camel-smtp-transport.c:1364
#, c-format
msgid "RSET request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1363
+#: camel/providers/smtp/camel-smtp-transport.c:1384
msgid "RSET response error"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1386
+#: camel/providers/smtp/camel-smtp-transport.c:1407
#, c-format
msgid "QUIT request timed out: %s"
msgstr ""
-#: camel/providers/smtp/camel-smtp-transport.c:1406
+#: camel/providers/smtp/camel-smtp-transport.c:1427
msgid "QUIT response error"
msgstr ""
@@ -10357,7 +10393,7 @@ msgstr "MIME :"
msgid "Suggest automatic display of attachment"
msgstr ""
-#: composer/e-msg-composer-hdrs.c:344
+#: composer/e-msg-composer-hdrs.c:347
msgid "Click here for the address book"
msgstr "ּҷ"
@@ -10368,45 +10404,45 @@ msgstr "ּҷ"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: composer/e-msg-composer-hdrs.c:378
+#: composer/e-msg-composer-hdrs.c:382
msgid "Reply-To:"
msgstr "ȸ ּ:"
#.
#. * From
#.
-#: composer/e-msg-composer-hdrs.c:389
+#: composer/e-msg-composer-hdrs.c:393
msgid "From:"
msgstr " :"
#.
#. * Subject
#.
-#: composer/e-msg-composer-hdrs.c:395
+#: composer/e-msg-composer-hdrs.c:399
msgid "Subject:"
msgstr ":"
-#: composer/e-msg-composer-hdrs.c:409
+#: composer/e-msg-composer-hdrs.c:413
msgid "To:"
msgstr "޴ :"
-#: composer/e-msg-composer-hdrs.c:410
+#: composer/e-msg-composer-hdrs.c:414
msgid "Enter the recipients of the message"
msgstr "޼ Էϼ"
-#: composer/e-msg-composer-hdrs.c:413
+#: composer/e-msg-composer-hdrs.c:417
msgid "Cc:"
msgstr ":"
-#: composer/e-msg-composer-hdrs.c:414
+#: composer/e-msg-composer-hdrs.c:418
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "޼ 纻 ּҸ Էϼ"
-#: composer/e-msg-composer-hdrs.c:417
+#: composer/e-msg-composer-hdrs.c:421
msgid "Bcc:"
msgstr " :"
-#: composer/e-msg-composer-hdrs.c:418
+#: composer/e-msg-composer-hdrs.c:422
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10415,11 +10451,16 @@ msgstr " Ͽ ޼ 纻 ּҸ Էϼ"
#.
#. * Post-To
#.
-#: composer/e-msg-composer-hdrs.c:425
+#: composer/e-msg-composer-hdrs.c:429
#, fuzzy
msgid "Post To:"
msgstr "Ʈ:"
+#: composer/e-msg-composer-hdrs.c:431
+#, fuzzy
+msgid "Posting destination"
+msgstr ":"
+
#: composer/e-msg-composer-select-file.c:274
#: ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -10437,35 +10478,35 @@ msgid ""
"%s"
msgstr " д ߻: %s"
-#: composer/e-msg-composer.c:1157
+#: composer/e-msg-composer.c:1155
#, fuzzy
msgid "Warning!"
msgstr ""
-#: composer/e-msg-composer.c:1161
+#: composer/e-msg-composer.c:1159
msgid "File exists, overwrite?"
msgstr ""
-#: composer/e-msg-composer.c:1183
+#: composer/e-msg-composer.c:1181
#, c-format
msgid "Error saving file: %s"
msgstr " ߻: %s"
-#: composer/e-msg-composer.c:1203
+#: composer/e-msg-composer.c:1201
#, c-format
msgid "Error loading file: %s"
msgstr " д ߻: %s"
-#: composer/e-msg-composer.c:1236
+#: composer/e-msg-composer.c:1234
#, fuzzy, c-format
msgid "Error accessing file: %s"
msgstr " ߻: %s"
-#: composer/e-msg-composer.c:1244
+#: composer/e-msg-composer.c:1242
msgid "Unable to retrieve message from editor"
msgstr ""
-#: composer/e-msg-composer.c:1251
+#: composer/e-msg-composer.c:1249
#, fuzzy, c-format
msgid ""
"Unable to seek on file: %s\n"
@@ -10474,7 +10515,7 @@ msgstr ""
" ϴ: %s\n"
" %s"
-#: composer/e-msg-composer.c:1258
+#: composer/e-msg-composer.c:1256
#, fuzzy, c-format
msgid ""
"Unable to truncate file: %s\n"
@@ -10483,7 +10524,7 @@ msgstr ""
" ϴ: %s\n"
" %s"
-#: composer/e-msg-composer.c:1267
+#: composer/e-msg-composer.c:1265
#, fuzzy, c-format
msgid ""
"Error autosaving message: %s\n"
@@ -10492,61 +10533,41 @@ msgstr ""
"%s ޽ ߻:\n"
" %s"
-#: composer/e-msg-composer.c:1367
+#: composer/e-msg-composer.c:1365
msgid ""
"Ximian Evolution has found unsaved files from a previous session.\n"
"Would you like to try to recover them?"
msgstr ""
-#: composer/e-msg-composer.c:1516
-msgid ""
-"This message has not been sent.\n"
-"\n"
-"Do you wish to save your changes?"
-msgstr ""
-" ޽ ʾҽϴ.\n"
-"\n"
-" Ͻðڽϱ?"
-
-#: composer/e-msg-composer.c:1523
+#: composer/e-msg-composer.c:1530
#, fuzzy
msgid "Warning: Modified Message"
msgstr "޵ ޽"
-#: composer/e-msg-composer.c:1553
+#: composer/e-msg-composer.c:1563
msgid "Open file"
msgstr " "
-#: composer/e-msg-composer.c:1925
-msgid ""
-"Can't set default signature for this account. Maybe accounts were modified "
-"meanwhile?"
-msgstr ""
-
-#: composer/e-msg-composer.c:1962
+#: composer/e-msg-composer.c:1921
#, fuzzy
msgid "Signature:"
msgstr ":"
-#: composer/e-msg-composer.c:2003 mail/mail-account-gui.c:1230
+#: composer/e-msg-composer.c:1962 mail/mail-account-gui.c:1230
msgid "Autogenerated"
msgstr ""
-#: composer/e-msg-composer.c:2015
-msgid "Set as default"
-msgstr ""
-
-#: composer/e-msg-composer.c:2192 composer/e-msg-composer.c:2797
+#: composer/e-msg-composer.c:2149 composer/e-msg-composer.c:2773
msgid "Compose a message"
msgstr " ޼ ۼմϴ"
-#: composer/e-msg-composer.c:2814
+#: composer/e-msg-composer.c:2790
msgid ""
"Could not create composer window:\n"
"Unable to activate address selector control."
msgstr ""
-#: composer/e-msg-composer.c:2840 composer/e-msg-composer.c:2895
+#: composer/e-msg-composer.c:2816 composer/e-msg-composer.c:2871
#, fuzzy
msgid ""
"Could not create composer window:\n"
@@ -10555,7 +10576,7 @@ msgstr ""
" Ż Է Ǿ ʾұ⶧\n"
"޽ ۼâ ϴ."
-#: composer/e-msg-composer.c:3846
+#: composer/e-msg-composer.c:3838
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10633,7 +10654,7 @@ msgstr ""
msgid "Subject does not contain"
msgstr ""
-#: e-util/e-dialog-utils.c:228 mail/mail-callbacks.c:2508
+#: e-util/e-dialog-utils.c:237 mail/mail-callbacks.c:2509
#: mail/mail-display.c:190
msgid ""
"A file by that name already exists.\n"
@@ -10659,100 +10680,100 @@ msgstr ""
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without seconds.
-#: e-util/e-time-utils.c:168 e-util/e-time-utils.c:362
+#: e-util/e-time-utils.c:172 e-util/e-time-utils.c:385
msgid "%a %m/%d/%Y %I:%M %p"
msgstr "%a %Y/%m/%d %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without seconds.
-#: e-util/e-time-utils.c:173 e-util/e-time-utils.c:353
+#: e-util/e-time-utils.c:177 e-util/e-time-utils.c:376
msgid "%a %m/%d/%Y %H:%M"
msgstr "%a %Y/%m/%d %H:%M"
#. strptime format of a weekday, a date and a time,
#. in 12-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:178
+#: e-util/e-time-utils.c:182
#, fuzzy
msgid "%a %m/%d/%Y %I %p"
msgstr "%a %Y/%m/%d %I:%M %p"
#. strptime format of a weekday, a date and a time,
#. in 24-hour format, without minutes or seconds.
-#: e-util/e-time-utils.c:183
+#: e-util/e-time-utils.c:187
#, fuzzy
msgid "%a %m/%d/%Y %H"
msgstr "%a %Y/%m/%d %H:%M"
#. strptime format of a date and a time, in 12-hour format.
-#: e-util/e-time-utils.c:194
+#: e-util/e-time-utils.c:198
#, fuzzy
msgid "%m/%d/%Y %I:%M:%S %p"
msgstr "%a %Y/%m/%d %I:%M %p"
#. strptime format of a date and a time, in 24-hour format.
-#: e-util/e-time-utils.c:198
+#: e-util/e-time-utils.c:202
#, fuzzy
msgid "%m/%d/%Y %H:%M:%S"
msgstr "%a %Y/%m/%d %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:203
+#: e-util/e-time-utils.c:207
#, fuzzy
msgid "%m/%d/%Y %I:%M %p"
msgstr "%a %Y/%m/%d %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without seconds.
-#: e-util/e-time-utils.c:208
+#: e-util/e-time-utils.c:212
#, fuzzy
msgid "%m/%d/%Y %H:%M"
msgstr "%a %Y/%m/%d %H:%M"
#. strptime format of a date and a time, in 12-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:213
+#: e-util/e-time-utils.c:217
#, fuzzy
msgid "%m/%d/%Y %I %p"
msgstr "%a %Y/%m/%d %I:%M %p"
#. strptime format of a date and a time, in 24-hour format,
#. without minutes or seconds.
-#: e-util/e-time-utils.c:218
+#: e-util/e-time-utils.c:222
#, fuzzy
msgid "%m/%d/%Y %H"
msgstr "%Y/%m/%d"
#. strptime format for a time of day, in 12-hour format.
-#: e-util/e-time-utils.c:303 e-util/e-time-utils.c:402
+#: e-util/e-time-utils.c:326 e-util/e-time-utils.c:425
msgid "%I:%M:%S %p"
msgstr ""
#. strptime format for a time of day, in 24-hour format.
-#: e-util/e-time-utils.c:307 e-util/e-time-utils.c:394
+#: e-util/e-time-utils.c:330 e-util/e-time-utils.c:417
msgid "%H:%M:%S"
msgstr ""
#. strptime format for time of day, without seconds,
#. in 12-hour format.
-#: e-util/e-time-utils.c:312 e-util/e-time-utils.c:399
-#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1647
+#: e-util/e-time-utils.c:335 e-util/e-time-utils.c:422
+#: widgets/misc/e-dateedit.c:1420 widgets/misc/e-dateedit.c:1632
msgid "%I:%M %p"
msgstr ""
#. strptime format for time of day, without seconds 24-hour format.
-#: e-util/e-time-utils.c:316 e-util/e-time-utils.c:391
-#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1644
+#: e-util/e-time-utils.c:339 e-util/e-time-utils.c:414
+#: widgets/misc/e-dateedit.c:1417 widgets/misc/e-dateedit.c:1629
msgid "%H:%M"
msgstr ""
#. strptime format for hour and AM/PM, 12-hour format.
-#: e-util/e-time-utils.c:320
+#: e-util/e-time-utils.c:343
msgid "%I %p"
msgstr ""
#: filter/filter-datespec.c:70 filter/filter.glade.h:24
-#: mail/mail-config.glade.h:185
+#: mail/mail-config.glade.h:186
msgid "seconds"
msgstr ""
@@ -10869,32 +10890,32 @@ msgstr ""
"Խ '%s' :\n"
"%s"
-#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:75
-#: mail/mail-config.glade.h:62
+#: filter/filter-label.c:136 filter/libfilter-i18n.h:26 mail/mail-config.c:76
+#: mail/mail-config.glade.h:63
msgid "Important"
msgstr "߿"
#. red
-#: filter/filter-label.c:137 mail/mail-config.c:76
-#: mail/mail-config.glade.h:135
+#: filter/filter-label.c:137 mail/mail-config.c:77
+#: mail/mail-config.glade.h:136
#, fuzzy
msgid "Work"
msgstr ""
#. orange
-#: filter/filter-label.c:138 mail/mail-config.c:77 mail/mail-config.glade.h:85
+#: filter/filter-label.c:138 mail/mail-config.c:78 mail/mail-config.glade.h:86
msgid "Personal"
msgstr ""
#. forest green
-#: filter/filter-label.c:139 mail/mail-config.c:78
-#: mail/mail-config.glade.h:126
+#: filter/filter-label.c:139 mail/mail-config.c:79
+#: mail/mail-config.glade.h:127
#, fuzzy
msgid "To Do"
msgstr "޴»"
#. blue
-#: filter/filter-label.c:140 mail/mail-config.c:79 mail/mail-config.glade.h:66
+#: filter/filter-label.c:140 mail/mail-config.c:80 mail/mail-config.glade.h:67
#, fuzzy
msgid "Later"
msgstr "¥"
@@ -11153,7 +11174,7 @@ msgstr ""
msgid "is not Flagged"
msgstr ""
-#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1715
+#: filter/libfilter-i18n.h:35 mail/folder-browser.c:1754
msgid "Label"
msgstr ""
@@ -11217,7 +11238,7 @@ msgstr ""
msgid "Score"
msgstr ""
-#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1799
+#: filter/libfilter-i18n.h:50 mail/mail-callbacks.c:1805
msgid "Sender"
msgstr ""
@@ -11256,7 +11277,7 @@ msgstr ""
msgid "Stop Processing"
msgstr ""
-#: filter/libfilter-i18n.h:60 mail/mail-format.c:908
+#: filter/libfilter-i18n.h:60 mail/mail-format.c:928
#: mail/message-list.etspec.h:13
msgid "Subject"
msgstr ""
@@ -11329,7 +11350,7 @@ msgstr "\"%s\" "
#: importers/elm-importer.c:525 importers/netscape-importer.c:2127
#: importers/pine-importer.c:637 mail/component-factory.c:102
-#: mail/folder-browser-ui.c:327
+#: mail/folder-browser-ui.c:339
msgid "Mail"
msgstr ""
@@ -11391,7 +11412,7 @@ msgid "Evolution is importing your old Netscape data"
msgstr ""
#. Fill in the new fields
-#: importers/netscape-importer.c:1871 mail/mail-ops.c:1091
+#: importers/netscape-importer.c:1871 mail/mail-ops.c:1101
#: shell/e-local-storage.c:183
msgid "Trash"
msgstr ""
@@ -11466,69 +11487,70 @@ msgid "Configuration control for the Evolution Message Composer."
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:6
-msgid "Evolution component for handling mail."
+msgid ""
+"Configure mail preferences, including security and message display, here"
msgstr ""
#: mail/GNOME_Evolution_Mail.oaf.in.h:7
+msgid "Configure spell-checking, signatures, and the message composer here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+msgid "Configure the fonts used by Evolution here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+msgid "Configure your email accounts here"
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+msgid "Evolution component for handling mail."
+msgstr ""
+
+#: mail/GNOME_Evolution_Mail.oaf.in.h:11
msgid "Evolution mail composer."
msgstr "Evolution ۼ."
-#: mail/GNOME_Evolution_Mail.oaf.in.h:8
+#: mail/GNOME_Evolution_Mail.oaf.in.h:12
msgid "Evolution mail executive summary component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:9
+#: mail/GNOME_Evolution_Mail.oaf.in.h:13
msgid "Evolution mail folder display component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:10
+#: mail/GNOME_Evolution_Mail.oaf.in.h:14
msgid "Evolution mail folder factory component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:11
+#: mail/GNOME_Evolution_Mail.oaf.in.h:15
msgid "Factory for the Evolution composer."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:12
+#: mail/GNOME_Evolution_Mail.oaf.in.h:16
msgid "Factory for the Mail Summary component."
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:13
+#: mail/GNOME_Evolution_Mail.oaf.in.h:17
#, fuzzy
msgid "Font Preferences"
msgstr "޷ "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:14
+#: mail/GNOME_Evolution_Mail.oaf.in.h:18
#, fuzzy
msgid "Mail Accounts"
msgstr ""
-#: mail/GNOME_Evolution_Mail.oaf.in.h:15 mail/mail-config.glade.h:69
+#: mail/GNOME_Evolution_Mail.oaf.in.h:19 mail/mail-config.glade.h:70
#, fuzzy
msgid "Mail Preferences"
msgstr "޷ "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:16
+#: mail/GNOME_Evolution_Mail.oaf.in.h:20
#, fuzzy
msgid "Mail configuration interface"
msgstr " "
-#: mail/GNOME_Evolution_Mail.oaf.in.h:17
-msgid "This Page can be used to configure the Fonts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:18
-msgid "This page can be used to configure E-Mail Accounts"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:19
-msgid "This page can be used to configure Mailer preferences"
-msgstr ""
-
-#: mail/GNOME_Evolution_Mail.oaf.in.h:20
-msgid "This page can be used to configure the Composer"
-msgstr ""
-
#: mail/component-factory.c:102
#, fuzzy
msgid "Folder containing mail"
@@ -11557,274 +11579,274 @@ msgstr "(_P)..."
msgid "Change this folder's properties"
msgstr ""
-#: mail/component-factory.c:763
+#: mail/component-factory.c:785
msgid ""
"Some of your mail settings seem corrupt, please check that everything is in "
"order."
msgstr ""
-#: mail/component-factory.c:928
+#: mail/component-factory.c:950
msgid "You have not set a mail transport method"
msgstr ""
-#: mail/component-factory.c:950
+#: mail/component-factory.c:972
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
-#: mail/component-factory.c:956
+#: mail/component-factory.c:978
#, fuzzy
msgid "Warning: Unsent Messages"
msgstr "޵ ޽"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
#, fuzzy
msgid "New Mail Message"
msgstr " ޼(_M)"
-#: mail/component-factory.c:997
+#: mail/component-factory.c:1020
msgid "_Mail Message"
msgstr " ޼(_M)"
-#: mail/component-factory.c:998
+#: mail/component-factory.c:1021
#, fuzzy
msgid "Compose a new mail message"
msgstr " ޼ ۼմϴ"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "New Message Post"
msgstr "޼"
-#: mail/component-factory.c:1006
+#: mail/component-factory.c:1029
#, fuzzy
msgid "_Post Message"
msgstr "޼ μ"
-#: mail/component-factory.c:1007
+#: mail/component-factory.c:1030
#, fuzzy
msgid "Post a new mail message"
msgstr " ޼(_M)"
-#: mail/component-factory.c:1035
+#: mail/component-factory.c:1058
msgid "Cannot initialize Evolution's mail component."
msgstr ""
-#: mail/component-factory.c:1044
+#: mail/component-factory.c:1067
#, fuzzy
msgid "Cannot initialize Evolution's mail config component."
msgstr "Evolution ۼⰡ ʱȭ ʾҽϴ."
-#: mail/component-factory.c:1050
+#: mail/component-factory.c:1073
#, fuzzy
msgid "Cannot initialize Evolution's folder info component."
msgstr "Evolution ۼⰡ ʱȭ ʾҽϴ."
-#: mail/component-factory.c:1275 mail/component-factory.c:1305
+#: mail/component-factory.c:1286 mail/component-factory.c:1316
#, fuzzy
msgid "Connecting..."
msgstr "ϴ ..."
-#: mail/component-factory.c:1316
+#: mail/component-factory.c:1327
msgid "Cannot register storage with shell"
msgstr ""
-#: mail/folder-browser-ui.c:440
+#: mail/folder-browser-ui.c:457
#, c-format
msgid "Properties for \"%s\""
msgstr "\"%s\" "
-#: mail/folder-browser-ui.c:442
+#: mail/folder-browser-ui.c:459
msgid "Properties"
msgstr ""
-#: mail/folder-browser.c:308 mail/mail-display.c:374 mail/mail-display.c:880
+#: mail/folder-browser.c:309 mail/mail-display.c:374 mail/mail-display.c:880
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "ӽ 丮 ϴ: %s"
-#: mail/folder-browser.c:763
+#: mail/folder-browser.c:764
#, c-format
msgid "%d new"
msgstr ""
-#: mail/folder-browser.c:766 mail/folder-browser.c:774
-#: mail/folder-browser.c:777
+#: mail/folder-browser.c:767 mail/folder-browser.c:775
+#: mail/folder-browser.c:778
msgid ", "
msgstr ""
-#: mail/folder-browser.c:768
+#: mail/folder-browser.c:769
#, c-format
msgid "%d hidden"
msgstr ""
-#: mail/folder-browser.c:770
+#: mail/folder-browser.c:771
#, c-format
msgid "%d visible"
msgstr ""
-#: mail/folder-browser.c:775
+#: mail/folder-browser.c:776
#, fuzzy, c-format
msgid "%d selected"
msgstr ""
-#: mail/folder-browser.c:780
+#: mail/folder-browser.c:781
#, fuzzy, c-format
msgid "%d unsent"
msgstr " %d ʸ"
-#: mail/folder-browser.c:782
+#: mail/folder-browser.c:783
#, fuzzy, c-format
msgid "%d sent"
msgstr " %d ʸ"
-#: mail/folder-browser.c:784
+#: mail/folder-browser.c:785
#, c-format
msgid "%d total"
msgstr ""
-#: mail/folder-browser.c:1091
+#: mail/folder-browser.c:1107
#, fuzzy
msgid "Create _Virtual Folder From Search..."
msgstr "޽κ (_V)"
-#: mail/folder-browser.c:1651
+#: mail/folder-browser.c:1690
msgid "VFolder on _Subject"
msgstr "񿡵 (_S)"
-#: mail/folder-browser.c:1652
+#: mail/folder-browser.c:1691
msgid "VFolder on Se_nder"
msgstr "߼ڿ (_n)"
-#: mail/folder-browser.c:1653
+#: mail/folder-browser.c:1692
msgid "VFolder on _Recipients"
msgstr "ڿ (_R)"
-#: mail/folder-browser.c:1654
+#: mail/folder-browser.c:1693
#, fuzzy
msgid "VFolder on Mailing _List"
msgstr "ϸ Ʈ "
-#: mail/folder-browser.c:1658
+#: mail/folder-browser.c:1697
#, fuzzy
msgid "Filter on Sub_ject"
msgstr "񿡴 Ÿ(_S)"
-#: mail/folder-browser.c:1659
+#: mail/folder-browser.c:1698
#, fuzzy
msgid "Filter on Sen_der"
msgstr "߼ο Ÿ(_n)"
-#: mail/folder-browser.c:1660
+#: mail/folder-browser.c:1699
#, fuzzy
msgid "Filter on Re_cipients"
msgstr "ο Ÿ(_R)"
-#: mail/folder-browser.c:1661 mail/folder-browser.c:1984
+#: mail/folder-browser.c:1700 mail/folder-browser.c:2023
#, fuzzy
msgid "Filter on _Mailing List"
msgstr "ϸ Ʈ "
-#: mail/folder-browser.c:1679
+#: mail/folder-browser.c:1718
#, fuzzy
msgid "_Edit as New Message..."
msgstr "޼ μ"
-#: mail/folder-browser.c:1681
+#: mail/folder-browser.c:1720
msgid "_Print"
msgstr "μ(_P)"
-#: mail/folder-browser.c:1685 ui/evolution-mail-message.xml.h:110
+#: mail/folder-browser.c:1724 ui/evolution-mail-message.xml.h:110
#, fuzzy
msgid "_Reply to Sender"
msgstr " ȸ"
-#: mail/folder-browser.c:1686 ui/evolution-mail-message.xml.h:75
+#: mail/folder-browser.c:1725 ui/evolution-mail-message.xml.h:75
#, fuzzy
msgid "Reply to _List"
msgstr "ü ȸ(_A)"
-#: mail/folder-browser.c:1687 ui/evolution-mail-message.xml.h:74
+#: mail/folder-browser.c:1726 ui/evolution-mail-message.xml.h:74
msgid "Reply to _All"
msgstr "ü ȸ(_A)"
-#: mail/folder-browser.c:1688
+#: mail/folder-browser.c:1727
msgid "_Forward"
msgstr "(_F)"
-#: mail/folder-browser.c:1692
+#: mail/folder-browser.c:1731
msgid "Follo_w Up..."
msgstr ""
-#: mail/folder-browser.c:1693
+#: mail/folder-browser.c:1732
#, fuzzy
msgid "Fla_g Completed"
msgstr "Ϸ"
-#: mail/folder-browser.c:1694
+#: mail/folder-browser.c:1733
#, fuzzy
msgid "Cl_ear Flag"
msgstr "(_l)"
#. separator here?
-#: mail/folder-browser.c:1698 ui/evolution-mail-message.xml.h:43
+#: mail/folder-browser.c:1737 ui/evolution-mail-message.xml.h:43
msgid "Mar_k as Read"
msgstr " ǥ(_k)"
-#: mail/folder-browser.c:1699
+#: mail/folder-browser.c:1738
#, fuzzy
msgid "Mark as _Unread"
msgstr " ǥ(_n)"
-#: mail/folder-browser.c:1700
+#: mail/folder-browser.c:1739
#, fuzzy
msgid "Mark as _Important"
msgstr "߿"
-#: mail/folder-browser.c:1701
+#: mail/folder-browser.c:1740
#, fuzzy
msgid "_Mark as Unimportant"
msgstr " ǥ"
-#: mail/folder-browser.c:1706
+#: mail/folder-browser.c:1745
#, fuzzy
msgid "U_ndelete"
msgstr "ǻ츲(_U)"
-#: mail/folder-browser.c:1710
+#: mail/folder-browser.c:1749
#, fuzzy
msgid "Mo_ve to Folder..."
msgstr " ̵..."
-#: mail/folder-browser.c:1711 ui/evolution-addressbook.xml.h:31
+#: mail/folder-browser.c:1750 ui/evolution-addressbook.xml.h:31
msgid "_Copy to Folder..."
msgstr " (_C)..."
-#: mail/folder-browser.c:1719
+#: mail/folder-browser.c:1758
#, fuzzy
msgid "Add Sender to Address_book"
msgstr "ּҷ ߰"
-#: mail/folder-browser.c:1723
+#: mail/folder-browser.c:1762
#, fuzzy
msgid "Appl_y Filters"
msgstr "Ÿ "
-#: mail/folder-browser.c:1727
+#: mail/folder-browser.c:1766
#, fuzzy
msgid "Crea_te Rule From Message"
msgstr "޽κ Ÿ (_C)"
-#: mail/folder-browser.c:1985
+#: mail/folder-browser.c:2024
#, fuzzy
msgid "VFolder on M_ailing List"
msgstr "ϸ Ʈ "
-#: mail/folder-browser.c:1987
+#: mail/folder-browser.c:2026
#, fuzzy, c-format
msgid "Filter on _Mailing List (%s)"
msgstr "ϸ Ʈ "
-#: mail/folder-browser.c:1988
+#: mail/folder-browser.c:2027
#, fuzzy, c-format
msgid "VFolder on M_ailing List (%s)"
msgstr "ϸ Ʈ "
@@ -11899,22 +11921,22 @@ msgstr ""
msgid "Evolution Account Editor"
msgstr ""
-#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:159
+#: mail/mail-account-gui.c:742 mail/mail-config.glade.h:160
#, fuzzy
msgid "_Host:"
msgstr "ȣƮ:"
-#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:129
+#: mail/mail-account-gui.c:746 mail/mail-config.glade.h:130
#, fuzzy
msgid "User_name:"
msgstr "̸:"
-#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:167
+#: mail/mail-account-gui.c:750 mail/mail-config.glade.h:168
#, fuzzy
msgid "_Path:"
msgstr ":"
-#: mail/mail-account-gui.c:1843
+#: mail/mail-account-gui.c:1846
msgid "You may not create two accounts with the same name."
msgstr ""
@@ -11945,7 +11967,7 @@ msgid "Enable"
msgstr ""
#: mail/mail-accounts.c:531 mail/mail-accounts.etspec.h:2
-#: mail/mail-config.glade.h:53
+#: mail/mail-config.glade.h:54
msgid "Enabled"
msgstr ""
@@ -11994,7 +12016,7 @@ msgid ""
"And have been updated."
msgstr ""
-#: mail/mail-callbacks.c:101
+#: mail/mail-callbacks.c:154
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
@@ -12002,131 +12024,131 @@ msgid ""
"Would you like to configure it now?"
msgstr ""
-#: mail/mail-callbacks.c:150
+#: mail/mail-callbacks.c:203
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
msgstr ""
-#: mail/mail-callbacks.c:164
+#: mail/mail-callbacks.c:217
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
msgstr ""
#. FIXME: this wording sucks
-#: mail/mail-callbacks.c:202
+#: mail/mail-callbacks.c:255
msgid ""
"You are sending an HTML-formatted message, but the following recipients do "
"not want HTML-formatted mail:\n"
msgstr ""
-#: mail/mail-callbacks.c:217
+#: mail/mail-callbacks.c:270
#, fuzzy
msgid "Send anyway?"
msgstr "̸ "
-#: mail/mail-callbacks.c:259
+#: mail/mail-callbacks.c:312
msgid ""
"This message has no subject.\n"
"Really send?"
msgstr ""
-#: mail/mail-callbacks.c:303
+#: mail/mail-callbacks.c:356
msgid ""
"Since the contact list you are sending to is configured to hide the list's "
"addresses, this message will contain only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:307
+#: mail/mail-callbacks.c:360
msgid "This message contains only Bcc recipients."
msgstr ""
-#: mail/mail-callbacks.c:311
+#: mail/mail-callbacks.c:364
msgid ""
"It is possible that the mail server may reveal the recipients by adding an "
"Apparently-To header.\n"
"Send anyway?"
msgstr ""
-#: mail/mail-callbacks.c:475
+#: mail/mail-callbacks.c:513
msgid "You must specify recipients in order to send this message."
msgstr ""
-#: mail/mail-callbacks.c:739
+#: mail/mail-callbacks.c:776
msgid ""
"Unable to open the drafts folder for this account.\n"
"Would you like to use the default drafts folder?"
msgstr ""
-#: mail/mail-callbacks.c:1154
+#: mail/mail-callbacks.c:1181
#, fuzzy
msgid "an unknown sender"
msgstr " "
-#: mail/mail-callbacks.c:1158
+#: mail/mail-callbacks.c:1185
msgid "On %a, %Y-%m-%d at %H:%M, %%s wrote:"
msgstr ""
-#: mail/mail-callbacks.c:1680 mail/message-browser.c:132
+#: mail/mail-callbacks.c:1686 mail/message-browser.c:132
msgid "Move message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:1682 mail/message-browser.c:134
+#: mail/mail-callbacks.c:1688 mail/message-browser.c:134
msgid "Copy message(s) to"
msgstr ""
-#: mail/mail-callbacks.c:2352
+#: mail/mail-callbacks.c:2353
#, fuzzy, c-format
msgid "Are you sure you want to edit all %d messages?"
msgstr " ۾ `%s' ⸦ Ͻʴϱ"
-#: mail/mail-callbacks.c:2377
+#: mail/mail-callbacks.c:2378
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
msgstr ""
-#: mail/mail-callbacks.c:2416
+#: mail/mail-callbacks.c:2417
msgid ""
"You may only resend messages\n"
"in the Sent folder."
msgstr ""
-#: mail/mail-callbacks.c:2430
+#: mail/mail-callbacks.c:2431
#, fuzzy, c-format
msgid "Are you sure you want to resend all %d messages?"
msgstr " ۾ `%s' ⸦ Ͻʴϱ"
-#: mail/mail-callbacks.c:2456
+#: mail/mail-callbacks.c:2457
#, fuzzy
msgid "No Message Selected"
msgstr "޼ ޾ҽϴ"
-#: mail/mail-callbacks.c:2501 mail/mail-display.c:186
+#: mail/mail-callbacks.c:2502 mail/mail-display.c:186
msgid "Overwrite file?"
msgstr ""
-#: mail/mail-callbacks.c:2555
+#: mail/mail-callbacks.c:2556
msgid "Save Message As..."
msgstr "ٸ̸ ޼ ..."
-#: mail/mail-callbacks.c:2557
+#: mail/mail-callbacks.c:2558
msgid "Save Messages As..."
msgstr "ٸ̸ ޼ ..."
-#: mail/mail-callbacks.c:2626
+#: mail/mail-callbacks.c:2627
#, fuzzy
msgid "Go to next folder with unread messages?"
msgstr " ޼ μմϴ"
-#: mail/mail-callbacks.c:2633
+#: mail/mail-callbacks.c:2634
msgid ""
"There are no more new messages in this folder.\n"
"Would you like to go to the next folder?"
msgstr ""
-#: mail/mail-callbacks.c:2876
+#: mail/mail-callbacks.c:2877
msgid ""
"This operation will permanently erase all messages marked as deleted. If you "
"continue, you will not be able to recover these messages.\n"
@@ -12134,36 +12156,36 @@ msgid ""
"Really erase these messages?"
msgstr ""
-#: mail/mail-callbacks.c:2989
+#: mail/mail-callbacks.c:2990
#, c-format
msgid ""
"Error loading filter information:\n"
"%s"
msgstr ""
-#: mail/mail-callbacks.c:3001
+#: mail/mail-callbacks.c:3002
#, fuzzy
msgid "Filters"
msgstr " Ÿ(_F)..."
-#: mail/mail-callbacks.c:3045
+#: mail/mail-callbacks.c:3046
#, fuzzy, c-format
msgid "Page %d of %d"
msgstr "%2$d %1$d޽ (uid \"%3$s\")"
-#: mail/mail-callbacks.c:3098
+#: mail/mail-callbacks.c:3101
msgid "Print Message"
msgstr "޼ μ"
-#: mail/mail-callbacks.c:3125
+#: mail/mail-callbacks.c:3128
msgid "US-Letter"
msgstr ""
-#: mail/mail-callbacks.c:3164
+#: mail/mail-callbacks.c:3169
msgid "Printing of message failed"
msgstr "޼ μ "
-#: mail/mail-callbacks.c:3335
+#: mail/mail-callbacks.c:3338
#, fuzzy, c-format
msgid "Are you sure you want to open all %d messages in separate windows?"
msgstr " ⸦ Ͻʴϱ?"
@@ -12184,7 +12206,7 @@ msgstr ":"
msgid "Please specify a valid script name"
msgstr ""
-#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2909
+#: mail/mail-composer-prefs.c:317 mail/mail-config.c:2933
#, fuzzy
msgid "Unnamed"
msgstr "ٸ ó"
@@ -12237,21 +12259,21 @@ msgid ""
msgstr ""
#. set window title
-#: mail/mail-config-druid.c:632
+#: mail/mail-config-druid.c:633
#, fuzzy
msgid "Evolution Account Assistant"
msgstr "Evolution "
-#: mail/mail-config.c:632
+#: mail/mail-config.c:635
#, fuzzy, c-format
msgid "Account %d"
msgstr ""
-#: mail/mail-config.c:2629
+#: mail/mail-config.c:2653
msgid "Checking Service"
msgstr ""
-#: mail/mail-config.c:2707 mail/mail-config.c:2711
+#: mail/mail-config.c:2731 mail/mail-config.c:2735
msgid "Connecting to server..."
msgstr ""
@@ -12419,522 +12441,526 @@ msgstr ""
"޼ : %s\n"
" %s"
-#: mail/mail-config.glade.h:46 shell/glade/evolution-startup-wizard.glade.h:2
+#: mail/mail-config.glade.h:46
+msgid "Don't sign _meeting requests (for Outlook compatibility)"
+msgstr ""
+
+#: mail/mail-config.glade.h:47 shell/glade/evolution-startup-wizard.glade.h:2
msgid "Done"
msgstr "Ϸ"
-#: mail/mail-config.glade.h:47
+#: mail/mail-config.glade.h:48
#, fuzzy
msgid "Drafts _folder:"
msgstr " "
-#: mail/mail-config.glade.h:48
+#: mail/mail-config.glade.h:49
msgid "E_nable"
msgstr ""
-#: mail/mail-config.glade.h:49
+#: mail/mail-config.glade.h:50
#, fuzzy
msgid "Emacs"
msgstr "̱"
-#: mail/mail-config.glade.h:50
+#: mail/mail-config.glade.h:51
#, fuzzy
msgid "Email Accounts"
msgstr ""
-#: mail/mail-config.glade.h:51
+#: mail/mail-config.glade.h:52
#, fuzzy
msgid "Email _address:"
msgstr "ڿ ּ:"
-#: mail/mail-config.glade.h:52
+#: mail/mail-config.glade.h:53
msgid "Empty _trash folders on exit"
msgstr ""
-#: mail/mail-config.glade.h:54
+#: mail/mail-config.glade.h:55
#, fuzzy
msgid "Execute Command..."
msgstr " "
-#: mail/mail-config.glade.h:55
+#: mail/mail-config.glade.h:56
msgid "Fi_xed -width:"
msgstr ""
-#: mail/mail-config.glade.h:56
+#: mail/mail-config.glade.h:57
#, fuzzy
msgid "Font Properties"
msgstr ""
-#: mail/mail-config.glade.h:57
+#: mail/mail-config.glade.h:58
#, fuzzy
msgid "Format messages in _HTML"
msgstr "޵ ޽"
-#: mail/mail-config.glade.h:58
+#: mail/mail-config.glade.h:59
msgid "Get Digital ID..."
msgstr ""
-#: mail/mail-config.glade.h:59
+#: mail/mail-config.glade.h:60
msgid "Highlight _quotations with"
msgstr ""
-#: mail/mail-config.glade.h:60
+#: mail/mail-config.glade.h:61
msgid "IMAPv4 "
msgstr ""
-#: mail/mail-config.glade.h:61 shell/glade/evolution-startup-wizard.glade.h:4
+#: mail/mail-config.glade.h:62 shell/glade/evolution-startup-wizard.glade.h:4
msgid "Identity"
msgstr ""
-#: mail/mail-config.glade.h:63
+#: mail/mail-config.glade.h:64
#, fuzzy
msgid "Inline"
msgstr "ݴ"
-#: mail/mail-config.glade.h:64
+#: mail/mail-config.glade.h:65
msgid "Kerberos "
msgstr ""
-#: mail/mail-config.glade.h:65
+#: mail/mail-config.glade.h:66
#, fuzzy
msgid "Labels and Colors"
msgstr " ħ"
-#: mail/mail-config.glade.h:67
+#: mail/mail-config.glade.h:68
#, fuzzy
msgid "Loading Images"
msgstr "޵ ޽"
-#: mail/mail-config.glade.h:68
+#: mail/mail-config.glade.h:69
msgid "Mail Configuration"
msgstr " "
-#: mail/mail-config.glade.h:70
+#: mail/mail-config.glade.h:71
#, fuzzy
msgid "Mailbox location"
msgstr "Ϲڽ "
-#: mail/mail-config.glade.h:71
+#: mail/mail-config.glade.h:72
#, fuzzy
msgid "Message Composer"
msgstr "޼ Ӹ"
-#: mail/mail-config.glade.h:72
+#: mail/mail-config.glade.h:73
#, fuzzy
msgid "Message Display"
msgstr "ǥ"
-#: mail/mail-config.glade.h:73
+#: mail/mail-config.glade.h:74
msgid "Microsoft"
msgstr ""
-#: mail/mail-config.glade.h:76
+#: mail/mail-config.glade.h:77
#, fuzzy
msgid "New Mail Notification"
msgstr " "
-#: mail/mail-config.glade.h:78
+#: mail/mail-config.glade.h:79
msgid "On Screen fonts"
msgstr ""
-#: mail/mail-config.glade.h:79
+#: mail/mail-config.glade.h:80
#, fuzzy
msgid "Optional Information"
msgstr " "
-#: mail/mail-config.glade.h:81
+#: mail/mail-config.glade.h:82
#, fuzzy
msgid "Or_ganization:"
msgstr ":"
-#: mail/mail-config.glade.h:82
+#: mail/mail-config.glade.h:83
msgid "PGP/GPG _Key ID:"
msgstr ""
-#: mail/mail-config.glade.h:86
+#: mail/mail-config.glade.h:87
msgid "Pick a color"
msgstr ""
-#: mail/mail-config.glade.h:87
+#: mail/mail-config.glade.h:88
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr ""
-#: mail/mail-config.glade.h:88
+#: mail/mail-config.glade.h:89
msgid "Pretty Good Privacy (PGP/GPG)"
msgstr ""
-#: mail/mail-config.glade.h:89
+#: mail/mail-config.glade.h:90
#, fuzzy
msgid "Printed Fonts"
msgstr "ó μմϴ"
-#: mail/mail-config.glade.h:90
+#: mail/mail-config.glade.h:91
msgid "Qmail maildir "
msgstr ""
-#: mail/mail-config.glade.h:91
+#: mail/mail-config.glade.h:92
#, fuzzy
msgid "Quote original message"
msgstr ""
"޼ : %s\n"
" %s"
-#: mail/mail-config.glade.h:92
+#: mail/mail-config.glade.h:93
#, fuzzy
msgid "Quoted"
msgstr "ο(_Q)"
-#: mail/mail-config.glade.h:93
+#: mail/mail-config.glade.h:94
#, fuzzy
msgid "Re_member this password"
msgstr " йȣ "
-#: mail/mail-config.glade.h:94
+#: mail/mail-config.glade.h:95
#, fuzzy
msgid "Re_ply-To:"
msgstr "ȸ ּ:"
-#: mail/mail-config.glade.h:95 shell/glade/evolution-startup-wizard.glade.h:6
+#: mail/mail-config.glade.h:96 shell/glade/evolution-startup-wizard.glade.h:6
msgid "Receiving Email"
msgstr " "
-#: mail/mail-config.glade.h:96
+#: mail/mail-config.glade.h:97
#, fuzzy
msgid "Receiving _Options"
msgstr "޾"
-#: mail/mail-config.glade.h:97
+#: mail/mail-config.glade.h:98
#, fuzzy
msgid "Remember this _password"
msgstr " йȣ "
-#: mail/mail-config.glade.h:98
+#: mail/mail-config.glade.h:99
#, fuzzy
msgid "Required Information"
msgstr " "
-#: mail/mail-config.glade.h:99
+#: mail/mail-config.glade.h:100
#, fuzzy
msgid "Restore Defaults"
msgstr ""
-#: mail/mail-config.glade.h:101
+#: mail/mail-config.glade.h:102
#, fuzzy
msgid "S_ecurity"
msgstr "(_S)"
-#: mail/mail-config.glade.h:102
+#: mail/mail-config.glade.h:103
msgid "Secure MIME (S/MIME)"
msgstr ""
-#: mail/mail-config.glade.h:103
+#: mail/mail-config.glade.h:104
msgid "Select HTML fixed width font"
msgstr ""
-#: mail/mail-config.glade.h:104
+#: mail/mail-config.glade.h:105
msgid "Select HTML fixed width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:105
+#: mail/mail-config.glade.h:106
msgid "Select HTML variable width font"
msgstr ""
-#: mail/mail-config.glade.h:106
+#: mail/mail-config.glade.h:107
msgid "Select HTML variable width font for printing"
msgstr ""
-#: mail/mail-config.glade.h:107
+#: mail/mail-config.glade.h:108
#, fuzzy
msgid "Select PGP program"
msgstr "PGP α׷ "
-#: mail/mail-config.glade.h:108 shell/glade/evolution-startup-wizard.glade.h:7
+#: mail/mail-config.glade.h:109 shell/glade/evolution-startup-wizard.glade.h:7
msgid "Sending Email"
msgstr " "
-#: mail/mail-config.glade.h:110
+#: mail/mail-config.glade.h:111
#, fuzzy
msgid "Sent _messages folder:"
msgstr "޼ "
-#: mail/mail-config.glade.h:111
+#: mail/mail-config.glade.h:112
#, fuzzy
msgid "Sent and Draft Messages"
msgstr "޼ ٽ (_R)"
-#: mail/mail-config.glade.h:112
+#: mail/mail-config.glade.h:113
#, fuzzy
msgid "Ser_ver requires authentication"
msgstr " 䱸մϴ"
-#: mail/mail-config.glade.h:113
+#: mail/mail-config.glade.h:114
msgid "Server Configuration"
msgstr " "
-#: mail/mail-config.glade.h:114
+#: mail/mail-config.glade.h:115
#, fuzzy
msgid "Server _Type: "
msgstr " : "
-#: mail/mail-config.glade.h:115
+#: mail/mail-config.glade.h:116
#, fuzzy
msgid "Shortcuts _type:"
msgstr " (_S)"
-#: mail/mail-config.glade.h:116
+#: mail/mail-config.glade.h:117
#, fuzzy
msgid "Signature #1"
msgstr ":"
-#: mail/mail-config.glade.h:117
+#: mail/mail-config.glade.h:118
#, fuzzy
msgid "Signature #2"
msgstr ":"
-#: mail/mail-config.glade.h:118
+#: mail/mail-config.glade.h:119
#, fuzzy
msgid "Specify _filename:"
msgstr " ̸:"
-#: mail/mail-config.glade.h:119
+#: mail/mail-config.glade.h:120
msgid "Spell Checking Language"
msgstr ""
-#: mail/mail-config.glade.h:120
+#: mail/mail-config.glade.h:121
msgid "Spell _Checking"
msgstr ""
-#: mail/mail-config.glade.h:121
+#: mail/mail-config.glade.h:122
msgid "Standard Unix mbox"
msgstr ""
-#: mail/mail-config.glade.h:122
+#: mail/mail-config.glade.h:123
msgid ""
"The output of this script will be used as your\n"
"signature. The name you specify will be used\n"
"for display purposes only. "
msgstr ""
-#: mail/mail-config.glade.h:125
+#: mail/mail-config.glade.h:126
msgid ""
"This page allows you to configure spell checking behavior and language. The "
"list of languages here reflects only the languages for which you have a "
"dictionary installed."
msgstr ""
-#: mail/mail-config.glade.h:127
+#: mail/mail-config.glade.h:128
#, fuzzy
msgid ""
"Type the name by which you would like to refer to this account.\n"
"For example: \"Work\" or \"Personal\""
msgstr " ų ̸ ϼ. \"\"̳ Ǵ \"\"."
-#: mail/mail-config.glade.h:130
+#: mail/mail-config.glade.h:131
msgid "V_ariable-width:"
msgstr ""
-#: mail/mail-config.glade.h:131
+#: mail/mail-config.glade.h:132
msgid ""
"Welcome to the Evolution Mail Configuration Assistant.\n"
"\n"
"Click \"Next\" to begin. "
msgstr ""
-#: mail/mail-config.glade.h:136
+#: mail/mail-config.glade.h:137
#, fuzzy
msgid "XEmacs"
msgstr "̱"
-#: mail/mail-config.glade.h:138
+#: mail/mail-config.glade.h:139
#, fuzzy
msgid "_Add Signature"
msgstr ":"
-#: mail/mail-config.glade.h:139
+#: mail/mail-config.glade.h:140
msgid "_Always load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:140
+#: mail/mail-config.glade.h:141
msgid "_Always sign outgoing messages when using this account"
msgstr ""
-#: mail/mail-config.glade.h:141
+#: mail/mail-config.glade.h:142
#, fuzzy
msgid "_Authentication Type: "
msgstr " :"
-#: mail/mail-config.glade.h:142
+#: mail/mail-config.glade.h:143
#, fuzzy
msgid "_Authentication type: "
msgstr " :"
-#: mail/mail-config.glade.h:143
+#: mail/mail-config.glade.h:144
#, fuzzy
msgid "_Automatically check for new mail"
msgstr " ۼմϴ"
-#: mail/mail-config.glade.h:144
+#: mail/mail-config.glade.h:145
#, fuzzy
msgid "_Automatically insert smiley images"
msgstr " ۼմϴ"
-#: mail/mail-config.glade.h:145
+#: mail/mail-config.glade.h:146
msgid "_Beep when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:146
+#: mail/mail-config.glade.h:147
msgid "_Certificate ID:"
msgstr ""
-#: mail/mail-config.glade.h:147
+#: mail/mail-config.glade.h:148
#, fuzzy
msgid "_Confirm when expunging a folder"
msgstr " "
-#: mail/mail-config.glade.h:148
+#: mail/mail-config.glade.h:149
#, fuzzy
msgid "_Default signature:"
msgstr ":"
-#: mail/mail-config.glade.h:149
+#: mail/mail-config.glade.h:150
#, fuzzy
msgid "_Defaults"
msgstr ""
-#: mail/mail-config.glade.h:151
+#: mail/mail-config.glade.h:152
msgid "_Do not notify me when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:153
+#: mail/mail-config.glade.h:154
#, fuzzy
msgid "_Enable"
msgstr ""
-#: mail/mail-config.glade.h:154
+#: mail/mail-config.glade.h:155
msgid "_Fixed-width:"
msgstr ""
-#: mail/mail-config.glade.h:155
+#: mail/mail-config.glade.h:156
#, fuzzy
msgid "_Forward style:"
msgstr "ٸ ּҷ "
-#: mail/mail-config.glade.h:156
+#: mail/mail-config.glade.h:157
#, fuzzy
msgid "_Full name:"
msgstr "ü̸:"
-#: mail/mail-config.glade.h:158
+#: mail/mail-config.glade.h:159
#, fuzzy
msgid "_HTML Mail"
msgstr "̸ "
-#: mail/mail-config.glade.h:160
+#: mail/mail-config.glade.h:161
msgid "_Identity"
msgstr ""
-#: mail/mail-config.glade.h:161
+#: mail/mail-config.glade.h:162
msgid "_Load images if sender is in addressbook"
msgstr ""
-#: mail/mail-config.glade.h:162
+#: mail/mail-config.glade.h:163
#, fuzzy
msgid "_Make this my default account"
msgstr "⺻ ϱ"
-#: mail/mail-config.glade.h:163
+#: mail/mail-config.glade.h:164
#, fuzzy
msgid "_Mark messages as read after"
msgstr "޼ Ӹ"
-#: mail/mail-config.glade.h:164
+#: mail/mail-config.glade.h:165
#, fuzzy
msgid "_Name:"
msgstr "̸:"
-#: mail/mail-config.glade.h:165
+#: mail/mail-config.glade.h:166
msgid "_Never load images off the net"
msgstr ""
-#: mail/mail-config.glade.h:166
+#: mail/mail-config.glade.h:167
#, fuzzy
msgid "_PGP binary path:"
msgstr "PGP "
-#: mail/mail-config.glade.h:168
+#: mail/mail-config.glade.h:169
msgid "_Play sound file when new mail arrives"
msgstr ""
-#: mail/mail-config.glade.h:169
+#: mail/mail-config.glade.h:170
msgid "_Prompt when sending HTML messages to contacts that don't want them"
msgstr ""
-#: mail/mail-config.glade.h:170
+#: mail/mail-config.glade.h:171
msgid "_Prompt when sending messages with an empty subject line"
msgstr ""
-#: mail/mail-config.glade.h:171
+#: mail/mail-config.glade.h:172
#, fuzzy
msgid "_Receiving Mail"
msgstr " "
-#: mail/mail-config.glade.h:172
+#: mail/mail-config.glade.h:173
#, fuzzy
msgid "_Reply style:"
msgstr "ü ȸ"
-#: mail/mail-config.glade.h:173
+#: mail/mail-config.glade.h:174
msgid "_Restore defaults"
msgstr ""
-#: mail/mail-config.glade.h:174
+#: mail/mail-config.glade.h:175
#, fuzzy
msgid "_Script:"
msgstr "(_S)"
-#: mail/mail-config.glade.h:175 ui/evolution-message-composer.xml.h:48
+#: mail/mail-config.glade.h:176 ui/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "(_S)"
-#: mail/mail-config.glade.h:176
+#: mail/mail-config.glade.h:177
#, fuzzy
msgid "_Sending Mail"
msgstr " "
-#: mail/mail-config.glade.h:177
+#: mail/mail-config.glade.h:178
#, fuzzy
msgid "_Show animated images"
msgstr ""
-#: mail/mail-config.glade.h:178
+#: mail/mail-config.glade.h:179
#, fuzzy
msgid "_Signatures"
msgstr ":"
-#: mail/mail-config.glade.h:179
+#: mail/mail-config.glade.h:180
msgid "_Use secure connection (SSL):"
msgstr ""
-#: mail/mail-config.glade.h:180
+#: mail/mail-config.glade.h:181
msgid "_Variable-width:"
msgstr ""
-#: mail/mail-config.glade.h:181
+#: mail/mail-config.glade.h:182
#, fuzzy
msgid "_every"
msgstr ""
-#: mail/mail-config.glade.h:182
+#: mail/mail-config.glade.h:183
#, fuzzy
msgid "color"
msgstr ""
-#: mail/mail-config.glade.h:183
+#: mail/mail-config.glade.h:184
#, fuzzy
msgid "description"
msgstr ":"
-#: mail/mail-config.glade.h:186
+#: mail/mail-config.glade.h:187
msgid "xxxxxxxxxxxxxxxxxxxx"
msgstr ""
@@ -13005,130 +13031,135 @@ msgstr "޵ ޽"
msgid "Loading message content"
msgstr "޽ о帲"
-#: mail/mail-display.c:1741
+#: mail/mail-display.c:1756
msgid "Overdue:"
msgstr ""
-#: mail/mail-display.c:1745
+#: mail/mail-display.c:1760
#, fuzzy
msgid "by %B %d, %Y, %l:%M %P"
msgstr "%a %Y/%m/%d %I:%M %p"
-#: mail/mail-display.c:1747
+#: mail/mail-display.c:1762
msgid "at your earliest convenience"
msgstr ""
-#: mail/mail-display.c:2069
+#: mail/mail-display.c:2084
msgid "Open Link in Browser"
msgstr ""
-#: mail/mail-display.c:2070
+#: mail/mail-display.c:2085
#, fuzzy
msgid "Copy Link Location"
msgstr "Ѱ "
-#: mail/mail-display.c:2072
+#: mail/mail-display.c:2087
#, fuzzy
msgid "Save Link as (FIXME)"
msgstr " (_f)... (ĥ)"
-#: mail/mail-display.c:2074
+#: mail/mail-display.c:2089
#, fuzzy
msgid "Save Image as..."
msgstr "ٸ ̸ ..."
-#: mail/mail-format.c:626
+#: mail/mail-folder-cache.c:743
+#, fuzzy, c-format
+msgid "Pinging %s"
+msgstr "\"%s\" "
+
+#: mail/mail-format.c:646
#, c-format
msgid "%s attachment"
msgstr "%s ÷"
-#: mail/mail-format.c:672
+#: mail/mail-format.c:692
msgid "Could not parse MIME message. Displaying as source."
msgstr ""
-#: mail/mail-format.c:756 mail/message-list.etspec.h:2
+#: mail/mail-format.c:776 mail/message-list.etspec.h:2
msgid "Date"
msgstr "¥"
-#: mail/mail-format.c:843
+#: mail/mail-format.c:863
#, fuzzy
msgid "Bad Address"
msgstr "ڿ ּ:"
-#: mail/mail-format.c:886 mail/message-list.etspec.h:7
+#: mail/mail-format.c:906 mail/message-list.etspec.h:7
msgid "From"
msgstr ""
-#: mail/mail-format.c:890
+#: mail/mail-format.c:910
#, fuzzy
msgid "Reply-To"
msgstr "ȸ ּ:"
-#: mail/mail-format.c:895 mail/message-list.etspec.h:14
+#: mail/mail-format.c:915 mail/message-list.etspec.h:14
msgid "To"
msgstr "޴»"
-#: mail/mail-format.c:900
+#: mail/mail-format.c:920
#, fuzzy
msgid "Cc"
msgstr ":"
-#: mail/mail-format.c:905
+#: mail/mail-format.c:925
#, fuzzy
msgid "Bcc"
msgstr " :"
-#: mail/mail-format.c:936
+#: mail/mail-format.c:956
#, fuzzy
msgid "Mailer"
msgstr ""
-#: mail/mail-format.c:1808
+#: mail/mail-format.c:1840
msgid ""
"This message is digitally signed. Click the lock icon for more information."
msgstr ""
-#: mail/mail-format.c:1835
+#: mail/mail-format.c:1867
#, fuzzy
msgid "Could not create a PGP verfication context"
msgstr ""
"%s 丮 ϴ:\n"
"%s"
-#: mail/mail-format.c:1844
+#: mail/mail-format.c:1876
msgid "This message is digitally signed and has been found to be authentic."
msgstr ""
-#: mail/mail-format.c:1852
+#: mail/mail-format.c:1884
msgid "This message is digitally signed but can not be proven to be authentic."
msgstr ""
-#: mail/mail-format.c:2102
+#: mail/mail-format.c:2134
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr ""
-#: mail/mail-format.c:2116
+#: mail/mail-format.c:2148
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""
-#: mail/mail-format.c:2121
+#: mail/mail-format.c:2153
#, c-format
msgid "Pointer to local file (%s)"
msgstr ""
-#: mail/mail-format.c:2150
+#: mail/mail-format.c:2182
#, c-format
msgid "Pointer to remote data (%s)"
msgstr ""
-#: mail/mail-format.c:2158
+#: mail/mail-format.c:2190
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr ""
-#: mail/mail-format.c:2163
+#: mail/mail-format.c:2195
msgid "Malformed external-body part."
msgstr ""
@@ -13251,60 +13282,60 @@ msgstr "޽ %s ̵"
msgid "Copying messages to %s"
msgstr "޽ %s "
-#: mail/mail-ops.c:1041
+#: mail/mail-ops.c:1051
#, c-format
msgid "Scanning folders in \"%s\""
msgstr ""
-#: mail/mail-ops.c:1224
+#: mail/mail-ops.c:1234
msgid "Forwarded messages"
msgstr "޵ ޽"
-#: mail/mail-ops.c:1267
+#: mail/mail-ops.c:1277
#, c-format
msgid "Opening folder %s"
msgstr "%s "
-#: mail/mail-ops.c:1339
+#: mail/mail-ops.c:1349
#, c-format
msgid "Opening store %s"
msgstr ""
-#: mail/mail-ops.c:1412
+#: mail/mail-ops.c:1422
#, fuzzy, c-format
msgid "Removing folder %s"
msgstr "%s "
-#: mail/mail-ops.c:1506
+#: mail/mail-ops.c:1516
#, fuzzy, c-format
msgid "Storing folder '%s'"
msgstr "%s "
-#: mail/mail-ops.c:1557
+#: mail/mail-ops.c:1567
#, fuzzy
msgid "Refreshing folder"
msgstr " 缳"
-#: mail/mail-ops.c:1593
+#: mail/mail-ops.c:1603
msgid "Expunging folder"
msgstr " "
-#: mail/mail-ops.c:1642
+#: mail/mail-ops.c:1652
#, c-format
msgid "Retrieving message %s"
msgstr "޼ %s "
-#: mail/mail-ops.c:1714
+#: mail/mail-ops.c:1724
#, fuzzy, c-format
msgid "Retrieving %d message(s)"
msgstr "޼ "
-#: mail/mail-ops.c:1800
+#: mail/mail-ops.c:1810
#, fuzzy, c-format
msgid "Saving %d messsage(s)"
msgstr "޽ "
-#: mail/mail-ops.c:1912
+#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
@@ -13313,7 +13344,7 @@ msgstr ""
" ϴ: %s\n"
" %s"
-#: mail/mail-ops.c:1940
+#: mail/mail-ops.c:1950
#, c-format
msgid ""
"Error saving messages to: %s:\n"
@@ -13322,11 +13353,11 @@ msgstr ""
"%s ޽ ߻:\n"
" %s"
-#: mail/mail-ops.c:2014
+#: mail/mail-ops.c:2024
msgid "Saving attachment"
msgstr "÷ "
-#: mail/mail-ops.c:2031
+#: mail/mail-ops.c:2041
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13335,22 +13366,22 @@ msgstr ""
" : %s:\n"
" %s"
-#: mail/mail-ops.c:2061
+#: mail/mail-ops.c:2071
#, c-format
msgid "Could not write data: %s"
msgstr "Ÿ ϴ: %s"
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, c-format
msgid "Disconnecting from %s"
msgstr ""
-#: mail/mail-ops.c:2209
+#: mail/mail-ops.c:2219
#, fuzzy, c-format
msgid "Reconnecting to %s"
msgstr "޾"
-#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:513
+#: mail/mail-search-dialogue.c:113 widgets/misc/e-search-bar.c:514
msgid "_Search"
msgstr "˻(_S)"
@@ -13433,26 +13464,26 @@ msgstr " ..."
msgid "Waiting..."
msgstr "ٸ ..."
-#: mail/mail-session.c:223
+#: mail/mail-session.c:221
#, fuzzy
msgid "User canceled operation."
msgstr " "
-#: mail/mail-session.c:276
+#: mail/mail-session.c:274
#, fuzzy
msgid "_Remember this password"
msgstr " йȣ "
-#: mail/mail-session.c:277
+#: mail/mail-session.c:275
msgid "_Remember this password for the remainder of this session"
msgstr ""
-#: mail/mail-session.c:334
+#: mail/mail-session.c:332
#, c-format
msgid "Enter Password for %s"
msgstr ""
-#: mail/mail-session.c:337
+#: mail/mail-session.c:335
#, fuzzy
msgid "Enter Password"
msgstr "йȣ"
@@ -13478,43 +13509,26 @@ msgstr ""
"\n"
" Ͻðڽϱ?"
-#: mail/mail-signature-editor.c:378
+#: mail/mail-signature-editor.c:371
#, fuzzy
msgid "Type the name by which you would like to refer to this signature."
msgstr " ų ̸ ϼ. \"\"̳ Ǵ \"\"."
-#: mail/mail-signature-editor.c:381 my-evolution/e-summary-preferences.c:875
+#: mail/mail-signature-editor.c:374 my-evolution/e-summary-preferences.c:875
msgid "Name:"
msgstr "̸:"
-#: mail/mail-signature-editor.c:397
-#, fuzzy
-msgid "Signature hint"
-msgstr ":"
-
-#: mail/mail-signature-editor.c:407
-msgid ""
-"If you would like to use an old signature, you may import it by opening the "
-"\"Insert\" menu, and select either the \"Text file\" or the \"HTML file\" "
-"item."
-msgstr ""
-
-#: mail/mail-signature-editor.c:416
-#, fuzzy
-msgid "Hide signature hint"
-msgstr ":"
-
-#: mail/mail-tools.c:257
+#: mail/mail-tools.c:262
#, c-format
msgid "Forwarded message - %s"
msgstr "޵ ޽ - %s"
-#: mail/mail-tools.c:261
+#: mail/mail-tools.c:266
#, fuzzy
msgid "Forwarded message"
msgstr "޵ ޽"
-#: mail/mail-tools.c:403
+#: mail/mail-tools.c:408
#, fuzzy
msgid "Forwarded Message"
msgstr "޵ ޽"
@@ -13571,67 +13585,67 @@ msgstr ": ( )"
msgid "%s - Message"
msgstr "޼"
-#: mail/message-list.c:733
+#: mail/message-list.c:737
msgid "Unseen"
msgstr ""
-#: mail/message-list.c:734
+#: mail/message-list.c:738
msgid "Seen"
msgstr ""
-#: mail/message-list.c:735
+#: mail/message-list.c:739
msgid "Answered"
msgstr ""
-#: mail/message-list.c:736
+#: mail/message-list.c:740
msgid "Multiple Unseen Messages"
msgstr " ޼"
-#: mail/message-list.c:737
+#: mail/message-list.c:741
msgid "Multiple Messages"
msgstr ""
-#: mail/message-list.c:741
+#: mail/message-list.c:745
msgid "Lowest"
msgstr ""
-#: mail/message-list.c:742
+#: mail/message-list.c:746
msgid "Lower"
msgstr ""
-#: mail/message-list.c:746
+#: mail/message-list.c:750
msgid "Higher"
msgstr ""
-#: mail/message-list.c:747
+#: mail/message-list.c:751
msgid "Highest"
msgstr ""
-#: mail/message-list.c:1063
+#: mail/message-list.c:1067
msgid "?"
msgstr ""
-#: mail/message-list.c:1070
+#: mail/message-list.c:1074
msgid "Today %l:%M %p"
msgstr " %l:%M %p"
-#: mail/message-list.c:1079
+#: mail/message-list.c:1083
msgid "Yesterday %l:%M %p"
msgstr " %l:%M %p"
-#: mail/message-list.c:1091
+#: mail/message-list.c:1095
msgid "%a %l:%M %p"
msgstr ""
-#: mail/message-list.c:1099
+#: mail/message-list.c:1103
msgid "%b %d %l:%M %p"
msgstr ""
-#: mail/message-list.c:1101
+#: mail/message-list.c:1105
msgid "%b %d %Y"
msgstr ""
-#: mail/message-list.c:2555
+#: mail/message-list.c:2559
#, fuzzy
msgid "Generating message list"
msgstr "޽ "
@@ -13710,73 +13724,98 @@ msgstr "̸"
msgid "Flag to Follow Up"
msgstr ""
-#: mail/subscribe-dialog.c:219
+#: mail/subscribe-dialog.c:228
#, fuzzy, c-format
msgid "Scanning folders under %s on \"%s\""
msgstr "\"%s\" \"%s\" ٲٱ"
-#: mail/subscribe-dialog.c:221
+#: mail/subscribe-dialog.c:230
#, c-format
msgid "Scanning root-level folders on \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:318
+#: mail/subscribe-dialog.c:333
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:320
+#: mail/subscribe-dialog.c:335
#, c-format
msgid "Unsubscribing to folder \"%s\""
msgstr ""
-#: mail/subscribe-dialog.c:1278 mail/subscribe-dialog.etspec.h:1
+#: mail/subscribe-dialog.c:1304 mail/subscribe-dialog.etspec.h:1
#: shell/e-storage-set-view.etspec.h:2
msgid "Folder"
msgstr ""
-#: mail/subscribe-dialog.c:1515
+#: mail/subscribe-dialog.c:1483
+#, fuzzy
+msgid "Scanning folders..."
+msgstr " ..."
+
+#: mail/subscribe-dialog.c:1590
#, fuzzy
msgid "No server has been selected"
msgstr "޼ ޾ҽϴ"
-#: mail/subscribe-dialog.c:1576
+#: mail/subscribe-dialog.c:1654
msgid "Please select a server."
msgstr ""
#: mail/subscribe-dialog.glade.h:1
-msgid " _Refresh List "
-msgstr ""
-
-#: mail/subscribe-dialog.glade.h:2
#, fuzzy
msgid "All folders"
msgstr ""
-#: mail/subscribe-dialog.glade.h:3
+#: mail/subscribe-dialog.glade.h:2
#, fuzzy
-msgid "Display options"
-msgstr " ɼ"
+msgid "Apri file"
+msgstr " "
+
+#: mail/subscribe-dialog.glade.h:3 ui/evolution-comp-editor.xml.h:2
+#: ui/evolution-contact-editor.xml.h:1
+#: ui/evolution-contact-list-editor.xml.h:1
+#: ui/evolution-mail-messagedisplay.xml.h:1
+#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
+#: ui/evolution.xml.h:5
+msgid "Close"
+msgstr "ݱ"
#: mail/subscribe-dialog.glade.h:4
+#, fuzzy
+msgid "Display Options"
+msgstr " ɼ"
+
+#: mail/subscribe-dialog.glade.h:5
msgid "Folders whose names begin with:"
msgstr ""
-#: mail/subscribe-dialog.glade.h:5
+#: mail/subscribe-dialog.glade.h:6
#, fuzzy
msgid "Manage Subscriptions"
msgstr " (_S)..."
-#: mail/subscribe-dialog.glade.h:6
-msgid "Show _folders from server: "
+#: mail/subscribe-dialog.glade.h:7 ui/evolution-subscribe.xml.h:3
+msgid "Refresh List"
msgstr ""
-#: mail/subscribe-dialog.glade.h:7
+#: mail/subscribe-dialog.glade.h:8
+#, fuzzy
+msgid "S_elect server: "
+msgstr "ü մϴ"
+
+#: mail/subscribe-dialog.glade.h:9
+#, fuzzy
+msgid "Salve file"
+msgstr " "
+
+#: mail/subscribe-dialog.glade.h:10
#, fuzzy
msgid "_Subscribe"
msgstr ""
-#: mail/subscribe-dialog.glade.h:8
+#: mail/subscribe-dialog.glade.h:11
#, fuzzy
msgid "_Unsubscribe"
msgstr " "
@@ -13786,29 +13825,29 @@ msgid "Configuration control for the Evolution Summary."
msgstr ""
#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:2
+msgid "Configure the appearance of the Evolution Summary here"
+msgstr ""
+
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
#, fuzzy
msgid "Evolution Summary component."
msgstr "Evolution ۼ."
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:3
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
#, fuzzy
msgid "Factory for Evolution Summary's configuration control."
msgstr "ּҷ"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:4
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
#, fuzzy
msgid "Factory for the Evolution Summary component."
msgstr "ּҷ"
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:5
+#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
#, fuzzy
msgid "Summary Preferences"
msgstr "޷ "
-#: my-evolution/GNOME_Evolution_Summary.oaf.in.h:6
-msgid "This page can be used to customize the appearance of the Summary page."
-msgstr ""
-
#: my-evolution/Locations.h:1
#, fuzzy
msgid "Aarhus"
@@ -24359,27 +24398,27 @@ msgstr ""
msgid "Folder containing the Evolution Summary"
msgstr ""
-#: my-evolution/e-summary-calendar.c:365 my-evolution/e-summary-calendar.c:383
+#: my-evolution/e-summary-calendar.c:367 my-evolution/e-summary-calendar.c:387
#, fuzzy
msgid "Appointments"
msgstr ""
-#: my-evolution/e-summary-calendar.c:366
+#: my-evolution/e-summary-calendar.c:368
#, fuzzy
msgid "No appointments"
msgstr " "
-#: my-evolution/e-summary-calendar.c:400
+#: my-evolution/e-summary-calendar.c:404
#, fuzzy
msgid "%k:%M %d %B"
msgstr " %l:%M %p"
-#: my-evolution/e-summary-calendar.c:402
+#: my-evolution/e-summary-calendar.c:406
#, fuzzy
msgid "%l:%M %d %B"
msgstr " %l:%M %p"
-#: my-evolution/e-summary-calendar.c:420
+#: my-evolution/e-summary-calendar.c:424
#, fuzzy
msgid "No description"
msgstr ":"
@@ -24446,12 +24485,12 @@ msgstr "߰"
msgid "Shown"
msgstr ""
-#: my-evolution/e-summary-tasks.c:300
+#: my-evolution/e-summary-tasks.c:312
#, fuzzy
msgid "No tasks"
msgstr ""
-#: my-evolution/e-summary-tasks.c:343
+#: my-evolution/e-summary-tasks.c:357
#, fuzzy
msgid "(No Description)"
msgstr ":"
@@ -24487,7 +24526,7 @@ msgstr ""
msgid "Printing of Summary failed"
msgstr "޼ μ "
-#: my-evolution/main.c:139
+#: my-evolution/main.c:64
#, fuzzy
msgid "Executive summary component could not initialize Bonobo.\n"
msgstr "init_bonobo(): Bonobo ʱȭ ϴ"
@@ -25809,18 +25848,18 @@ msgid "Configuration control for Evolution folder settings."
msgstr "ּҷ"
#: shell/GNOME_Evolution_Shell.oaf.in.h:2
+msgid "Configure special folders and offline folder behavior here"
+msgstr ""
+
+#: shell/GNOME_Evolution_Shell.oaf.in.h:3
#, fuzzy
msgid "Folder Settings"
msgstr "..."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:3
+#: shell/GNOME_Evolution_Shell.oaf.in.h:4
msgid "The Evolution shell."
msgstr "Evolution ."
-#: shell/GNOME_Evolution_Shell.oaf.in.h:4
-msgid "This page can be used to configure various folder settings"
-msgstr ""
-
#: shell/e-activity-handler.c:162
#, fuzzy
msgid "Show Details"
@@ -25848,7 +25887,7 @@ msgstr " "
msgid "Drafts"
msgstr "ʰ"
-#: shell/e-local-storage.c:179 shell/e-shell-view.c:397
+#: shell/e-local-storage.c:179 shell/e-shell-view.c:398
#: shell/e-shortcuts.c:1055
msgid "Inbox"
msgstr ""
@@ -26258,27 +26297,27 @@ msgstr " ȭ"
msgid "Evolution Settings"
msgstr "Evolution ġ"
-#: shell/e-shell-shared-folder-picker-dialog.c:352
+#: shell/e-shell-shared-folder-picker-dialog.c:349
#, fuzzy
msgid "Opening Folder"
msgstr "%s "
-#: shell/e-shell-shared-folder-picker-dialog.c:359
+#: shell/e-shell-shared-folder-picker-dialog.c:356
#, fuzzy, c-format
msgid "Opening Folder \"%s\""
msgstr "%s "
-#: shell/e-shell-shared-folder-picker-dialog.c:364
+#: shell/e-shell-shared-folder-picker-dialog.c:361
#, fuzzy, c-format
msgid "in \"%s\" ..."
msgstr "%s ..."
-#: shell/e-shell-shared-folder-picker-dialog.c:470
+#: shell/e-shell-shared-folder-picker-dialog.c:467
#, fuzzy, c-format
msgid "Could not open shared folder: %s."
msgstr "`%s'ִ ϴ"
-#: shell/e-shell-shared-folder-picker-dialog.c:542
+#: shell/e-shell-shared-folder-picker-dialog.c:539
#, fuzzy
msgid "Cannot find the specified shared folder."
msgstr ""
@@ -26368,30 +26407,30 @@ msgstr "ο ۾"
msgid "Work Offline"
msgstr "ο ۾"
-#: shell/e-shell-view.c:225
+#: shell/e-shell-view.c:226
msgid "(No folder displayed)"
msgstr "(ǥõ )"
-#: shell/e-shell-view.c:1841
+#: shell/e-shell-view.c:1838
#, c-format
msgid "%s (%d)"
msgstr ""
-#: shell/e-shell-view.c:1843
+#: shell/e-shell-view.c:1840
#, fuzzy
msgid "(None)"
msgstr "(̸ )"
-#: shell/e-shell-view.c:1890
+#: shell/e-shell-view.c:1887
msgid ""
"Ximian Evolution is currently online. Click on this button to work offline."
msgstr ""
-#: shell/e-shell-view.c:1897
+#: shell/e-shell-view.c:1894
msgid "Ximian Evolution is in the process of going offline."
msgstr ""
-#: shell/e-shell-view.c:1903
+#: shell/e-shell-view.c:1900
msgid ""
"Ximian Evolution is currently offline. Click on this button to work online."
msgstr ""
@@ -26409,7 +26448,7 @@ msgstr ""
msgid "Cannot set up local storage -- %s"
msgstr "ý ġ Ҽ ϴ -- %s"
-#: shell/e-shell.c:1821
+#: shell/e-shell.c:1828
#, c-format
msgid ""
"The Evolution component that handles folders of type \"%s\"\n"
@@ -26417,20 +26456,20 @@ msgid ""
"in order to access that data again."
msgstr ""
-#: shell/e-shell.c:2122
+#: shell/e-shell.c:2129
msgid "Invalid arguments"
msgstr ""
-#: shell/e-shell.c:2124
+#: shell/e-shell.c:2131
msgid "Cannot register on OAF"
msgstr ""
-#: shell/e-shell.c:2126
+#: shell/e-shell.c:2133
#, fuzzy
msgid "Configuration Database not found"
msgstr " Druid"
-#: shell/e-shell.c:2128 shell/e-storage.c:488
+#: shell/e-shell.c:2135 shell/e-storage.c:488
msgid "Generic error"
msgstr "Ϲ "
@@ -26644,7 +26683,7 @@ msgstr ""
msgid "%s (%d%% complete)"
msgstr "% Ϸ(_p):"
-#: shell/evolution-folder-selector-button.c:86
+#: shell/evolution-folder-selector-button.c:94
msgid "<click here to select a folder>"
msgstr "< >"
@@ -26674,73 +26713,73 @@ msgid ""
"%s"
msgstr ""
-#: shell/evolution-shell-component.c:1094
+#: shell/evolution-shell-component.c:1145
#, fuzzy
msgid "CORBA error"
msgstr " "
-#: shell/evolution-shell-component.c:1096
+#: shell/evolution-shell-component.c:1147
msgid "Interrupted"
msgstr ""
-#: shell/evolution-shell-component.c:1098
+#: shell/evolution-shell-component.c:1149
#, fuzzy
msgid "Invalid argument"
msgstr "÷"
-#: shell/evolution-shell-component.c:1100
+#: shell/evolution-shell-component.c:1151
msgid "Already has an owner"
msgstr ""
-#: shell/evolution-shell-component.c:1102
+#: shell/evolution-shell-component.c:1153
#, fuzzy
msgid "No owner"
msgstr "(̸ )"
-#: shell/evolution-shell-component.c:1104
+#: shell/evolution-shell-component.c:1155
#, fuzzy
msgid "Not found"
msgstr " ߰ߵ ʾҽϴ"
-#: shell/evolution-shell-component.c:1106
+#: shell/evolution-shell-component.c:1157
msgid "Unsupported type"
msgstr ""
-#: shell/evolution-shell-component.c:1108
+#: shell/evolution-shell-component.c:1159
msgid "Unsupported schema"
msgstr ""
-#: shell/evolution-shell-component.c:1110
+#: shell/evolution-shell-component.c:1161
#, fuzzy
msgid "Unsupported operation"
msgstr " "
-#: shell/evolution-shell-component.c:1112
+#: shell/evolution-shell-component.c:1163
#, fuzzy
msgid "Internal error"
msgstr " "
-#: shell/evolution-shell-component.c:1116
+#: shell/evolution-shell-component.c:1167
#, fuzzy
msgid "Exists"
msgstr "(_x)"
-#: shell/evolution-shell-component.c:1118
+#: shell/evolution-shell-component.c:1169
#, fuzzy
msgid "Invalid URI"
msgstr "޷"
-#: shell/evolution-shell-component.c:1122
+#: shell/evolution-shell-component.c:1173
#, fuzzy
msgid "Has subfolders"
msgstr "%s "
-#: shell/evolution-shell-component.c:1124
+#: shell/evolution-shell-component.c:1175
#, fuzzy
msgid "No space left"
msgstr "޼ ޾ҽϴ"
-#: shell/evolution-shell-component.c:1126
+#: shell/evolution-shell-component.c:1177
msgid "Old owner has died"
msgstr ""
@@ -26800,29 +26839,21 @@ msgid "Specify where to create the folder:"
msgstr " ϼ:"
#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:1
-msgid "Blah blah."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
-msgid "Insert some explanatory text here."
-msgstr ""
-
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
msgid "Open Other User's Folder"
msgstr " "
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:2
#, fuzzy
-msgid "_Folder Name:"
-msgstr " ̸:"
+msgid "_Account:"
+msgstr ""
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:5
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:3
#, fuzzy
-msgid "_Server:"
-msgstr " ::"
+msgid "_Folder Name:"
+msgstr " ̸:"
-#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:6
+#: shell/glade/e-shell-shared-folder-picker-dialog.glade.h:4
#, fuzzy
msgid "_User:"
msgstr "̸:"
@@ -26924,16 +26955,16 @@ msgstr " ޼ ٽ ϴ"
msgid "Evolution can import data from the following files:"
msgstr ""
-#: shell/main.c:92
+#: shell/main.c:96
msgid "Evolution"
msgstr ""
-#: shell/main.c:98
+#: shell/main.c:102
#, fuzzy
msgid "Evolution is now exiting ..."
msgstr " (_M)..."
-#: shell/main.c:223
+#: shell/main.c:227
#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
@@ -26943,7 +26974,7 @@ msgid ""
"but some features are either unfinished or don't work properly.\n"
"\n"
"If you want a stable version of Evolution, we urge you to uninstall,\n"
-"this version, and install a 1.0.x version instead (1.0.5 recommended).\n"
+"this version, and install a 1.0.x version instead (1.0.8)\n"
"\n"
"If you find bugs, please report them to us at bugzilla.ximian.com.\n"
"This product comes with no warranty and is not intended for\n"
@@ -26953,7 +26984,7 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
-#: shell/main.c:246
+#: shell/main.c:250
#, fuzzy
msgid ""
"Thanks\n"
@@ -26962,47 +26993,51 @@ msgstr ""
"մϴ\n"
"Evolution \n"
-#: shell/main.c:255
+#: shell/main.c:259
#, fuzzy
msgid "Don't tell me again"
msgstr " ޼ ٽ ϴ"
-#: shell/main.c:348
+#: shell/main.c:394
#, fuzzy
msgid "Cannot access the Ximian Evolution shell."
msgstr "Evolution ʱȭ Ҽ ϴ."
-#: shell/main.c:357
+#: shell/main.c:403
#, fuzzy, c-format
msgid "Cannot initialize the Ximian Evolution shell: %s"
msgstr "Evolution ʱȭ Ҽ ϴ."
-#: shell/main.c:438
+#: shell/main.c:485
msgid "Disable splash screen"
msgstr ""
-#: shell/main.c:439
+#: shell/main.c:487
#, fuzzy
msgid "Start in offline mode"
msgstr " ¥(_S):"
-#: shell/main.c:440
+#: shell/main.c:489
#, fuzzy
msgid "Start in online mode"
msgstr " ¥(_S):"
-#: shell/main.c:441
+#: shell/main.c:491
msgid "Send the debugging output of all components to a file."
msgstr ""
-#: shell/main.c:459
+#: shell/main.c:493
+msgid "Force upgrading of configuration files from Evolution 1.0.x"
+msgstr ""
+
+#: shell/main.c:511
#, c-format
msgid ""
"%s: --online and --offline cannot be used together.\n"
" Use %s --help for more information.\n"
msgstr ""
-#: shell/main.c:490
+#: shell/main.c:542
msgid "Cannot initialize the Bonobo component system."
msgstr "뺸 Ʈ ý ʱȭ Ҽ ϴ."
@@ -27240,14 +27275,6 @@ msgstr ""
msgid "Week"
msgstr "(_W)"
-#: ui/evolution-comp-editor.xml.h:2 ui/evolution-contact-editor.xml.h:1
-#: ui/evolution-contact-list-editor.xml.h:1
-#: ui/evolution-mail-messagedisplay.xml.h:1
-#: ui/evolution-message-composer.xml.h:3 ui/evolution-signature-editor.xml.h:1
-#: ui/evolution.xml.h:5
-msgid "Close"
-msgstr "ݱ"
-
#: ui/evolution-comp-editor.xml.h:3
#, fuzzy
msgid "Close this item"
@@ -28259,10 +28286,6 @@ msgstr ""
msgid "F_older"
msgstr "(_o)"
-#: ui/evolution-subscribe.xml.h:3
-msgid "Refresh List"
-msgstr ""
-
#: ui/evolution-subscribe.xml.h:4
msgid "Refresh List of Folders"
msgstr ""
@@ -28863,22 +28886,22 @@ msgstr "޼"
msgid "Don't show this message again."
msgstr " ޼ ٽ ϴ"
-#: widgets/misc/e-search-bar.c:519
+#: widgets/misc/e-search-bar.c:520
#, fuzzy
msgid "_Find Now"
msgstr "ã"
-#: widgets/misc/e-search-bar.c:520
+#: widgets/misc/e-search-bar.c:521
#, fuzzy
msgid "_Clear"
msgstr "(_l)"
-#: widgets/misc/e-search-bar.c:893
+#: widgets/misc/e-search-bar.c:894
#, fuzzy
msgid "Clear"
msgstr "(_l)"
-#: widgets/misc/e-search-bar.c:895
+#: widgets/misc/e-search-bar.c:896
#, fuzzy
msgid "Find Now"
msgstr "ã"
@@ -28906,6 +28929,77 @@ msgid "init_bonobo(): could not initialize Bonobo"
msgstr "init_bonobo(): Bonobo ʱȭ ϴ"
#, fuzzy
+#~ msgid "Error in search expression."
+#~ msgstr ""
+#~ "ã⸦ ൵ : %s:\n"
+#~ "%s"
+
+#, fuzzy
+#~ msgid "Could not parse query string"
+#~ msgstr "Ÿ ϴ: %s"
+
+#, fuzzy
+#~ msgid "Could not create the alarm notify service"
+#~ msgstr "˶ 丮 ϴ"
+
+#, fuzzy
+#~ msgid "Meeting begins: <b>"
+#~ msgstr "ȸ ð(_e):"
+
+#, fuzzy
+#~ msgid "Task begins: <b>"
+#~ msgstr "Ϸ"
+
+#, fuzzy
+#~ msgid "Free/Busy info begins: <b>"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Begins: <b>"
+#~ msgstr "ȸ ð(_e):"
+
+#, fuzzy
+#~ msgid "Meeting ends: <b>"
+#~ msgstr "ȸ ð(_e):"
+
+#, fuzzy
+#~ msgid "Free/Busy info ends: <b>"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Task Completed: <b>"
+#~ msgstr "Ϸ"
+
+#, fuzzy
+#~ msgid "Task Due: <b>"
+#~ msgstr "Ϸ"
+
+#, fuzzy
+#~ msgid "Non-Participants"
+#~ msgstr " "
+
+#~ msgid ""
+#~ "This message has not been sent.\n"
+#~ "\n"
+#~ "Do you wish to save your changes?"
+#~ msgstr ""
+#~ " ޽ ʾҽϴ.\n"
+#~ "\n"
+#~ " Ͻðڽϱ?"
+
+#, fuzzy
+#~ msgid "Signature hint"
+#~ msgstr ":"
+
+#, fuzzy
+#~ msgid "Hide signature hint"
+#~ msgstr ":"
+
+#, fuzzy
+#~ msgid "_Server:"
+#~ msgstr " ::"
+
+#, fuzzy
#~ msgid "_Browse..."
#~ msgstr "̵"
@@ -29494,10 +29588,6 @@ msgstr "init_bonobo(): Bonobo ʱȭ ϴ"
#~ msgstr "ٸ ̵ ʴ(_I)..."
#, fuzzy
-#~ msgid "<b>Description:</b> %s"
-#~ msgstr ":"
-
-#, fuzzy
#~ msgid "Summarising folder"
#~ msgstr " "
@@ -29924,9 +30014,6 @@ msgstr "init_bonobo(): Bonobo ʱȭ ϴ"
#~ msgid "Print S_etup..."
#~ msgstr "μ (_e)..."
-#~ msgid "Select everything"
-#~ msgstr "ü մϴ"
-
#~ msgid "_About..."
#~ msgstr " α׷(_A)..."
diff --git a/po/lt.po b/po/lt.po
index 9c5e8dab97..c0e831bebc 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: evolution 1.0\n"
-"POT-Creation-Date: 2002-08-13 08:06-0400\n"
+"POT-Creation-Date: 2002-09-09 14:39-0400\n"
"PO-Revision-Date: 2001-10-28 22:33+0200\n"
"Last-Translator: Gediminas Paulauskas <menesis@delfi.lt>\n"
"Language-Team: Your language <komp_lt@konferencijos.lt>\n"
@@ -32,22 +32,22 @@ msgid "Imports VCard files into Evolution."
msgstr "Importuoja VCard bylas Evolution."
#: addressbook/backend/ebook/e-card-simple.c:60
-#: addressbook/gui/widgets/e-addressbook-view.c:335
+#: addressbook/gui/widgets/e-addressbook-view.c:356
msgid "File As"
msgstr "Saugoti kaip"
-#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:74
+#: addressbook/backend/ebook/e-card-simple.c:61 mail/mail-config.glade.h:75
#: my-evolution/e-summary-table.c:59
msgid "Name"
msgstr "Vardas"
#: addressbook/backend/ebook/e-card-simple.c:62
-#: addressbook/gui/widgets/e-addressbook-view.c:337
+#: addressbook/gui/widgets/e-addressbook-view.c:358
msgid "Email"
msgstr "El. patas"
#: addressbook/backend/ebook/e-card-simple.c:63
-#: addressbook/gui/contact-editor/e-contact-editor.c:1744
+#: addressbook/gui/contact-editor/e-contact-editor.c:1751
msgid "Primary"
msgstr "Pagrindinis"
@@ -57,16 +57,16 @@ msgstr "Pagr"
#: addressbook/backend/ebook/e-card-simple.c:64
#: addressbook/backend/ebook/e-card-simple.c:94
-#: addressbook/gui/contact-editor/e-contact-editor.c:1729
-#: addressbook/gui/widgets/e-addressbook-view.c:369
+#: addressbook/gui/contact-editor/e-contact-editor.c:1736
+#: addressbook/gui/widgets/e-addressbook-view.c:390
msgid "Assistant"
msgstr "Asistento"
#: addressbook/backend/ebook/e-card-simple.c:65
#: addressbook/backend/ebook/e-card-simple.c:70
#: addressbook/gui/contact-editor/contact-editor.glade.h:5
-#: addressbook/gui/contact-editor/e-contact-editor.c:1730
-#: addressbook/gui/contact-editor/e-contact-editor.c:1797
+#: addressbook/gui/contact-editor/e-contact-editor.c:1737
+#: addressbook/gui/contact-editor/e-contact-editor.c:1804
msgid "Business"
msgstr "Darbo"
@@ -76,12 +76,12 @@ msgid "Bus"
msgstr "Darb"
#: addressbook/backend/ebook/e-card-simple.c:66
-#: addressbook/gui/contact-editor/e-contact-editor.c:1733
+#: addressbook/gui/contact-editor/e-contact-editor.c:1740
msgid "Callback"
msgstr "Atsakiklis"
#: addressbook/backend/ebook/e-card-simple.c:67
-#: addressbook/gui/contact-editor/e-contact-editor.c:1735
+#: addressbook/gui/contact-editor/e-contact-editor.c:1742
msgid "Company"
msgstr "Kompanijos"
@@ -92,13 +92,13 @@ msgstr "Komp"
#: addressbook/backend/ebook/e-card-simple.c:68
#: addressbook/backend/ebook/e-card-simple.c:71
#: addressbook/gui/contact-editor/contact-editor.glade.h:17
-#: addressbook/gui/contact-editor/e-contact-editor.c:1736
-#: addressbook/gui/contact-editor/e-contact-editor.c:1798
+#: addressbook/gui/contact-editor/e-contact-editor.c:1743
+#: addressbook/gui/contact-editor/e-contact-editor.c:1805
msgid "Home"
msgstr "Nam"
#: addressbook/backend/ebook/e-card-simple.c:69
-#: addressbook/gui/widgets/e-addressbook-view.c:344
+#: addressbook/gui/widgets/e-addressbook-view.c:365
msgid "Organization"
msgstr "Organizacija"
@@ -108,19 +108,19 @@ msgstr "Org"
#: addressbook/backend/ebook/e-card-simple.c:72
#: addressbook/gui/contact-editor/contact-editor.glade.h:20
-#: addressbook/gui/contact-editor/e-contact-editor.c:1740